Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m0wer/sicms
- Owner: m0wer
- License: gpl-3.0
- Created: 2017-01-22T10:00:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T17:40:13.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T18:14:45.991Z (about 1 month ago)
- Language: PHP
- Size: 1.07 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.