summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-29 01:03:44 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-29 01:03:44 -0500
commitd72753e100b018dfa82feb06e06fc2ad2c61f4ed (patch)
tree53446ff30ce2c45b597a10373eae0e61f01b5ecf
parentd2a369537688d31884a2a90886768dfc90b8d706 (diff)
updates
-rw-r--r--debian/changelog3
-rw-r--r--doc/todo/recentchanges.mdwn2
l---------underlays/basewiki/recentchanges.mdwn1
3 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 47273ea94..8530bdd7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,9 @@ ikiwiki (2.21) UNRELEASED; urgency=low
function.
* Pages with extensions starting with "_" are internal-use, and will
not be rendered or web-edited.
+ * RecentChanges is now a static html page, that's updated whenever a commit
+ is made to the wiki. It's built as a blog using inline, so it can have
+ an rss feed that users can subscribe to.
* Removed support for sending commit notification mails. Along with it went
the svnrepo and notify settings, though both will be ignored if left in
setup files.
diff --git a/doc/todo/recentchanges.mdwn b/doc/todo/recentchanges.mdwn
index 75334659a..91128a860 100644
--- a/doc/todo/recentchanges.mdwn
+++ b/doc/todo/recentchanges.mdwn
@@ -140,3 +140,5 @@ page later gets deleted. I think that's acceptable. It could link to
`ikiwiki.cgi?do=redir&page=foo`, but that's probably overkill.
--[[Joey]]
+
+[[done]] !! (in this branch at least :-)
diff --git a/underlays/basewiki/recentchanges.mdwn b/underlays/basewiki/recentchanges.mdwn
new file mode 120000
index 000000000..7bd039623
--- /dev/null
+++ b/underlays/basewiki/recentchanges.mdwn
@@ -0,0 +1 @@
+../../doc/recentchanges.mdwn \ No newline at end of file