| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.txt | 2013-06-06 | 2.0 kB | |
| mkCMS-v3.6.zip | 2013-06-06 | 1.1 MB | |
| mkCMS-v3.5.zip | 2013-06-01 | 1.0 MB | |
| mkCMS-v3.4.1.zip | 2013-05-31 | 980.6 kB | |
| mkCMS-v3.4.zip | 2013-05-31 | 979.0 kB | |
| mkCMS-v3.3.zip | 2013-05-25 | 970.5 kB | |
| v0.2.9.1-beta.zip | 2013-04-09 | 88.7 kB | |
| 0.2.9-beta.zip | 2013-04-08 | 87.8 kB | |
| mkCMS-1.0.0-tesla.zip | 2012-01-01 | 1.5 MB | |
| mkCMS-0.02.zip | 2011-10-01 | 839.0 kB | |
| mkCMS-0.01.zip | 2011-09-29 | 768.1 kB | |
| Totals: 11 Items | 8.4 MB | 0 | |
**********************************************************
Welcome to mkCMS
**********************************************************
Sorry, but currently there is no documentation.
Expect some tutorials and documentation very soon.
Also, the website on mkcms.milankragujevic.com is coming...
****** Installation ******
To install mkCMS, copy it to the web server and open
index.php in your browser. It should redirect you to
the installer. Then complete all installer steps and
the mkCMS will be installed.
In some cases, you need to manually copy the MySQL dump
into phpMyAdmin, if the Installer doesn't have the
necessary permissions to import the dump into the DB.
****** Requirements ******
+ Web server
+ PHP >5.3 (may work on PHP 5.2 but no official support)
+ MySQL >5
****** Upgrading ******
To upgrade from v3.5, overwrite modules/, themes/,
plugins/mobile_theme.php and admin/install/verify_3.php
from the newest version
Also replace the line
'define('THEME_DIR', THEMES_DIR . $theme . '/');'
with
'$THEME_DIR = THEMES_DIR . $theme . '/';'
in config.php
****** Changelog ******
Current version is v3.6
-- v3.6 --
+ Added a new theme "Mobile"
+ Added a new plugin "Mobile Theme"
+ Updated the config param THEME_PATH
-- v3.5 --
+ Fixed a bug that would cause empty tags
+ Added a search function
-- v3.4.1 --
+ Fixed a bug that was causing a blank screen on install
-- v3.4 --
+ Added Atom feed support
+ Fixed bug in submit.php that would corrupt data
+ Added new plugin opengraph_tags
+ Added a readme.txt file with changelog
+ Changed version number
+ Added a new "uniq.txt" ^1
+ Added Main Author name and email on install
-- v3.3 --
+ Initial Public release (Closed beta from v3 to v3.3)
****** Notes ******
1 - Uniq enables every mkCMS website to have a separate
hash. Needed by the Atom feed currrently.
Also it auto-generates on install, but you can use any
hash, just paste it into uniq.txt file