-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jens Halm
committed
Nov 22, 2013
1 parent
36dde74
commit f2c4926
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
This is a big update which adds template based site generation, batch processing | ||
and related features. | ||
|
||
* Template-based site generation | ||
* Support for tables of contents, autonumbering of documents and sections | ||
and convenient cross-linking between documents for all supported markup | ||
formats | ||
* Custom Directives (tags) for templates and text markup | ||
* Document Fragments that can be rendered separately from the main document content | ||
* New API for batch processing for parse, render and full transform operations | ||
* Parallel processing of parsers and renderers | ||
* Completely restructured [manual](http://planet42.github.com/Laika/index.html) | ||
|