diff options
author | Kyle Stetz <kylestetz@gmail.com> | 2015-08-04 13:19:40 +0000 |
---|---|---|
committer | Kyle Stetz <kylestetz@gmail.com> | 2015-08-04 13:19:40 +0000 |
commit | d2e81179aa873cbdec5e109591fc34f06d6478d4 (patch) | |
tree | 422cc68e2fc08c0b6e6aa297a51fd6a7ba2fc3ca | |
parent | Merge pull request #130 from marcpicaud/master (diff) | |
download | awesome-selfhosted-d2e81179aa873cbdec5e109591fc34f06d6478d4.tar.gz awesome-selfhosted-d2e81179aa873cbdec5e109591fc34f06d6478d4.zip |
Added Apostrophe CMS to CMS section
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -185,6 +185,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem CMS are a practical way to setup a website with many features. CMS often come with third party plugins, themes and functionality that is easy to add and customize to your needs. See also [Blogging Platforms](#blogging-platforms) and [Static Site Generators](#static-site-generators) * [99ko CMS](http://99ko.hellojo.fr) - 99ko allows you to create a website in minutes without knowledge of Web development. It does not use a database server but relies on simple text files (JSON format) to store your data. ([Source code](https://github.com/99ko-project/99ko-cms)) + * [Apostrophe 2](http://apostrophenow.org/) - A node.js CMS with a focus on extensible in-context editing tools ([Demo](http://demo.apostrophenow.com/), [Source code](https://github.com/punkave/apostrophe)) `MIT` `Node.js` * [Baun](http://bauncms.com/) - A modern, lightweight, extensible CMS for PHP - ([Source code](https://github.com/BaunCMS/Baun)) `MIT` * [BigTree CMS](https://www.bigtreecms.org/) - straightforward, well documented, and capable written with PHP and MySQL ([Source code](https://github.com/bigtreecms/BigTree-CMS)) `LGPL` * [Bolt](http://bolt.cm/) - Sophisticated, lightweight & simple CMS ([Source code](https://github.com/bolt/bolt)) |