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/21 23:46:28 UTC

svn commit: r327589 [5/72] - in /incubator/roller/branches/roller_1.x: ./ contrib/ contrib/lib/ contrib/plugins/ contrib/plugins/src/ contrib/plugins/src/org/ contrib/plugins/src/org/roller/ contrib/plugins/src/org/roller/presentation/ contrib/plugins/...

Added: incubator/roller/branches/roller_1.x/docs/installguide/old/roller-ig.html
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/installguide/old/roller-ig.html?rev=327589&view=auto
==============================================================================
--- incubator/roller/branches/roller_1.x/docs/installguide/old/roller-ig.html (added)
+++ incubator/roller/branches/roller_1.x/docs/installguide/old/roller-ig.html Fri Oct 21 14:27:36 2005
@@ -0,0 +1,559 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+                                                                     
+  <meta http-equiv="CONTENT-TYPE"
+ content="text/html; charset=windows-1252">
+  <title>Roller Installation Guide</title>
+                                                                           
+                                                     
+  <meta name="GENERATOR" content="OpenOffice.org 641  (Win32)">
+                                                                     
+  <meta name="AUTHOR" content="David Johnson">
+                                                                     
+  <meta name="CREATED" content="20020227;22544700">
+                                                                     
+  <meta name="CHANGEDBY" content="David Johnson">
+                                                                     
+  <meta name="CHANGED" content="20020402;22274900">
+                                                                     
+  <style>
    <!--
        @page { margin-left: 1.25in; margin-right: 1.25in; margin-top: 1in; margin-bottom: 1in }
        P { margin-bottom: 0.08in }
        P.western { font-family: "Thorndale", serif }
        H1 { margin-bottom: 0.08in }
        H1.western { font-family: "Albany", sans-serif; font-size: 16pt }
        H1.cjk { font-family: "HG Mincho Light J"; font-size: 16pt; font-weight: bold }
        H1.ctl { font-family: "Arial Unicode MS"; font-size: 16pt; font-weight: bold }
    -->
    </style>
