ikiwiki/IkiWiki
joey dae0f48e91 * Work on firming up the plugin interface:
- Plugins should not need to load IkiWiki::Render to get commonly
    used functions, so moved some functions from there to IkiWiki.
  - Picked out the set of functions and variables that most plugins
    use, documented them, and made IkiWiki export them by default,
    like a proper perl module should.
  - Use the other functions at your own risk.
  - This is not quite complete, I still have to decide whether to
    export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
  referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
  to make like changes to it and avoid use of non-exported symboles from
  "IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
  setting.
2006-09-09 22:50:27 +00:00
..
Plugin * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
Rcs * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
Setup * Patch from Jordà Polo to make Setup::Standard support hashes in config 2006-08-23 18:41:32 +00:00
CGI.pm * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
Render.pm * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
Setup.pm * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use 2006-05-02 06:53:33 +00:00
UserInfo.pm * Renamed GlobLists to PageSpecs. 2006-08-02 00:14:31 +00:00
Wrapper.pm man page says I need this 2006-09-04 03:50:27 +00:00