You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2002/07/07 07:44:58 UTC

cvs commit: xml-cocoon2/src/webapp/samples/search welcome-index.xsp

crossley    2002/07/06 22:44:58

  Modified:    src/webapp/samples/misc samples.xml
               src/webapp/samples/poi/content samples.xml
               src/webapp/samples/search welcome-index.xsp
  Log:
  Fix broken links after samples were moved.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-cocoon2/src/webapp/samples/misc/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/misc/samples.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- samples.xml	16 Jun 2002 07:10:27 -0000	1.1
  +++ samples.xml	7 Jul 2002 05:44:57 -0000	1.2
  @@ -2,7 +2,7 @@
   <samples xmlns:xlink="http://www.w3.org/1999/xlink">
   
    <group name="Main examples page">
  -  <sample name="Back" href="../..">to Cocoon examples main page</sample>
  +  <sample name="Back" href="..">to Cocoon examples main page</sample>
    </group>
   
    <group name="XML Entity Catalogs">
  
  
  
  1.3       +1 -1      xml-cocoon2/src/webapp/samples/poi/content/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/poi/content/samples.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples.xml	18 Apr 2002 16:36:14 -0000	1.2
  +++ samples.xml	7 Jul 2002 05:44:57 -0000	1.3
  @@ -2,7 +2,7 @@
   <samples xmlns:xlink="http://www.w3.org/1999/xlink">
   
      <group name="Main examples page.">
  -      <sample name="Back" href="../..">to Cocoon examples main page</sample>
  +      <sample name="Back" href="..">to Cocoon examples main page</sample>
      </group>
   
      <group name="Hello World samples">
  
  
  
  1.2       +2 -2      xml-cocoon2/src/webapp/samples/search/welcome-index.xsp
  
  Index: welcome-index.xsp
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/search/welcome-index.xsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- welcome-index.xsp	1 Jul 2002 10:04:17 -0000	1.1
  +++ welcome-index.xsp	7 Jul 2002 05:44:58 -0000	1.2
  @@ -30,7 +30,7 @@
           Create an index by specifying a base url from which to start
           crawling (the indexer will follow the links to build its content).
           The base url should be 
  -        <a href="../documents/userdocs/concepts/views.html">cocoon-view</a>
  +        <a href="../../documents/userdocs/concepts/views.html">cocoon-view</a>
           aware of content-labels
           <strong>links</strong>, and <strong>content</strong>.
           For example you might use the base URL 
  @@ -58,7 +58,7 @@
           <a href="http://jakarta.apache.org/lucene/">Jakarta Lucene</a>
           indexing and search engine.
           The Cocoon documentation
  -        <a href="/cocoon/documents/userdocs/concepts/xmlsearching.html">explains</a> how it is implemented within Cocoon. Look behind the scenes of this
  +        <a href="../../documents/userdocs/concepts/xmlsearching.html">explains</a> how it is implemented within Cocoon. Look behind the scenes of this
           example to find out more.
         </p>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org