aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/textile.pm
Commit message (Collapse)AuthorAge
* format plugin categorizationJoey Hess2010-02-12
|
* add a long name for textile/txtl ("Textile")Jon Dowland2009-05-16
|
* 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
|
* textile: The Text::Textile perl module has some regexps that fail if input ↵Joey Hess2008-06-16
| | | | is flagged as utf-8, but contains invalid characters such as 0x92. To prevent it from crashing, re-encode the content before calling it, which will ensure that it's really utf-8.
* * 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.
* * Add a textile format plugin contributed by mazirian.joey2006-12-29