Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelod/ionize
ionize, native multilingual CMS.
https://github.com/marcelod/ionize
Last synced: 3 months ago
JSON representation
ionize, native multilingual CMS.
- Host: GitHub
- URL: https://github.com/marcelod/ionize
- Owner: marcelod
- License: other
- Fork: true (ionize/ionize)
- Created: 2015-11-17T23:59:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T07:46:59.000Z (about 9 years ago)
- Last Synced: 2024-04-17T03:13:04.767Z (9 months ago)
- Language: PHP
- Homepage: http://www.ionizecms.com
- Size: 40.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license.txt
Awesome Lists containing this project
README
Ionize CMS
==========Version: 1.0.8
Not released yet
### About Ionize
Ionize is a free professional and natively multilingual PHP CMS, developed with user experience in mind.
Ionize is dedicated to webdesigners and web agencies to simply make their clients happy.
Ionize uses the PHP framework CodeIgniter.
Official website: http://www.ionizecms.com
![Screenshot](https://github.com/ionize/ionize/raw/master/files/screenshot_ionize_dashboard.jpg)
### Authors
* [Michel-Ange Kuntz](http://www.partikule.net)
* [Christophe Prudent](http://www.toopixel.ch)### Contributors
* [Kay Stenschke](http://www.coexec.com)
* [İskender Totoğlu] (http://www.altivebir.com.tr)
* Martin Wernstahl
* [Bhagya Nirmaan Silva](http://about.me/bhagyas)### Installation
IMPORTANT: Before any update, make a backup of your database.
We will not be responsible for any loose of data.These instruction takes in account that this version is in developement.
* From Ionize 0.9.x
* Copy your database, you will start working with this copy,
* Go in your 0.9.x config/config.php file and copy your encryption key in the new config/config.php file,
* Launch the installer: http://your_domain/install
* The installer will migrate the database and the user accounts* From Ionize 0.9.7 (dev version)
* Copy your database, you will start working with this copy,
* Go in your 0.9.6 config/config.php file and copy your encryption key in the new config/config.php file,
* Launch the installer: http://your_domain/install
* The installer will migrate the database (not the user accounts)
* Launch ONE TIME ONLY: http://your_domain/install/?step=migrate_users_to_ci2### Code Migration
* From Ionize 0.9.x
* Tags were rewritten for a more logical use. Please refer to the documentation to see how to migrate your views.* From Ionize 0.9.6
* Articles Tag: Change your attributes from "title:!=''" to "title !=''" (remove ":")
* Articles Tag: Change to
* Navigation Tag: Add the "level" attribute:### Updates
See CHANGELOG.md