* Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flag
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 2 Jun 2006 02:07:21 +0000 (02:07 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 2 Jun 2006 02:07:21 +0000 (02:07 +0000)
  when a todo item is done, instead of the previous moving it to a different
  subdir.

17 files changed:
debian/changelog
doc/download.mdwn
doc/todo.mdwn
doc/todo/1.0_release_blockers.mdwn [moved from doc/todo/done/1.0_release_blockers.mdwn with 94% similarity]
doc/todo/automatic_rebuilding_of_html_pages.mdwn [moved from doc/todo/done/automatic_rebuilding_of_html_pages.mdwn with 90% similarity]
doc/todo/blogs.mdwn [moved from doc/todo/done/blogs.mdwn with 91% similarity]
doc/todo/done.mdwn
doc/todo/done/html.mdwn [deleted file]
doc/todo/htmlvalidation.mdwn [moved from doc/todo/done/htmlvalidation.mdwn with 99% similarity]
doc/todo/logo.mdwn [moved from doc/todo/done/logo.mdwn with 94% similarity]
doc/todo/mailnotification.mdwn [moved from doc/todo/done/mailnotification.mdwn with 99% similarity]
doc/todo/search.mdwn [moved from doc/todo/done/search.mdwn with 91% similarity]
doc/todo/strftime.mdwn [moved from doc/todo/done/strftime.mdwn with 89% similarity]
doc/todo/underlay.mdwn [moved from doc/todo/done/underlay.mdwn with 98% similarity]
doc/todo/upgradehooks.mdwn [moved from doc/todo/done/upgradehooks.mdwn with 96% similarity]
doc/todo/utf8.mdwn [moved from doc/todo/done/utf8.mdwn with 97% similarity]
doc/todo/wikilinkfeatures.mdwn [moved from doc/todo/done/wikilinkfeatures.mdwn with 93% similarity]

index c75eb80b7bac7d2f198b1f3f31124c95d41a4a34..31932d857194d1b38cc5f63da6626b40da065b4c 100644 (file)
@@ -13,8 +13,11 @@ ikiwiki (1.5) UNRELEASED; urgency=low
       pages that link to my home page in the wiki"
     - Locking any pages that are linked to from a particular page, so that
       lists of locks can be exposed in the wiki.
+  * Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flag
+    when a todo item is done, instead of the previous moving it to a different
+    subdir.
 
- -- Joey Hess <joeyh@debian.org>  Thu,  1 Jun 2006 20:56:58 -0400
+ -- Joey Hess <joeyh@debian.org>  Thu,  1 Jun 2006 21:30:03 -0400
 
 ikiwiki (1.4) unstable; urgency=low
 
index e64d1984c55b1af0c33ac7ca27e0b058f0515262..fb855879478392584b28bea9bd62f956c179ab9c 100644 (file)
@@ -21,3 +21,6 @@ The current development version of ikiwiki can be accessed using subversion at
 `svn://svn.kitenet.net/ikiwiki/trunk`
 
 The source in subversion can be browsed [with viewcvs](http://svn.kitenet.net/trunk/?root=ikiwiki).
+
+If you would like to be subscribed to svn commit messages for ikiwiki,
+mail joey@kitenet.net.
index 4bf9eb4c0d96671942f5331220199e8a52753f8d..814c87fc20c8bc05a1721761becd0ec86acf70ca 100644 (file)
@@ -1,9 +1,9 @@
-Welcome to ikiwiki's todo list. Items are moved to [[todo/done]] when done.
+Welcome to ikiwiki's todo list. Link items to [[todo/done]] when done.
 
-[[inline pages="todo/* !todo/done* !*/Discussion" rootpage="todo" show="30"]]
+[[inline pages="todo/* !todo/done !link(done) !*/Discussion" rootpage="todo" show="30"]]
 
 ----
 
 # Full list of open items:
 
-[[inline pages="todo/* !todo/done* !*/Discussion" archive="yes"]]
+[[inline pages="todo/* !todo/done !link(done) !*/Discussion" archive="yes"]]
similarity index 94%
rename from doc/todo/done/1.0_release_blockers.mdwn
rename to doc/todo/1.0_release_blockers.mdwn
index 01ec8193ba695cb72b37f51b02b87186545cf5cb..c8ef70ebda06807ffa8c233125482a8c1fa08e53 100644 (file)
@@ -2,4 +2,6 @@ The following need to be resolved before ikiwiki 1.0 can be released:
 
 * HTML XSS [[security]] issues. Do I need to find or write a html sanitiser and bolt it onto the wiki, or can this stupid issue be ignored? It's really the browser's fault, and sanitising out html that is exploitable in all the buggy browsers out there is a neverending treadmill.
 
-That's all!
\ No newline at end of file
+That's all!
+
+[[done]]
similarity index 90%
rename from doc/todo/done/automatic_rebuilding_of_html_pages.mdwn
rename to doc/todo/automatic_rebuilding_of_html_pages.mdwn
index 931e1828f6c512d85697cf9dc5ebe720b1615c37..20a7ead143fa2bf3bdce77f300f8b62e459bcf18 100644 (file)
@@ -1,3 +1,5 @@
 It seems that pages like [[Todo]] aren't rebuilt automatically when a new item is added using the web interface.
 
-AFAIK this is working ok. For example, this page appears in [[TODO]]. Maybe you need to force-refresh the page in your web browser? --[[Joey]]
\ No newline at end of file
+AFAIK this is working ok. For example, this page appears in [[TODO]]. Maybe you need to force-refresh the page in your web browser? --[[Joey]]
+
+[[done]]
similarity index 91%
rename from doc/todo/done/blogs.mdwn
rename to doc/todo/blogs.mdwn
index 5322c7e437e52f68e62bcff201a74f1825b6a0d7..4537a4fb596effa56ab90ca1eceec4e8d84586fa 100644 (file)
@@ -1,2 +1,4 @@
 ikiwiki needs to support blogging. Make subpages of a page turn into a blog
 with a special post-processor rune.
+
+[[done]]
index 3c17b90b6827ec78270ce61ffd3ff6499a500d60..c4bb7e1d906eea4150539f017316b0198cbfa8f1 100644 (file)
@@ -1,3 +1,3 @@
 recently fixed [[TODO]] items
 
-[[inline pages="todo/done/* !*/Discussion" show="10"]]
+[[inline pages="todo/* link(done) !*/Discussion" show="10"]]
diff --git a/doc/todo/done/html.mdwn b/doc/todo/done/html.mdwn
deleted file mode 100644 (file)
index e74a979..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# html validation
-
-  * A doctype: XHTML 1.0 strict.
-  * &lt;hr&gt; to &lt;hr /&gt; etc.
-  * Image wikilinks provide an alt text.
-  * &'s in (cgi-)url's escaped as &amp;amp;.   
similarity index 99%
rename from doc/todo/done/htmlvalidation.mdwn
rename to doc/todo/htmlvalidation.mdwn
index 7e5db741d8eb58ecc278fc613101200271e9c4a2..1810a63d740db3ca9cc938135c6c49a5f8b6a255 100644 (file)
@@ -43,3 +43,5 @@
 
 This page is now valid.
 Test: [validate this page](http://validator.w3.org/check?url=referer)
+
+[[done]]
similarity index 94%
rename from doc/todo/done/logo.mdwn
rename to doc/todo/logo.mdwn
index 3960c646b0e7ff64228776324d315d268ce9194c..7436d7efc96b30d1d47036c5fef88fd7f9770f55 100644 (file)
@@ -1,3 +1,4 @@
 ikiwiki needs a logo. I'm thinking something simple like the word "ikiwiki"
 with the first "k" backwards; drawn to show that it's "wiki" reflected.
 
+[[done]]
similarity index 99%
rename from doc/todo/done/mailnotification.mdwn
rename to doc/todo/mailnotification.mdwn
index 50ecfe30b40360afc5212105f9e01c5f08b53d5d..28a63a9354a54b537ed5f59ae579869ef6669138 100644 (file)
@@ -55,3 +55,5 @@ should be safe. --[[WillThompson]])
 
   I'm deferring these nicities until there's some demonstrated demand
   --[[Joey]].
+
+[[done]]
similarity index 91%
rename from doc/todo/done/search.mdwn
rename to doc/todo/search.mdwn
index cbbec7d976500169884f7b4db8ad134765016ae4..4a94ac4a27e61e4acd5a752b494c2059d16091aa 100644 (file)
@@ -2,3 +2,4 @@
 * full text (use third-party tools?)
     - hyperestraier looks nice
 
+[[done]]
similarity index 89%
rename from doc/todo/done/strftime.mdwn
rename to doc/todo/strftime.mdwn
index 305f833beeb7593dcdd856ecf9ec7ba443f771e7..d68bed68f27d65c5625874e188bbd2c00a8f0b4b 100644 (file)
@@ -1,2 +1,4 @@
 There should be a --strftime switch that controls how all the dates are
 formatted.
+
+[[done]]
similarity index 98%
rename from doc/todo/done/underlay.mdwn
rename to doc/todo/underlay.mdwn
index 48e79498d3e8516997548983aac8a2f7c1548fa6..c8003b7f4ab421ff81b60afef0360bc6893e2c52 100644 (file)
@@ -9,3 +9,5 @@ skip in the srcdir, and tricking it to processing this file instead of the
 one from the underlaydir. -- Fixed by scanning srcdir first, then
 underlaydir, and refusing to add any files from underlaydir if they also
 exist in the srcdir. However, see [[security]] for caveats.
+
+[[done]]
similarity index 96%
rename from doc/todo/done/upgradehooks.mdwn
rename to doc/todo/upgradehooks.mdwn
index 90ef725ae516a4b70be69fed1b0c979056ba58b1..d7afa9d1b74b6a9283d282acdcdc0169496c71ff 100644 (file)
@@ -4,3 +4,5 @@ this.
 
 Let there be an /etc/ikiwiki/wikis, which just lists setup files and the
 user who owns them. postinst loops through, su's, and runs --setup. Voila!
+
+[[done]]
similarity index 97%
rename from doc/todo/done/utf8.mdwn
rename to doc/todo/utf8.mdwn
index b49bb337653bb9390cdede0f6b92261fcddb36be..221f627e1e79d39c60aa976e3442ab139c11f62a 100644 (file)
@@ -11,3 +11,5 @@ Notes:
 
 * Apache "AddDefaultCharset on" settings will not play well with utf-8
   pages. Turn it off.
+
+[[done]]
similarity index 93%
rename from doc/todo/done/wikilinkfeatures.mdwn
rename to doc/todo/wikilinkfeatures.mdwn
index 782acf2afd1b31fd602e3ed6ff4c06656550434e..5a2fa8433f19459d6a0639a1c3666e5be0edd334 100644 (file)
@@ -1,3 +1,4 @@
 - \[[John|Fred]] is a Wikipedia method for linking to the one page
   while displaying it as the other, Kyle would like this.
 
+[[done]]