up vote 2 down vote favorite
2
share [g+] share [fb]

I would like to find out if there is wiki software that runs on SQLite.

link|improve this question
Just out of curiosity, why in the world would you want that? – musicfreak May 19 '09 at 23:27
How is this programming related? – Eugene Yokota May 19 '09 at 23:28
@eed3si9n: it's not. google.com/search?q=sqlite+site%3Awikimatrix.org – Shog9 May 19 '09 at 23:46
feedback

6 Answers

Sure is.

Instiki

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.

link|improve this answer
feedback

Wiki::Toolkit can use SQLite as its database.

link|improve this answer
feedback

Mediawiki does, but it is only in the development stage.

link|improve this answer
feedback

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.

link|improve this answer
feedback

According to the SQLite Users Page, 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.

link|improve this answer
feedback

Fossil, which is a DVCS with many other features (including a wiki) is built on top of Sqlite (in face, made by D. Richard Hipp who wrote Sqlite ). It can be found at: http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki

link|improve this answer
feedback

Your Answer

 
or
required, but never shown