Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.
/ dixie Public archive

Dixie - Free and Simple CMS; Scripting Language: PHP and Javascript;

License

Notifications You must be signed in to change notification settings

9r3i/dixie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dixie

Free and Simple CMS;

Author License Forks Stars Issues Releases Donate

<?php
/* Dixie - Free and Simple CMS;
 *
 * Scripting Language    : PHP and Javascript;
 * PHP-Framework         : None or Bazzmu (optional);
 * Javascript-Framework  : jQuery v2.1.3 and jQuery UI v1.11.4;
 * Database              : Ldb Database v2.5 - Custom Portable Database;
 * Dixie-URI             : http://dixie-cms.herokuapp.com/;
 * Dixie-Author          : Luthfie a.k.a. 9r3i;
 * Author-Email          : Luthfie@y7mail.com;
 * Author-URI            : https://github.com/9r3i;
 * Third-party           : + CKEditor as content-editor,
 *                         + nicEdit as content-editor for mobile,
 *                         + Locale package as custom-local-language;
 */

/* Define Dixie to be true */
define('DIXIE',true);

/* change working directory */
if(defined('BAZZMU')&&BAZZMU===true){
  $droot = str_replace(ROOT,'',str_replace('\\','/',__DIR__));
  chdir($droot);
  /* define dixie root */
  define('DROOT',ROOT.$droot.'/');
}

/* Start the engine files */
require_once('engine/start.php');

The first time I did commit directly to version 1.3, please check the change log to see the update.

See Dixie CMS Demo page.

Username: admin

Password: demo


How to Install

  • Simply download the newest version of Dixie as the ZIP file in here.
  • Extract the file into directory you want to be intalled. Such as, /home/user4096/public_html/dixie/
  • Run Dixie. Such as, http://www.yourdomain.com/dixie/
  • You will see the installation page, and what you have to do is, fill the form correctly as it is.
  • You'll be asked an installation code (as version 2.0.0), input these words: LAY-ON-DIXIE
  • Then enjoy. :)

Dixie - Free and Simple CMS