vote up 0 vote down star

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

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

5 Answers

vote up 1 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

Wiki::Toolkit can use SQLite as its database.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.