You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/07/15 21:16:46 UTC

svn commit: r1610818 - in /roller/cmssite/trunk: content/ content/css/ lib/ templates/

Author: gmazza
Date: Tue Jul 15 19:16:45 2014
New Revision: 1610818

URL: http://svn.apache.org/r1610818
Log:
Website cleanup.

Added:
    roller/cmssite/trunk/content/css/roller.css
      - copied unchanged from r1610812, roller/cmssite/trunk/content/css/roller-bs.css
    roller/cmssite/trunk/templates/index.html
      - copied unchanged from r1610746, roller/cmssite/trunk/templates/test.html
Removed:
    roller/cmssite/trunk/content/css/roller-bs.css
    roller/cmssite/trunk/content/css/roller_print.css
    roller/cmssite/trunk/content/glentest.mdtext
    roller/cmssite/trunk/templates/single_narrative.html
    roller/cmssite/trunk/templates/skeleton.html
    roller/cmssite/trunk/templates/test.html
Modified:
    roller/cmssite/trunk/content/index.mdtext
    roller/cmssite/trunk/lib/path.pm
    roller/cmssite/trunk/templates/roller-template.html

Modified: roller/cmssite/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/roller/cmssite/trunk/content/index.mdtext?rev=1610818&r1=1610817&r2=1610818&view=diff
==============================================================================
--- roller/cmssite/trunk/content/index.mdtext (original)
+++ roller/cmssite/trunk/content/index.mdtext Tue Jul 15 19:16:45 2014
@@ -1,41 +1 @@
-Title: Apache Roller
-
-## Welcome!
-
-Apache Roller is a full-featured, multi-user and group-blog server suitable for blog sites large and small.  It runs as a Java web application that should be able to run on most any Java EE server and relational database. Roller's installation guide covers deployment on Tomcat, GlassFish, and JBoss application servers using a MySQL, Derby, or PostgreSQL database.  Users however have reported success running Roller on other app servers and databases.
-
-
-Here are some of Roller's key features:
-
-  * Multi-user blogging: can support tens of thousands of users and blogs
-  * Group blogging with three permisson levels (editor, author and limited)
-  * Support for comment moderation and comment spam prevention measures
-  * Bloggers have complete control over blog layout/style via <a href="http://velocity.apache.org">Apache Velocity</a>-driven templates
-  * Built-in search engine indexes weblog entry content
-  * Pluggable cache and rendering system
-  * Support for blog clients that support MetaWeblog API
-  * All blogs have entry and comment feeds in both RSS 2.0 and Atom 1.0 formats
-
-## Project Status
-
-Roller is a stable and production-ready blog server in its third major revision. It powers internal and external
-employee blogs at <a href="https://blogs.oracle.com/">Oracle</a>, 
-<a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/?lang=en">IBM</a> and other companies as well as with <a href="http://blogs.apache.org/">Apache</a> and DZone's <a href="http://www.jroller.com/">JRoller.com</a> Java blogging community.  See our <a href="https://cwiki.apache.org/confluence/display/ROLLER/PoweredByRoller">Wiki page</a> for more known Roller blogs on the 'Net. 
-
-## About Roller
-
-Apache Roller is a Project of the
-<a href="http://apache.org/foundation">Apache Software Foundation</a>
-(ASF), formed by a resolution of the
-<a href="http://apache.org/foundation/board/">ASF Board of Directors</a> 
-and graduating from the Apache Incubator in March 2007.  
-As an ASF Project, Roller is subject to the
-<a href="http://apache.org/foundation/bylaws.html">ASF Bylaws</a>
-and the direction of the ASF Board.
-
-The Apache Software Foundation could not exist without the continued
-generous support from the community. We would like to take this opportunity
-to <a href="http://www.apache.org/foundation/thanks.html">thank our Sponsors</a>.
-If you are interested in sponsoring the ASF, please
-read our <a href="http://www.apache.org/foundation/sponsorship.html">sponsorship page</a>.
-
+This is a dummy file, overwritten by lib/path.pm with the templates/index.html file.

Modified: roller/cmssite/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/roller/cmssite/trunk/lib/path.pm?rev=1610818&r1=1610817&r2=1610818&view=diff
==============================================================================
--- roller/cmssite/trunk/lib/path.pm (original)
+++ roller/cmssite/trunk/lib/path.pm Tue Jul 15 19:16:45 2014
@@ -6,7 +6,7 @@ use ASF::Value;
 # taken from django's url.py
 
 our @patterns = (
-	[qr!/glentest.mdtext$!, basic => { template => "test.html" }],
+	[qr!/index.mdtext$!, basic => { template => "index.html" }],
 	[qr!\.mdtext$!, basic => { template => "basic.html" }],
 ) ;
 

Modified: roller/cmssite/trunk/templates/roller-template.html
URL: http://svn.apache.org/viewvc/roller/cmssite/trunk/templates/roller-template.html?rev=1610818&r1=1610817&r2=1610818&view=diff
==============================================================================
--- roller/cmssite/trunk/templates/roller-template.html (original)
+++ roller/cmssite/trunk/templates/roller-template.html Tue Jul 15 19:16:45 2014
@@ -17,7 +17,7 @@
     <link href="{{base}}bootstrap-3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
 
     <!-- Custom styles for this template -->
-    <link href="{{base}}css/roller-bs.css" rel="stylesheet">
+    <link href="{{base}}css/roller.css" rel="stylesheet">
 
   </head>