aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/utf8.mdwn
Commit message (Collapse)AuthorAge
* updatesjoey2006-07-02
|
* make the bugs page work like the todo pagejoey2006-06-23
|
* * Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flagjoey2006-06-02
| | | | | when a todo item is done, instead of the previous moving it to a different subdir.
* * --getctime had bitrotted (well I only ever used it the once so far..),joey2006-05-26
| | | | | | | | | | | | * When inlining a page in another one, links from the inlined page are now expanded the same as they are when rendering the inlined page as a standalone page. So rather than being expanded from the POV of the inlining page, they are expanded from the POV of the inlined page. For example, a link from blog/foo to "bar" will now link to blog/bar if it exists. Previously this needed to be a link explicitly to "blog/bar"; such links will also continue to work. (This was slightly complex to do as the link still has to be constructed relative to the inlining page.)
* utf-8 support seems to be working nowjoey2006-05-26
|
* * Rebuilding on upgrade to this version is recommended.joey2006-05-26
| | | | | | | | * Add a html validity check to the test suite, using the wdg-html-validator, if available. * Make the html valid when there is nothing in the actions list by adding an empty <li> to the end of it. * Reordered some function call parameters for consistency.
* Convert postprocessordirectives into preprocessordirectives, so they arejoey2006-04-04
| | | | | | | | | | | | | expanded before markdown. Consequences: - No need to worry about markdown messing with parameters of preprocessordirectives. (If you had to escape stuff in one before, you'll need to undo that escaping now.) - No need for ugly </p> hacks before inlined subpages. Instead, subpages are wrapped in a <div>, and this prevents markdown from touching them. (This can also be used to add style to subpages.) - rss generation is less of a hack.
* proper binmode settings so that with -CSD, ikiwiki will support unicodejoey2006-04-04
however, due to robustness, that's not enabled by default yet