Tiny PHP CMS with flatfile storage.
- Really lightweight
- Question-based captcha against bots
- Simple markup system
- Templates!
- Party like it's 1996
- Drop the files into the desired folder on your web server
- Move or copy config.example.php to config.php
- Edit config.php to suit your needs
- ???
- PROFIT!!!!
# something
- Creates a h1## something
- Creates a h2### something
- Creates a h3_Bold_
- Bold text|Italic|
- Italic text----
- hr line. More dashes can also be used[[Somepage]]
- Internal link[[Somepage|Alternate name here]]
- Internal link with alias name{{X}}
- Insert template with name X
Lists work like so:
/**
** First item
** Second item
** etc.
**/