aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2008-02-08 18:01:03 -0800
committerJosh Triplett <josh@freedesktop.org>2008-02-08 18:12:38 -0800
commit6b35ec682b8d3c571ab17cbbd9d6156ba5ba9047 (patch)
tree8ee07617bc67e0fe7eb53625fea9503b42c73d16
parente183aa198f3aa35490b053700b28716b43bed199 (diff)
downloadikiwiki-6b35ec682b8d3c571ab17cbbd9d6156ba5ba9047.tar
ikiwiki-6b35ec682b8d3c571ab17cbbd9d6156ba5ba9047.tar.gz
Mention user wikilists in README.Debian
-rw-r--r--debian/README.Debian5
-rw-r--r--debian/changelog4
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 8032e8cb4..cf8bca94e 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -9,5 +9,10 @@ will run ikiwiki-mass-rebuild if necessary when upgraded. The file
as the user who owns the wiki. Edit this file and add any wikis you
set up.
+You can also allow users to maintain their own list of wikis to rebuild,
+by listing their usernames in /etc/ikiwiki/wikilist without corresponding
+setup files. ikiwiki will then read their lists of wikis from
+.ikiwiki/wikilist in their home directories.
+
The examples directory contains the source to some example wiki setups.
diff --git a/debian/changelog b/debian/changelog
index c608043f4..45a26e43a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
ikiwiki (2.31) unstable; urgency=low
+ [ Joey Hess ]
* Revert preservation of input file modification times in output files,
since this leads to too many problems with web caching, especially with
inlined pages. Properly solving this would involve tracking every page
@@ -40,6 +41,9 @@ ikiwiki (2.31) unstable; urgency=low
There are several cases (recentchanges files, aggregated files)
where some source files are not in revision control.
+ [ Josh Triplett ]
+ * README.Debian: Mention user wikilists.
+
-- Joey Hess <joeyh@debian.org> Wed, 06 Feb 2008 15:10:20 -0500
ikiwiki (2.30) unstable; urgency=low