yellow/README.md

26 lines
1.4 KiB
Markdown
Raw Normal View History

Yellow
======
Yellow is for people who make websites.
2014-05-17 20:10:08 +00:00
[![Build Status](https://travis-ci.org/markseu/yellowcms.svg)](https://travis-ci.org/markseu/yellowcms)
2014-05-19 13:41:12 +00:00
[![Online demo](https://github.com/markseu/yellowcms-extensions/blob/master/documentation/yellowdemo.png?raw=true)](http://demo.datenstrom.se/)
How do I install this?
----------------------
1. [Download Yellow](https://github.com/markseu/yellowcms/archive/master.zip) and unzip it.
2. Copy all files to your web hosting.
2014-01-08 16:05:39 +00:00
3. Open your website in a browser.
Installation requirements are Apache, mod_rewrite, mod_ssl, PHP 5.3+.
Yellow doesn't come with a lot of stuff. [Download Yellow extensions](https://github.com/markseu/yellowcms-extensions).
How do I get started?
---------------------
You already have everything you need. Start by editing your website.
2013-12-01 11:59:07 +00:00
Yellow is a flat-file content management system. Everything is made of files and folders. You can create web pages, blogs, wikis. There's support for Markdown, Dropbox and static content generation. [Read documentation](https://github.com/markseu/yellowcms-extensions/blob/master/documentation/README.md).
License
-------
* Yellow by Mark Seuffert and David Fehrmann is licensed under [GPLv2](http://opensource.org/licenses/GPL-2.0).
* [PHP Markdown Extra](https://github.com/michelf/php-markdown) by Michel Fortin is licensed under [BSD license](http://opensource.org/licenses/BSD-3-Clause).