diff options
author | Igor Petrov <garik.piton@gmail.com> | 2017-07-27 20:03:48 +0000 |
---|---|---|
committer | Edward Dickson <ed.kickball@hotmail.com> | 2017-07-27 20:03:48 +0000 |
commit | 80f58b4a226966d2c8ba06598c3180417008073e (patch) | |
tree | b124efb1be72bfde3f989f23e0d97538c1a6dea5 | |
parent | Adding Zalenium (#1125) (diff) | |
download | awesome-selfhosted-80f58b4a226966d2c8ba06598c3180417008073e.tar.gz awesome-selfhosted-80f58b4a226966d2c8ba06598c3180417008073e.zip |
Add APIQ CMS (#1126)
* Add APIQ CMS
* fixed APIQ URL
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -437,6 +437,7 @@ _[Extensible Messaging and Presence Protocol](https://en.wikipedia.org/wiki/XMPP 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) + * [APIQ CMS](https://www.apiq.io/) - Simple and powerful Ruby on Rails CMS for developers. ([Demo](http://demo.apiq.io/), [Source Code](https://github.com/apiqcms/kms)) `MIT` `Ruby` * [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` `Nodejs` * [Baun](https://bauncms.com/) - A modern, lightweight, extensible CMS for PHP. ([Source Code](https://github.com/BaunCMS/Baun)) `MIT` `PHP` * [BigTree CMS](https://www.bigtreecms.org/) - Straightforward, well documented, and capable written with PHP and MySQL. ([Source Code](https://github.com/bigtreecms/BigTree-CMS)) `LGPLv2` `PHP` |