Skip to content

Magix cms est un gestionnaire de contenu développé en PHP 5, proposant une multitude d'outils intégrés. Le gestionnaire est simple et intuitif permettant une adaptation rapide pour tout utilisateur, ainsi qu'une indexation optimal dans les moteurs de recherches.

License

biggtfish/magixcms

 
 

Repository files navigation

Logo Magix CMS

Presentation

Magix cms est un gestionnaire de contenu développé en PHP 5, proposant une multitude d'outils intégrés. Le gestionnaire est simple et intuitif permettant une adaptation rapide pour tout utilisateur, ainsi qu'une indexation optimal dans les moteurs de recherches.

Note

N'utilisez pas la version de ce dépôt pour autre chose que vos propres tests,
la dernière version stable sur le site est optimisé pour la mise en production.

Authors

Contributors

Site officiel

Ressources

Plugins

Requirements

Server

  • APACHE / IIS / NGINX
    • Le serveur doit avoir la réécriture d'url activé pour fonctionné (rewrite_mod).
  • PHP 5.2 et plus
    • GD activé
    • SPL
    • SimpleXML et XML READER
    • PDO
  • MYSQL

Note: Pour utiliser Magix CMS avec PHP 5.3

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

Note: Pour utiliser Magix CMS avec PHP 5.4

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT

Remove bug minify with Bootstrap and Less (apache)

    <IfModule mpm_winnt_module>
       ThreadStackSize 8388608
    </IfModule>

Required Library

Smarty 3 (http://www.smarty.net/download)
copy to: /lib/smarty3

Magixcjquery (http://sourceforge.net/projects/magixcjquery/files/magixcjquery-stable/3.x/)
copy to: /lib/magixcjquery

Il faut ajouté le dossier smarty3 et magixcjquery dans le dossier lib, vous pouvez télécharger les dernières versions pour être compatible avec magix cms.

Required Application

Pour modifier un template, installez NODE.JS et LESS

Licence

This file is part of Magix CMS.
MAGIX CMS, The content management system optimized for users

Copyright (C) 2008 - 2016 magix-cms.com support[at]magix-cms[point]com

OFFICIAL TEAM :

-  Gerits Aurelien (Author - Developer) contact[at]aurelien-gerits[point]be - aurelien[at]magix-cms[point]com

Redistributions of files must retain the above copyright notice.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see .

####DISCLAIMER

Do not edit or add to this file if you wish to upgrade magixcms to newer
versions in the future. If you wish to customize magixcms for your
needs please refer to magix-cms.com for more information.

##Synchronize your fork

#cd your_fork
cd magixcms

#git remote add your_fork git@github.com:gtraxx/magixcms.git
git remote add magixcms git@github.com:gtraxx/magixcms.git
git fetch magixcms

#Merge your local copy with the original project
git checkout master
git merge magixcms/master

#Commit your changes
git commit -a -m "Synchronization with the original project"

#Send your changes to github
git push

About

Magix cms est un gestionnaire de contenu développé en PHP 5, proposant une multitude d'outils intégrés. Le gestionnaire est simple et intuitif permettant une adaptation rapide pour tout utilisateur, ainsi qu'une indexation optimal dans les moteurs de recherches.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 49.7%
  • JavaScript 27.3%
  • Java 15.9%
  • Smarty 4.3%
  • CSS 1.5%
  • ActionScript 1.0%
  • Other 0.3%