diff options
author | Andrew Peng <pengc99@gmail.com> | 2015-12-03 17:45:27 +0000 |
---|---|---|
committer | Andrew Peng <pengc99@gmail.com> | 2015-12-03 17:45:27 +0000 |
commit | e3a434383c3315e0eeffbefacb64b9c9032426b8 (patch) | |
tree | b9680640b641131ab0f6f67fdd3a011dcb3db01c | |
parent | merge bug trackers with ticketing systems (diff) | |
download | awesome-selfhosted-e3a434383c3315e0eeffbefacb64b9c9032426b8.tar.gz awesome-selfhosted-e3a434383c3315e0eeffbefacb64b9c9032426b8.zip |
Updated README.md to add Plone
Added Plone to list of CMSs
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -318,6 +318,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Pagekit](http://pagekit.com/) - A new modern CMS to create and share ([Source code](https://github.com/pagekit/pagekit)) `MIT` * [Pico](http://picocms.org/) - A stupidly simple, blazing fast, flat file CMS. ([Source code](https://github.com/picocms/Pico)) `MIT` * [Pimcore](https://www.pimcore.org/) Multi-Channel Experience and Engagement Management Platform ([Source code](https://github.com/pimcore/pimcore)) `BSD` `PHP` + * [Plone](https://plone.org/) Powerful open-source CMS system ([Source code](http://collective.github.io/)) `Python` `Zope` * [Redaxscript](http:/redaxscript.com) - Ultra lightweight CMS for MySQL, SQLite and PostgreSQL ([Demo](http://demo.redaxscript.com/demo/login), [Source Code](https://github.com/redaxmedia/redaxscript)) `GPLv3` `PHP` * [SilverStripe](https://www.silverstripe.org) - easy to use CMS with powerful MVC framework underlying. ([Demo](http://demo.silverstripe.org/), [Source code](https://github.com/silverstripe)) `BSD` `PHP` * [SPIP](http://www.spip.net/fr) - Publication system for the Internet aimed at collaborative work, multilingual environments, and simplicity of use for web authors. ([Source code](https://core.spip.net/projects/spip/repository)) `GPLv2` `PHP` |