Skip to content

Commit

Permalink
Exponent port to git vcs as of revision 537 in launchpad bzr
Browse files Browse the repository at this point in the history
  • Loading branch information
exponentcms committed Jan 7, 2011
0 parents commit 37c5ccb
Show file tree
Hide file tree
Showing 5,772 changed files with 1,026,633 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
36 changes: 36 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Don't show directory directory listings.
Options -Indexes

# Route requests to Exponent.
DirectoryIndex index.php

# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine On

# To redirect all users to access the site WITH the 'www.' prefix,
# (http://example.com/... will be redirected to http://www.example.com/...)
# adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
#
# To redirect all users to access the site WITHOUT the 'www.' prefix,
# (http://www.example.com/... will be redirected to http://example.com/...)
# uncomment and adapt the following:
# RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
# RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]

RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]

# Kludge out certain file types that we don't want to try to route thru the eXp router.
RewriteCond $1 !^(.*\.css|.*\.js|.*\.png|.*\.pdf|.*favicon\.ico|robots\.txt|.*\.shtml|.*\.htc) [NC]

# Kludge out image files that we don't want to try to route thru the eXp router.
RewriteCond $1 !^(.*\.jpg|.*\.gif|.*\.png|.*\.jpeg|.*\.tiff|.*\.bmp) [NC]

# These rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
73 changes: 73 additions & 0 deletions ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
Exponent Content Management System
Copyright (c) 2004-2007 OIC Group, Inc.
===============================================

Introduction
============

The Exponent Team is pleased to announce the GA release of Exponent Content Management System
version 0.96.6 - Content Management Made Simple.

The culmination of over 3 years of R&D and user community input,
Exponent offers many features found in other systems (both open source and
proprietary).

However, Exponent stands for Content Management Made Simple.

Exponent brings a number of innovative approaches to problems found in other
content management systems, and brings useful features lacking in others.


Exponent is completely self-contained

Unlike other site management tools, no additional applications need to be
downloaded by a user to permit them to use Exponent. Everything, from user
management, to site configuration, to content editing (and content approval
for large, multi-admin sites), is done within the system - simply. Exponent
does what other CMS systems do - it allows permitted users to create website
pages, content on pages, and manage where these pages are placed on a website
- but it does all this in a completely new way.


Easy-to-use at any skill level

Exponent uses an intuitive and flexible content editing system that allows
website pages to be edited on the page as it is displayed - no more back-end
administration, no more navigating endless administration pages to add a simple
line of text - simply visit the page you need to edit as if you were a site
visitor, and make the change with an inline WYSIWYG editor which makes
formatting text and images a snap.


Why users, developers, designers and administrators alike love Exponent

Exponent is modular, but flexible. Content can be mirrored through a site and
edited in any instance or copy from any page that the content is placed on,
or simply created as unique content. Multiple site themes and CSS stylesheets
are easily integrated, and sub-themes (separate frameworks for content within
a common appearance or theme) are possible with minimum fuss. A large range
of different content modules can be activated via the admin interface with
ease and used, other community-supported modules uploaded and installed
automatically in a few moments, and external scripts can be incorporated with
ease. Exponent's framework also rewards developers who need to create their
own custom solutions.


Exponent is Open Source

Exponent is created for the community, by the community. Exponent developers
support the Exponent Project because they believe in not only the system as
a new and radically different CMS offering, but also because they appreciate
its underlying simplicity and common sense.

Exponent is the next generation CMS for everyone



New in Exponent 0.96.6
======================

Please refer to the CHANGELOG for a full list of new Exponent 0.96.6 features, and
a list of features coming up in future releases.

Thank you for using Exponent!
Loading

0 comments on commit 37c5ccb

Please sign in to comment.