68 Commits (4e45a92f92e6b59ddd95551f675f0ae112e2ee83)
 

Author SHA1 Message Date
Carmen La 4e45a92f92 Updated versioneye badge 10 years ago
Carmen La 91effffe82 Merge pull request #17 from dl1ely/master
Fix overly eager replacement of file extensions in uris, fixes #16
10 years ago
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
10 years ago
lacarmen 02b5117643 bumped up version 10 years ago
Dmitri Sotnikov 362989ac77 Merge pull request #14 from dl1ely/master
Fix garbled UTF-8 characters in TOC generation
10 years ago
Stefan Pfeiffer, DL1ELY a73e2f664e Fix garbled UTF-8 characters in TOC generation
Fixes #13
10 years ago
lacarmen 9de65df523 Added :content key to grouped tags in order to fix filtered rss generation 10 years ago
lacarmen dc50d12557 bumped up version 10 years ago
Dmitri Sotnikov c16aad96e1 bumped up pandect to latest 10 years ago
Dmitri Sotnikov 4518c29ade bumped up selmer version 10 years ago
Yogthos fee46ddf54 updated to use init function to load plugins 10 years ago
Yogthos 96502bd517 updated to use parser modules 10 years ago
Carmen La cc16110f10 bump up version 10 years ago
Dmitri Sotnikov 25a625d4bc Merge pull request #11 from Tankanow/handle-missing-asset-roots
find-assets handles get-resource returning nil
10 years ago
Adam Tankanow 8ff3f19362 find-assets handles get-resource returning nilern
- this can/will happen if a user doesn't have a resource root directory,
  e.g. if the resources/templates/asc/posts directory doesn't exist.
10 years ago
Carmen La 142f0908a0 Merge pull request #5 from Tankanow/add-asciidoc-support
Add asciidoc support
10 years ago
Adam Tankanow cb18e5734d Merge branch 'master' into add-asciidoc-support
Conflicts:
	project.clj
10 years ago
Adam Tankanow 5609772cd3 Add docstring and support for creating links for header id attributes
- this method will now look for both of the following references, this
  commit adds support for (2)

(1) <h1><a name="href">Reference Text</a></h1>
and
(2) <h1 id="href">Reference Text</h1>
10 years ago
Adam Tankanow b3bad2e279 add docstring to get-headings function 10 years ago
Adam Tankanow eda815a5ae remove asciidoc options/attributes and add rewrite-href post processing 10 years ago
Adam Tankanow 1cff8eadf2 refactor rewrite-hrefs into 2 functions
- (1) can be reused by the asciidoc processing, it simply does the text
  replace
- (2) is a transformer using (1) for use in markdown.core
10 years ago
Adam Tankanow 21d825d0cd fix spacing in markdown method 10 years ago
Yogthos 0afc39cf35 updated to latest markdown-clj 10 years ago
lacarmen c26357ac11 Update version 10 years ago
Carmen La 0a633bcf3c Merge pull request #10 from j0ni/emacs-interlock-files
Copy each file rather than the whole directory
10 years ago
J Irving 072c093342 Copy each file rather than the whole directory 10 years ago
lacarmen 656cc2d0c9 Added curated RSS generation based on :rss-filters in the config 10 years ago
Carmen La 6c9be90fa4 Updated version 10 years ago
Carmen La 98d93e7921 Merge pull request #9 from j0ni/checksums
Use checksums instead of last modified times.
10 years ago
J Irving 4eb0036ef5 Use checksums instead of last modified times.
Also add pandect dependency.
10 years ago
Dmitri Sotnikov 7a84c4c6f5 Merge pull request #8 from j0ni/fix-sass-ignores
Sass compilation respects :ignored-files config
10 years ago
J Irving 6f7cb79a65 Sass compilation respects :ignored-files config
This is an oversight from lacarmen/cryogen-core#4.

Also some slight refactoring.
10 years ago
lacarmen bca0e89aa2 Added uri and site-url selmer tags for canonical url meta tags 10 years ago
lacarmen 73338935fa Cleanup 10 years ago
Adam Tankanow b68779fcbe Abstract Markup language details and add Asciidoc support:
1. create markup namespace to hold Markup protocol and its Markdown and
Asciidoc implementations.
2. Update compiler ns to iterate through available Markups and pass
Markup to fns that need Markup info.
3. Refactor compiler ns parse fns to be more granular.
10 years ago
Adam Tankanow 1813848919 Update version to 0.1.9 and add asciidoctorj dependency. 10 years ago
Dmitri Sotnikov b8c5b71dbb updated markdown-clj dependency 10 years ago
Adam Tankanow 68b82be959 add markup ns to abstract markdown vs asciidoc 10 years ago
lacarmen 0588dcae79 Fixed versioning 10 years ago
Carmen La aced19ce2a Merge pull request #4 from j0ni/ignore-backup-files
Support :ignored-file config key
10 years ago
J Irving efbe831261 Support :ignored-file config key
Prevent the compiler attempting to process files defined by a list of
regexps. By default ignore emacs and vi backup files.
10 years ago
Yogthos a542f4a264 bumped up selmer version 10 years ago
Yogthos a49bda02bc removed main 10 years ago
Yogthos bf0b1fcf67 Merge branch 'master' of https://github.com/lacarmen/cryogen-core
Conflicts:
	project.clj
10 years ago
Yogthos 64a3e7013b bumped up markdown-clj version 10 years ago
lacarmen 84a089dc50 bumped up version 10 years ago
Yogthos 9381c08853 formatting 10 years ago
Yogthos faf60f5c37 added System/exit in the main 10 years ago
Yogthos 8173f5e103 fixed sass paths 10 years ago
Dmitri Sotnikov 61d6e79be7 bumped up markdown-clj version 10 years ago