Move GeekiGeeki TODO list in geeki/
authorBernie Innocenti <bernie@codewiz.org>
Mon, 3 Aug 2009 12:56:18 +0000 (14:56 +0200)
committerBernie Innocenti <bernie@codewiz.org>
Mon, 3 Aug 2009 12:56:18 +0000 (14:56 +0200)
GeekiGeekiToDo [deleted file]
geeki/TODO [new file with mode: 0644]

diff --git a/GeekiGeekiToDo b/GeekiGeekiToDo
deleted file mode 100644 (file)
index 0468d6b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-=== Sooner ===
-
- * Page delete
- * Page rename
- * Page redirects (using symlinks)
- * Quick Find box in the navbar
- * Replace ##<****<Include|foo>****>## with ##{****{foo}****}##
- * WikiCreole syntax: ##<****<macro param1 param2>****>##
- * WikiCreole syntax: ##{****{image|title}****}##
-
-=== Later ===
-
- * Ditch repo sandbox, use the versioning backend directly
- * Stage changes by user until committed explicitly (i.e.: wiki changesets)
- * Add simple InterWiki support
- * Find orphaned pages (can be done by combining PageIndex with FindPage)
- * Directory listing
- * Groups/ directory with group lists implemented as wiki pages with unordered lists
- * Includes (aka templates)
- * Syntax highlighting for code blocks
-=== Nice to have ===
-
- * A functionality to have custom merge strategy in git to merge different wiki/GeekiGeeki in a single one
-
- * See also the original PikiToDo
diff --git a/geeki/TODO b/geeki/TODO
new file mode 100644 (file)
index 0000000..0468d6b
--- /dev/null
@@ -0,0 +1,25 @@
+=== Sooner ===
+
+ * Page delete
+ * Page rename
+ * Page redirects (using symlinks)
+ * Quick Find box in the navbar
+ * Replace ##<****<Include|foo>****>## with ##{****{foo}****}##
+ * WikiCreole syntax: ##<****<macro param1 param2>****>##
+ * WikiCreole syntax: ##{****{image|title}****}##
+
+=== Later ===
+
+ * Ditch repo sandbox, use the versioning backend directly
+ * Stage changes by user until committed explicitly (i.e.: wiki changesets)
+ * Add simple InterWiki support
+ * Find orphaned pages (can be done by combining PageIndex with FindPage)
+ * Directory listing
+ * Groups/ directory with group lists implemented as wiki pages with unordered lists
+ * Includes (aka templates)
+ * Syntax highlighting for code blocks
+=== Nice to have ===
+
+ * A functionality to have custom merge strategy in git to merge different wiki/GeekiGeeki in a single one
+
+ * See also the original PikiToDo