diff options
author | Edward D <ed.kickball@hotmail.com> | 2015-08-04 13:21:42 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2015-08-04 13:21:42 +0000 |
commit | bc407e1368dd603ce87cf3ebd27208d03716fd5a (patch) | |
tree | 422cc68e2fc08c0b6e6aa297a51fd6a7ba2fc3ca | |
parent | Merge pull request #130 from marcpicaud/master (diff) | |
parent | Added Apostrophe CMS to CMS section (diff) | |
download | awesome-selfhosted-bc407e1368dd603ce87cf3ebd27208d03716fd5a.tar.gz awesome-selfhosted-bc407e1368dd603ce87cf3ebd27208d03716fd5a.zip |
Merge pull request #156 from kylestetz/patch-1
Add Apostrophe 2 (CMS)
-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)) |