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

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

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.