summaryrefslogtreecommitdiff
path: root/ikiwiki
AgeCommit message (Expand)Author
2006-05-02fix accidentially duplicated optionsjoey
2006-05-02* Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,joey
2006-05-02* Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey
2006-05-02fixjoey
2006-05-02* Added plugin system, currently only supporting for PreProcessorDirectives.joey
2006-05-01* Rename inlinepage to depends, so that it can be used to refer to morejoey
2006-04-28two notify bug fixes:joey
2006-04-25implemented html sanitisationjoey
2006-04-25more double slash sanitisation, avoids another loopjoey
2006-04-24commit changes for email subscriptionsjoey
2006-04-04proper binmode settings so that with -CSD, ikiwiki will support unicodejoey
2006-04-04use [:alnum:]joey
2006-04-02- add <base> to cgi output, this is especially useful for output containingjoey
2006-03-29added --hyperestraier switch, which turns on search supportjoey
2006-03-29improve fix for symlink attacks to check subdirectories for symlinks toojoey
2006-03-29Implemented --underlaydir, and moved files provided by underlay out of docjoey
2006-03-29css supportjoey
2006-03-29don't escape . in titlepage conversionjoey
2006-03-29html validation fixes:joey
2006-03-29Improved handling of wikilinks containing characters that are not allowedjoey
2006-03-28support [[linktext|pagename]] linksjoey
2006-03-28case insensative image filenamesjoey
2006-03-26add --refresh and make it with with --setupjoey
2006-03-26added --getctimejoey
2006-03-24Take basename of page link when creating a link. Makes blog posts lookjoey
2006-03-24add blog post templatejoey
2006-03-24default rss onjoey
2006-03-24fixesjoey
2006-03-24hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey
2006-03-23load index for all cgi scripts, fixes links on RecentChangesjoey
2006-03-23skip old format index file lines for nowjoey
2006-03-23preserve ctimes across rebuildsjoey
2006-03-23Add file cretion times to the index file.joey
2006-03-23new index file formatjoey
2006-03-23add support for generating per-page rss feedsjoey
2006-03-23support arbitrary characters in page titles, via some ugly use of unicodejoey
2006-03-23oopsjoey
2006-03-23foojoey
2006-03-23move config setting into getoptsjoey
2006-03-23prototyping improvementsjoey
2006-03-23another sub, wowjoey
2006-03-23slightly better latoutjoey
2006-03-23proper main sub and loadindex optimisation for cgisjoey
2006-03-23benchmarking suggests that meoization doesn't help even when doing ajoey
2006-03-23Getopt::Long is a huge, heavy perl module. So why use it?joey
2006-03-23Major code reoganisation, splitting up the single big file. The two goalsjoey
2006-03-23remove accidental makemaker cruftjoey
2006-03-23found & fixed another symlink attackjoey
2006-03-23-s == --setupjoey
2006-03-23At Branden's request, clean up the hardcoded ".ikiwiki" everywhere, and addjoey