blautenb 2003/08/09 05:02:34
Modified: doc/site/src/documentation/content/xdocs index.xml site.xml
doc/site/src/documentation/content/xdocs/c faq.xml index.xml
installation.xml programming.xml
Log:
Finalising docs for C++ 1.0.0
Revision Changes Path
1.5 +4 -1
xml-security/doc/site/src/documentation/content/xdocs/index.xml
Index: index.xml
===================================================================
RCS file:
/home/cvs/xml-security/doc/site/src/documentation/content/xdocs/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 23 Jun 2003 10:02:04 -0000 1.4
+++ index.xml 9 Aug 2003 12:02:33 -0000 1.5
@@ -8,12 +8,15 @@
<section>
<title>News</title>
<section>
- <title>July 2003</title>
+ <title>August 2003</title>
<p>
Version 1.00 of the C++ library is now released. This is the first
stable release of the library. Functionality is still fairly
basic,
but all mandatory parts of the the DSIG standard are implemented.
</p>
+ <p>
+ This version supports Xerces 2.2 and 2.3 and Xalan 1.6.
+ </p>
</section>
<section>
<title>May 2003</title>
1.3 +1 -0
xml-security/doc/site/src/documentation/content/xdocs/site.xml
Index: site.xml
===================================================================
RCS file:
/home/cvs/xml-security/doc/site/src/documentation/content/xdocs/site.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- site.xml 18 Mar 2003 11:26:38 -0000 1.2
+++ site.xml 9 Aug 2003 12:02:33 -0000 1.3
@@ -44,6 +44,7 @@
<programming label="Programming" href="programming.html"/>
<cfaq label="FAQs" href="faq.html"/>
<external label="API Docs" href="apiDocs/index.html"/>
+ <external label="Nightly API build"
href="http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/"/>
<tools label="Tools" href="tools.html"/>
<releases label="Release Information" href="releases.html"/>
<credits label="Credits" href="credits.html"/>
1.3 +13 -0
xml-security/doc/site/src/documentation/content/xdocs/c/faq.xml
Index: faq.xml
===================================================================
RCS file:
/home/cvs/xml-security/doc/site/src/documentation/content/xdocs/c/faq.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq.xml 15 Jun 2003 09:35:07 -0000 1.2
+++ faq.xml 9 Aug 2003 12:02:33 -0000 1.3
@@ -69,6 +69,19 @@
</p>
</answer>
</faq>
+ <faq id="oldXalanC">
+ <question>
+ Are versions of Xalan prior to 1.6 supported?
+ </question>
+ <answer>
+ <p>
+ No. Whilst the functionality required is available in prior
+ versions, the location of include files changed in 1.6. A
+ decision was made in version 1.0.0 of xml-security-c to
+ update the source to support these new locations.
+ </p>
+ </answer>
+ </faq>
</part>
</faqs>
1.5 +4 -2
xml-security/doc/site/src/documentation/content/xdocs/c/index.xml
Index: index.xml
===================================================================
RCS file:
/home/cvs/xml-security/doc/site/src/documentation/content/xdocs/c/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 23 Jun 2003 10:02:04 -0000 1.4
+++ index.xml 9 Aug 2003 12:02:33 -0000 1.5
@@ -7,7 +7,7 @@
<body>
<section>
- <title>News - July 2003</title>
+ <title>News - August 2003</title>
<p>
Version 1.00 of the library has now been released. It features
:
</p>
@@ -21,7 +21,9 @@
</ul>
<p>
Version 1.00 is has been tested with Xerces-C v2.2 and the
newly
- released Xalan-C v1.5. Xerces-C v2.3 is also supported.
+ released Xalan-C v1.6. Xerces-C v2.3 is also supported. Note
that
+ versions of Xalan prior to v1.6 are not supported (due to the
new
+ changed location of include files).
</p>
</section>
<section>
1.6 +5 -5
xml-security/doc/site/src/documentation/content/xdocs/c/installation.xml
Index: installation.xml
===================================================================
RCS file:
/home/cvs/xml-security/doc/site/src/documentation/content/xdocs/c/installation.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- installation.xml 30 Jun 2003 11:51:38 -0000 1.5
+++ installation.xml 9 Aug 2003 12:02:33 -0000 1.6
@@ -18,7 +18,7 @@
</p>
<p>
Version 1.00 of the library has been tested with version 2.2
and 2.3 of
- Xerces-C, version 1.5 of Xalan-C and Version 0.9.7 (and above)
of
+ Xerces-C, version 1.6 of Xalan-C and Version 0.9.7 (and above)
of
OpenSSL.
</p>
</section>
@@ -52,9 +52,9 @@
<section>
<title>Building for UNIX</title>
<p>
- XML-Security-C is currently fully supported on Linux and
+ XML-Security-C is currently fully supported on Linux, FreeBSD
and
Solaris. It is partially supported (in cases where Xalan is
not
- required) on NetBSD, FreeBSD and Cygwin. It has been built and
+ required) on NetBSD and Cygwin. It has been built and
tested using GNU gcc 3.2, gcc 2.95.4, Forte C++ 5.4 (Solaris)
and
GNU make.
</p>
@@ -78,8 +78,8 @@
For example (on my Debian Linux box under Bash) :
</p>
<source><![CDATA[
-export XERCESCROOT=~/prog/extlibs/xerces-c-src2_2_0
-export XALANCROOT=~/prog/extlibs/xalan-c-src1_5/c
+export XERCESCROOT=~/prog/extlibs/xerces-c-src2_3_0
+export XALANCROOT=~/prog/extlibs/xalan-c-src1_6/c
export OPENSSL=~/prog/extlibs/openssl-0.9.7a
]]></source>
<p>
1.2 +5 -0
xml-security/doc/site/src/documentation/content/xdocs/c/programming.xml
Index: programming.xml
===================================================================
RCS file:
/home/cvs/xml-security/doc/site/src/documentation/content/xdocs/c/programming.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- programming.xml 15 Mar 2003 04:44:03 -0000 1.1
+++ programming.xml 9 Aug 2003 12:02:33 -0000 1.2
@@ -23,6 +23,11 @@
The rest of this section provides a very high level overview on
how
to use the library for signing and verificataion of signatures.
</p>
+ <note>
+ Full API documentation for the current official release can be
found
+ <link href="apiDocs/index.html">here</link>. The API
documentation is
+ also generated <jump
href="http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/">nightly</jump>
from the CVS repository.
+ </note>
<p>
Two samples are provided :
</p>