Commit message (Expand) | Author | Age | |
---|---|---|---|
* | note that expire options are not yet implemented | joey | 2006-09-02 |
* | no longer need triple quotes | joey | 2006-08-23 |
* | * Allow preprocessor directives to contain python-like triple-quoted••• text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin. | joey | 2006-08-23 |
* | add a missing closing ] on example directive | joey | 2006-08-23 |
* | tone back claims of what tidy can do, it's not perfect | joey | 2006-08-04 |
* | * Don't run tidy with -xml as that fails if the input is not well-formed.••• Run it with -asxhtml instead, so it will output well-formed xhtml no matter what the input. * Disable tidy warnings too. * Add a new format hook, and make tidy use it, since tidy can really only operate on and output complete html documents, not the body chunks that sanitise gets. | joey | 2006-08-04 |
* | * Change meta tags to use html entity-escaped text for values, so that••• quotes and such can be represented in title tags. * Depend and build-depend on HTML::Parser for HTML::Entities which is used for the above. * Make --rebuild also cause --aggregate to re-download and write aggregated pages. * Avoid outputting duplicate meta info. * Include title metadata on aggregated posts for capitalised and un-munged titles. | joey | 2006-07-30 |
* | fix | joey | 2006-07-30 |
* | fixes, and make dir optional | joey | 2006-07-30 |
* | * ikiwiki can now download and aggregate feeds with its new aggregate••• plugin, so it's possible to implement a Planet using ikiwiki! * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh --wrappers to do that. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate to update pages that haven't changed on disk. | joey | 2006-07-30 |