You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by de...@apache.org on 2010/02/18 23:39:23 UTC

svn commit: r911626 - in /continuum/trunk/continuum-docs/src/site/apt: ./ administrator_guides/ administrator_guides/security/ developer_guides/ installation/ user_guides/ user_guides/building_project/ user_guides/managing_builddef/ user_guides/managin...

Author: dennisl
Date: Thu Feb 18 22:39:22 2010
New Revision: 911626

URL: http://svn.apache.org/viewvc?rev=911626&view=rev
Log:
[CONTINUUM-2282] Fix invalid links when generating pdf of continuum-docs

Modified:
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/build-agents.apt
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/buildEnvironment.apt
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/index.apt
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/localRepository.apt
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/projectgroup.apt
    continuum/trunk/continuum-docs/src/site/apt/administrator_guides/security/index.apt
    continuum/trunk/continuum-docs/src/site/apt/developer_guides/index.apt
    continuum/trunk/continuum-docs/src/site/apt/getting-started.apt
    continuum/trunk/continuum-docs/src/site/apt/index.apt
    continuum/trunk/continuum-docs/src/site/apt/installation/index.apt
    continuum/trunk/continuum-docs/src/site/apt/installation/installation.apt
    continuum/trunk/continuum-docs/src/site/apt/installation/tomcat.apt
    continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/forced_build.apt
    continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/index.apt
    continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/schedule_build.apt
    continuum/trunk/continuum-docs/src/site/apt/user_guides/index.apt
    continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt
    continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/index.apt
    continuum/trunk/continuum-docs/src/site/apt/user_guides/notification/index.apt
    continuum/trunk/continuum-docs/src/site/apt/user_guides/release/index.apt

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/build-agents.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/build-agents.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/build-agents.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/build-agents.apt Thu Feb 18 22:39:22 2010
@@ -4,8 +4,8 @@
 
 Managing Build Agents
 
