Initial commit (a clone of the jsmachines project as of v1.15.3)
This commit is contained in:
commit
a5e3e6a59d
714 changed files with 130602 additions and 0 deletions
10
my_modules/htmlout/README.md
Normal file
10
my_modules/htmlout/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
HTMLOut
|
||||
===
|
||||
This module provides a filter() function for [server.js](../../../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](../shared/templates/common.html)).
|
||||
Loading…
Reference in a new issue