kstaken 2002/07/18 20:29:13
Modified: docs README
docs/src ToolsReference.xml
Log:
Doc updates
Revision Changes Path
1.6 +19 -3 xml-xindice/docs/README
Index: README
===================================================================
RCS file: /home/cvs/xml-xindice/docs/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README 11 Jul 2002 04:37:02 -0000 1.5
+++ README 19 Jul 2002 03:29:13 -0000 1.6
@@ -47,20 +47,36 @@
CORBA. This was done for simplification and to eliminate the
constant problems with the CORBA ORB and consumption of
resources. It also was done to address UTF-8 encoding issues
- that were present with CORBA.
+ that were present with CORBA. Initial tests show a minimal
+ performance impact from this change.
+
+- All CORBA related code has been removed from the system.
- The server should now fully support the storage and retrieval
of documents encoded as UTF-8.
-- The xindiceadmin tools has been removed. All commands the were
+- There is now an embedded version of the XML:DB API. This allows
+ you to build Xindice applications that access the database
+ without using the network. The API should be fully compatible
+ with the network enabled XML:DB API implementation. An embedded
+ database can be used by simply changing the XML:DB URI from
+ xmldb:xindice:// to xmldb:xindice-embed://.
+
+- The xindiceadmin tool has been removed. All commands that were
previously only accessible through xindiceadmin are now
- available through the xindice command. This should make working
+ available through the xindice command. This should make
working with the server a little simpler.
- An option was added to the command line tools to allow the
specification of namespaces to be used with XPath queries.
This option is -s. Refer to the Tools Reference document for
more information.
+
+- On the command line tools the confirmation during deletion
+ has been removed. Along with this the -y option that would force
+ automatic deletion has also been removed.
+
+- XMLObjects have been removed.
Apache Xindice Version 1.0
=============================
1.7 +3 -7 xml-xindice/docs/src/ToolsReference.xml
Index: ToolsReference.xml
===================================================================
RCS file: /home/cvs/xml-xindice/docs/src/ToolsReference.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ToolsReference.xml 11 Jul 2002 04:37:03 -0000 1.6
+++ ToolsReference.xml 19 Jul 2002 03:29:13 -0000 1.7
@@ -107,7 +107,6 @@
<command>xindice delete_collection</command>
<arg choice="req">-c <replaceable>context</replaceable></arg>
<arg choice="req">-n <replaceable>name</replaceable></arg>
- <arg choice="opt">-y <replaceable></replaceable></arg>
<arg choice="opt">-v <replaceable></replaceable></arg>
</cmdsynopsis>
@@ -130,9 +129,6 @@
<command>-n</command> The name of the collection to delete.
</member>
<member>
- <command>-y</command> Do not ask for confirmation of delete
- </member>
- <member>
<command>-v</command> Show verbose output
</member>
</simplelist>
@@ -543,7 +539,7 @@
- <chapter>
+ <!--chapter>
<docinfo>
<title>XMLObject Management Actions</title>
</docinfo>
@@ -767,7 +763,7 @@
</screen>
</example>
</sect1>
- </chapter>
+ </chapter-->
<chapter>