From 258ecb7053c217bd3df7d498aba1e0feeb319b5f Mon Sep 17 00:00:00 2001 From: Joshua Westerheide Date: Wed, 21 Oct 2015 16:30:30 +0200 Subject: [PATCH 1/4] * Added TYPO3 under CMS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04ff34bc..56924a1a 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [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. + * [TYPO3](http://typo3.org/) - A powerful and advanced CMS with a large community. `GPLv2`(http://typo3.org/index.php?id=782) `PHP` * [Wordpress](https://wordpress.org/) - The worlds most-used blogging and CMS engine. ([Source code mirror](https://github.com/WordPress/WordPress)) `GPLv2` From ab101e7d374fa9395740c68b0015b2fc946d48f3 Mon Sep 17 00:00:00 2001 From: Joshua Westerheide Date: Wed, 21 Oct 2015 16:38:22 +0200 Subject: [PATCH 2/4] * Added Neos (Typo3 Neos) to CMS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56924a1a..214a7e9f 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Joomla!](http://www.joomla.fr/) - Advanced Content Management System (CMS) `GPL` * [KeystoneJS](http://keystonejs.com/) - Node.js CMS & Web Application Platform ([Demo](http://demo.keystonejs.com/), [Source Code](https://github.com/keystonejs/keystone)) `MIT` `Node.js` * [MODX](http://modx.com/) - MODX is an advanced content management and publishing platform. The current version is called 'Revolution'. ([Source Code](https://github.com/modxcms/revolution)) `GPLv2` `PHP` + * [Neos](https://www.neos.io) - Neos or TYPO3 Neos (for version 1) is a modern, open source MCS based on the Flow framework `[TYPO3 CLA](http://typo3.org/index.php?id=782)` `PHP` * [october](http://octobercms.com/) - Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. ([Source code](https://github.com/octobercms/october)) `MIT` * [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/gilbitron/Pico)) `MIT` From d6895621483ff21143c0640fc1f9e349f3ce542c Mon Sep 17 00:00:00 2001 From: Joshua Westerheide Date: Wed, 21 Oct 2015 16:40:31 +0200 Subject: [PATCH 3/4] * Added/(Fixed) License links for Typo3 and Neos in CMS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 214a7e9f..61acd315 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Joomla!](http://www.joomla.fr/) - Advanced Content Management System (CMS) `GPL` * [KeystoneJS](http://keystonejs.com/) - Node.js CMS & Web Application Platform ([Demo](http://demo.keystonejs.com/), [Source Code](https://github.com/keystonejs/keystone)) `MIT` `Node.js` * [MODX](http://modx.com/) - MODX is an advanced content management and publishing platform. The current version is called 'Revolution'. ([Source Code](https://github.com/modxcms/revolution)) `GPLv2` `PHP` - * [Neos](https://www.neos.io) - Neos or TYPO3 Neos (for version 1) is a modern, open source MCS based on the Flow framework `[TYPO3 CLA](http://typo3.org/index.php?id=782)` `PHP` + * [Neos](https://www.neos.io) - Neos or TYPO3 Neos (for version 1) is a modern, open source MCS based on the Flow framework. ([License](http://typo3.org/index.php?id=782)) `TYPO3 CLA` `PHP` * [october](http://octobercms.com/) - Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. ([Source code](https://github.com/octobercms/october)) `MIT` * [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/gilbitron/Pico)) `MIT` @@ -295,7 +295,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [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. - * [TYPO3](http://typo3.org/) - A powerful and advanced CMS with a large community. `GPLv2`(http://typo3.org/index.php?id=782) `PHP` + * [TYPO3](http://typo3.org/) - A powerful and advanced CMS with a large community. ([License](http://typo3.org/index.php?id=782)) `GPLv2` `PHP` * [Wordpress](https://wordpress.org/) - The worlds most-used blogging and CMS engine. ([Source code mirror](https://github.com/WordPress/WordPress)) `GPLv2` From 3b52aeef963a2fcf2898769607b311792f81a93e Mon Sep 17 00:00:00 2001 From: Joshua Westerheide Date: Wed, 21 Oct 2015 21:09:17 +0200 Subject: [PATCH 4/4] * Fixed issues mentioned by @nodiscc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61acd315..d6a53b77 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Joomla!](http://www.joomla.fr/) - Advanced Content Management System (CMS) `GPL` * [KeystoneJS](http://keystonejs.com/) - Node.js CMS & Web Application Platform ([Demo](http://demo.keystonejs.com/), [Source Code](https://github.com/keystonejs/keystone)) `MIT` `Node.js` * [MODX](http://modx.com/) - MODX is an advanced content management and publishing platform. The current version is called 'Revolution'. ([Source Code](https://github.com/modxcms/revolution)) `GPLv2` `PHP` - * [Neos](https://www.neos.io) - Neos or TYPO3 Neos (for version 1) is a modern, open source MCS based on the Flow framework. ([License](http://typo3.org/index.php?id=782)) `TYPO3 CLA` `PHP` + * [Neos](https://www.neos.io) - Neos or TYPO3 Neos (for version 1) is a modern, open source CMS based on the Flow framework. ([Source Code](https://git.typo3.org/Packages/TYPO3.Neos.git)) `GPLv3` `PHP` * [october](http://octobercms.com/) - Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. ([Source code](https://github.com/octobercms/october)) `MIT` * [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/gilbitron/Pico)) `MIT` @@ -295,7 +295,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [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. - * [TYPO3](http://typo3.org/) - A powerful and advanced CMS with a large community. ([License](http://typo3.org/index.php?id=782)) `GPLv2` `PHP` + * [TYPO3](http://typo3.org/) - A powerful and advanced CMS with a large community. ([Source Code](https://github.com/TYPO3/TYPO3.CMS)) `GPLv2` `PHP` * [Wordpress](https://wordpress.org/) - The worlds most-used blogging and CMS engine. ([Source code mirror](https://github.com/WordPress/WordPress)) `GPLv2`