DBPrism CMS is an Open Source Project, then when you download DBPrism CMS distribution
you already download the source code.
The source code for DBPrism CMS could be divided into two mainly components,
The tables below show some inportant files includes into the source.
 | Directories are relative to the download point of DBPrism CMS |
Database and Client components
Section
|
Directory
|
Comments
|
shell scripts
|
scripts/
|
shell scripts to install and upload DBPrism CMS, there are two scripts for uploading
the initial content upload-dbprism-docs.sh and
upload-demo-site.sh one create a site with the DBPrism CMS web site, the
other create an empty web site only with the Home Page and the FrontEnd Application.
Look at Script Detailed for more information.
|
database scripts
|
db/
|
sql scripts used by the shell scripts to create and upload database schemas
|
DBPrism CMS core
|
src/com/prism/cms/core/
|
Source code of the core functionality of the CMS, it includes the protocol handler to use
cms:/ url inside the Java Stored Procedure for loading and parsing CMS documents.
|
DBPrism CMS extensions
|
src/com/prism/cms/ext/
|
SQLJ and Java Source for the stored procedures which implement the Search Engine,
MoreOver News Feed, SourceForge Rss feed and the FAQ dynamic page, look at the section
CMS Dynamic for more detail.
|
DBPrism CMS FrontEnd
|
src/com/prism/cms/frontend/
|
SQLJ and Java Source for the FrontEnd application, this application runs on top of DBPrism CMS
and provides a simple administration tools for managing commonly operation over the CMS, such
as Edit Page Metadata, Schedule a page to public at an specif time, and so on.
|
DBPrism CMS Client utility and JDeveloper Addin
|
src/com/prism/cms/client/
|
SQLJ and Java Source for the Upload Utility
and for the JDeveloper Addin/Wizard.
|
Web Server components
Section
|
Directory
|
Comments
|
DBPrism CMS webapp with Cocoon2 distribution
|
dbprism/
|
This directory include a J2EE application structure ready for deployment to a
J2EE container such as OC4J or
Tomcat, this sctructure includes Cocoon's styleseets,
sitemap.xmap files, cocoon.xconf file, and so on.
|
DBPrism CMS documentation
|
dbprism/xdocs/
|
DBPrism documentation in document-v10.dtd format.
|
DBPrism CMS stylesheets
|
dbprism/cms/stylesheets/
|
Stylesheets for the production web site (public web site), look at the section
CMS Stylesheets for more information.
|
DBPrism CMS stylesheets
|
dbprism/lcms/stylesheets/
|
Stylesheets for the internal web site (content author web site) required a valid username
and password of the CMS to access, look at the section
CMS Stylesheets for more information.
|
DBPrism CMS Demo Web Site
|
demo/
|
Documents for an started web site with the Home Page and the FronEnd Application.
You can use this pages a jump start for creating your own web site.
|
|