+</head>
+<body lang="en-US">
+                 
+<h1 class="western">The Roller Weblogger</h1>
+                 
+<p style="margin-top: 0.17in; page-break-after: avoid;"><font
+ face="Albany, sans-serif"><font size="4">Version 0.9.6 Installation Guide</font></font></p>
+                 
+<p class="western"><i><font size="2">Copyright <font
+ face="Times New Roman, serif">©</font> 2002 David M Johnson</font></i><br>
+   Updated: October 7, 2002<br>
+   </p>
+                 
+<p class="western"><font size="2"><i><sdfield type="DATETIME"
+ sdval="37348.000005787" sdnum="1033;1033;MMMM D, YYYY"></sdfield></i></font></p>
+                  
+<h1 class="western">Introduction</h1>
+                 
+<p style="margin-bottom: 0in;">This document describes how to install the
+    Roller weblogger on the Tomcat Servlet Engine and assumes the following
+  configuration.</p>
+                  
+<ul>
+            <li>                                                           
+                               
+    <p style="margin-bottom: 0in;">Java 1.4     SDK</p>
+            </li>
+          <li>                                                           
+                               
+    <p style="margin-bottom: 0in;">Tomcat 4.0.5     Servlet Container</p>
+            </li>
+          <li>                                                           
+                               
+    <p style="margin-bottom: 0in;">A MySQL 3.2.3, Postgres, or HSQL database
+    </p>
+            </li>
+          <li>                                                           
+                               
+    <p style="margin-bottom: 0in;">Windows XP or    Redhat 7.2 Linux</p>
+         </li>
+               
+</ul>
+                  
+<p style="margin-bottom: 0in;">If you have more recent versions of the above
+    software, don't worry – Roller will probably work fine.  If you have older
+    versions of the above software, you may have problems.  Roller will not
+  work  on Tomcat 3.X, but older versions of Java and MySQL may work fine
+for  Roller.   </p>
+                  
+<p style="margin-bottom: 0in;">You should be able to make Roller work on any
+Servlet API 2.3 compatible Servlet Container (e.g. Resin, Orion, WebSphere,
+  WebLogic, ...) and any JDBC-accessible database (e.g. Oracle, Informix,
+  ...), but this document does not tell you how to do that.<br>
+   <br>
+   </p>
+                  
+<h1 class="western">Overview</h1>
+                 
+<blockquote>                                                         
+  <p style="margin-bottom: 0in;"><b>1. Prerequisites.  </b><span
+ style="">Before you get to Roller, make sure your Java SDK, Tomcat Servlet
+  Container, and MySQL database are correcly installed on your system.</span></p>
+                                                                
+  <ol>
+                                                                      
+  </ol>
+                                                                
+  <p style="margin-bottom: 0in;"><b>2. Unpack the downloaded ZIP or TAR file.
+      </b><span style=""> In this step, you unpack the ZIP or TAR file that
+  downloaded  into your Servlet Container's web application deployment directory.</span></p>
+                                                                
+  <p style="margin-bottom: 0in;"><b>3. Create Roller tables in your database.</b><span
+ style=""> In this step you use an SQL script to create within your database
+    the tables required to run Roller.</span></p>
+                                                                
+  <p style="margin-bottom: 0in;"><b>4. Configure Roller's Servlet Context.
+   </b><span style="">Edit the Tomcat configuration file to add a Servlet
+Context to do Servlet Authentication against the Roller database, and configure
+a connection pooling datasouce for access via JNDI.<br>
+     </span></p>
+                                                          
+  <p style="margin-bottom: 0in;"><span style=""></span><b>5. Make JDBC driver
+available to Tomcat. </b> To support Servlet Authentication that you configured
+in step 4, you must place your JDBC driver jar(s) in Tomcat's common/lib directory.</p>
+                          
+  <p style="margin-bottom: 0in;"><b>6. Configure Roller before start-up.</b>
+ Review the Roller configuration settings in Roller's web.xml before you start
+Roller.</p>
+                       
+  <p style="margin-bottom: 0in;"><b>7. Start your Servlet  Container    and
+your database.  </b><span style="">Start your   Servlet Container,  open your
+web browser, browse to the Roller start     page and start using Roller.<br>
+     <br>
+     </span></p>
+        </blockquote>
+                             
+<h1 class="western">Six steps to installing Roller</h1>
+                 
+<p style="margin-top: 0.17in; page-break-after: avoid;"> <b><font
+ face="Albany, sans-serif"><font size="4">STEP 1: Prerequisites</font></font></b></p>
+                 
+<p>You need to JDK 1.4, Tomcat 4.0.5, either a MySQL, Postgres or HSQL database;
+and either Windows NT/2000/XP or UNIX</p>
+               
+<p>Make sure all these prerequisites are installed,     configured and ready
+to go before you begin the install</p>
+               
+<p>As part of the Tomcat 4.0 install, you should     have set an environment
+variable called CATALINA_HOME</p>
+               
+<blockquote>                                                         
+  <p class="western" style=""><font color="#0000ff">UNIX (csh) example</font></p>
+                                                                
+  <p class="western" style=""><font color="#0000ff">    <b><font size="2"><font
+ face="Courier New, monospace">setenv CATALINA_HOME /opt/jakarta-tomcat-4.0.5</font></font></b></font></p>
+                                                                
+  <p class="western" style=""><font color="#0000ff">Windows NT/2000/XP example</font></p>
+                                                                
+  <p class="western"><font color="#0000ff"><span style="">  </span><b><font
+ size="2"><font face="Courier New, monospace">set CATALINA_HOME d:\jakarta-tomcat-4.0.5
+      </font></font></b></font> </p>
+        </blockquote>
+                       
+<p style="margin-top: 0.17in; page-break-after: avoid;"><font
+ face="Albany, sans-serif"><font size="4"><br>
+<b>   STEP 2: Unpack the downloaded ZIP   or TAR file</b></font></font></p>
+                 
+<p style="margin-bottom: 0in;">In this step, you unpack the ZIP or TAR file
+    that downloaded into your Servlet Container's web application deployment
+   directory.  Tomcat's deployment directory is located in the <b><font
+ face="Courier, monospace">webapps</font></b> directory of the Tomcat install
+    directory.   </p>
+                  
+<blockquote>                                                         
+  <p style="margin-bottom: 0in;"><font color="#0000ff">UNIX example</font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"><font
+ face="Courier, monospace"> <b><font size="2"><font
+ face="Courier New, monospace">% cp roller.tgz $CATALINA_HOME/webapps</font></font></b></font></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        % cd $CATALINA_HOME/webapps</b></font></font></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        % tar xzvf roller.tgz</b></font></font></font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff">Windows example</font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"> <b>Use WinZIP to extract
+roller.zip into %CATALINA_HOME%\webapps</b></font></p>
+        </blockquote>
+                         
+<p style="margin-top: 0.17in; page-break-after: avoid;"><font
+ face="Albany, sans-serif"><font size="4"><br>
+<b>   STEP 3: Create Roller tables in   your database</b></font></font></p>
+                 
+<p style="margin-bottom: 0in;">Now you need to create a new database,  create
+a user with appropriate privileges, and use an SQL script to create  the
+database tables required to run Roller.   <br>
+</p>
+<p style="margin-bottom: 0in;">To do this, login to your database and run
+one of the Roller database creation scripts located in Roller's WEB-INF directory:<br>
+</p>
+<blockquote>                    
+  <p style="margin-bottom: 0in;"><b>createdb-mysql.sql</b> - creates tables
+for MySQL<br>
+  <b>createdb-hsql.sql</b> - creates tables for HSQL-DB<br>
+  <b>createdb-postgres.sql</b> - creates tables for Postgres<br>
+  </p>
+</blockquote>
+<p style="margin-bottom: 0in;">The examples below show you  how you might
+do this using MySQL, assuming your Roller user will have username <i>roller
+ </i>and password <i>tiger.  </i>For more information on MySQL, refer to the<a
+ href="http://www.mysql.org/documentation/mysql/bychapter/"> MySQL Reference
+Manual</a>. <br>
+</p>
+<blockquote>                             
+  <p style="margin-bottom: 0in;"><font color="#0000ff">UNIX example</font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"> <b><font
+ size="2"><font face="Courier New, monospace">% cd $CATALINA_HOME/webapps/roller/WEB-INF</font></font></b></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        % mysql -u roller -p</b></font></font></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        password: *****</b></font></font></font><font color="#0000ff"><font
+ face="Courier New, monospace"><font size="2"><b><br>
+        mysql&gt; create database roller;<br>
+  mysql&gt; grant all on roller.* to roller identified by 'tiger';<br>
+  mysql&gt; use roller;</b></font></font></font><font color="#0000ff"><font
+ face="Courier New, monospace"><font size="2"><b><br>
+        mysql&gt; source createdb-mysql.sql</b></font></font></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        mysql&gt; quit</b></font></font></font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff">Windows example</font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"> From an MS-DOS or
+    Command Prompt window:</font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"> <b><font
+ size="2"><font face="Courier New, monospace">C&gt; cd %CATALINA_HOME%\webapps\roller\WEB-INF</font></font></b></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        C&gt; mysql -u roller -p</b></font></font></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        password: *****</b></font></font></font><font color="#0000ff"><font
+ face="Courier New, monospace"><font size="2"><b><br>
+        mysql&gt; create database roller;</b></font></font></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+    </b></font></font></font><font color="#0000ff"><font
+ face="Courier New, monospace"><font size="2"><b>mysql&gt; grant all on roller.*
+ to roller identified by 'tiger';<br>
+   </b></font></font></font><font color="#0000ff"><font
+ face="Courier New, monospace"><font size="2"><b>      mysql&gt; use roller;</b></font></font></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        mysql&gt; source createdb-mysql.sql</b></font></font></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        mysql&gt; quit</b></font></font></font></p>
+        </blockquote>
+                                     
+<p style="margin-bottom: 0in;"><b>NOTES: </b><br>
+</p>
+<blockquote><i>If you are upgrading from Roller 0.9.5 you can upgrade your
+database using one of the 095-to-096-micrgration.sql scripts.  This is a risky
+operation so you should backup your database before you run the migration
+script.  The migration script will save the old Roller tables with names
+that start with "temp_" and you should not drop these backup tables until
+you are satisfied that your data base made it through the migration.</i><br>
+  <br>
+  <i>If you are upgrading from Roller 0.9.4, then run the 094-to-095 migration
+script and then the 095-to-096 migration script.</i><br>
+</blockquote>
+                                              
+<p style="margin-top: 0.17in; page-break-after: avoid;"><font
+ face="Albany, sans-serif"><font size="4"><b>   STEP 4: Configure Roller's
+Servlet Context</b> <span style=""> </span></font></font>  </p>
+                 
+<p style="margin-bottom: 0in;"><span style="">Edit the Tomcat Servlet engine's
+ <b>conf/server.xml</b> configuration file to add a the Roller Servlet Context.
+  This is where you configure the Servlet Authentication to use the Roller
+ database tables and where you configure the Roller datasource.  </span>Look
+for the section of the server.xml file where Contexts are defined and assuming
+that you are using MySQL you should add the following:<br>
+    </p>
+       
+<p style="margin-bottom: 0in;"><small><font
+ face="Courier New, Courier, monospace"><b><font color="#3333ff">        &lt;Context
+path="/roller" docBase="roller" debug="0"&gt;<br>
+   </font></b></font></small></p>
+     
+<blockquote>                                                         
+  <p class="western"><font color="#0000ff"><font
+ face="Courier New, monospace"><font size="2"><b>        &lt;!-- Config Servlet
+ Authentication to use Roller's USER and ROLE tables --&gt;<br>
+           &lt;Realm className="org.apache.catalina.realm.JDBCRealm"     
+  <br>
+                    debug="0" driverName="<font color="#ff0000">org.gjt.mm.mysql.Driver</font>"<br>
+                    connectionURL=<br>
+                    "<font color="#ff0000">jdbc:mysql://localhost/roller?autoReconnect=true&amp;amp;user=</font><font
+ color="#ff0000">roller&amp;amp;password=</font><font color="#ff0000">tiger</font>"<br>
+                    userTable="rolleruser" userNameCol="username" userCredCol="password"<br>
+                    userRoleTable="role" roleNameCol="role" /&gt;</b></font></font></font></p>
+        </blockquote>
+     
+<p style="margin-bottom: 0in;"><small><font
+ face="Courier New, Courier, monospace"><b><font color="#3333ff">        
+   &lt;!-- Config datasource to be bound to java:comp/env/jdbc/rollerdb</font></b></font></small>
+ --&gt;<br>
+  <small><font face="Courier New, Courier, monospace"><b><font
+ color="#3333ff">            &lt;Resource name="jdbc/rollerdb" auth="Container"<br>
+                    type="javax.sql.DataSource"/&gt;</font></b></font></small></p>
+       
+<p style="margin-bottom: 0in;"><small><font
+ face="Courier New, Courier, monospace"><b><font color="#3333ff">        
+   &lt;ResourceParams name="jdbc/rollerdb"&gt;<br>
+                    &lt;parameter&gt;<br>
+                        &lt;name&gt;factory&lt;/name&gt;<br>
+                        &lt;value&gt;org.apache.commons.dbcp.BasicDataSourceFactory&lt;/value&gt;<br>
+                    &lt;/parameter&gt;<br>
+                    &lt;parameter&gt;&lt;name&gt;maxActive&lt;/name&gt;&lt;value&gt;30&lt;/value&gt;&lt;/parameter&gt;<br>
+                    &lt;parameter&gt;&lt;name&gt;maxIdle&lt;/name&gt;&lt;value&gt;30000&lt;/value&gt;&lt;/parameter&gt;<br>
+                    &lt;parameter&gt;&lt;name&gt;maxWait&lt;/name&gt;&lt;value&gt;100&lt;/value&gt;&lt;/parameter&gt;<br>
+                    &lt;parameter&gt;&lt;name&gt;username&lt;/name&gt;&lt;value&gt;<font
+ color="#ff0000">roller</font>&lt;/value&gt;&lt;/parameter&gt;<br>
+                    &lt;parameter&gt;&lt;name&gt;password&lt;/name&gt;&lt;value&gt;<font
+ color="#ff0000">tiger</font>&lt;/value&gt;&lt;/parameter&gt;<br>
+                    &lt;parameter&gt;<br>
+                        &lt;name&gt;driverClassName&lt;/name&gt;&lt;value&gt;<font
+ color="#ff0000">org.gjt.mm.mysql.Driver</font>&lt;/value&gt;<br>
+                    &lt;/parameter&gt;<br>
+                    &lt;parameter&gt;<br>
+                        &lt;name&gt;url&lt;/name&gt;&lt;value&gt;<font
+ color="#ff0000">jdbc:mysql://localhost/roller?autoReconnect=true</font>&lt;/value&gt;<br>
+                    &lt;/parameter&gt;<br>
+                &lt;/ResourceParams&gt;</font></b></font></small></p>
+       
+<p style="margin-bottom: 0in;"><small><font
+ face="Courier New, Courier, monospace"><b><font color="#3333ff">        &lt;/Context&gt;</font></b></font></small><br>
+    </p>
+       
+<p style="margin-bottom: 0in;">NOTES:<br>
+</p>
+  
+<blockquote>                    
+  <p style="margin-bottom: 0in;"><i>If you are not using MySQL, then you will
+have to substitute the appropriate JDBC connection parameters (driver class
+name and connection URL) for your database. <br>
+  </i>  </p>
+                    
+  <p style="margin-bottom: 0in;"><i>For more information on Tomcat's server.xml
+configuration file, refer to the <a
+ href="http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/index.html">Tomcat
+Configuration Reference</a>.</i></p>
+</blockquote>
+                                               
+<p style="margin-top: 0.17in; page-break-after: avoid;"><font
+ face="Albany, sans-serif"><font size="4"><br>
+</font></font><font face="Albany, sans-serif"><font size="4"><b>   STEP 5:
+Make JDBC driver available to Tomcat</b></font></font></p>
+<p style="margin-top: 0.17in; page-break-after: avoid;">To support Servlet
+Authentication that you configured in step 4, you must place your JDBC driver
+jar(s) in Tomcat's common/lib directory.  The MySQL driver jar is include
+in the Roller distribution so for MySQL you might do this as follows:<br>
+</p>
+<blockquote>                                                         
+  <p style="margin-bottom: 0in;"><font color="#0000ff">UNIX example</font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"> <b><font
+ size="2"><font face="Courier New, monospace">% cd $CATALINA_HOME/webapps/roller/WEB-INF/lib</font></font></b></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        % cp mm.mysql-2.0.12.bin.jar $CATALINA_HOME/common/lib</b></font></font></font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"><font
+ face="Courier, monospace"><b>      </b></font></font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff">Windows example</font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"> From an MS-DOS or
+    Command Prompt window:</font></p>
+                                                                
+  <p style="margin-bottom: 0in;">   </p>
+                          
+  <p style="margin-bottom: 0in;"><font color="#0000ff"> <b><font
+ size="2"><font face="Courier New, monospace">&gt; cd %CATALINA_HOME%\webapps\roller\WEB-INF\lib</font></font></b></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        &gt; copy mm.mysql-2.0.12.bin.jar %CATALINA_HOME%\common\lib</b></font></font></font></p>
+                               </blockquote>
+<h3><font face="Albany, sans-serif"><font size="4"><br>
+   STEP 6: Configure Roller before start-up</font></font></h3>
+<p style="margin-top: 0.17in; page-break-after: avoid;">The Roller web.xml
+file includes the following configuration parameters.  If in doubt, don't
+change these values - the defaults are pretty reasonable.<br>
+</p>
+<blockquote>
+  
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>org.roller.authenticationClass</b>
+    - class name of a class that implements org.roller.presentation.Authenticator
+    and that should be used to authenticate users.  This allows you to plug in
+    your own authentication system if you do not want to use Servlet Authentication.
+    See org.roller.presentation.DefaultAuthenticator for an example of how to
+    write a plug-in authenticator for Roller.</p>
+
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>org.roller.UserDisplayBeanCacheClass</b>
+    - Default class is org.roller.presentation.caching.DefaultUDBCache.  This setting determines
+    which caching implementation to use to hold the UserDisplayBeans displayed on the
+    index page.  The default simply uses a HashMap to hold the beans, while
+    org.roller.presentation.caching.CommonsUDBCache uses the Cache package from Apache's
+    Jakarta Commons project.</p>
+
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>org.roller.memdebug</b>
+    - This settings determines if memory information will be printed as each user Session 
+    is created and destroyed.  This is strictly a debug tool, and is not intended to
+    be deployed into a "production" environment.</p>
+</blockquote>
+
+<p style="margin-top: 0.17in; page-break-after: avoid;">Additional configuration 
+parameters are contained in the roller-config.xml file.  These parameters can be
+changed during runtime, by those granted access: be sure to add your own username
+to the adminUsers section!
+If in doubt, don't change these values - the defaults are pretty reasonable.<br>
+</p>
+<blockquote>
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>rssUsePort</b>
+    - true if the item URLs created in by the RSS feature should include the
+    Servlet engine's port number.  The default is false, but you might want to
+    turn this on if you are running Tomcat behind an Apache web server.</p>
+
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>rssUseCache</b>
+    - true if the RSS feature should cache downloaded items.  
+    The default is true.</p>
+    
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>newUserAllowed</b>
+    - allow new users to be added to Roller.  Defaults to true.<br>
+  </p>
+  
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>adminUsers</b>
+    - comma separated list of user names that will have administrative rights
+    on the system.<br>
+  </p>
+  
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>newUserData</b>
+    - This specifies where, under the webapp, the new-user.xml file is located.  
+    This file is necessary for creating new users.<br>
+  </p>
+  
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>newUserThemes</b>
+    - This specifies where the weblog themes/templates are located.  Your weblogs
+    will need access to this directory to load themes and any other resources,
+    such as images, that the themes require.<br>
+  </p>
+  
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>editorPages</b>
+    - comma separated list of JSP files in the /weblog directory that contain
+    weblog editing interfaces.  See the editor-ekit.jsp and editor-text.jsp files
+    for examples of how to write a plug-in editor for Roller.<br>
+  </p>
+  
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>enableAggregator</b>
+    - true to enable the Roller aggregation features: the $macros.showNewfeed()
+    macros, the Newsfeeds:Subscriptions page, and the Newsfeeds:ViewAll page.<br>
+  </p>
+  
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>ouploadEnabled</b>
+    - true to enable file upload. Defaults to true.  </p>
+                       
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>uploadMaxFileMB</b>
+    - maximum size in megabytes of file that users are allowed to upload. Defaults
+    to <b>1</b>.<br>
+  </p>
+                       
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>uploadMaxDirMB</b>
+    - maximum size in megabytes of each user's upload directory. Defaults to
+  <b>4</b>.<br>
+  </p>
+                       
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>uploadAllow</b>
+    - comma separated list of file extensions allowed in upload directory.  Defaults
+    to <b>jpg,jpeg,gif,png</b>.  Forbid and Allow are mutually exclusive so set
+    only one of the two.<br>
+  </p>
+                       
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>uploadForbid</b>
+    - comma separated list of file extensions forbidden in the upload directory.
+     Defaults to nothing.  Forbid and Allow are mutually exclusive so set
+    only one of the two.<br>
+  </p>
+                       
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>uploadDir</b>
+    - directory where files are to be uploaded, may end with a slash.  This is the
+    location on the harddrive where files are stored.  Defaults
+    to empty string which indicates that files will be uploaded to the /resources
+    directory in the Roller Servlet Context.  Example: C:/roller/resources<br>
+  </p>
+                       
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>uploadPath</b>
+    - URL path to upload directory, should not end with a slash.  Make sure that
+    your servlet container has provided web-access to this location.  Following the
+    uploadDir example, you would need to map /resources to c:/roller/resources in
+    your servlet container.  Defaults to
+    /resources which works well with the upload directory default.</p>
+                       
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>autoformatComments</b>
+    - The "comments" functionality will automatically insert breaks wherever a line-
+    break is present in the comment if this is set to true.  Default is true.<br>
+  </p>
+                       
+  <p style="margin-top: 0.17in; page-break-after: avoid;"><b>escapeCommentHtml</b>
+    - The "comments" feature will automatically escape several HTML characters
+    if this is set to true.  Example characters are &lt;, &gt;, and &amp.  The default
+    is true.<br>
+  </p>
+</blockquote>
+
+<p style="margin-top: 0.17in; page-break-after: avoid;"><font
+ face="Albany, sans-serif"><font size="4"><br>
+<b>   STEP 7: Start Tomcat and start using Roller</b></font></font></p>
+                 
+<p style="margin-bottom: 0in;">Start your Servlet Container, open your web
+    browser, browse to the Roller start page and start using Roller.</p>
+                  
+<blockquote>                                                         
+  <p style="margin-bottom: 0in;"><font color="#0000ff">UNIX example, starting
+    Tomcat</font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"> <b><font
+ size="2"><font face="Courier New, monospace">% cd $CATALINA_HOME/bin</font></font></b></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        % ./startup.sh</b></font></font></font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"><font
+ face="Courier, monospace"><b>      </b></font></font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff">Windows example, starting
+    Tomcat</font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"> From an MS-DOS or
+    Command Prompt window:</font></p>
+                                                                
+  <p style="margin-bottom: 0in;"><font color="#0000ff"> <b><font
+ size="2"><font face="Courier New, monospace">C&gt; cd %CATALINA_HOME%\bin</font></font></b></font><font
+ color="#0000ff"><font face="Courier New, monospace"><font size="2"><b><br>
+        C&gt; startup</b></font></font></font></p>
+        </blockquote>
+                           
+<p style="margin-top: 0.17in; page-break-after: avoid;"><font
+ face="Albany, sans-serif"><font size="4"><br>
+   References</font></font></p>
+                  
+<ul>
+          <li><b>Velocity - <a href="http://jakarta.apache.org/velocity">http://jakarta.apache.org/velocity</a></b></li>
+          <li><b>Castor – <a href="http://castor.exolab.org/">http://castor.exolab.org</a></b></li>
+          <li><b>Mysql – <a href="http://mysql.com/">http://mysql.com</a></b></li>
+          <li><b>JDK 1.4 – <a href="http://javasoft.com/">http://javasoft.com</a></b></li>
+          <li><b>Tomcat 4.0 – <a href="http://jakarta.apache.org/tomcat">http://jakarta.apache.org/tomcat</a></b></li>
+          <li><b>Redhat Linux 7.2 – <a href="http://redhat.com/">http://redhat.com</a></b></li>
+          <li><b>Windows XP – <a href="http://microsoft.com/">http://microsoft.com</a></b></li>
+               
+</ul>
+                       
+<p style="margin-bottom: 0in;"><br>
+         </p>
+                 
+<p style="margin-bottom: 0in;"><br>
+         </p>
+            <br>
+     <br>
+    <br>
+   <br>
+  <br>
+ <br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+</body>
+</html>

