Fansoro is Modern Open Source Flat-File Content Management System.
Content in Fansoro is just a simple files written with markdown syntax in pages folder.
You simply create markdown files in the pages folder and that becomes a page.
PHP 5.5 or higher with PHP's Multibyte String module
Apache with Mod Rewrite
Unzip the contents to a new folder on your local computer, and upload to your webhost using the (S)FTP client of your choice. After you’ve done this, be sure to chmod the following directories (with containing files) to 777, so they are readable and writable by Fansoro:
cache/
config/
storage/
themes/
plugins/
You can easily install Fansoro with Composer.
composer create-project fansoro/fansoro
- Help on the Forum.
- Develop a new plugin.
- Create a new theme.
- Find and report issues.
- Link back to Fansoro.
See LICENSE