SCRAP – Content Management System

Overview

SCRAP (Simple Core for Rendering Assets & Pages) is the CMS that powers this site. It is a simple mobile-responsive flat-file Content Management System, consisting of one short PHP file and a single stylesheet, with no Javascript, no dependencies, and no database.

SCRAP is styled to be simple. Basic HTML markup is used for content pages, with the overall site layout (header, logo, menu, and footer) added automatically by SCRAP. The basic configuration (site name, logo, site owner, and menu structure) may be changed by editing a short JSON configuration file. The look and feel may be further modified by changing the core HTML page or stylesheet, as you wish.

Features

Take a look at the documentation to get a better idea of what SCRAP does.

Presentation & Styling

SCRAP's visual theme is powered by a lightweight, single-file stylesheet designed with modern layout standards and fluid responsiveness, providing:

License

SCRAP is free to use and is released under the terms of the GNU Affero General Public License (AGPL).

Download

Download SCRAP-v1.01.zip containing the main CMS files, documentation, and a sample configuration and web site.

Installation and Usage