summaryrefslogtreecommitdiff
path: root/underlays/basewiki
AgeCommit message (Collapse)Author
2010-04-16fix file, should be symlinkJoey Hess
2009-10-09add pagespec/sorting to underlayJoey Hess
2009-08-16Remove deprecated ikiwiki/blog and ikiwiki/preprocessordirective pages from ↵Joey Hess
the basewiki.
2009-01-01Merge commit 'upstream/master' into prv/pointrigeri
2008-12-24remove top-level directive page from basewikiJoey Hess
2008-11-07added symlink to pagespec/po in basewiki to fix the buildintrigeri
else basewiki_brokenlinks.t fails. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-09-12replace subdir link with link to the one page from it we wantJoey Hess
2008-09-12Removed old redirecton pages from basewiki (helponformatting, markdown, ↵Joey Hess
openid, pagespec, preprocessordirective, subpage, wikilink).
2008-09-11Removed the obsolete blog page from the basewiki. ikiwiki/blog still ↵Joey Hess
remains, but is now deprecated too.
2008-09-11move inline docs to ikiwiki/directive/inlineJoey Hess
ikiwiki/blog will be going away
2008-09-11Move the directive documentation into its own underlay, separate from ↵Joey Hess
basewiki, since it's sorta large compared to the rest of basewiki.
2008-09-11add robots directive to all directive pagesJoey Hess
Since they'll be in an underlay, robots shouldn't index them, as with other underlay pages.
2008-09-11misc minor changesJoey Hess
2008-09-11squash redundant textJoey Hess
A lot of text was copies from templates to directive/template. Remove most of it and have each page link to the other.
2008-09-11reword after reorgJoey Hess
There was a duplicated paragraph, an example on the wrong page, and some rewording needed after will's reorg.
2008-09-11removed demos that accompny examplesJoey Hess
This is sorta unfortunate, but I don't want turning the plugin on the cause php to be forked unnecessarily. And moving them back to the plugin page doesn't make sense in this case.
2008-09-11move demo back to plugin pageJoey Hess
2008-09-11move back demo and add exampleJoey Hess
2008-09-11move demo back to plugin and add exampleJoey Hess
2008-09-11move exampleJoey Hess
2008-09-11move example backJoey Hess
2008-09-11move example back to pluginJoey Hess
2008-09-11reorg from will's changesJoey Hess
The info about the cron job was lost (!), as was a paragraph about what pages the calendar links to. The CSS docs seems to fit better in the plugin page than the directive page, moved it back.
2008-09-11add more note about cron jobJoey Hess
2008-09-11move demo back to plugin pageJoey Hess
We don't want expensive demos in the directives pages. Add an example of its use instead. Also, some minor rewording.
2008-09-11mention the cron jobJoey Hess
2008-09-11add underlay files for listdirectivesWilliam Uther
As was noted, 'listdirectives' didn't include the underlay files that make it really worthwhile. I've just gone through all the plugin documentation, modified it to remove installation information and renamed the files to match the directives rather than the plugins. This can now serve as useful underlay. I've only gone through plugins in the 'plugins' dir. I did not go through the 'contrib' dir.
2008-08-25rename preprocessordirective to directiveJoey Hess
Reasons include: - easier to type - might want postprocessor directives again sometime, and listdirectives can then use the directive/* files for either - that it's done as a preprocessor step is an internal detail (and not a very accurate one, really :-)
2008-07-02add to basewikiJoey Hess
2008-06-04The search interface now allows searching for a page by title ("title:foo"), ↵Joey Hess
as well as for pages that contain a given link ("link:bar").
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.