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
_______________________________________________
gnhlug-discuss mailing list
[email protected]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Reply via email to