ikiwiki/IkiWiki
joey 7a5ae22e5a Convert postprocessordirectives into preprocessordirectives, so they are
expanded before markdown. Consequences:

 - No need to worry about markdown messing with parameters of
   preprocessordirectives. (If you had to escape stuff in one before, you'll
   need to undo that escaping now.)
 - No need for ugly </p> hacks before inlined subpages. Instead, subpages
   are wrapped in a <div>, and this prevents markdown from touching them.
   (This can also be used to add style to subpages.)
 - rss generation is less of a hack.
2006-04-04 20:57:46 +00:00
..
Rcs - add <base> to cgi output, this is especially useful for output containing 2006-04-02 22:24:08 +00:00
Setup add --refresh and make it with with --setup 2006-03-26 05:08:41 +00:00
CGI.pm Verified that the action parameter on cgi forms is needed for at least the 2006-04-04 18:43:26 +00:00
Render.pm Convert postprocessordirectives into preprocessordirectives, so they are 2006-04-04 20:57:46 +00:00
Setup.pm add --refresh and make it with with --setup 2006-03-26 05:08:41 +00:00
Wrapper.pm added --getctime 2006-03-26 02:30:44 +00:00