https://github.com/nazar-pc/myblog
Demo of simple blog module for CleverStyle CMS 0.393 (outdated)
https://github.com/nazar-pc/myblog
Last synced: 8 months ago
JSON representation
Demo of simple blog module for CleverStyle CMS 0.393 (outdated)
- Host: GitHub
- URL: https://github.com/nazar-pc/myblog
- Owner: nazar-pc
- License: mit
- Archived: true
- Created: 2013-09-29T22:16:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-17T21:25:17.000Z (almost 12 years ago)
- Last Synced: 2025-02-16T03:13:56.276Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 894 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.html
- License: license.txt
Awesome Lists containing this project
README
CleverStyle CMS 0.393
* {
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.393
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 <nazar@mokrynskyi.com>
Copyright (c) 2011-2013, 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-2013, Nazar Mokrynskyi