is there an SQLite-based wiki? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T17:03:03Zhttp://stackoverflow.com/feeds/question/885524http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/885524/is-there-an-sqlite-based-wiki0is there an SQLite-based wiki?James Do2009-05-19T23:22:03Z2009-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#8855361Answer by mwilliams for is there an SQLite-based wiki?mwilliams2009-05-19T23:25:08Z2009-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#8855410Answer by Dillie-O for is there an SQLite-based wiki?Dillie-O2009-05-19T23:26:12Z2009-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#8855470Answer by RichieHindle for is there an SQLite-based wiki?RichieHindle2009-05-19T23:27:56Z2009-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#8887890Answer by Adrian Archer for is there an SQLite-based wiki?Adrian Archer2009-05-20T15:55:39Z2009-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#8888190Answer by James for is there an SQLite-based wiki?James2009-05-20T16:01:58Z2009-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>