You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/10/28 20:11:29 UTC

svn commit: r329259 - in /incubator/roller/trunk: ant.properties tools/buildtime/velocidoc-templates/index.vm tools/buildtime/velocidoc-templates/roller-overview.vm tools/buildtime/velocidoc-templates/stylesheet.vm web/WEB-INF/classes/weblog.vm

Author: snoopdave
Date: Fri Oct 28 11:11:24 2005
New Revision: 329259

URL: http://svn.apache.org/viewcvs?rev=329259&view=rev
Log:
Doc changes for 2.0

Modified:
    incubator/roller/trunk/ant.properties
    incubator/roller/trunk/tools/buildtime/velocidoc-templates/index.vm
    incubator/roller/trunk/tools/buildtime/velocidoc-templates/roller-overview.vm
    incubator/roller/trunk/tools/buildtime/velocidoc-templates/stylesheet.vm
    incubator/roller/trunk/web/WEB-INF/classes/weblog.vm

Modified: incubator/roller/trunk/ant.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/ant.properties?rev=329259&r1=329258&r2=329259&view=diff
==============================================================================
--- incubator/roller/trunk/ant.properties (original)
+++ incubator/roller/trunk/ant.properties Fri Oct 28 11:11:24 2005
@@ -1,6 +1,6 @@
 build.debug=true
 build.deprecation=false
-ro.version=2.0-alpha-incubating
+ro.version=2.0 (incubating)
 ro.build=./build
 ro.tools=./tools
 basedir=.

Modified: incubator/roller/trunk/tools/buildtime/velocidoc-templates/index.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tools/buildtime/velocidoc-templates/index.vm?rev=329259&r1=329258&r2=329259&view=diff
==============================================================================
--- incubator/roller/trunk/tools/buildtime/velocidoc-templates/index.vm (original)
+++ incubator/roller/trunk/tools/buildtime/velocidoc-templates/index.vm Fri Oct 28 11:11:24 2005
@@ -3,7 +3,6 @@
 <HTML>
 <HEAD>
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-<!-- Generated by javadoc on Sun May 06 06:06:49 PDT 2001-->
 <TITLE>
 Velocimacro Documentation
 </TITLE>

Modified: incubator/roller/trunk/tools/buildtime/velocidoc-templates/roller-overview.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tools/buildtime/velocidoc-templates/roller-overview.vm?rev=329259&r1=329258&r2=329259&view=diff
==============================================================================
--- incubator/roller/trunk/tools/buildtime/velocidoc-templates/roller-overview.vm (original)
+++ incubator/roller/trunk/tools/buildtime/velocidoc-templates/roller-overview.vm Fri Oct 28 11:11:24 2005
@@ -33,16 +33,11 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-
-<!-- Generated by javadoc on Sun May 06 06:06:54 PDT 2001 -->
-<TITLE>
-Java 2 Platform SE v1.3.1: Package java.awt.image
-</TITLE>
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 </HEAD>
 <BODY BGCOLOR="white">
 
-<h1>Velocidocs: Roller Weblogger 1.2</h1>
+<h1>Velocidocs: Roller Weblogger 2.0</h1>
 
 Roller users guide to Velocity Macros. Automatically generated by Velocidoc.
 

Modified: incubator/roller/trunk/tools/buildtime/velocidoc-templates/stylesheet.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tools/buildtime/velocidoc-templates/stylesheet.vm?rev=329259&r1=329258&r2=329259&view=diff
==============================================================================
--- incubator/roller/trunk/tools/buildtime/velocidoc-templates/stylesheet.vm (original)
+++ incubator/roller/trunk/tools/buildtime/velocidoc-templates/stylesheet.vm Fri Oct 28 11:11:24 2005
@@ -15,21 +15,21 @@
 }
 a:link
 {
-	color: #6600ff;
+	color: #ad3537;
 	font-weight: bold;
 	text-decoration: none;
 }
 
 a:visited
 {
-	color: #3300aa;
+	color: #a03030;
 	font-weight: bold;
 	text-decoration: none;
 }
 
 /* Table colors */
-.TableHeadingColor     { background: #ccc } 
-.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
+.TableHeadingColor     { background: #c6ab74 } 
+.TableSubHeadingColor  { background: #c6ab74 } /* Light brown */
 .TableRowColor         { background: #FFFFFF } /* White */
 
 /* Font used in left-hand frame lists */

Modified: incubator/roller/trunk/web/WEB-INF/classes/weblog.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/weblog.vm?rev=329259&r1=329258&r2=329259&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/weblog.vm (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/weblog.vm Fri Oct 28 11:11:24 2005
@@ -382,12 +382,6 @@
 -->
 #end
 
-
-
-#** ------------------------------------------------------------------------ 
-Search results macros
----------------------------------------------------------------------------- *#
-
 #**
  * Display search form for searching a weblog.  This is only a form, no div
  * or anything around it.