Simple but decent web composition software

Chris Linstid clinstid at gmail.com
Sat Jun 8 12:46:57 EDT 2013


At work I've been generating HTML reference documents for an API and the
references use CSS and JavaScript. I just take the whole pile of HTML, js,
and css files and copy them to Sharepoint (it's the only cross-site
resource we have at the moment, *sigh*). Since it's just HTML, js, and css,
the browser is able to pick everything up properly and display everything
as I specified it.

So, the question is, do you want to compose all of this in a word processor
and export it are you ok doing HTML, js, etc.? If you're comfortable at all
with python it's pretty easy to use an HTML template library (I'm partial
to jinja2 <http://jinja.pocoo.org/>) so you can build a template for what
you want and then just give it different data each month.

     - Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.gnhlug.org/mailman/private/gnhlug-discuss/attachments/20130608/16e9d33c/attachment.html 


More information about the gnhlug-discuss mailing list