summaryrefslogtreecommitdiff
path: root/underlays
AgeCommit message (Collapse)Author
2008-03-11Add robots noindex,follow to redirection pagesmartin f. krafft
It makes no sense to have robots index these pages, so inform them that they should not. We still tell them to follow the links, obviously. Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-02-05Merge branch 'master' into prefix-directivesJoey Hess
2008-01-29updatesJoey Hess
2008-01-27Add new preprocessor directive syntax¸ using a '!' prefix.Josh Triplett
Add a prefix_directives option to the setup file to turn this syntax on; currently defaults to false, for backward compatibility. Support optional '!' prefix even with prefix_directives off, and use that in the underlay to support either setting of prefix_directives. Add NEWS entry with migration information.
2007-12-08updatesJoey Hess
2007-12-08MAJOR basewiki reorgJoey Hess
Including redir pages for the moved basewiki pages. These will be removed in a future release.
2007-08-28* Support for looking in multiple directories for underlay files.joey
* Plugins can add new directories to the search path with the add_underlay function. * Split out smiley underlay files into a separate underlay, so if the plugin isn't used, the wiki isn't bloated with all those files.