FOSS PHP CMS without DB: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
** RFC3066 : codes are selected as recommended in RFC 3066, but can use "_" instead of "-" and lower case for country codes | ** RFC3066 : codes are selected as recommended in RFC 3066, but can use "_" instead of "-" and lower case for country codes | ||
** selfmade : there is localization, but it does not follow any RFC or ISO 639 standard | ** selfmade : there is localization, but it does not follow any RFC or ISO 639 standard | ||
* | * PHP | ||
** software that has a low min required version ''could'' have problems in new environments, since PHP is not fully backward compatible | ** minimum PHP version that is required | ||
*** in PHP 5.4 (2012-03-01) [http://php.net/releases/5_4_0.php] backward compatibility was broken by several changes | *** software that has a low min required version ''could'' have problems in new environments, since PHP is not fully backward compatible | ||
**** in PHP 5.4 (2012-03-01) [http://php.net/releases/5_4_0.php] backward compatibility was broken by several changes | |||
** SMO : safe mode off | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Name | ! Name | ||
! URL | ! URL | ||
! | ! Version | ||
! width=55 | | ! width=55 | Date | ||
! width=50 | | ! width=50 | PHP | ||
! l20n | ! l20n | ||
! License | |||
! Comment | ! Comment | ||
|- | |- | ||
| Get Simple CMS | | Get Simple CMS | ||
| http://get-simple.info/ | | http://get-simple.info/ | ||
| | | 3.3.2 | ||
| 2014-05-16 | | 2014-05-16 | ||
| PHP 5.2+ | | PHP 5.2+ | ||
| RFC3066 | | RFC3066 | ||
| GNU GPLv3 | | GNU GPLv3 | ||
| | |||
|- | |- | ||
| gpEasy CMS | | gpEasy CMS | ||
| http://gpeasy.com/ | | http://gpeasy.com/ | ||
| | | 4.3.1 | ||
| 2013-11-10 [https://code.google.com/p/gpeasy-cms/downloads/list?can=1] | | 2013-11-10 [https://code.google.com/p/gpeasy-cms/downloads/list?can=1] | ||
| PHP 5.2+ | | PHP 5.2+ | ||
| RFC3066 | | RFC3066 | ||
| GNU GPLv2 | | GNU GPLv2 | ||
| CKEditor, Download on main site has no date, nor does the blog entry, gpEasy_4.3.4.zip: unzip here zips to /gpEasy/ not to /gpEasy_4.3.4/ | |||
|- | |- | ||
| CMSimple | | CMSimple | ||
| http://www.cmsimple.org/ | | http://www.cmsimple.org/ | ||
| | | 4.4.4 | ||
| 2014-07-21 | | 2014-07-21 | ||
| PHP 4.3+ | | PHP 4.3+ | ||
| selfmade | | selfmade | ||
| GNU GPLv3 | | GNU GPLv3 | ||
| TinyMCE 3 | |||
|- | |||
| Tiny CMS | |||
| http://www.tinycms.eu/ | |||
| 1.0b | |||
| | |||
| PHP 5.0+ | |||
| RFC3066 | |||
| GNU GPL | |||
| language subsites can have code in URL, e.g. /en/, /de/, /ro/ | |||
|- | |- | ||
| la.plume micro CMS | | la.plume micro CMS | ||
| http://www.mini-print.com/ | | http://www.mini-print.com/ | ||
| | | 7.10 | ||
| 2014-07-12 | | 2014-07-12 | ||
| | | | ||
| | | | ||
| OSL-3.0 | | OSL-3.0 | ||
| | |||
|- | |- | ||
| Pico CMS | | Pico CMS | ||
| http://picocms.org/ | | http://picocms.org/ | ||
| | | 0.8 | ||
| | | 2013-10-23 [https://github.com/picocms/Pico/blob/master/changelog.txt] | ||
| PHP 5.3+ | | PHP 5.3+ | ||
| | | | ||
| | |||
| Download page shows no date | | Download page shows no date | ||
|- | |- | ||
| texTPress | | texTPress | ||
Line 74: | Line 75: | ||
| | | | ||
| 2012-09-05 | | 2012-09-05 | ||
| | |||
| | | | ||
| | | | ||
Line 82: | Line 84: | ||
| | | | ||
| 2011-04-18 | | 2011-04-18 | ||
| | |||
| | | | ||
| | | | ||
Line 91: | Line 94: | ||
| 2010? | | 2010? | ||
| PHP 5+ | | PHP 5+ | ||
| | |||
| | | | ||
| | | | ||
Line 98: | Line 102: | ||
| | | | ||
| 2011-02-21 | | 2011-02-21 | ||
| PHP 5.2+ | | PHP 5.2+ SMO | ||
| | | | ||
| GNU GPL | | GNU GPL | ||
| | |||
|- | |- | ||
| Zimplit CMS | | Zimplit CMS | ||
Line 107: | Line 112: | ||
| | | | ||
| not found | | not found | ||
| | |||
| | | | ||
| | | | ||
Line 116: | Line 122: | ||
| | | | ||
| | | | ||
| GNU GPL | | GNU GPL | ||
| TinyMCE | |||
|- | |- | ||
| SmartyCMS | | SmartyCMS | ||
Line 124: | Line 131: | ||
| | | | ||
| | | | ||
| OS LGPL | | OS LGPL | ||
| TinyMCE, Site broken | |||
|- | |||
| Sitemagic CMS | |||
| http://sitemagic.org/ | |||
| | |||
| | |||
| PHP 5.2+ | |||
| | |||
| | |||
| TinyMCE | |||
|} | |} |
Revision as of 2014-07-22T15:11:02
- l20n - localization
- RFC3066 : codes are selected as recommended in RFC 3066, but can use "_" instead of "-" and lower case for country codes
- selfmade : there is localization, but it does not follow any RFC or ISO 639 standard
- PHP
- minimum PHP version that is required
- software that has a low min required version could have problems in new environments, since PHP is not fully backward compatible
- in PHP 5.4 (2012-03-01) [1] backward compatibility was broken by several changes
- software that has a low min required version could have problems in new environments, since PHP is not fully backward compatible
- SMO : safe mode off
- minimum PHP version that is required
Name | URL | Version | Date | PHP | l20n | License | Comment |
---|---|---|---|---|---|---|---|
Get Simple CMS | http://get-simple.info/ | 3.3.2 | 2014-05-16 | PHP 5.2+ | RFC3066 | GNU GPLv3 | |
gpEasy CMS | http://gpeasy.com/ | 4.3.1 | 2013-11-10 [2] | PHP 5.2+ | RFC3066 | GNU GPLv2 | CKEditor, Download on main site has no date, nor does the blog entry, gpEasy_4.3.4.zip: unzip here zips to /gpEasy/ not to /gpEasy_4.3.4/ |
CMSimple | http://www.cmsimple.org/ | 4.4.4 | 2014-07-21 | PHP 4.3+ | selfmade | GNU GPLv3 | TinyMCE 3 |
Tiny CMS | http://www.tinycms.eu/ | 1.0b | PHP 5.0+ | RFC3066 | GNU GPL | language subsites can have code in URL, e.g. /en/, /de/, /ro/ | |
la.plume micro CMS | http://www.mini-print.com/ | 7.10 | 2014-07-12 | OSL-3.0 | |||
Pico CMS | http://picocms.org/ | 0.8 | 2013-10-23 [3] | PHP 5.3+ | Download page shows no date | ||
texTPress | https://code.google.com/p/text-press | 2012-09-05 | |||||
Stacey | http://staceyapp.com/ | 2011-04-18 | |||||
Subfolio | http://subfolio.com/ | 2010? | PHP 5+ | ||||
Mapix CMS | http://mapixcms.org/ | 2011-02-21 | PHP 5.2+ SMO | GNU GPL | |||
Zimplit CMS | http://www.zimplit.com/ | not found | |||||
Pluck | http://www.pluck-cms.org/ | GNU GPL | TinyMCE | ||||
SmartyCMS | http://smartycms.net/ | OS LGPL | TinyMCE, Site broken | ||||
Sitemagic CMS | http://sitemagic.org/ | PHP 5.2+ | TinyMCE |