User:Wiki4frank/sandbox
aitsu | |
---|---|
Original author(s) | Frank Ammari |
Developer(s) | Andreas Kummer, Frank Ammari |
Initial release | 0.9.3 April, 2009 |
Stable release | 2.4.4.10
/ June 06, 2012 |
Written in | PHP |
Operating system | Cross-platform |
Platform | Apache |
Type | Content management system |
License | GPLv3 |
Website | aitsu.org |
aitsu is a free and open source content management system / content management framework. It is released under the GNU General Public License (GPLv3). It is made to run on Apache on top of many operating systems, among them Linux, Microsoft Windows or Mac OS X.
aitsu is written in PHP (Zend Framework) thus uses object-oriented programming (OOP) techniques and software design patterns. aitsu makes use of Sencha ExtJS for a comfortable intuitive user guidance. For storing data aitsu uses a MySQL database.
Technology
[edit]aitsu is purely written in object-oriented PHP 5 and is based on the Zend Framework. The application structure of aitsu follows the basic Model–view–controller pattern and all additional Zend Framework APIs like database abstraction, caching, internationalization, web services (REST/SOAP) can be used within aitsu. aitsu templates are based on the Zend View module of the framework and are written in pure PHP. Therefore it is possible to use all the existing Zend View Helpers for task such as paging, URL generation, placeholders. The backend aitsu is powered by the Ext JS user interface toolkit. The communication between frontend and backend is purely based on AJAX.
aitsu benefits
[edit]With aitsu CMS you can handle several web projects each having several languages all of them fully utf-8 capable and have them all assigned to different editors.
- aitsu offers multiple client capability (multiple web projects with one installation)
- aitsu offers multi-language support (multiple language for each web project)
- aitsu is fully utf-8 capable and uses GNU gettext
- aitsu offers multiple user capability (Role-based access control)
aitsu out-of-the-box features
[edit]- Clean URLs
- Caching
- Minification of Javascript and CSS
- Class autoloading (Zend Framework)
- Transformation
- Output buffer
- Webservices
- Image transformation
- Shortcode
- Inheritance
- Referencing (Article/Content)
- Tagging
aitsu is fast
[edit]- From Administrators point of view, cause it is up running without an installation but a central configuration
- From Web designers point of view, cause it is easly adapted without learning a special templating or scripting language but plain PHP
- From Editors point of view, cause there's one back-end view to intuitively write content / web articles
- From web page visitors point of view, cause it offers multiple caching thus there's hardly latency
External links
[edit]- Official website
- aitsu demonstration website
- Official help documentation
- Community forums
- aitsu docs
- Google Group
Category:Free content management systems Category:Free software programmed in PHP