0.3.0-beta • Published 2 years ago

sgml v0.3.0-beta

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
-
Last release
2 years 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

2 years ago

0.2.8-beta

2 years ago

0.2.3-beta

2 years ago

0.2.6-beta

2 years ago

0.2.7-beta

2 years ago

0.2.4-beta

2 years ago

0.2.5-beta

2 years ago

0.2.2-beta

2 years ago

0.2.1-beta

5 years ago

0.2.0-beta

5 years ago

0.1.0-beta

5 years ago

0.0.28-alpha

6 years ago

0.0.27-alpha

6 years ago

0.0.26-alpha

6 years ago

0.0.25-alpha

6 years ago

0.0.24-alpha

6 years ago

0.0.23-alpha

6 years ago

0.0.22-alpha

6 years ago

0.0.21-alpha

6 years ago

0.0.18-alpha

6 years ago

0.0.16-alpha

6 years ago

0.0.14-alpha

6 years ago

0.0.10-alpha

6 years ago