-  Before this, you may want to enable the Distributed Builds option in the {{{configuration.html}General Configuration}}
-  and {{{../installation/build-agent.html}install a Build Agent}}, or read about the {{{distributed-builds.html}Distributed
+  Before this, you may want to enable the Distributed Builds option in the {{{./configuration.html}General Configuration}}
+  and {{{../installation/build-agent.html}install a Build Agent}}, or read about the {{{./distributed-builds.html}Distributed
   Builds}} feature.
 
   From the menu, choose the 'Build Agents' item

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/buildEnvironment.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/buildEnvironment.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/buildEnvironment.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/buildEnvironment.apt Thu Feb 18 22:39:22 2010
@@ -14,7 +14,7 @@
 
   The main goal is to compile/test sources against the targeted jvm, mvn/maven version, ant version and to add defined
   envvar (MAVEN_OPTS, ANT_OPTS ...).  This is now possible at the build definition level (in 1.1).
-  
+
   As of Continuum 1.2.1, build environments can be used in releasing projects.
   This is set upon supplying the release prepare parameters during the
   {{{../user_guides/release/prepare.html} Release preparation}} of the project.
@@ -33,7 +33,7 @@
 
 ** {Attach Build Agent Group to a Build Environment}
 
-  The list box contains all available Build Agent Groups. The list box will only be visible if Distributed Builds is enabled in the {{{configuration.html}General Configuration}} Page
+  The list box contains all available Build Agent Groups. The list box will only be visible if Distributed Builds is enabled in the {{{./configuration.html}General Configuration}} Page
 
 [../images/profile-build-agent-group.png] Add Build Agent Group to Build Environment
 
@@ -62,11 +62,11 @@
   []
 
 +-------------------------------+
-  Java Home version : 
+  Java Home version :
           java version "1.4.2_06"
           Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
           Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
-        
+
   Builder version :
-          Maven version: 2.0.5 
+          Maven version: 2.0.5
 +-------------------------------+

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt Thu Feb 18 22:39:22 2010
@@ -74,17 +74,17 @@
 
     * {{{../installation/build-agent.html}Install and Configure}} one or more Build Agents, then
 
-    * {{{configuration.html}Enable}} the Distributed Builds option in the General Configuration, and 
+    * {{{./configuration.html}Enable}} the Distributed Builds option in the General Configuration, and 
 
     * {{{build-agents.html}Add}} your Build Agents to the Continuum Master.
-  
+
     * {{{build-agent-groups.html}Add}} your Build Agents to a Build Agent Group.
 
     * {{{buildEnvironment.html} Add}} your Build Agent Group to Build Environment.
-    
+
     * Make sure that the {{{localRepository.html} local repository}} of the {{{projectgroup.html} project group}} is properly configured.
     In this case, it should point to the path of the repository where the build agent is installed/running.
-    
+
     []
 
     <<WARNING>> Need to have a central remote repository to store the artifacts created from the build agent so that other agents will be able to use the new artifacts.

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/index.apt Thu Feb 18 22:39:22 2010
@@ -3,49 +3,49 @@
  ------
  Emmanuel Venisse
  ------
- Oct 3 2007
+ 2010-02-18
  ------
 
 Administrator's Guides
 
- * {{{security/index.html}Managing Users and Security}}
+ * {{{./security/index.html}Managing Users and Security}}
 
- * {{{projectgroup.html}Managing Project Groups}}
+ * {{{./projectgroup.html}Managing Project Groups}}
 
- * {{{builder.html}Managing Builders}}
+ * {{{./builder.html}Managing Builders}}
 
- * {{{jdk.html}Managing JDKs}}
+ * {{{./jdk.html}Managing JDKs}}
 
- * {{{buildEnvironment.html}Managing Build Environments}}
+ * {{{./buildEnvironment.html}Managing Build Environments}}
 
- * {{{build-agents.html}Managing Build Agents}}
+ * {{{./build-agents.html}Managing Build Agents}}
 
- * {{{build-agent-groups.html}Managing Build Agent Groups}}
+ * {{{./build-agent-groups.html}Managing Build Agent Groups}}
 
- * {{{schedules.html}Managing Schedules}}
+ * {{{./schedules.html}Managing Schedules}}
 
- * {{{configuration.html}Managing General Configuration}}
+ * {{{./configuration.html}Managing General Configuration}}
 
- * {{{localRepository.html}Managing Local Repositories}}
+ * {{{./localRepository.html}Managing Local Repositories}}
 
- * {{{purgeConfiguration.html}Managing Purge Configuration}}
+ * {{{./purgeConfiguration.html}Managing Purge Configuration}}
 
- * {{{parallelBuilds.html}Managing Parallel Builds}}
+ * {{{./parallelBuilds.html}Managing Parallel Builds}}
 
- * {{{buildQueue.html}Managing Build Queues}}
+ * {{{./buildQueue.html}Managing Build Queues}}
 
- * {{{queues.html}Managing Project Queues}}
+ * {{{./queues.html}Managing Project Queues}}
 
- * {{{external-db.html}External Databases}}
+ * {{{./external-db.html}External Databases}}
 
- * {{{monitoring.html}Monitoring Continuum}}
- 
- * {{{logging.html} Log Files}}
+ * {{{./monitoring.html}Monitoring Continuum}}
 
- * {{{appearance.html}Appearance Configuration}}
+ * {{{./logging.html} Log Files}}
 
- * {{{builddefTemplate.html}Build Definition Templates}}
+ * {{{./appearance.html}Appearance Configuration}}
 
- * {{{shutdown.html}Shutting Down Continuum}}
+ * {{{./builddefTemplate.html}Build Definition Templates}}
 
- * {{{distributed-builds.html}Understanding Distributed Builds}}
+ * {{{./shutdown.html}Shutting Down Continuum}}
+
+ * {{{./distributed-builds.html}Understanding Distributed Builds}}

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/localRepository.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/localRepository.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/localRepository.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/localRepository.apt Thu Feb 18 22:39:22 2010
@@ -1,10 +1,13 @@
  ------
  Local Repository
  ------
- 
+ ------
+ 2010-02-18
+ ------
+
 Local Repository
 
-  Local repositories can be configured for a specific project group's use. 
+  Local repositories can be configured for a specific project group's use.
   This is where the artifacts used for building the projects can be found
   instead of the default (<<<$USER_HOME/.m2/repository>>>).
 
@@ -13,31 +16,31 @@
 [../images/localrepositories.png] Local Repositories
 
 	You will see all the local repositories that have been created.
-	
+
 	To display:
-	
+
 [../images/localrepositories-view.png]
-	
-	In this screen you can add/edit/delete/purge a local repository. 
-	
-	You can purge a repository if it has a default {{{purgeConfiguration.html} Purge Configuration}}, otherwise the purge icon is disabled.
+
+	In this screen you can add/edit/delete/purge a local repository.
+
+	You can purge a repository if it has a default {{{./purgeConfiguration.html} Purge Configuration}}, otherwise the purge icon is disabled.
 
 [../images/disabled_purgenow.gif] disabled purge icon
 
 
 * Adding / Editing a Local Repository
 
-	All fields are mandatory. 
-	
+	All fields are mandatory.
+
 	* Name: must be a unique repository name.
-	
+
 	* Location: must be the absolute path of a unique repository location.
-	
+
 	* Layout: "default" or "legacy". Default layout is for maven2, while legacy layout is for maven1.
 
 [../images/localrepository-add.png]
-	
-	Adding a local repository will automatically create a default {{{purgeConfiguration.html} Purge Configuration}} for that repository.
+
+	Adding a local repository will automatically create a default {{{./purgeConfiguration.html} Purge Configuration}} for that repository.
 
 * Default
 

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/parallelBuilds.apt Thu Feb 18 22:39:22 2010
@@ -2,9 +2,9 @@
  Parallel Build Queue
  ------
  ------
- May 2009
+ 2010-02-18
  ------
- 
+
 Managing Parallel Builds
 
     Since 1.3.1, Continuum can be configured to checkout and build projects in parallel or concurrently.
@@ -12,27 +12,27 @@
 * Configuring Parallel Builds
 
     The number of build queues to be used when checking out or building projects can be configured in the Configuration page, via
-    the Number of Allowed Builds in Parallel field (see {{{configuration.html} Managing General Configuration}}).
+    the Number of Allowed Builds in Parallel field (see {{{./configuration.html} Managing General Configuration}}).
     The value should be greater than one (1) to be able to create a build queue aside from the default.
 
     Another thing to note is that if Distributed Builds is enabled, Parallel Builds is automatically disabled. To make it
     short, you're only allowed to use one of these functionalities at a time in the current implementation.
-    
+
     To configure parallel builds:
-    
+
     [[1]] Create a build queue to be used for the projects.
-          Refer to {{{buildQueue.html} Managing Build Queues}}
-    
+          Refer to {{{./buildQueue.html} Managing Build Queues}}
+
     [[2]] Attach the build queue(s) to a build schedule.
-          Refer to {{{schedules.html} Attaching Build Queue to a Schedule}}
-    
+          Refer to {{{./schedules.html} Attaching Build Queue to a Schedule}}
+
     [[3]] Create or edit the project's build definition to use the build schedule configured with the build queue(s).
           Refer to {{{../user_guides/managing_builddef/index.html} Managing Build Definitions}}
-    
+
     []
-    
+
     A screen similar to the following is displayed under the <<Queues>> page when the project is built (force/sheduled).
-    
+
 [../images/parallelBuildsQueues.png] Queues
 
 * Limitations
@@ -43,5 +43,5 @@
 
     [[2]] Concurrent build of inter-dependent projects in a group is not yet supported.
 
-    [[3]] All projects in a project group will be enqueued to the same {{{buildQueue.html} Build Queue}}.
+    [[3]] All projects in a project group will be enqueued to the same {{{./buildQueue.html} Build Queue}}.
 

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/projectgroup.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/projectgroup.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/projectgroup.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/projectgroup.apt Thu Feb 18 22:39:22 2010
@@ -3,7 +3,7 @@
  ------
  Olivier Lamy
  ------
- Oct 06 2009
+ 2010-02-18
  ------
 
 Managing Project Groups
@@ -13,17 +13,17 @@
 * Adding a Project Group
 
   From the home page (Group Summary) Use the the <<<Add Project Group>>> button
-  
+
 [../images/add-project-group.png] Add Project Group
 
-  Then You will have the project Group detail. 
-    
+  Then You will have the project Group detail.
+
 [../images/add-project-group-detail.png] Edit Project Group detail
 
   Some fields are mandatory :
-    
+
   * Project Group Name
-    
+
   * Project Group Id
 
   []
@@ -31,36 +31,36 @@
 * Editing a Project Group
 
   From the home page (Group Summary), click the project group name link.
-  
+
   The project group information will then be displayed.
 
 [../images/project-group-summary.png] Project Group Summary
 
   Then, click on the <<<Edit>>> button.
-  
+
 [../images/update-project-group.png] Update Project Group
 
   The following fields can be updated:
-  
-  * <<Project Group Name>>: The name of the project group. 
-  
+
+  * <<Project Group Name>>: The name of the project group.
+
   * <<Description>>: A brief description about the group.
-  
-  * {{{localRepository.html} <<Local Repository>>}}: The specific repository used for the project
+
+  * {{{./localRepository.html} <<Local Repository>>}}: The specific repository used for the project
   which points to the exact location of the repository in the machine used for building.
-  
+
   * <<Homepage Url>>: The site of the project.
-  
+
   []
-  
+
   And, projects can be moved to another project group.
-  
+
 * Deleting a Project Group
 
   There are two ways to delete a project group.
 
   From the home page (Group Summary), click the Delete icon to the right of the group you wish to delete.
-  
+
   From the Project Group Summary page, click the <<<Delete Group>>> button.
 
   Confirm the deletion
@@ -68,4 +68,4 @@
   Note that user roles for this project group will not be removed.  This is intentional so that if you are
   sharing a user database among several Continuum instances, users will still be able to access the same
   group on a different server.
-  
+

Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/security/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/security/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/security/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/security/index.apt Thu Feb 18 22:39:22 2010
@@ -3,11 +3,11 @@
  ------
  Emmanuel Venisse
  ------
- Oct 3 2007
+ 2010-02-18
  ------
 
 Managing Users and Security
 
-    {{{customising-security.html}Security Configuration}}
+    {{{./customising-security.html}Security Configuration}}
 
-    {{{ldap.html}LDAP Configuration}}
+    {{{./ldap.html}LDAP Configuration}}

Modified: continuum/trunk/continuum-docs/src/site/apt/developer_guides/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/developer_guides/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/developer_guides/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/developer_guides/index.apt Thu Feb 18 22:39:22 2010
@@ -3,11 +3,11 @@
  ------
  Emmanuel Venisse
  ------
- Oct 3 2007
+ 2010-02-18
  ------
 
 Developer's Guides
 
- * {{{building.html}Building Continuum}}
+ * {{{./building.html}Building Continuum}}
 
- * {{{xmlrpc.html}XML-RPC}}
+ * {{{./xmlrpc.html}XML-RPC}}

Modified: continuum/trunk/continuum-docs/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/getting-started.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/getting-started.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/getting-started.apt Thu Feb 18 22:39:22 2010
@@ -4,13 +4,13 @@
  Emmanuel Venisse
  Olivier Lamy
  ------
- Oct 5 2007
+ 2010-02-18
  ------
 
 Getting Started
 
     When you start Continuum for the first time (without an existing database), the first thing you will
-    do is create the admin account and perform the {{{administrator_guides/configuration.html}General Configuration}}.
+    do is create the admin account and perform the {{{./administrator_guides/configuration.html}General Configuration}}.
 
 [images/admin-account-creation.png] Admin account creation
 
@@ -19,4 +19,4 @@
 
 [images/configuration.png] General Configuration
 
-    You may also create more users, {{{user_guides/managing_project/addProject.html}add projects}}, etc.
\ No newline at end of file
+    You may also create more users, {{{./user_guides/managing_project/addProject.html}add projects}}, etc.
\ No newline at end of file

Modified: continuum/trunk/continuum-docs/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/index.apt Thu Feb 18 22:39:22 2010
@@ -3,7 +3,7 @@
  ------
  Emmanuel Venisse
  ------
- Oct 3 2007
+ 2010-02-18
  ------
 
 Welcome to Apache Continuum
@@ -15,31 +15,31 @@
 
 * Documentation
 
-  * {{{release-notes.html} Release Notes}}
+  * {{{./release-notes.html} Release Notes}}
 
   * Installation/Upgrade Guides
 
-    * {{{installation/index.html}Installation}}
+    * {{{./installation/index.html}Installation}}
 
       * Standalone version:
 
-        {{{installation/standalone.html}Standard (Linux, Mac OSX, Solaris, Windows, others) as a service or not}}
+        {{{./installation/standalone.html}Standard (Linux, Mac OSX, Solaris, Windows, others) as a service or not}}
 
       * Webapp:
 
-        {{{installation/tomcat.html}Tomcat}}
+        {{{./installation/tomcat.html}Tomcat}}
 
       []
 
-    * {{{installation/upgrade.html} How to upgrade from a previous version}}
+    * {{{./installation/upgrade.html} How to upgrade from a previous version}}
 
     []
 
-  * {{{user_guides/index.html} User's Guide}}
+  * {{{./user_guides/index.html} User's Guide}}
 
-  * {{{administrator_guides/index.html} Administrator's Guide}}
+  * {{{./administrator_guides/index.html} Administrator's Guide}}
 
-  * {{{developer_guides/building.html} Developer's Guide to building Continuum}}
+  * {{{./developer_guides/building.html} Developer's Guide to building Continuum}}
 
   * Knowledge Base
 
@@ -54,5 +54,5 @@
    []
 
    This documentation is also available in {{{./apache-continuum.pdf}PDF}} format.
-   
+
 

Modified: continuum/trunk/continuum-docs/src/site/apt/installation/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/installation/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/installation/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/installation/index.apt Thu Feb 18 22:39:22 2010
@@ -3,19 +3,19 @@
  ------
  Emmanuel Venisse
  ------
- Oct 3 2007
+ 2010-02-18
  ------
 
 Installation/Upgrade Guides
 
     In this section, you'll find information about Continuum installations:
 
-    * {{{requirements.html}System Requirements}}
+    * {{{./requirements.html}System Requirements}}
 
-    * {{{installation.html}Installation in different environments (standalone, webapp, service)}}
+    * {{{./installation.html}Installation in different environments (standalone, webapp, service)}}
 
     * {{{../release-notes.html}Release Notes}}
 
-    * {{{upgrade.html}How to upgrade from a previous version?}}
+    * {{{./upgrade.html}How to upgrade from a previous version?}}
 
-    * {{{build-agent.html}Installation of Build Agent for Distributed Builds}}
\ No newline at end of file
+    * {{{./build-agent.html}Installation of Build Agent for Distributed Builds}}
\ No newline at end of file

Modified: continuum/trunk/continuum-docs/src/site/apt/installation/installation.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/installation/installation.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/installation/installation.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/installation/installation.apt Thu Feb 18 22:39:22 2010
@@ -3,13 +3,13 @@
  ------
  Emmanuel Venisse
  ------
- Oct 3 2007
+ 2010-02-18
  ------
 
 Continuum Installation
 
     In this section, you'll find information about Continuum installations:
 
-    * {{{standalone.html}Standalone}}
+    * {{{./standalone.html}Standalone}}
 
-    * {{{tomcat.html}Tomcat}}
+    * {{{./tomcat.html}Tomcat}}

Modified: continuum/trunk/continuum-docs/src/site/apt/installation/tomcat.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/installation/tomcat.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/installation/tomcat.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/installation/tomcat.apt Thu Feb 18 22:39:22 2010
@@ -4,7 +4,7 @@
  Joakim Erdfelt
  Emmanuel Venisse
  ------
- 2008-09-01
+ 2010-02-18
  ------
 
 Guide to Install Continuum on Tomcat
@@ -197,7 +197,7 @@
 
     Tested on Tomcat v5.5.17 and v5.5.25.
 
-    This example \<Context\> assumes technique #2 in the {{{#Defining_JNDI_Resources}Define JNDI Resource}} list. (This example lists out the <<<docBase>>> to the WAR file itself.)
+    This example \<Context\> assumes technique #2 in the {{{Defining_JNDI_Resources}Define JNDI Resource}} list. (This example lists out the <<<docBase>>> to the WAR file itself.)
 
 ------------------------------------------
 <Context path="/continuum"

Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/forced_build.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/forced_build.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/forced_build.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/forced_build.apt Thu Feb 18 22:39:22 2010
@@ -2,7 +2,7 @@
  Force Project Build
  ------
  ------
- Feb 23 2009
+ 2010-02-18
  ------
 
 Force Project Build
@@ -51,4 +51,4 @@
 
     []
 
-    To view the results of the build, refer to {{{build_results.html}Build Results Management}}.
+    To view the results of the build, refer to {{{./build_results.html}Build Results Management}}.

Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/index.apt Thu Feb 18 22:39:22 2010
@@ -3,7 +3,7 @@
  ------
  Emmanuel Venisse
  ------
- Oct 3 2007
+ 2010-02-18
  ------
 
 Building Projects
@@ -34,9 +34,9 @@
 
     Projects can be built in two ways:
 
-    [[1]] {{{schedule_build.html} Scheduled Builds}}
+    [[1]] {{{./schedule_build.html} Scheduled Builds}}
 
-    [[2]] {{{forced_build.html} Forced Builds}}
+    [[2]] {{{./forced_build.html} Forced Builds}}
 
     []
 

Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/schedule_build.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/schedule_build.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/schedule_build.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/schedule_build.apt Thu Feb 18 22:39:22 2010
@@ -2,7 +2,7 @@
  Scheduling Project Build
  ------
  ------
- Feb 23 2009
+ 2010-02-18
  ------
 
 Scheduling Project Build
@@ -38,4 +38,4 @@
 
     []
 
-    To view the results of the build, refer to {{{build_results.html}Build Results Management}}.
+    To view the results of the build, refer to {{{./build_results.html}Build Results Management}}.

Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/user_guides/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/user_guides/index.apt Thu Feb 18 22:39:22 2010
@@ -1,17 +1,20 @@
  ------
  User's Guides
  ------
+ ------
+ 2010-02-18
+ ------
 
 User's Guides
 
- * {{{building_project/index.html}Building Projects}}
+ * {{{./building_project/index.html}Building Projects}}
 
- * {{{cancelling_build/index.html}Cancelling Builds}}
+ * {{{./cancelling_build/index.html}Cancelling Builds}}
 
- * {{{managing_builddef/index.html}Managing Build Definitions}}
+ * {{{./managing_builddef/index.html}Managing Build Definitions}}
 
- * {{{managing_project/index.html}Managing Projects}}
+ * {{{./managing_project/index.html}Managing Projects}}
 
- * {{{notification/index.html}Notifications}}
+ * {{{./notification/index.html}Notifications}}
 
- * {{{release/index.html}Releasing Projects}}
+ * {{{./release/index.html}Releasing Projects}}

Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt Thu Feb 18 22:39:22 2010
@@ -4,7 +4,7 @@
  Emmanuel Venisse
  Olivier Lamy
  ------
- Oct 3 2007
+ 2010-02-18
  ------
 
 Managing Build Definitions
@@ -15,5 +15,5 @@
 
     Continuum includes some default build definitions which can be changed in the <<{{{../../administrator_guides/builddefTemplate.html}Build Definition Templates}}>> screen.
 
-    You can add or edit build definitions at the <<{{{builddefGroup.html}Project Group level}}>> or at the <<{{{builddefProject.html}Project level}}>>.
+    You can add or edit build definitions at the <<{{{./builddefGroup.html}Project Group level}}>> or at the <<{{{./builddefProject.html}Project level}}>>.
 

Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/index.apt Thu Feb 18 22:39:22 2010
@@ -3,15 +3,15 @@
  ------
  Emmanuel Venisse
  ------
- Nov 15 2007
+ 2010-02-18
  ------
 
 Managing Projects
 
-    * {{{addProject.html}How to add a project}}
+    * {{{./addProject.html}How to add a project}}
 
-    * {{{editProject.html}How to edit a project}}
+    * {{{./editProject.html}How to edit a project}}
 
-    * {{{removeProject.html}How to remove a project}}
+    * {{{./removeProject.html}How to remove a project}}
 
-    * {{{workingCopy.html}Viewing the project's working copy}}
+    * {{{./workingCopy.html}Viewing the project's working copy}}

Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/notification/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/notification/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/user_guides/notification/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/user_guides/notification/index.apt Thu Feb 18 22:39:22 2010
@@ -3,7 +3,7 @@
  ------
  Emmanuel Venisse
  ------
- Oct 3 2007
+ 2010-02-18
  ------
 
 Managing Notification
@@ -45,14 +45,14 @@
 
   You have the following choices:
 
-  * {{{mail.html}Mail}}
+  * {{{./mail.html}Mail}}
 
-  * {{{irc.html}IRC}}
+  * {{{./irc.html}IRC}}
 
-  * {{{jabber.html}Jabber}}
+  * {{{./jabber.html}Jabber}}
 
-  * {{{msn.html}MSN}}
+  * {{{./msn.html}MSN}}
 
-  * {{{wagon.html}Wagon}}
+  * {{{./wagon.html}Wagon}}
 
 

Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/release/index.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/release/index.apt?rev=911626&r1=911625&r2=911626&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/user_guides/release/index.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/user_guides/release/index.apt Thu Feb 18 22:39:22 2010
@@ -1,10 +1,13 @@
  ------
  Releasing Projects
  ------
+ ------
+ 2010-02-18
+ ------
 
 Releasing Projects
 
-    The release process has two steps, {{{prepare.html}Prepare}} and {{{perform.html}Perform}}.
+    The release process has two steps, {{{./prepare.html}Prepare}} and {{{./perform.html}Perform}}.
 
     [[1]] First, it prepares your project for release by doing the following: