diff options
author | David Riebenbauer <davrieb@liegesta.at> | 2010-05-04 02:26:56 +0200 |
---|---|---|
committer | David Riebenbauer <davrieb@liegesta.at> | 2010-05-04 02:26:56 +0200 |
commit | d5928778a89762b73ed6f4ddaec690d14d774537 (patch) | |
tree | 11fff69fa5de43f35f500895b92a630d42972dc8 /doc | |
parent | 6c0d2aa45608da7382289a34ac08e38b444ebe5b (diff) | |
download | ikiwiki-d5928778a89762b73ed6f4ddaec690d14d774537.tar ikiwiki-d5928778a89762b73ed6f4ddaec690d14d774537.tar.gz |
whishlist about two-way conversion.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/two-way_convert_of_wikis.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/two-way_convert_of_wikis.mdwn b/doc/todo/two-way_convert_of_wikis.mdwn new file mode 100644 index 000000000..61f02a30b --- /dev/null +++ b/doc/todo/two-way_convert_of_wikis.mdwn @@ -0,0 +1,15 @@ + +[[!tag wishlist]] + +Ok, the vision is this: Some of you will know git-svn. I want something like +git-svn,, but for wikis. I want to be able to do the following: + +1. Convert a moinmoin (or whatever) wiki to a local ikiwiki on my laptop. +2. Edit my local copy (offline). +3. Preview the changes with my local ikiwki installation + browser. +4. Push the changes back to moinmoin (or whatever) wiki. + +I know, I know, ikiwiki wasn't designed for that, but it would be really cool, +and useful and people ask for that kind of thing too. + +--[[David_Riebenbauer]] |