hh-web-tags /

Filename Size Date modified Message
1.9 KB
Work in progress towards caching generated content intelligently. Caching works right now, but no real mechanism in place to 'flush' the cache when underlying source data changes (e.g., new or updated blog post). Extensive refactoring of what was URL dispatching is in progress, as the code in it is quite hairy.
1.3 KB
Added MIT license to all files, with copyright to Haphazard House LLC
12.8 KB
Standardized declaration of templates and servers, in preparation for more dynamic reloading
19.4 KB
Changed id-of accessor for tags to html-id. It's a common identifier, so switching to a more specific name is a safer choice. Driver for this change was a conflict with a Cl-Couch package.
17.5 KB
Corrected a bug with templates that was 1) not setting the current package when reading or evaluating a template, and 2) use-package statements within a template were not evaluated until run-time--too late, since the reader has already placed unknown symbols into the current package (rather than being able to recognize them as imported symbols).
Tip: Filter by directory path e.g. /media app.js to search for public/media/app.js.
Tip: Use camelCasing e.g. ProjME to search for ProjectModifiedEvent.java.
Tip: Filter by extension type e.g. /repo .js to search for all .js files in the /repo directory.
Tip: Separate your search with spaces e.g. /ssh pom.xml to search for src/ssh/pom.xml.
Tip: Use ↑ and ↓ arrow keys to navigate and return to view the file.
Tip: You can also navigate files with Ctrl+j (next) and Ctrl+k (previous) and view the file with Ctrl+o.
Tip: You can also navigate files with Alt+j (next) and Alt+k (previous) and view the file with Alt+o.