summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJon Dowland <jon@alcopop.org>2009-10-16 10:59:56 +0100
committerJon Dowland <jon@alcopop.org>2009-10-16 10:59:56 +0100
commitb1c9ca545bd58a8db665e06c5867ede2fe94e32a (patch)
tree077cbcc81223c7f7f59cbbdec73c226341b81862 /doc/todo
parent0a2e4e167dc0a6b9fc0b038c4174694117b74628 (diff)
parent5757ad87740fc50ead02aa06cadeb8b591dfcb82 (diff)
Merge branch 'master' of git://git.ikiwiki.info
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/preview_changes_before_git_commit.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/preview_changes_before_git_commit.mdwn b/doc/todo/preview_changes_before_git_commit.mdwn
new file mode 100644
index 000000000..e0e6ba866
--- /dev/null
+++ b/doc/todo/preview_changes_before_git_commit.mdwn
@@ -0,0 +1,7 @@
+ikiwiki allows to commit changes to the doc wiki over the `git://...` protocol.
+It would be nice if there'd be a uniform way to view these changes before `git
+push`ing. For the GNU Hurd's web pages, we include a *render_locally* script,
+<http://www.gnu.org/software/hurd/render_locally>, with instructions on
+<http://www.gnu.org/software/hurd/contributing/web_pages.html>, section
+*Preview Changes*. With ikiwiki, one can use `make docwiki`, but that excludes
+a set of pages, as per `docwiki.setup`. --[[tschwinge]]