LionWiki
LionWiki is a minimalist Wiki engine programmed in PHP. It is extensible, templatable, file based (it doesn't need database like MySQL) and requires just one file to function. It is suitable for small websites, personal notebooks or journals.
This project is dead and not recommended for use in new projects.
News(Edit)
- 2020/10/16 LionWiki 3.2.12 was released. This is important security release! All users are urged to upgrade ASAP!
- 2018/04/22 LionWiki 3.2.11 fixes PHP 7.2 warning.
- 2016/02/06 After 4 years since last release, here's LionWiki 3.2.10 which adds compatibility with PHP 7.
- 2012/03/11 LionWiki 3.2.9 was released. Fixed bug in 3.2.8 which made {html} tag not working.
- 2012/01/25 LionWiki 3.2.8 was released. This is important security release! All users are urged to upgrade ASAP!
Older news can be found in News archive.
Features(Edit)
LionWiki provides essential Wiki functionality like Wiki syntax, page history, last changes, renaming pages, password protection (both read and write) etc. More features are provided by plugins.
Download(Edit)
Current version of LionWiki is 3.2.12. You can choose from two downloads:
- Full featured LionWiki consisting of core file, templates, configuration file, language files and plugins.
- Core LionWiki consisting of just one file which contains everything needed for basic functions. It is exactly the same as index.php from full featured LionWiki.
The only software requirement is PHP installation. See page on installation for details.
Development(Edit)
LionWiki is considered to be finished and is not developed anymore. If you have some question or suggestion, you can write me to adam.zivner@gmail.com
Disclaimer for developers(Edit)
LionWiki was designed from the beginning to be very small and simple. It's architecture is trivial which means that its core is quite hard to extend. It's also not suitable for studying purposes - there are a lot of examples of generally bad programming practices and PHP hacks which were used solely for the sake of small file size.