https://github.com/grassator/php-flatfile-markdown-website
Simple Markdown-based Website Engine
https://github.com/grassator/php-flatfile-markdown-website
Last synced: 10 months ago
JSON representation
Simple Markdown-based Website Engine
- Host: GitHub
- URL: https://github.com/grassator/php-flatfile-markdown-website
- Owner: grassator
- License: other
- Created: 2011-07-16T13:25:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T17:10:38.000Z (about 12 years ago)
- Last Synced: 2023-04-09T14:49:38.407Z (almost 3 years ago)
- Language: PHP
- Homepage:
- Size: 159 KB
- Stars: 24
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> **WARNING**: this repository is no longer maintained.
> If you are looking for a good markdown-based CMS please consider my commercial product — [MarkEngine](http://kubyshkin.ru/markengine/) which is a idealogical successor of this effort.
# PHP Flat-file Markdown Website
This is a simple Markdown-based website engine. It's main goal is to
provide simple means of updating small static websites without necessity of
learning html while keeping page look consistent.
## Installation
To install simply copy all the files to your web server.
## License
PHP Flat-file Markdown Website is free software, available under the terms
of a BSD-style open source license. It's based on
[PHP Markdown](http://michelf.com/projects/php-markdown/) library that is also
available under BSD-style license.