Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nazar-pc/cherrytea.org-old


https://github.com/nazar-pc/cherrytea.org-old

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

CleverStyle CMS 0.500.7+build-507

* {
font-family : sans-serif;
font-size : 16px;
}
body {
background-color : #b9b9b9;
margin : 0;
padding : 0;
}
header {
background-color : #d7d7d7;
border-bottom : 5px #666 solid;
padding : 10px;
}
header h1 {
display : inline-block;
font-size : 72px;
font-weight : 100;
line-height : 128px;
margin : 0;
vertical-align : top;
}
section {
background-color : #d7d7d7;
border : 1px #666 solid;
margin : 100px 0 0 50%;
padding : 10px 10px 45px;
position : relative;
width : 45%;
}
a {
color : #000;
}
footer {
padding : 20px;
text-align : center;
}


CleverStyle CMS 0.500.7+build-507

What is this?


CleverStyle CMS is simple, scalable, and fast content management system.


System is free, Open Source and is distributed under MIT license, see license.txt.


Author – Nazar Mokrynskyi <[email protected]>


Copyright (c) 2011-2014, Nazar Mokrynskyi


Official page: http://cleverstyle.org/cms


Main features:




  • Components

    • Modules (for displaying main page content)

    • Plugins (are loaded on every page and provides additional functionality)

    • Blocks (are placed on around the page for displaying additional information)



  • Human readable addresses

  • Users groups and types

  • Users permissions control


  • Localization and internationalization (both interface and content)

    • Content autotranslation



  • CSS and JavaScript minification and autocompression


  • Site mirrors

    • Domain mirrors

    • Physical server mirrors for every domain name



  • Themes and color schemes


  • Multiple Databases

    • Multiple Databases mirrors



  • Multiple files storages

  • System cache (FileSystem, APC, Memcached)

  • IP filtering and restriction

  • RESTful API

  • IPv6


Requirements:



  • Unix-like operating system or Windows (not well tested, but should work anyway)

  • Apache2 or Nginx web server


  • PHP 5.4+

    • Mcrypt library (recommended for encryption)

    • cUrl library (recommended for autotranslation)

    • APC (Alternative PHP cache) module (recommended for system speed up with PHP 5.4)

    • Memcached (optionally for Memcached cache engine)




  • MySQL Database server (MariaDB will work as well)

    • System may be extended to support other databases



Copyright (c) 2011-2014, Nazar Mokrynskyi