Base
Contents:
→ About Base
About Base
Base is a lightweight NO-SQL CMS written in PHP.
Being file-system based makes the content fully portable, and you can edit everything in your favorite texteditor. It's also a breeze to install.
Features:
- Files and folders, no database
- Meta data (like Tags) is stored in the content files using highly extendible @key:value markup.
- Folders becomes URLs becomes Views.
- Listing and Categorization through simple Utility functions
- Fast. Most requests executes less than 100 lines of PHP and only 1 file-system operation (read).
- Dropbox integration. Offline-edit, backup and auto-sync for free :-)
- Themes. All controller code is in the Views.
- Media Plugins. Ships with support for a range of media (flash, unity...)
- Automatic downscaling of images (So you can keep the original images in the filesystem)
- Slideshow (or listing) easily shows Media and Images
Beta features:
* Comments system
* Timelines
* BaseEdit (to edit content directly in the browser)
// link/Include() install.txt and readme.txt