OpenEdit CMS - PowerPoint PPT Presentation

1 / 9
About This Presentation
Title:

OpenEdit CMS

Description:

Self-contained all necessary features included in one application ... http://www.openedit.com. http://tomcat.apache.org/ http://www.sant.ox.ac.uk/about/website.html ... – PowerPoint PPT presentation

Number of Views:42
Avg rating:3.0/5.0
Slides: 10
Provided by: stant3
Category:
Tags: cms | openedit | ox

less

Transcript and Presenter's Notes

Title: OpenEdit CMS


1
OpenEdit CMS
  • Ray Allen
  • St Antonys College

2
Why OpenEdit?
  • Primary requirement allowing users to author
    and edit their own web pages
  • Flat file CMS no database required
  • Self-contained all necessary features included
    in one application
  • Opensource but with commercial support if
    required

3
How it works
  • Java application
  • Runs on Tomcat (Java Application Server)
  • Tomcat also used as the Web Server
  • Downloadable WAR file provides a working OpenEdit
    website
  • XML configuration files

4
File Structure
  • Familiar HTML directory layout
  • html pages only hold page content
  • OpenEdit applies the layout
  • Templates held in WEB-INF/base/layouts
  • .site_xconf file determines layout applied

5
layout.html
  • (X)HTML template with normal CSS links
  • Incorporates the referring html file
    pages.streamContent()
  • Include files relative to referring html file
    pages.include("urlpath/extralinks.html")
  • Build using any number of other files
    pages.stream("/layouts/header.html")

6
Other files
  • WEB-INF/base/users each user has xml file with
    encrypted password data
  • WEB-INF/base/groups xml file, allows group
    based control of resources
  • WEB-INF/lib contains java app files
  • File and folder permissions can be set using
    .xconf files (user interface available)

7
DEMO
  • Administrative user login and site tour

8
Deployment
  • Learn Tomcat
  • Watch memory use of Java
  • Probably worth using a separate webserver (IIS,
    Apache) for optimum performance
  • Limited documentation for OpenEdit
  • Not as widely used as other CMS (Plone etc)

9
References
  • http//www.openedit.com
  • http//tomcat.apache.org/
  • http//www.sant.ox.ac.uk/about/website.html
Write a Comment
User Comments (0)
About PowerShow.com