I would like to find out if there is wiki software that runs on SQLite.
feedback
|
|
Sure is.
| |||
|
feedback
|
|
Wiki::Toolkit can use SQLite as its database. | |||
|
feedback
|
|
Mediawiki does, but it is only in the development stage. | |||
|
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. | |||
|
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. | |||
|
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 | |||
|
feedback
|