pcjs/modules/htmlout
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-12-15 17:23:10 -08:00
..
bin my_modules is simply modules now 2014-11-11 08:19:48 -08:00
lib Fixed a problem with the right SHIFT key, and with webkit browsers when pressing/releasing both SHIFT keys together 2014-12-15 17:23:10 -08:00
package.json my_modules is simply modules now 2014-11-11 08:19:48 -08:00
README.md my_modules is simply modules now 2014-11-11 08:19:48 -08:00

HTMLOut

This module provides a filter() function for server.js, our Express-based web server. The function is installed like so:

app.use(HTMLOut.filter);

The filter function examines the URL, and if it corresponds to a directory on the server, the function will generate an "index.html" in that directory, based on the contents of a default template file (currently common.html).