Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m0wer/sicms

Simple Image+Content Management System
https://github.com/m0wer/sicms

Last synced: 8 days ago
JSON representation

Simple Image+Content Management System

Awesome Lists containing this project

README

        

# sicms
Simple Image+Content Management System

## Concept

The website home page will show a grid of squared images (from /img) and if there is a MarkDown file in the root directory with the same name of the image but with .md extension, the image will link to it. If any MarkDown file (.md) is requested, it will be interpreted (check [m0wer/markdown-handler](https://github.com/m0wer/markdown-handler)). You will need to enable .htaccess override in the Apache configuration.

## Requirements

* Apache
* PHP
* Access to the website home directory and to apache configuration.

## Installation

1. Enable .htaccess
2. Clone contents to web root.
3. Add images to img folder.
4. Add MarkDown files to the web root (not necessarily).

You are ready to go!

## Recommendations

* Change title and meta tags from index.php

## License

Everything is GNU GPL 3.0 except for markdown folder contents (unlicensed), markdown.php license in file header.