diff options
author | nodiscc <nodiscc@gmail.com> | 2018-11-22 19:50:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-22 19:50:20 +0000 |
commit | 60284b09e8e84a08c7b944f9eaaa5c464ac2682d (patch) | |
tree | 2989d6002d731f3f04322abc80b097a28ab40ea5 | |
parent | Merge pull request #1563 from glebm/patch-1 (diff) | |
parent | removed demo (diff) | |
download | awesome-selfhosted-60284b09e8e84a08c7b944f9eaaa5c464ac2682d.tar.gz awesome-selfhosted-60284b09e8e84a08c7b944f9eaaa5c464ac2682d.zip |
Merge pull request #1522 from ghostpirate/master
Add Strapi headless CMS
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -531,6 +531,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi - [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/) - 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)) `GPL-2.0` `PHP` +- [Strapi](https://strapi.io/) - The most advanced open-source Content Management Framework (headless-CMS) to build powerful API with no effort. ([Source Code](https://github.com/strapi/strapi/)) `MIT` `Nodejs` - [Subrion](http://www.subrion.org) - Subrion is a free open source content management system that allows you to build websites for any purpose. Yes, from blog to corporate mega portal. ([Demo](http://demos.subrion.com), [Source Code](https://github.com/intelliants/subrion)) `GPL-3.0` `PHP` - [Textpattern](http://textpattern.com/) - Flexible, elegant and easy-to-use CMS. ([Demo](http://textpattern.co/demo), [Source Code](https://github.com/textpattern/textpattern)) `GPL-2.0` `PHP` - [TYPO3](https://typo3.org/) - Powerful and advanced CMS with a large community. ([Source Code](https://github.com/TYPO3/TYPO3.CMS)) `GPL-2.0` `PHP` |