You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by cr...@apache.org on 2004/08/31 05:19:38 UTC

cvs commit: xml-site/src/documentation/content/xdocs book.xml news.xml

crossley    2004/08/30 20:19:38

  Modified:    src/documentation/conf cli.xconf
               src/documentation/content/xdocs book.xml news.xml
  Log:
  Enable better potential website mirrors.
  Use relative URIs with absolute paths, rather than absolute URLs, to link
  to xml projects.
  Not sure what to do about the many absolute URLs for
  http://xml.apache.org/dist/* and http://xml.apache.org/websrc/cvsweb.cgi/*
  
  Revision  Changes    Path
  1.2       +16 -1     xml-site/src/documentation/conf/cli.xconf
  
  Index: cli.xconf
  ===================================================================
  RCS file: /home/cvs/xml-site/src/documentation/conf/cli.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cli.xconf	9 Sep 2003 11:19:20 -0000	1.1
  +++ cli.xconf	31 Aug 2004 03:19:37 -0000	1.2
  @@ -147,6 +147,21 @@
          +-->
       <exclude pattern="[preferred]/**" />
   	<exclude pattern="[location]" />
  +	<exclude pattern="/mirrors.cgi"/>
  +
  +  <!-- exclude some stuff not under this source control -->
  +	<exclude pattern="/pr/**"/>
  +
  +  <!-- exclude projects - they build their own websites -->
  +	<exclude pattern="/batik**"/>
  +	<exclude pattern="/crimson**"/>
  +	<exclude pattern="/commons**"/>
  +	<exclude pattern="/fop**"/>
  +	<exclude pattern="/security**"/>
  +	<exclude pattern="/xalan**"/>
  +	<exclude pattern="/xang**"/>
  +	<exclude pattern="/xerces**"/>
  +	<exclude pattern="/xindice**"/>
   
      <uri src="favicon.ico"/>
   
  
  
  
  1.14      +15 -15    xml-site/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- book.xml	7 Aug 2004 00:22:43 -0000	1.13
  +++ book.xml	31 Aug 2004 03:19:37 -0000	1.14
  @@ -19,17 +19,17 @@
     </menu>
     
     <menu label="Projects">
  -    <menu-item href="http://xml.apache.org/xerces2-j/index.html" label="Xerces Java 2" />
  -    <menu-item href="http://xml.apache.org/xerces-c/index.html" label="Xerces C++"   />
  -    <menu-item href="http://xml.apache.org/xerces-p/index.html" label="Xerces Perl"  />
  -    <menu-item href="http://xml.apache.org/xalan-j/index.html"    label="Xalan Java 2"   />
  -    <menu-item href="http://xml.apache.org/xalan-c/index.html"  label="Xalan C++"    />
  -    <menu-item href="http://xml.apache.org/fop/index.html"      label="FOP"          />
  +    <menu-item href="/xerces2-j/" label="Xerces Java 2" />
  +    <menu-item href="/xerces-c/" label="Xerces C++"   />
  +    <menu-item href="/xerces-p/" label="Xerces Perl"  />
  +    <menu-item href="/xalan-j/"    label="Xalan Java 2"   />
  +    <menu-item href="/xalan-c/"  label="Xalan C++"    />
  +    <menu-item href="/fop/"      label="FOP"          />
       <menu-item href="http://forrest.apache.org/" label="Forrest"/>
  -    <menu-item href="http://xml.apache.org/batik/index.html"    label="Batik"        />
  -    <menu-item href="http://xml.apache.org/commons/" label="XML Commons" />
  -    <menu-item href="http://xml.apache.org/security/index.html" label="XML Security" />
  -    <menu-item href="http://xml.apache.org/xindice/" label="Xindice" />
  +    <menu-item href="/batik/"    label="Batik"        />
  +    <menu-item href="/commons/" label="XML Commons" />
  +    <menu-item href="/security/" label="XML Security" />
  +    <menu-item href="/xindice/" label="Xindice" />
       <menu-item href="http://axkit.org" label="AxKit" />
       <menu-item href="http://xmlbeans.apache.org/" label="XMLBeans" />
     </menu>
  @@ -43,13 +43,13 @@
       <menu-item href="http://ws.apache.org/xmlrpc/"  label="XML-RPC"/>
     </menu>
     <menu label="Moved Projects">
  -    <menu-item href="http://cocoon.apache.org/"  label="Cocoon"     />
  +    <menu-item href="http://cocoon.apache.org/" label="Cocoon"/>
     </menu>
     <menu label="Hibernated Projects">
  -    <menu-item href="http://xml.apache.org/xerces-j/index.html" label="Xerces Java 1"  />
  +    <menu-item href="/xerces-j/" label="Xerces Java 1"/>
         
  -    <menu-item href="http://xml.apache.org/xang/index.html"     label="Xang"         />
  -    <menu-item href="http://xml.apache.org/crimson/index.html"  label="Crimson"      />
  +    <menu-item href="/xang/" label="Xang"/>
  +    <menu-item href="/crimson/" label="Crimson"/>
     </menu>
       
     <menu label="Community">
  @@ -58,7 +58,7 @@
     </menu>
   
     <menu label="Resources">
  -    <menu-item label="Downloads" href="http://xml.apache.org/mirrors.cgi"/>
  +    <menu-item label="Downloads" href="/mirrors.cgi"/>
       <menu-item label="Bug Database" href="http://issues.apache.org/bugzilla/"/>
       <menu-item label="Wiki" href="http://issues.apache.org/wiki/apachewiki.cgi"/>
       <menu-item label="Gump" href="http://gump.apache.org/"/>
  
  
  
  1.24      +8 -8      xml-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- news.xml	13 Jun 2004 08:29:52 -0000	1.23
  +++ news.xml	31 Aug 2004 03:19:37 -0000	1.24
  @@ -28,7 +28,7 @@
   		<title>Xerces-J 2.6.1 Now Available (February 2004)</title>
   		<p>
   		  Xerces-J 2.6.1 is now available from the Xerces-J
  -		  <link href="http://xml.apache.org/xerces2-j/">site</link>.
  +		  <link href="/xerces2-j/">site</link>.
   		</p>
   		<p>
   		  Changes include :
  @@ -56,7 +56,7 @@
   		<title>Xalan-C++ Version 1.7 Released (January 2004)</title>
   		<p>
   		  Xalan-C++ 1.7 is now officially available from the Xalan-C++
  -		  <link href="http://xml.apache.org/xalan-c">site</link>.
  +		  <link href="/xalan-c/">site</link>.
   		</p>
   		<p>
   		  Changes include :
  @@ -73,11 +73,11 @@
   		<p>
   		  Xerces-C++ Version 2.4 has now been released, and is available from
   		  the Xerces-C++ 
  -		  <link href="http://xml.apache.org/xerces-c">site</link>.
  +		  <link href="/xerces-c/">site</link>.
   		</p>
   		<p>
   		  Information on changes can be found 
  -		  <link href="http://xml.apache.org/xerces-c/releases.html">here</link>.
  +		  <link href="/xerces-c/releases.html">here</link>.
   		</p>
   	  </section>
         <section id="apachecon-us-2003">
  @@ -93,7 +93,7 @@
         <section id="xml-commons-resolver-1.1">
           <title>XML Commons Resolver 1.1 released (November 5, 2003)</title>
           <p>
  -          See the <link href="http://xml.apache.org/commons/components/resolver/resolver-release-notes.html">changelog</link> for details.
  +          See the <link href="/commons/components/resolver/resolver-release-notes.html">changelog</link> for details.
           </p>
         </section>
         <section id="xml-xalan-j-2.5.2">
  @@ -120,7 +120,7 @@
           <p>
             Beta release with some new functionality and updated documentation to match Forrestized website. 
             Expect a 1.1 release in time for the next Ant release, which bundles Resolver.
  -          See the <link href="http://xml.apache.org/commons/components/resolver/resolver-release-notes.html">changelog</link> for details.
  +          See the <link href="/commons/components/resolver/resolver-release-notes.html">changelog</link> for details.
           </p>
         </section>
         <section id="forrest-0.5.1">
  @@ -155,7 +155,7 @@
            <p>
            The release can be downloaded from <link href="http://xml.apache.org/dist/xerces-j/">http://xml.apache.org/dist/xerces-j/</link></p>
            <p>
  -         For more information, visit the <link href="http://xml.apache.org/xerces2-j/">Apache Xerces2 Java Parser Project WebSite</link>.
  +         For more information, visit the <link href="/xerces2-j/">Apache Xerces2 Java Parser Project WebSite</link>.
           </p>
         </section>
         <section id="fop-0.20.5">
  @@ -377,7 +377,7 @@
         <ul>
           <li>
           Apache forms xml.apache.org --
  -        <jump href="http://xml.apache.org/pr/0001.txt">PRESS RELEASE</jump>
  +        <jump href="/pr/0001.txt">PRESS RELEASE</jump>
           </li>
           <li>
           CNet Article on xml.apache.org --
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: general-cvs-help@xml.apache.org