diff options
author | Kovah <mail@kovah.de> | 2016-02-08 15:08:07 +0000 |
---|---|---|
committer | Kovah <mail@kovah.de> | 2016-02-08 15:08:07 +0000 |
commit | b2527b7e5ef2272dfda9f72a849320d0ab5e2470 (patch) | |
tree | 8d8ec07ab92af98b876f4180a1859431c42ea748 | |
parent | Merge pull request #434 from privong/master (diff) | |
download | awesome-selfhosted-b2527b7e5ef2272dfda9f72a849320d0ab5e2470.tar.gz awesome-selfhosted-b2527b7e5ef2272dfda9f72a849320d0ab5e2470.zip |
Added Sphido (CMS)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -326,6 +326,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [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` * [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` * [Textpattern](http://textpattern.com/) - A flexible, elegant and easy-to-use CMS. ([Demo](http://textpattern.co/demo), [Source code](https://github.com/textpattern/textpattern)) `GPLv2` `PHP` * [TYPO3](https://typo3.org/) - A powerful and advanced CMS with a large community. ([Source Code](https://github.com/TYPO3/TYPO3.CMS)) `GPLv2` `PHP` |