| Filename | Latest commit message | Latest commit date |
|---|---|---|
This allows us to continue using the Node web server to debug machines that are launched using new YAML-based Markdown machines settings, the most important being 'automount' (otherwise those machines might not be loaded with the correct disks) |
||
| .. | ||
| bin | ||
| lib | ||
| package.json | ||
| README.md | ||
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).