- Zena (software)
infobox Software
name = Zena
caption =
developer = Gaspard Bucher
operating_system =Cross-platform
genre =Content management system
latest_release_version = alpha
latest_release_date =
license =MIT license
website = http://zenadmin.orgZena is a
content management system (CMS) written in the Ruby programming language and built upon theRuby on Rails web framework.Design
Zena runs on the
Apache web server as frontend to Mongrel web server on theLinux ,BSD ,Mac OS X and Solaris platforms. It usesMySQL as it's primary database management system. Any other databases supported by Ruby on rails should also work but are not tested yet.Zena is inherently a multi language, multi user CMS with a powerful xhtml templating language called Zafu. The design of the software has been made to focus on the user's information domain by letting users create new classes of objects to represent their data. For example, a musician might create classes such as "Concert" or "Album". The look and feel of the websites created using Zena are totally defined by the templating language with support for drag&drop, inline ajax editing and live filters.
All data in Zena are subclasses of the base class "Node". A page is displayed depending on the class of the Node, a mode and a format. For example, a "Concert" entry might be displayed by a specialized template for "Concert" in mode "print", a "ConcertList" entry could be displayed in "rss" format, a "Contact" entry could be downloaded as
vCard format.Zafu example
Display the list of the next five concerts with an "add" button to create new "Concert" entries. The add button will reveal a form created from the content of the "each" element.
The resulting html page:
The same example with the "+" button pressed:
As we can see, zena guessed that we need a date input and a text input from the definition of the 'each' loop.
See also
*
List of content management systems References
External links
* [http://zenadmin.org/ Project home page]
Wikimedia Foundation. 2010.