cryogen-core/src/cryogen_core
Stefan Pfeiffer, DL1ELY f74c05711b Fix overly eager replacement of file extensions in uris
As the filename extensions given by the render plugins are also used as
regex for replacing them with .html to generate URIs, the dot in front of
the extension was interpreted as an arbitrary character for the regex.
Also, it matched in the middle of a string. Now dots get quoted and a $
added to only match at the end of the filename.

Fix #16
2015-01-28 22:19:01 +01:00
..
compiler.clj Fix overly eager replacement of file extensions in uris 2015-01-28 22:19:01 +01:00
github.clj Renamed to cryogen-core 2014-12-05 10:56:40 -05:00
io.clj find-assets handles get-resource returning nilern 2015-01-11 14:20:10 -05:00
markup.clj updated to use parser modules 2015-01-14 20:49:51 -05:00
plugins.clj updated to use init function to load plugins 2015-01-14 22:07:51 -05:00
rss.clj Added curated RSS generation based on :rss-filters in the config 2015-01-03 20:36:30 -05:00
sass.clj Copy each file rather than the whole directory 2015-01-07 23:54:58 -05:00
sitemap.clj Support :ignored-file config key 2014-12-27 02:47:55 -05:00
toc.clj Fix garbled UTF-8 characters in TOC generation 2015-01-28 15:43:32 +01:00
watcher.clj Use checksums instead of last modified times. 2015-01-02 00:21:21 -05:00