summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
AgeCommit message (Collapse)Author
2008-09-18Er, and actually make it work...http://www.cse.unsw.edu.au/~willu/
2008-09-18Include a list of all directives if we don't have a list of currently ↵http://www.cse.unsw.edu.au/~willu/
enabled directives
2008-09-14fix linksJoey Hess
2008-09-12clarifyJoey Hess
2008-09-11two more links to blogJoey Hess
2008-09-11move inline docs to ikiwiki/directive/inlineJoey Hess
ikiwiki/blog will be going away
2008-09-11move inline documentation from blog to directive/inlineJoey Hess
2008-09-11fix link text on links to pluginsJoey Hess
2008-09-11updateJoey Hess
2008-09-11wordingJoey Hess
Specifically, places that refer to "plugin" when they're really talking about a directive.
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-11misc minor changesJoey Hess
2008-09-11remove special case for shortcutsJoey Hess
If shortcuts are enabled, the shortcut directive will appear on the list, and I think that's good enough.
2008-09-11patch plugin documentation to refer to directive pagesWilliam Uther
2008-08-27change for compatability with non-prefix-directives systemsJoey Hess
2008-08-25filecheck: New plugin factoring out the PageSpec additions that were ↵Joey Hess
originally part of the attachment plugin.
2008-08-25fix a horrible mispellingJoey Hess
2008-08-25use listdirectives if availableJoey Hess
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-08-12(no commit message)bremner
2008-08-12responseJoey Hess
2008-08-12remove mention of deprecated admin prefs pageJoey Hess
2008-08-10Could we factor out the attachment pagespec code so that other plugins can ↵bremner
use it?
2008-07-21Migrate everything else via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2008-07-12update, splitting parameters in twoJoey Hess
fixed some unclear descriptions
2008-07-12Document [[inline guid="..."]]Simon McVittie
2008-07-07example of how to limit to specific directoryJoey Hess
2008-07-06add virus checking to attachments pluginJoey Hess
2008-07-02move attachment pagespec extensions docs to its own pageJoey Hess
in the basewiki, so I can link to it there
2008-06-04finishing touches on the new search pluginJoey Hess
- Add a Help link. - If the pageterm is too long, hash it.
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-05-11web commit by http://liw.fi/: Updated URL for openiddirectory page. It had ↵Joey Hess
moved.
2008-05-11web commit by http://liw.fi/: Updated URL for emacs markdown mode. The page ↵Joey Hess
had moved to a new location.
2008-04-26responseJoey Hess
2008-04-18remove random htmlJoey Hess
This page documents markdown. Please use the sandbox for formatting testing, and not this page.
2008-04-18web commit by alccodeJoey Hess
2008-04-17web commit by http://sabr.myopenid.com/: thanks belong at the end of the ↵Joey Hess
conversation, not the beginning!
2008-04-17web commit by http://sabr.myopenid.com/Joey Hess
2008-04-10responseJoey Hess
2008-04-09web commit by http://sabr.myopenid.com/Joey Hess
2008-03-11Tell robots to noindex,follow basewiki pagesmartin f. krafft
Those pages show up in the basewiki on most ikiwiki sites and thus really ought not to be indexed. We can let robots follow them though. Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-03responseJoey Hess
2008-03-02correct a typomartin f. krafft
(cherry picked from commit dd64f39646133429910081b89f6e3a8d704a8602)
2008-02-27web commit by http://mmassonnet.myopenid.com/Joey Hess
2008-02-13web commit by http://harningt.eharning.us/: Added TrustBearer OpenID link, ↵Joey Hess
great for using strong authentication in a simple way
2008-02-10improve wording and fix an example that is intentionall un-prefixedJoey Hess
2008-02-05Merge branch 'master' into prefix-directivesJoey Hess
2008-02-04* inline: Add new `allowrss` and `allowatom` config options. These can beJoey Hess
used if you want a wiki that doesn't default to generating rss or atom feeds, but that does allow them to be turned on for specific blogs.
2008-01-29* meta: Add pagespec functions to match against title, author, authorurl,Joey Hess
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.
2008-01-29improve support for internal pagesJoey Hess
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.