aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/typography.pm
Commit message (Collapse)AuthorAge
* remove unnecessary IkiWiki::Joey Hess2010-02-12
|
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
|
* add plugin safe/rebuild info (part 3 of 3)Joey Hess2008-08-03
|
* add advanced and basic modesJoey Hess2008-08-03
|
* fixupsJoey Hess2008-07-26
|
* remove default values in getsetupJoey Hess2008-07-26
| | | | | They were a bit confusing, since they did not actually set the default, and example values are sufficient.
* avoid fatal error in sanitizeJoey Hess2008-07-26
|
* finish adding getsetup hooks to pluginsJoey Hess2008-07-26
|
* exit with error if Text::Typography cannot be loadedjoey2007-06-05
|
* * Add typographyattributes configuration setting to typography plugin.joey2007-06-05
|
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
| | | | | | | | | 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.
* * Don't fail syntax check if Text::Typography isn't installed.joey2006-09-26
| | | | Closes: #389406
* move usejoey2006-09-21
|
* * Add typography (SmartyPants) plugin by Recai.joey2006-09-21