vgritsenko 2003/09/04 19:57:26
Modified: src/documentation/content/xdocs guide-administrator.xml
src/documentation/content/xdocs/dev guide-administrator.xml
index.xml todo.xml
Added: src/documentation/content/xdocs download.ehtml
Removed: src/documentation/content/xdocs download.xml
Log:
Fix one broken link; replace download page with the page template for
the mirror cgi script
Revision Changes Path
1.5 +1 -0
xml-xindice/src/documentation/content/xdocs/guide-administrator.xml
Index: guide-administrator.xml
===================================================================
RCS file:
/home/cvs/xml-xindice/src/documentation/content/xdocs/guide-administrator.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- guide-administrator.xml 24 Nov 2002 00:36:56 -0000 1.4
+++ guide-administrator.xml 5 Sep 2003 02:57:26 -0000 1.5
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"document-v11.dtd">
+
<document>
<header>
<title>Xindice Administration 0.6.1</title>
1.1
xml-xindice/src/documentation/content/xdocs/download.ehtml
Index: download.ehtml
===================================================================
<html>
<body>
<h1>Downloads</h1>
<h3>Download Notes</h3>
<p>This page gives access to source downloads of the latest releases
for the Xindice. Releases are now distributed
via various <strong>archive</strong> sites around the world, and
the links below will direct you to an archive near you. Alternative
mirror locations are also provided.
</p>
<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>.
</p>
<h3>Miror</h3>
<p>You are currently using the <strong>[preferred]</strong> mirror.
If you encounter a problem with this mirror, please select another
mirror. If all mirrors are failing, there are <em>backup</em>
mirrors (at the end of the mirrors list) that should be available.
</p>
<form action="[location]" method="get" id="SelectMirror">
Other mirrors:
<select name="Preferred">
[if-any http]
[for http]<option value="[http]">[http]</option>[end]
[end]
[if-any ftp]
[for ftp]<option value="[ftp]">[ftp]</option>[end]
[end]
[if-any backup]
[for backup]<option value="[backup]">[backup] (backup)</option>[end]
[end]
</select>
<input type="submit" value="Change"/>
</form>
<h3>Current Releases</h3>
<p>The version 1.0 of Xindice (source code) is currently available:</p>
<ul>
<li><a href="[preferred]/xml/xindice/xml-xindice-1.0.tar.gz">
Version 1.0 - tar.gz</a>
[ <a
href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.0-src.tar.gz.asc">PGP</a>
]
[ <a
href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.0-src.tar.gz.md5">MD5</a>
]
</li>
<li><a href="[preferred]/xml/xindice/xml-xindice-1.0.zip">
Version 1.0 - zip</a>
[ <a
href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.0.zip.asc">PGP</a> ]
[ <a
href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.0.zip.md5">MD5</a> ]
</li>
</ul>
</body>
</html>
1.5 +6 -4
xml-xindice/src/documentation/content/xdocs/dev/guide-administrator.xml
Index: guide-administrator.xml
===================================================================
RCS file:
/home/cvs/xml-xindice/src/documentation/content/xdocs/dev/guide-administrator.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- guide-administrator.xml 7 Aug 2003 17:51:48 -0000 1.4
+++ guide-administrator.xml 5 Sep 2003 02:57:26 -0000 1.5
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"document-v11.dtd">
+
<document>
<header>
<title>Xindice Administration 1.1 beta</title>
@@ -18,10 +18,12 @@
Database administration of Xindice is accomplished from
the command line using the <code>xindice</code> command.
This command allows you to view and alter the database
- configuration on the fly on a running system. A complete
- list of available commands and more detail about each
- command can be found in the
+ configuration on the fly on a running system.
+ <!-- A complete
+ list of available commands and more detail about each
+ command can be found in the
<link href="guide-tools.html">Command Line Tools Reference
Guide</link>.
+ -->
</p>
<section>
<title>Managing Collections</title>
1.3 +1 -6 xml-xindice/src/documentation/content/xdocs/dev/index.xml
Index: index.xml
===================================================================
RCS file:
/home/cvs/xml-xindice/src/documentation/content/xdocs/dev/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 22 Nov 2002 19:44:16 -0000 1.2
+++ index.xml 5 Sep 2003 02:57:26 -0000 1.3
@@ -7,17 +7,14 @@
-->
<document>
-
<header>
<title>Dev Zone</title>
<authors>
<person name="Vladimir R. Bossicard" email="[EMAIL PROTECTED]"/>
</authors>
-
</header>
<body>
-
<section>
<title>Introduction</title>
<p>The Xindice team is currently preparing a major release and try
to
@@ -60,7 +57,5 @@
</li>
</ul>
</section>
-
</body>
-
</document>
1.3 +2 -7 xml-xindice/src/documentation/content/xdocs/dev/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-xindice/src/documentation/content/xdocs/dev/todo.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- todo.xml 26 Nov 2002 09:20:42 -0000 1.2
+++ todo.xml 5 Sep 2003 02:57:26 -0000 1.3
@@ -7,17 +7,14 @@
-->
<document>
-
<header>
<title>Dev Todo List</title>
<authors>
<person name="Vladimir R. Bossicard" email="[EMAIL PROTECTED]"/>
</authors>
-
</header>
<body>
-
<section>
<title>Introduction</title>
<p>
@@ -47,11 +44,9 @@
<ul>
<li>
Define the tables of content for the different
- guides and fill the holes!
+ guides and fill in the holes!
</li>
</ul>
</section>
-
</body>
-
</document>