diff options
author | nodiscc <nodiscc@gmail.com> | 2016-08-22 10:15:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-22 10:15:46 +0000 |
commit | 0453d08421a50a535d562696fc9ff19c4a0b8db3 (patch) | |
tree | bd9d359a0912d4a692423c9876bedd9ec71d60d1 | |
parent | Some additions and fixes (#669) (diff) | |
parent | Roadiz runs on PHP, not NodeJS (diff) | |
download | awesome-selfhosted-0453d08421a50a535d562696fc9ff19c4a0b8db3.tar.gz awesome-selfhosted-0453d08421a50a535d562696fc9ff19c4a0b8db3.zip |
Merge pull request #672 from MartinMalinda/patch-1
Roadiz runs on PHP, not NodeJS
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -374,7 +374,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Plone](https://plone.org/) - Powerful open-source CMS system. ([Source Code](https://github.com/plone)) `Zope` `Python` * [Publify](http://publify.co/) - A simple but full featured web publishing software. ([Demo](http://demo.publify.co/), [Source Code](https://github.com/publify/publify)) `MIT` `Ruby` * [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` - * [Roadiz](https://www.roadiz.io/) - Modern CMS based on a node system which can handle many types of services. ([Source Code](https://github.com/roadiz/roadiz/)) `MIT` `NodeJS` + * [Roadiz](https://www.roadiz.io/) - Modern CMS based on a node system which can handle many types of services. ([Source Code](https://github.com/roadiz/roadiz/)) `MIT` `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` * [Sphido](http://www.sphido.org/) - A fast, lightweight, flat file CMS for PHP. ([Source Code](https://github.com/sphido/cms)) `MIT` `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` |