README
Authors
- Fabrice Luraine (Sofa Design)
- Mathias Standaert (Organic Web)
Latest update
June 11th 2009
Contact info
Actual release
WIKIR 0.1 aka WIKIR Raspberry
Based on Limonade PHP 0.3 aka Citronnade
Project area
It's a simple WIKI project to show howto use the micro Framework Limonade PHP.
It's basically setup on files. Every page is a file in the pages directory, in root folder. All files are on .mkd format and uses the Markdown syntax.
Attention please, this project is only an illustration of a developement on the Framework Limonade PHP, and is not intended to be released as a production environement, we won't be reliable for any use on production
How does it works
After unzipping the archive, upload the content to the root folder of your wep server (ex. htdocs or www).
Before any page creation, please make sure you have write privilege on pages folder (chmod 0755).
By default, you have 5 pages on the WIKI, they are dispatched like this :
- Home
- I'ts the Home page, it contains acces to tutorial and two examples pages.
- Another_page, My_new_page
- A few example pages
- README, LISEZMOI
- Both english and french tutorials for this little WIKI.
Display a page
To display a page you just have to :
Click on a link on the page or click on the "page name cloud", or change the page name in the url.
Change :
http://www.monserveur.com/?/Home
to :
http://www.monserveur.com/?/Ma_page_a_afficher
Add a page
To add a page, you just have to :
- Add a link in a page, by adding the code below :
[[Name_of_my_new_page]] - Reload the page
- Click on the new link
- Add content in the text field
- Click on "Create"
- Et voilà !
Edit a page
To edit a page you just have to :
- Load the page in your favorite browser
- Click on "Edit"
- Change content in text field
- Et voilà !
Delete a page
To delete a page you just have to :
- Load the page in your favorite browser
- Click on "Delete"
- Et voilà !
(Note: a reset of all wiki contents is sheduled every 2 hours)