You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/12/07 09:21:37 UTC

svn commit: r1211326 - in /cocoon/cocoon3/trunk/cocoon-docs/src/site/apt: index.apt roadmap.apt student-project-ideas/cocoon3-profiling-ui.apt student-project-ideas/cocoon3-profiling.apt

Author: simonetripodi
Date: Wed Dec  7 08:21:36 2011
New Revision: 1211326

URL: http://svn.apache.org/viewvc?rev=1211326&view=rev
Log:
fixed ambiguous links (when local link, prepend "./")

Modified:
    cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/index.apt
    cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/roadmap.apt
    cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/student-project-ideas/cocoon3-profiling-ui.apt
    cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/student-project-ideas/cocoon3-profiling.apt

Modified: cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/index.apt?rev=1211326&r1=1211325&r2=1211326&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/index.apt (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/index.apt Wed Dec  7 08:21:36 2011
@@ -14,7 +14,7 @@ Cocoon 3 has the goal of becoming the be
 
 * Download
 
-  Apache Cocoon 3.0.0-alpha-3 is available for {{{download.html} download}}. Please read our {{{alpha-warning.html} alpha software warning}}
+  Apache Cocoon 3.0.0-alpha-3 is available for {{{./download.html} download}}. Please read our {{{./alpha-warning.html} alpha software warning}}
 message before using it.
 
 * Using Pipelines in Java has never been so easy
@@ -44,4 +44,4 @@ is streamed without any necessary serial
 
 * Sitemaps and integration with Java Servlets
 
-  But there is more that Cocoon 3 offers. See our {{{features.html} features}} list.
+  But there is more that Cocoon 3 offers. See our {{{./features.html} features}} list.

Modified: cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/roadmap.apt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/roadmap.apt?rev=1211326&r1=1211325&r2=1211326&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/roadmap.apt (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/roadmap.apt Wed Dec  7 08:21:36 2011
@@ -9,7 +9,7 @@ Cocoon 3 Roadmap
 
     If you are interested in developing and improving Cocoon, any participation is highly appreciated. 
     The tasks listed here are only suggestions. If you have other ideas, please
-    join us on our {{{mail-lists.html} developers mailing list}}). 
+    join us on our {{{./mail-lists.html} developers mailing list}}). 
     
 * Unscheduled simple features
 

Modified: cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/student-project-ideas/cocoon3-profiling-ui.apt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/student-project-ideas/cocoon3-profiling-ui.apt?rev=1211326&r1=1211325&r2=1211326&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/student-project-ideas/cocoon3-profiling-ui.apt (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/student-project-ideas/cocoon3-profiling-ui.apt Wed Dec  7 08:21:36 2011
@@ -12,7 +12,7 @@ Student project idea: Cocoon Profiling U
 * Description
 
   The goal of this project is the development of a {{{http://getfirebug.com/} Firebug}} plugin that
-shows the information provided by the {{{cocoon3-profiling.html} Cocoon 3 Profiling}} module next to the
+shows the information provided by the {{{./cocoon3-profiling.html} Cocoon 3 Profiling}} module next to the
 request and response tabs.
 
 * Deliverables
@@ -29,6 +29,6 @@ request and response tabs.
 
   This UI relies on web services provided by the <<<cocoon-profiling>>> module. In the case that the UI is
 being developed before the module is available, a set of example XML files representing the output of the
-webservices will be provided. See the {{{cocoon3-profiling.html} Cocoon 3 Profiling}} proposal in order to
+webservices will be provided. See the {{{./cocoon3-profiling.html} Cocoon 3 Profiling}} proposal in order to
 get an idea of the contract.
   
\ No newline at end of file

Modified: cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/student-project-ideas/cocoon3-profiling.apt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/student-project-ideas/cocoon3-profiling.apt?rev=1211326&r1=1211325&r2=1211326&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/student-project-ideas/cocoon3-profiling.apt (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/site/apt/student-project-ideas/cocoon3-profiling.apt Wed Dec  7 08:21:36 2011
@@ -121,6 +121,6 @@ applied on servlets.
   
 * Related ideas
 
-  There is an additional {{{cocoon3-profiling-ui.html} project idea (Cocoon 3 Profiling UI)}} of creating a Firebug plugin that shows the data of the 
+  There is an additional {{{./cocoon3-profiling-ui.html} project idea (Cocoon 3 Profiling UI)}} of creating a Firebug plugin that shows the data of the 
 request in a user-friendly way.