Go to file
joey 2794d7ef5a * Renamed GlobLists to PageSpecs.
* PageSpecs can now include nested parens, "and", and "or". This remains
  backwards compatible to the old GlobList format. It's implemented by
  treating the GlobList as a very limited microlanguage that is transformed
  to perl code that does the matching.
* The old GlobList format is deprecated, and I encourage users to switch to
  using the new PageSpec format. Compatability with the old format will be
  removed at some point, possibly by 2.0.
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation_month and creation_year to PageSpec.
  Closes: #380680
* Changes to index file encoding.
2006-08-02 00:14:31 +00:00
IkiWiki * Renamed GlobLists to PageSpecs. 2006-08-02 00:14:31 +00:00
basewiki * Renamed GlobLists to PageSpecs. 2006-08-02 00:14:31 +00:00
debian * Renamed GlobLists to PageSpecs. 2006-08-02 00:14:31 +00:00
doc * Renamed GlobLists to PageSpecs. 2006-08-02 00:14:31 +00:00
t * Renamed GlobLists to PageSpecs. 2006-08-02 00:14:31 +00:00
templates fix title metadata on blogs, reorg needed to do it, simplified tag some 2006-07-31 00:34:18 +00:00
IkiWiki.pm * Renamed GlobLists to PageSpecs. 2006-08-02 00:14:31 +00:00
Makefile.PL * ikiwiki can now download and aggregate feeds with its new aggregate 2006-07-30 04:31:08 +00:00
README releasing version 1.0 2006-04-29 18:04:46 +00:00
ikiwiki allow hooks to add options even to --setup 2006-07-30 07:41:26 +00:00
ikiwiki-mass-rebuild * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that 2006-05-27 19:04:46 +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
mdwn2man * Add ikiwiki-mass-rebuild script, ripped out of the postinst. 2006-05-05 20:48:20 +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/>