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
- Host: GitHub
- URL: https://github.com/rrthomas/darkglass
- Owner: rrthomas
- License: other
- Created: 2013-02-11T23:22:32.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T19:28:00.000Z (about 1 year ago)
- Last Synced: 2025-10-19T16:49:45.761Z (8 months ago)
- Topics: cms
- Language: Perl
- Homepage: https://rrthomas.github.io/DarkGlass
- Size: 202 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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 inMIMEandRRT, and the front-end script and configuration fileweb.pl. doc- The documentation.