is there an SQLite-based wiki? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T17:03:03Z http://stackoverflow.com/feeds/question/885524 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/885524/is-there-an-sqlite-based-wiki 0 is there an SQLite-based wiki? James Do 2009-05-19T23:22:03Z 2009-05-20T16:01:58Z <p>I would like to find out if there is wiki software that runs on SQLite.</p> http://stackoverflow.com/questions/885524/is-there-an-sqlite-based-wiki/885536#885536 1 Answer by mwilliams for is there an SQLite-based wiki? mwilliams 2009-05-19T23:25:08Z 2009-05-19T23:25:08Z <p>Sure is.</p> <p><a href="http://www.instiki.org/show/HomePage" rel="nofollow">Instiki</a></p> <blockquote> <p>Instiki (What Is Instiki) is a basic Wiki clone so pretty and easy to set up, you’ll wonder if it’s really a wiki. Runs on Rails and focuses on portability and stability. Supports file uploads, PDF export, RSS, multiple users and password protection. Some use Instiki as a CMS - Content Management System because of its ability to export static pages.</p> </blockquote> http://stackoverflow.com/questions/885524/is-there-an-sqlite-based-wiki/885541#885541 0 Answer by Dillie-O for is there an SQLite-based wiki? Dillie-O 2009-05-19T23:26:12Z 2009-05-19T23:26:12Z <p>According to the <a href="http://www.sqlite.org/cvstrac/wiki?p=SqliteUsers" rel="nofollow">SQLite Users Page</a>, the CVSTrac program is using SQLite as its internal database structure (you have to follow the link to the CVSTrac site to see the details). I'm sure there are others by hunting around the site.</p> http://stackoverflow.com/questions/885524/is-there-an-sqlite-based-wiki/885547#885547 0 Answer by RichieHindle for is there an SQLite-based wiki? RichieHindle 2009-05-19T23:27:56Z 2009-05-19T23:27:56Z <p><a href="http://search.cpan.org/~dom/Wiki-Toolkit-0.77/lib/Wiki/Toolkit.pm" rel="nofollow">Wiki::Toolkit</a> can use SQLite as its database.</p> http://stackoverflow.com/questions/885524/is-there-an-sqlite-based-wiki/888789#888789 0 Answer by Adrian Archer for is there an SQLite-based wiki? Adrian Archer 2009-05-20T15:55:39Z 2009-05-20T15:55:39Z <p><a href="http://www.mediawiki.org/wiki/Manual:SQLite" rel="nofollow">Mediawiki does,</a> but it is only in the development stage.</p> http://stackoverflow.com/questions/885524/is-there-an-sqlite-based-wiki/888819#888819 0 Answer by James for is there an SQLite-based wiki? James 2009-05-20T16:01:58Z 2009-05-20T16:01:58Z <p>Any of the Django ones should be able to, because Django is flexible about which Database backend it uses and SQLite is one of the options.</p>