Diff
Not logged in

Differences From:

File src/wiki.c part of check-in [decac09b7d] - Cleanup and simplify the code for the recently added "wiki" command. by drh on 2008-05-14 20:59:10. [view]

To:

File src/wiki.c part of check-in [cf5bbd92a2] - added some help docs + TODO by stephan on 2008-05-14 23:01:41. [view]

@@ -613,15 +613,17 @@
 **         entry to stdout.
 **
 **     %fossil wiki list
 **
-**         Lists all wiki entries, one per line.
-**
+**         Lists all wiki entries, one per line, ordered
+**         case-insentively by name.
 **
 ** TODOs:
 **
-**     %fossil export WikiName ?UUID? ?-f outfile?
-**     %fossil commit WikiName ?-f infile?
+**     %fossil export ?UUID? ?-f outfile[=stdout]? WikiName
+**     %fossil delete ?-m MESSAGE? WikiName (can we have a commit message for a wiki page?)
+**     %fossil commit ?-f infile[=stdin]? WikiName
+**     Commit should create a new entry if one doesn't exist.
 */
 void wiki_cmd(void){
   int n;
   db_find_and_open_repository(1);