Magnolia
From CSWiki
This is the site for Magnolia (content management system)
Contents |
[edit] Conceptual Model
[edit] Concepts and Objects
1. Magnolia is completely Open Source .
2. The JSP/Servlet combines, but separates content from layout, allowing developers to redesign the whole Website without having to migrate any content.
3. Magnolia comes along with a comprehensive Tag Library, allowing developers to build complete templates without a line of Java code. And since Magnolia is Open Source, developers can extend the Tag Libraries any time.
[edit] operations
Mananolia is often used for storing, controlling, versioning, and publishing industry-specific documentation such as news articles, operators' manuals, technical manuals, sales guides, and marketing brochures. It allow the textual aspect of content to be separated to some extent from formatting. Because Magnolia automatically set default colour, fonts, or five different layouts.
[edit] prerequisites
It is better to have some knowledges about tomcat and jsp/servlet.
[edit] How to use, and access
Download the latest version of magnolia in http://sourceforge.net/project/showfiles.php?group_id=86297&package_id=89560. There is a Tomcat folder in it after you extract the zip file. Go to the bin directory in Tomcat, double click startup.bat to call the server up. Type in http://localhost:8081/magnoliaAuthor or http://localhost:8080/magnoliaAuthor, and then type in username: suepruser and password: superuser to login. Create your own page in the superuser console. Documentation for magnolia cms is in the following link. http://magnolia.sourceforge.net/30/index.html