Added: incubator/roller/branches/roller_1.x/docs/macro-conv-097.html
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/macro-conv-097.html?rev=327589&view=auto
==============================================================================
--- incubator/roller/branches/roller_1.x/docs/macro-conv-097.html (added)
+++ incubator/roller/branches/roller_1.x/docs/macro-conv-097.html Fri Oct 21 14:27:36 2005
@@ -0,0 +1,244 @@
+<p>
+<i>Unless you have been using Roller 0.9.7, you can ignore this document</i>
+</p>
+
+<h3>Migrating from Roller 0.9.7 $macros to Roller 1.0 Velocimacros</h3>
+
+<div>Because Velocity does not support macro overloading (more than one
+macro with the same name, but different parameters) it was necessary to
+come up with names to differentiate the velocimacros from each other 
+where Macros.java was able to use overloading.  The following is a 
+mapping of the Macros methods to Velocimacros that perform the same
+function.  Other than changing the "method" where necessary, simply 
+replace "$macros." with "#".  In addition, you can "override" a velocimacro
+in your template by defining a new macro with the same name and parameters.
+To this end, some macros are listed which do not have $macros equivalents.
+More information on the Velocimacros
+can be found in the <a href="../velocimacros/index.html">Velocimacro API</a> </div>
+<div><b>Note: It is vital that you remove the commas (,) from the old $macros
+when moving to the new Velocimacros!! If you do not, Velocity will not parse your
+page correctly!</b></div>
+
+<table cellspacing="0" cellpadding="0">
+<tr>
+    <td></td>
+    <td></td>
+</tr>
+<tr>
+    <th>Macros.java</th>
+    <th>Velocimacro</th>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>includePage(String pageName)</td>
+    <td>includePage( $pageName )</td>
+</tr>
+<tr>
+    <td>showAllNewsfeeds(boolean desc, int max, boolean expandingFolder)</td>
+    <td>showNewsfeeds($showDescription $maxItems $expandingFolders)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showAllNewsfeeds(boolean desc, int max)</td>
+    <td></td>
+</tr>
+<tr>
+    <td>showNewsfeed(String name, boolean desc, int max, boolean expandingFolder)</td>
+    <td>showNewsfeed($name $showDescription $maxItems $expandingFolders)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showNewsfeed(String name, boolean desc, int max)</td>
+    <td></td>
+</tr>
+<tr>
+    <td>showBigWeblogCalendar()</td>
+    <td>showBigWeblogCalendar()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showBookmarks(String folderName, boolean showFolderName, boolean expandingFolder)</td>
+    <td>showBookmarks($folderName $showFolderName $expandingFolder )</td>
+</tr>
+<tr>
+    <td>showBookmarks(String folderName, boolean showFolderName)</td>
+    <td></td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showBookmarks(String folderName, String title)</td>
+    <td></td>
+</tr>
+<tr>
+    <td>showEditorNavBar(boolean vertical)</td>
+    <td>showEditorNavBar($vertical )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showNavBar(boolean vertical) </td>
+    <td>showBasicNavBar($vertical )</td>
+</tr>
+<tr>
+    <td>showNavBar(boolean vertical, String delimiter)</td>
+    <td>showNavBar($vertical $delimiter )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showPageDescription()</td>
+    <td>showPageDescription()</td>
+</tr>
+<tr>
+    <td>showPageName()</td>
+    <td>showPageName()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showPageUpdateTime()</td>
+    <td>showPageUpdateTime()</td>
+</tr>
+<tr>
+    <td>showReferers(int max, int maxWidth)</td>
+    <td>showReferers($max $maxWidth)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showReferers()</td>
+    <td></td>
+</tr>
+<tr>
+    <td>showReferers(int max)</td>
+    <td></td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showResourceImage(String fileName, String linkUrl, String alt, int border, String halign, String valign)</td>
+    <td>showResourceImage($fileName $linkUrl $alt $border $halign $valign)</td>
+</tr>
+<tr>
+    <td>showResourcePath()</td>
+    <td>showResourcePath()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showRSSAutodiscoveryLink()</td>
+    <td>showRSSAutodiscoveryLink()</td>
+</tr>
+<tr>
+    <td>showRSSBadge()</td>
+    <td>showRSSBadge()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showRSSLinks()</td>
+    <td>showRSSLinks()</td>
+</tr>
+<tr>
+    <td>showThemeImage(String theme, String imageName)</td>
+    <td>showThemeImage($theme $imageName)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showThemeImagePath(String theme, String imageName)</td>
+    <td>showThemeImagePath($theme $imageName)</td>
+</tr>
+<tr>
+    <td>showThemePath(String theme)</td>
+    <td>showThemePath($theme)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showThemeScript(String theme, String scriptFile)</td>
+    <td>showThemeScript($theme $scriptFile)</td>
+</tr>
+<tr>
+    <td>showThemeScriptPath(String theme, String scriptFile)</td>
+    <td>showThemeScriptPath($theme $scriptFile)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showThemeStyle(String theme, String stylesheet, boolean useImport)</td>
+    <td>showThemeStyle($theme $stylesheet $useImport)</td>
+</tr>
+<tr>
+    <td>showThemeStyleImport(String theme, String stylesheet) </td>
+    <td>showThemeStyleImport($theme $stylesheet)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showThemeStylePath(String theme, String stylesheet)</td>
+    <td>showThemeStylePath($theme $stylesheet)</td>
+</tr>
+<tr>
+    <td>showVersion()</td>
+    <td>showVersion()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showWeblogCalendar()</td>
+    <td>showWeblogCalendar()</td>
+</tr>
+<tr>
+    <td>showWeblogCategoryChooser()</td>
+    <td>showWeblogCategoryChooser()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showWeblogEntries(String dayTemplate, int maxEntries)</td>
+    <td>showWeblogEntries( $pageName $maxEntries )</td>
+</tr>
+<tr>
+    <td>showWeblogEntries(String dayTemplate)</td>
+    <td></td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showWeblogEntries(int maxEntries)</td>
+    <td></td>
+</tr>
+<tr>
+    <td>showWeblogEntries()</td>
+    <td></td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showWebsiteDescription()</td>
+    <td>showWebsiteDescription()</td>
+</tr>
+<tr>
+    <td>showWebsiteTitle()</td>
+    <td>showWebsiteTitle()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+	<td align="center" colspan="2">
+	<b>New Velocimacros</b>
+	</td>
+</tr>
+<tr>
+    <td></td>
+    <td>formatDate($dateFormat $date )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>refererDisplayUrl($ref $maxWidth $includeHits)</td>
+</tr>
+<tr>
+    <td></td>
+    <td>showComments( $entry )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>showCommentForm $entry )</td>
+</tr>
+<tr>
+    <td></td>
+    <td>showCommentsLink($entry)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>showCommentsPageLink($entry)</td>
+</tr>
+<tr>
+    <td></td>
+    <td>showDayPermalink( $day )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>showEntryDate( $day )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>showEntryPermalink( $entry )</td>
+</tr>
+<tr>
+    <td></td>
+    <td>showLinkbacks( $day )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>showPageUpdateTime()</td>
+</tr>
+<tr>
+	<td></td>
+	<td>showTrackbackURL( $entry )</td>
+</tr>
+</table>
\ No newline at end of file

