svn commit: r201503 - in /xml/xindice/trunk: ./ src/documentation/content/xdocs/ src/documentation/content/xdocs/community/howto/compilation/

[email protected]
Newsgroups gmane.text.xml.xindice.devel
Message-ID <[email protected]>
Author: vgritsenko
Date: Thu Jun 23 14:47:34 2005
New Revision: 201503

URL: http://svn.apache.org/viewcvs?rev=201503&view=rev
Log:
point to the svn repository
add a property for forrest 0.6

Modified:
    xml/xindice/trunk/forrest.properties
    xml/xindice/trunk/src/documentation/content/xdocs/book.xml
    xml/xindice/trunk/src/documentation/content/xdocs/community/howto/compilation/unix.xml
    xml/xindice/trunk/src/documentation/content/xdocs/contributing.xml
    xml/xindice/trunk/src/documentation/content/xdocs/download.ehtml
    xml/xindice/trunk/src/documentation/content/xdocs/news.xml

Modified: xml/xindice/trunk/forrest.properties
URL: http://svn.apache.org/viewcvs/xml/xindice/trunk/forrest.properties?rev=201503&r1=201502&r2=201503&view=diff
==============================================================================
--- xml/xindice/trunk/forrest.properties (original)
+++ xml/xindice/trunk/forrest.properties Thu Jun 23 14:47:34 2005
@@ -9,7 +9,7 @@
 project.name=Xindice
 
 # Specifies name of Forrest skin to use
-#project.skin=forrest-site
+project.skin=forrest-site
 
 # Properties that must be set to override the default locations
 #project.content-dir=src/documentation
@@ -24,3 +24,5 @@
 #project.skinconf=${project.content-dir}/skinconf.xml
 #project.lib-dir=${project.content-dir}/lib
 #project.classes-dir=${project.content-dir}/classes
+
+project.start-uri=index.html

Modified: xml/xindice/trunk/src/documentation/content/xdocs/book.xml
URL: http://svn.apache.org/viewcvs/xml/xindice/trunk/src/documentation/content/xdocs/book.xml?rev=201503&r1=201502&r2=201503&view=diff
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/book.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/book.xml Thu Jun 23 14:47:34 2005
@@ -49,8 +49,8 @@
     <menu-item label="Contributing" href="contributing.html"/>
     <menu-item label="Who we are" href="who.html"/>
     <menu-item label="Mailing lists" href="mail.html"/>
-    <menu-item label="Code Repository" href="http://xml.apache.org/cvs.html"/>
-    <menu-item label="Bug database" href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&bug_status=__open__&product=Xindice"/>
+    <menu-item label="Code Repository" href="http://xml.apache.org/svn.html"/>
+    <menu-item label="Bug database" href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&amp;bug_status=__open__&amp;product=Xindice"/>
   </menu>
   <menu label="Resources">
     <menu-item label="Related links" href="related.html"/>

Modified: xml/xindice/trunk/src/documentation/content/xdocs/community/howto/compilation/unix.xml
URL: http://svn.apache.org/viewcvs/xml/xindice/trunk/src/documentation/content/xdocs/community/howto/compilation/unix.xml?rev=201503&r1=201502&r2=201503&view=diff
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/community/howto/compilation/unix.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/community/howto/compilation/unix.xml Thu Jun 23 14:47:34 2005
@@ -117,7 +117,7 @@
 -rw-r--r--  1 dviner  users   392842 Nov 21 11:56 xindice-1.1b.jar
 -rw-r--r--  1 dviner  users  2421719 Nov 21 11:56 xindice-1.1b.war
 quintara:~&gt;
-            		</source>
+            </source>
         </section>
         <section>
             <title>Feedback</title>

Modified: xml/xindice/trunk/src/documentation/content/xdocs/contributing.xml
URL: http://svn.apache.org/viewcvs/xml/xindice/trunk/src/documentation/content/xdocs/contributing.xml?rev=201503&r1=201502&r2=201503&view=diff
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/contributing.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/contributing.xml Thu Jun 23 14:47:34 2005
@@ -54,8 +54,9 @@
 
       <p>
         You can get your local working copy of the
-        <link href="http://cvs.apache.org/viewcvs.cgi/xml-xindice"> latest and greatest code</link> (which you find
-        in the xml-xindice module in the cvs.apache.org CVS code repository). Review the
+        <link href="http://svn.apache.org/viewcvs.cgi/xml/xindice/trunk/">latest and greatest code</link> (which you find
+        in the svn.apache.org Subversion source code repository, at URL
+        <code>http://svn.apache.org/repos/asf/xml/xindice/trunk/</code>). Review the
         <link href="todo.html">todo list</link>, choose a task (or perhaps you have noticed something that needs
         patching). Make the changes, do the testing, generate a patch, if you need then discuss it on the
         xindice-dev mailing list, and add the patch to Bugzilla.

Modified: xml/xindice/trunk/src/documentation/content/xdocs/download.ehtml
URL: http://svn.apache.org/viewcvs/xml/xindice/trunk/src/documentation/content/xdocs/download.ehtml?rev=201503&r1=201502&r2=201503&view=diff
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/download.ehtml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/download.ehtml Thu Jun 23 14:47:34 2005
@@ -33,7 +33,7 @@
       <p>
          The source archives below are the latest release
          versions. Access to the latest (and possibly
-         unstable) source can be done via <a href="http://xml.apache.org/cvs.html">cvs</a>.
+         unstable) source can be done via <a href="http://xml.apache.org/svn.html">svn</a>.
       </p>
 
       <h2>Miror</h2>

Modified: xml/xindice/trunk/src/documentation/content/xdocs/news.xml
URL: http://svn.apache.org/viewcvs/xml/xindice/trunk/src/documentation/content/xdocs/news.xml?rev=201503&r1=201502&r2=201503&view=diff
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/news.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/news.xml Thu Jun 23 14:47:34 2005
@@ -34,6 +34,11 @@
   <body>
     <ul>
       <li>
+        <strong>22 June 2005</strong>:
+        The Apache Xindice source code repository has been converted from the CVS
+        into the Subversion. Checkout Xindice from <code>http://svn.apache.org/repos/asf/xml/xindice/trunk/</code>.
+      </li>
+      <li>
         <strong>8 April 2004</strong>:
         The Apache Xindice team is pleased to <link href="http://marc.theaimsgroup.com/?l=xindice-dev&amp;m=107289430732328">announce</link>
         the release of the next version of the Xindice native XML database,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.