| Commit message (Expand) | Author | Age |
* | more tag reorg | Joey Hess | 2010-02-12 |
* | Add sentence to clarify how to get feeds for the RecentChanges page. | PaulePanter | 2009-08-16 |
* | Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix | Simon McVittie | 2008-07-21 |
* | Migrate doc/plugins via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
* | * meta: Add pagespec functions to match against title, author, authorurl,••• license, and copyright. This can be used to create custom RecentChanges.
* meta: To support the pagespec functions, metadata about pages has to be
retained as pagestate.
* Fix encoding bug when pagestate values contained spaces.
| Joey Hess | 2008-01-29 |
* | added configuration for recentchanges•••I kept it to a simple global configuration, rather than using the
preprocessor directive for recentchanges, because that had chicken and egg
problems and seemed overcomplicated. This should work reasonably well,
though it would be good to add some more metadata so that more customised
recentchanges pages can be made.
| Joey Hess | 2008-01-29 |
* | improve support for internal pages•••This makes it a lot quicker to deal with lots of recentchanges pages
appearing and disappearing. It avoids needing to clutter up pagespecs with
exclusions for those pages, by making normal pagespecs not match them.
| Joey Hess | 2008-01-29 |
* | proof of concept implementation of static recentchanges•••Currently hardcoded to write to recentchanges/*, and the page format needs
to be rethought to be usable for aggregation, but it basically works.
| Joey Hess | 2008-01-28 |