An open API service indexing awesome lists of open source software.

https://github.com/rrthomas/darkglass

Simple CMS that publishes a directory tree
https://github.com/rrthomas/darkglass

cms

Last synced: 3 months ago
JSON representation

Simple CMS that publishes a directory tree

Awesome Lists containing this project

README

          

# DarkGlass

Reuben Thomas (rrt@sc3d.org)

DarkGlass is a simple content management system that exports a
directory tree to the web. It displays different file types
appropriately, uses file permissions to determine which files and
directories should be exported, has a customizable navigation panel,
and uses Markdown for rapid creation of simple web pages from plain
text files.

DarkGlass is meant to be simple to use, simple to install and
maintain, and its code should be easy to understand. It is released
under the GNU General Public License version 3, or (at your option)
any later version. There is no warranty.

See https://rrthomas.github.io/DarkGlass for more information.

## Source code organization

The files are organised as follows:


cgi-bin

contains the main program DarkGlass.pm, some helper modules in MIME and RRT, and the front-end script and configuration file web.pl.

doc

The documentation.