Offline access to MoinMoin wiki using Google Gears - Stack Overflow most recent 30 from stackoverflow.com 2009-11-09T08:51:38Z http://stackoverflow.com/feeds/question/176955 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/176955/offline-access-to-moinmoin-wiki-using-google-gears 2 Offline access to MoinMoin wiki using Google Gears CaptSolo 2008-10-07T01:53:38Z 2009-09-06T11:53:57Z <p>How to add offline access functionality to <a href="http://moinmo.in" rel="nofollow">MoinMoin wiki</a>?</p> <p>As a minimum, I would love to have browsing access to all pages on a server-based wiki (while being offline). Search and other things, which do not modify the content, are secondary. An added bonus would be if this solution allowed to update wiki content while offline and push it back to the wiki when online.</p> <p>Google Gears looks like a good candidate for trying to solve this, but other solutions are also welcome.</p> <p>An interesting property of MoinMoin is that it keeps content in regular files instead of the database. This can make it easier to port wiki content from one location to another, but I don't know if that can play any role in answering this question.</p> <p>Note: if you see a good reply please rate it up. i'd love to do that, but the site does not let me do ratings yet.</p> http://stackoverflow.com/questions/176955/offline-access-to-moinmoin-wiki-using-google-gears/176980#176980 0 Answer by Greg Hewgill for Offline access to MoinMoin wiki using Google Gears Greg Hewgill 2008-10-07T02:10:26Z 2008-10-07T02:10:26Z <p>If you have the freedom to change the wiki software, I might suggest looking at <a href="http://ikiwiki.info" rel="nofollow">ikiwiki</a>. You can set it up so the pages are backed by a real VCS such as Git, in which case you can clone the whole wiki and read and even update it offline.</p> http://stackoverflow.com/questions/176955/offline-access-to-moinmoin-wiki-using-google-gears/177321#177321 -1 Answer by Mikael Jansson for Offline access to MoinMoin wiki using Google Gears Mikael Jansson 2008-10-07T05:33:30Z 2008-10-07T05:33:30Z <p>Have a look at <a href="http://moinmo.in/DesktopEdition" rel="nofollow">MoinMoin Desktop Edition</a>.</p> http://stackoverflow.com/questions/176955/offline-access-to-moinmoin-wiki-using-google-gears/178209#178209 2 Answer by Tuukka Hastrup for Offline access to MoinMoin wiki using Google Gears Tuukka Hastrup 2008-10-07T12:27:47Z 2008-10-07T12:27:47Z <p><em>By using Gears with the Firefox Greasemonkey plugin, you can inject Gears code into any website that you want. Don't wait for your favorite website to enable offline support -- do it yourself.</em> <a href="http://code.google.com/apis/gears/articles/gearsmonkey.html" rel="nofollow">http://code.google.com/apis/gears/articles/gearsmonkey.html</a></p> http://stackoverflow.com/questions/176955/offline-access-to-moinmoin-wiki-using-google-gears/1385496#1385496 1 Answer by Pawel Pacana for Offline access to MoinMoin wiki using Google Gears Pawel Pacana 2009-09-06T11:53:57Z 2009-09-06T11:53:57Z <p>If you're patient enough, MoinMoin release 2.0 will ship with Mercurial DVCS backend, so you won't have to switch. More info on <a href="http://moinmo.in/MoinMoin2.0" rel="nofollow">http://moinmo.in/MoinMoin2.0</a></p>