Sha256: 816c3417431773d7556feab782b1fdf384aab9a93a589d2016301918ccba652f
Contents?: true
Size: 766 Bytes
Versions: 2
Compression:
Stored size: 766 Bytes
Contents
## Bloggit should: * Do something? ## Page should: * raise an error if trying to load a `Page` from a non-existant file * parse `Page` from file * parse status and slug ## Post should: * raise an error if trying to load a `Post` from a non-existant file * parse `Post` from file * parse publish date and slug ## Site should: * not allow `Site.new` * not create a `Site` object unless path is a directory * create a `Site` object from a file path ## Template should: * render templates from text * generate URLs correctly * render templates from file ## Text Formatter should: * render text using Textile * render text using Markdown * raise an error when trying to use an undefined format * allow registration of custom text formatter
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bloggit-1.0.3 | docs/src/specifications.markdown |
bloggit-1.0.7 | docs/src/specifications.markdown |