Added: incubator/roller/branches/roller_1.x/docs/macro_conv.html
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/macro_conv.html?rev=327589&view=auto
==============================================================================
--- incubator/roller/branches/roller_1.x/docs/macro_conv.html (added)
+++ incubator/roller/branches/roller_1.x/docs/macro_conv.html Fri Oct 21 14:27:36 2005
@@ -0,0 +1,240 @@
+<h3>Migrating from $macros to Velocimacros</h3>
+
+<div>Because Velocity does not support macro overloading (more than one
+macro with the same name, but different parameters) it was necessary to
+come up with names to differentiate the velocimacros from each other 
+where Macros.java was able to use overloading.  The following is a 
+mapping of the Macros methods to Velocimacros that perform the same
+function.  Other than changing the "method" where necessary, simply 
+replace "$macros." with "#".  In addition, you can "override" a velocimacro
+in your template by defining a new macro with the same name and parameters.
+To this end, some macros are listed which do not have $macros equivalents.
+More information on the Velocimacros
+can be found in the <a href="../velocimacros/index.html">Velocimacro API</a> </div>
+<div><b>Note: It is vital that you remove the commas (,) from the old $macros
+when moving to the new Velocimacros!! If you do not, Velocity will not parse your
+page correctly!</b></div>
+
+<table cellspacing="0" cellpadding="0">
+<tr>
+    <td></td>
+    <td></td>
+</tr>
+<tr>
+    <th>Macros.java</th>
+    <th>Velocimacro</th>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>includePage(String pageName)</td>
+    <td>includePage( $pageName )</td>
+</tr>
+<tr>
+    <td>showAllNewsfeeds(boolean desc, int max, boolean expandingFolder)</td>
+    <td>showNewsfeeds($showDescription $maxItems $expandingFolders)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showAllNewsfeeds(boolean desc, int max)</td>
+    <td></td>
+</tr>
+<tr>
+    <td>showNewsfeed(String name, boolean desc, int max, boolean expandingFolder)</td>
+    <td>showNewsfeed($name $showDescription $maxItems $expandingFolders)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showNewsfeed(String name, boolean desc, int max)</td>
+    <td></td>
+</tr>
+<tr>
+    <td>showBigWeblogCalendar()</td>
+    <td>showBigWeblogCalendar()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showBookmarks(String folderName, boolean showFolderName, boolean expandingFolder)</td>
+    <td>showBookmarks($folderName $showFolderName $expandingFolder )</td>
+</tr>
+<tr>
+    <td>showBookmarks(String folderName, boolean showFolderName)</td>
+    <td></td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showBookmarks(String folderName, String title)</td>
+    <td></td>
+</tr>
+<tr>
+    <td>showEditorNavBar(boolean vertical)</td>
+    <td>showEditorNavBar($vertical )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showNavBar(boolean vertical) </td>
+    <td>showBasicNavBar($vertical )</td>
+</tr>
+<tr>
+    <td>showNavBar(boolean vertical, String delimiter)</td>
+    <td>showNavBar($vertical $delimiter )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showPageDescription()</td>
+    <td>showPageDescription()</td>
+</tr>
+<tr>
+    <td>showPageName()</td>
+    <td>showPageName()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showPageUpdateTime()</td>
+    <td>showPageUpdateTime()</td>
+</tr>
+<tr>
+    <td>showReferers(int max, int maxWidth)</td>
+    <td>showReferers($max $maxWidth)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showReferers()</td>
+    <td></td>
+</tr>
+<tr>
+    <td>showReferers(int max)</td>
+    <td></td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showResourceImage(String fileName, String linkUrl, String alt, int border, String halign, String valign)</td>
+    <td>showResourceImage($fileName $linkUrl $alt $border $halign $valign)</td>
+</tr>
+<tr>
+    <td>showResourcePath()</td>
+    <td>showResourcePath()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showRSSAutodiscoveryLink()</td>
+    <td>showRSSAutodiscoveryLink()</td>
+</tr>
+<tr>
+    <td>showRSSBadge()</td>
+    <td>showRSSBadge()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showRSSLinks()</td>
+    <td>showRSSLinks()</td>
+</tr>
+<tr>
+    <td>showThemeImage(String theme, String imageName)</td>
+    <td>showThemeImage($theme $imageName)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showThemeImagePath(String theme, String imageName)</td>
+    <td>showThemeImagePath($theme $imageName)</td>
+</tr>
+<tr>
+    <td>showThemePath(String theme)</td>
+    <td>showThemePath($theme)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showThemeScript(String theme, String scriptFile)</td>
+    <td>showThemeScript($theme $scriptFile)</td>
+</tr>
+<tr>
+    <td>showThemeScriptPath(String theme, String scriptFile)</td>
+    <td>showThemeScriptPath($theme $scriptFile)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showThemeStyle(String theme, String stylesheet, boolean useImport)</td>
+    <td>showThemeStyle($theme $stylesheet $useImport)</td>
+</tr>
+<tr>
+    <td>showThemeStyleImport(String theme, String stylesheet) </td>
+    <td>showThemeStyleImport($theme $stylesheet)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showThemeStylePath(String theme, String stylesheet)</td>
+    <td>showThemeStylePath($theme $stylesheet)</td>
+</tr>
+<tr>
+    <td>showVersion()</td>
+    <td>showVersion()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showWeblogCalendar()</td>
+    <td>showWeblogCalendar()</td>
+</tr>
+<tr>
+    <td>showWeblogCategoryChooser()</td>
+    <td>showWeblogCategoryChooser()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showWeblogEntries(String dayTemplate, int maxEntries)</td>
+    <td>showWeblogEntries( $pageName $maxEntries )</td>
+</tr>
+<tr>
+    <td>showWeblogEntries(String dayTemplate)</td>
+    <td></td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showWeblogEntries(int maxEntries)</td>
+    <td></td>
+</tr>
+<tr>
+    <td>showWeblogEntries()</td>
+    <td></td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td>showWebsiteDescription()</td>
+    <td>showWebsiteDescription()</td>
+</tr>
+<tr>
+    <td>showWebsiteTitle()</td>
+    <td>showWebsiteTitle()</td>
+</tr>
+<tr bgcolor="#eaeaea">
+	<td align="center" colspan="2">
+	<b>New Velocimacros</b>
+	</td>
+</tr>
+<tr>
+    <td></td>
+    <td>formatDate($dateFormat $date )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>refererDisplayUrl($ref $maxWidth $includeHits)</td>
+</tr>
+<tr>
+    <td></td>
+    <td>showComments( $entry )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>showCommentForm $entry )</td>
+</tr>
+<tr>
+    <td></td>
+    <td>showCommentsLink($entry)</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>showCommentsPageLink($entry)</td>
+</tr>
+<tr>
+    <td></td>
+    <td>showDayPermalink( $day )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>showEntryDate( $day )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>showEntryPermalink( $entry )</td>
+</tr>
+<tr>
+    <td></td>
+    <td>showLinkbacks( $day )</td>
+</tr>
+<tr bgcolor="#eaeaea">
+    <td></td>
+    <td>showPageUpdateTime()</td>
+</tr>
+<tr>
+	<td></td>
+	<td>showTrackbackURL( $entry )</td>
+</tr>
+</table>
\ No newline at end of file

