aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki-comment.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-10-20 12:08:07 -0400
committerJoey Hess <joey@kitenet.net>2014-10-20 12:08:07 -0400
commit82a4fb49aea0d2adca3db1a65ac086d01c21df6f (patch)
tree09d8305d4fbfa4356ab7238899b9282802024897 /doc/ikiwiki-comment.mdwn
parent13331e8243ae1eb5fafc0de14fb98990aafafa9c (diff)
downloadikiwiki-82a4fb49aea0d2adca3db1a65ac086d01c21df6f.tar
ikiwiki-82a4fb49aea0d2adca3db1a65ac086d01c21df6f.tar.gz
add ikiwiki-comment program
Diffstat (limited to 'doc/ikiwiki-comment.mdwn')
-rw-r--r--doc/ikiwiki-comment.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/ikiwiki-comment.mdwn b/doc/ikiwiki-comment.mdwn
new file mode 100644
index 000000000..22dbd6083
--- /dev/null
+++ b/doc/ikiwiki-comment.mdwn
@@ -0,0 +1,31 @@
+# NAME
+
+ikiwiki-comment - posts a comment
+
+# SYNOPSIS
+
+ikiwiki-comment page.mdwn
+
+# DESCRIPTION
+
+`ikiwiki-comment` creates a comment for the specified wiki page file,
+and opens your editor to edit it.
+
+Once you're done, it's up to you to add the comment to whatever version
+control system is being used by the wiki, and do any necessary pushing to
+publish it.
+
+Note that since ikiwiki-comment is not passed the configuration of
+the wiki it's acting on, it doesn't know what types of markup are
+available. Instead, it always removes one level of extensions from the
+file, so when run on a page.mdwn file, it puts the comment in page/
+
+The username field is set to the unix account name you're using.
+You may want to edit it to match the username you use elsewhere
+on the wiki.
+
+# AUTHOR
+
+Joey Hess <joey@ikiwiki.info>
+
+Warning: this page is automatically made into ikiwiki-comments's man page, edit with care