Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Jun 11, 2011
1 parent 880cbac commit 640b525
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.mkd
@@ -1,3 +1,17 @@
Version 0.5
-----------
### Features
- The structure of the generated files is now user configurable.
- New config option: `author`. See docs for more info.
- Markdown, Pygments, and Docutils dependencies are now optional.
- Output from wok will now wrap to terminal windows.

### Other
- The readme now references some sample sites.
- Added a license. wok is now officially open source!
- Tweaked output formats.
- Page metadata is now stored in a more consistent way. Sure, you don't care, but I do. :)

Version 0.4
-----------
### Features
Expand All @@ -9,6 +23,7 @@ Version 0.4
- Added page.url field, settable in a page's header and accessible from
templates.
- Started adding unit tests.

### Fixes
- Fix `Page.author` to actually parse author strings right.

Expand Down
2 changes: 2 additions & 0 deletions README.mkd
Expand Up @@ -131,6 +131,8 @@ Possible configuration options (and their defaults) are
- `media_dir` ('media') - Where the media files are copied from.
- `site_title` ('Some Random wok Site') - Available to templates as
`site.title`.
- `author` (No default) - Fills `site.author`, and provides a default to
`page.author`.
- `url_pattern` (`/{category}/{slug}.html`) - The pattern used to name and
place the output files. The default produces URLs like
`/category/subcategory/foo.html`
Expand Down
2 changes: 1 addition & 1 deletion wok/__init__.py
@@ -1 +1 @@
version = u'0.4'
version = u'0.5'

0 comments on commit 640b525

Please sign in to comment.