summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/shortcut.pm
AgeCommit message (Collapse)Author
2007-12-17improve error message if shortcuts.mdwn DNEJoey Hess
2007-12-12* shortcut: Expand %S to the raw input text, not url-encoded.Joey Hess
2007-05-08Nuke trailing whitespace in shortcut.pm.joshtriplett
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0.
2007-03-07more i18n improvementsjoey
2007-02-15italisise urlsjoey
2007-01-28* Replace underscores in shortcut texts with spaces when formatting forjoey
display. This allows using a shortcut like [[wikipedia War_of_1812]], which links to the correct remote page, but is displayed nicely.
2007-01-04added some comments for translatorsjoey
2006-12-29* Initial work on internationalization of the program code. po/ikiwiki.potjoey
is available for translation. * Export gettext() from IkiWiki module.
2006-11-20shortcut stuffjoey
2006-10-15* Add no_override parameter to hook().joey
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that can be configured using a page in wiki.