Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterjclaw/squidgycms
The All Squidgy Content Management System
https://github.com/peterjclaw/squidgycms
Last synced: about 1 month ago
JSON representation
The All Squidgy Content Management System
- Host: GitHub
- URL: https://github.com/peterjclaw/squidgycms
- Owner: PeterJCLaw
- Created: 2010-10-14T18:18:30.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-08T16:48:13.000Z (about 12 years ago)
- Last Synced: 2024-04-16T07:01:56.982Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 1.61 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
The All Squidgy Content Management System
=========================================The All Squidgy Content Management System (SquidgyCMS) is a flat-file
CMS designed for use where you don't have access to a database. All the
data that it stores is contained on the file-system, and is strored in a
manner that is meant to be understandable by, and editable by, a human.Getting Started
---------------There is very little setup required for SquidgyCMS, all you need to do
is make the site data folder (Sites/$SITE/Data) and the users folder
(Sites/$SITE/Users) read-writeable by the webserver. These are the two
locations that SquidgyCMS stores all the module and user data
respectively.Organisation
------------Almost everything that does something in SquidgyCMS is a module,
including most of the core functionality.