0.3.0-beta • Published 12 months ago

sgml v0.3.0-beta

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
-
Last release
12 months ago

sgmljs.net - a Node.js library for parsing, templating, and serving SGML

This package contains the following components:

  • an API for parsing and processing SGML

  • an app for parsing and processing SGML on the command line (sgmlproc)

  • an expressjs (or Node.js core http) middleware for serving SGML as HTML on the web (sgml.middleware); a basic default web app (sgmlweb-app) is included as well

  • a browser app (sgml-ua.js and sgml-ua.min.js) for templating SGML on a web browser designed to work along with sgmlweb-app and sgml.middleware for offloading SGML processing from a web server to the browser

See http://sgmljs.net for details on how to use sgmljs.net.

For reproducability, sgml-ua.min.js can be recreated from sgml-ua.js using Google's closure-compiler as follows (note for unknown reasons, npm install won't install closure-compiler as devDependency, even though manually unpacking the package using tar does).

tar xzf sgml-x.y.z.tgz
cd package
npm install --only=dev
npm run-script rebuild-sgmlua
0.3.0-beta

12 months ago

0.2.8-beta

1 year ago

0.2.3-beta

1 year ago

0.2.6-beta

1 year ago

0.2.7-beta

1 year ago

0.2.4-beta

1 year ago

0.2.5-beta

1 year ago

0.2.2-beta

1 year ago

0.2.1-beta

4 years ago

0.2.0-beta

4 years ago

0.1.0-beta

4 years ago

0.0.28-alpha

4 years ago

0.0.27-alpha

4 years ago

0.0.26-alpha

4 years ago

0.0.25-alpha

5 years ago

0.0.24-alpha

5 years ago

0.0.23-alpha

5 years ago

0.0.22-alpha

5 years ago

0.0.21-alpha

5 years ago

0.0.18-alpha

5 years ago

0.0.16-alpha

5 years ago

0.0.14-alpha

5 years ago

0.0.10-alpha

5 years ago