Go to file
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
IkiWiki * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
basewiki remove a link.. people might want to replace the blog page with their own 2006-09-08 05:38:48 +00:00
debian * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
doc * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
t * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
templates * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
CHANGELOG * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
IkiWiki.pm * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
Makefile.PL * Add toc (table of contents) plugin. 2006-08-28 07:40:20 +00:00
NEWS * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
README releasing version 1.0 2006-04-29 18:04:46 +00:00
ikiwiki-mass-rebuild * Fix ikiwiki-mass-rebuild to work in the way the postinst uses it. 2006-08-19 02:58:47 +00:00
ikiwiki-w3m.cgi * Support a w3mmode, which lets w3m run ikiwiki using its local CGI 2006-07-07 21:00:48 +00:00
ikiwiki.pl * Patch from James Westby to add a --sslcookie switch, which forces 2006-08-27 20:25:05 +00:00
mdwn2man * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed. 2006-08-13 02:03:43 +00:00
pm_filter * Use DESTDIR and not PREFIX to specify installation prefix for packaging. 2006-08-25 02:12:43 +00:00
wikilist * Add ikiwiki-mass-rebuild script, ripped out of the postinst. 2006-05-05 20:48:20 +00:00

README

Use ./Makefile.PL to generate a Makefile, "make" will build the
documentation wiki and a man page, and "make install" will install ikiwiki.

All other documentation is in the ikiwiki documentation wiki, which is also
available online at <http://ikiwiki.kitenet.net/>