Added: incubator/roller/branches/roller_1.x/docs/test-plan.sxc
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/test-plan.sxc?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/test-plan.sxc
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/Thumbs.db
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/Thumbs.db?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/Thumbs.db
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/WS_FTP.LOG
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/WS_FTP.LOG?rev=327589&view=auto
==============================================================================
--- incubator/roller/branches/roller_1.x/docs/userguide/images/WS_FTP.LOG (added)
+++ incubator/roller/branches/roller_1.x/docs/userguide/images/WS_FTP.LOG Fri Oct 21 14:27:36 2005
@@ -0,0 +1,2 @@
+2003.12.01 22:04 B C:\allfiles\srcfiles\src_eclipse\roller_main\roller\docs\userguide\images\user-admin.png --> ftp.kattare.com /public_html/userguide/images user-admin.png
+2003.12.01 22:04 B C:\allfiles\srcfiles\src_eclipse\roller_main\roller\docs\userguide\images\admin-site.png --> ftp.kattare.com /public_html/userguide/images admin-site.png

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/admin-rss-agg.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/admin-rss-agg.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/admin-rss-agg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/admin-site.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/admin-site.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/admin-site.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/admin-upload.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/admin-upload.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/admin-upload.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/admin-users.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/admin-users.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/admin-users.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/bloggar-account-settings.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/bloggar-account-settings.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/bloggar-account-settings.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/bloggar-new-account.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/bloggar-new-account.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/bloggar-new-account.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/delete-comments.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/delete-comments.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/delete-comments.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/edit-old-posts.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/edit-old-posts.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/edit-old-posts.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-dhtml.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/editor-dhtml.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-dhtml.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-ekit.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/editor-ekit.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-ekit.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-midas-screenshot.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/editor-midas-screenshot.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-midas-screenshot.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-midas.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/editor-midas.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-midas.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-navbar.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/editor-navbar.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-navbar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-text-js.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/editor-text-js.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/editor-text-js.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/eui-bookmark-manager.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/eui-bookmark-manager.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/eui-bookmark-manager.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/eui-bookmarks.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/eui-bookmarks.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/eui-bookmarks.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/eui-newsfeeds.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/eui-newsfeeds.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/eui-newsfeeds.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/eui-weblog.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/eui-weblog.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/eui-weblog.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/eui-website.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/eui-website.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/eui-website.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/first-post.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/first-post.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/first-post.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/main-page.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/main-page.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/main-page.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/navbar-auth.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/navbar-auth.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/navbar-auth.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/navbar.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/navbar.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/navbar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/new-post.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/new-post.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/new-post.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/page-edit.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/page-edit.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/page-edit.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/page-navbar-auth.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/page-navbar-auth.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/page-navbar-auth.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/page-navbar.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/page-navbar.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/page-navbar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/pages-edit.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/pages-edit.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/pages-edit.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/qs1-newuser.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/qs1-newuser.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/qs1-newuser.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/qs2-welcome.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/qs2-welcome.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/qs2-welcome.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/qs3-login.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/qs3-login.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/qs3-login.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/qs4-first-post.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/qs4-first-post.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/qs4-first-post.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/qs5-myblog.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/qs5-myblog.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/qs5-myblog.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/send-trackback.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/send-trackback.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/send-trackback.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/sent-trackback.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/sent-trackback.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/sent-trackback.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-basic.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-basic.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-basic.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-cheb.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-cheb.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-cheb.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-currency.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-currency.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-currency.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-grey.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-grey.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-grey.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-pacifica.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-pacifica.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-pacifica.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-robot.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-robot.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-robot.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-rolling.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-rolling.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-rolling.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-x2.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-x2.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/sm-theme-x2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/spell-check.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/spell-check.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/spell-check.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-basic.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-basic.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-basic.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-cheb.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-cheb.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-cheb.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-currency.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-currency.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-currency.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-dir-structure.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-dir-structure.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-dir-structure.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-grey.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-grey.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-grey.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-pacifica.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-pacifica.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-pacifica.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-robot.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-robot.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-robot.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-rolling.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-rolling.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-rolling.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-switcher1.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-switcher1.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-switcher1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-switcher2.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-switcher2.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-switcher2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-x2.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/theme-x2.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/theme-x2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/user-admin.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/user-admin.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/user-admin.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/images/website-settings.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/images/website-settings.png?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/images/website-settings.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/bloggar.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/bloggar.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/bloggar.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/bloggar_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/bloggar_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/bloggar_.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/currency.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/currency.gif?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/currency.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/currency_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/currency_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/currency_.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-bookmark.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-bookmark.gif?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-bookmark.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-bookmark_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-bookmark_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-bookmark_.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folder.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folder.gif?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folder.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folder_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folder_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folder_.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folders.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folders.gif?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folders.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folders_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folders_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-folders_.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-newsfeeds.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-newsfeeds.gif?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-newsfeeds.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-newsfeeds_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-newsfeeds_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-newsfeeds_.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-page.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-page.gif?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-page.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-page_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-page_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-page_.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblog.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblog.gif?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblog.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblog_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblog_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblog_.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblogcats.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblogcats.gif?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblogcats.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblogcats_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblogcats_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-weblogcats_.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-website.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-website.gif?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-website.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-website_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/edit-website_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_1.x/docs/userguide/old/edit-website_.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_1.x/docs/userguide/old/grep2_.jpg
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/docs/userguide/old/grep2_.jpg?rev=327589&view=auto
==============================================================================
Binary file - no diff available.