LionWiki

A minimalist Wiki engine
Download

LionWiki Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Adam ?ivnĂ©?
  • Publisher web site:
  • http://adam.zivner.cz/

LionWiki Tags


LionWiki Description

A minimalist Wiki engine LionWiki, a minimalist Wiki engine, was written in PHP and can be used for creating small websites, journals, etc. It is extensible, templatable, file based (it doesn't need database like MySQL) and requires just one file to function.Installation1) Core LionWiki on Unix- copy index.php to the destination folder- in the same directory, create directories pages and history and make them writable (for example by command chmod 777 pages history)- (Not neccessary but recommended) - edit index.php and find string $WIKI_TITLE and set it to anything you want. There are some other options (explained in UserGuide: Configuration) on which you can take a look too.That's it, you can view your site from web browser.2) Full featured LionWiki on Unix(Edit)Unfortunately, it's not that simple here. Some plugins need to store permanent data, that means they need some writable files or directories.Luckily, we have two helpers:- install.sh, Unix Bourne shell script, which does everything you need. If you can run shell scripts, it's the easiest way to install LionWiki. (Note: shell scripts are often potentially harmful and you should be careful about what you run. But in this case you don't need to worry. This one is very simple so you can check it yourself :))- Install plugin. This helper doesn't do anything instead of you, it only detects potential problems and writes solution. After everything is ok, you must delete it (located in plugins/wkp_Install.php). Here are some key features of "LionWiki": · Small size · Easy to install and use. · Wiki syntax · Page history · Last changes · Renaming pages · Password protection (both read and write) Requirements: · PHP What's New in This Release: · This release has a new way of configuring plugins. · It has the ability to style blocks of text and assign classes and IDs. · Recent changes have been redesigned. · Support for history compression has been removed.


LionWiki Related Software