No description
Find a file
Eric Somdahl 6b45fdc35a Modification to allow the generated rss xml to pass xsd validation.
1) Removed the <author> tag from each <item>.  The presence of this tag is ok here but the xsd requires that the content include a valid email address, not just the name string coming from the site config (Forms that pass validation are "test@xyz.com" or "test@xyz.com (Test McTester)" ).  And who would want to advertise their real email like that?  :)
2) Removed the <author> tag from the <channel>.  <author> isn't a valid child element of a channel.  There is a child element called <webMaster> that is a close analogue but it also requires content as above.
2015-03-10 21:29:04 -04:00
src/cryogen_core Modification to allow the generated rss xml to pass xsd validation. 2015-03-10 21:29:04 -04:00
.gitignore Initial commit 2014-12-04 11:38:48 -05:00
LICENSE Initial commit 2014-12-04 11:38:48 -05:00
project.clj bumped up dependencies 2015-02-26 22:28:42 -05:00
README.md Updated versioneye badge 2015-01-29 22:58:49 -05:00

cryogen-core

Dependency Status

Cryogen's compiler.

Leiningen

Clojars Project

License

Copyright © 2014 Carmen La

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.