You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2004/04/03 14:16:56 UTC

cvs commit: xml-security/doc/site/src/documentation/content/xdocs/Java api.xml examples.xml index.xml

blautenb    2004/04/03 04:16:56

  Modified:    doc/site/src/documentation/content/xdocs index.xml site.xml
                        xmlsec_entities.ent
               doc/site/src/documentation/content/xdocs/Java api.xml
                        examples.xml index.xml
  Log:
  First cut at getting dox ready for Java 1.1
  
  Revision  Changes    Path
  1.8       +11 -0     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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml	10 Mar 2004 11:39:36 -0000	1.7
  +++ index.xml	3 Apr 2004 12:16:56 -0000	1.8
  @@ -23,6 +23,17 @@
       <section>
         <title>News</title>
   	  <section>
  +		<title>April 2004</title>
  +		<p>
  +		  Version 1.1 of the Java library has been released.  
  +		  This version provides :
  +		</p>
  +		<ul>
  +		  <li>Beta implementation of XML Encryption</li>
  +		  <li>Bug fixes to Signature implementation</li>
  +		</ul>
  +	  </section>
  +	  <section>
   		<title>March 2004</title>
   		<p>
   		  Version 1.1 of the C++ library has been released.  Supporting
  
  
  
  1.7       +3 -3      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- site.xml	10 Mar 2004 11:39:36 -0000	1.6
  +++ site.xml	3 Apr 2004 12:16:56 -0000	1.7
  @@ -49,7 +49,7 @@
       <api label="API Docs" href="api.html" />
       <interop label="Interoperability" href="interop.html"/>
       <gump label="Gump results"
  -      href="http://cvs.apache.org/builds/gump/latest/xml-security.html" />
  +		  href="http://lsd.student.utwente.nl/gump/xml-security/xml-security.html" />
       <resolvers label="Resolvermania" href="resolver.html"/>
     </java>
   
  @@ -116,8 +116,8 @@
       <!-- Java -->
       <java>
         <docs>
  -	<full-api href=""/>
  -	<hierachry href=""/>
  +	<full-api href="Java/api/index.html"/>
  +	<hierachry href="Java/api/overview-tree.html"/>
   	<gumpdocs href="http://nagoya.apache.org/gump/javadoc/xml-security/build/doc/html/api/index.html" />
         </docs>
         <jce>
  
  
  
  1.2       +1 -1      xml-security/doc/site/src/documentation/content/xdocs/xmlsec_entities.ent
  
  Index: xmlsec_entities.ent
  ===================================================================
  RCS file: /home/cvs/xml-security/doc/site/src/documentation/content/xdocs/xmlsec_entities.ent,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xmlsec_entities.ent	15 Mar 2003 04:44:02 -0000	1.1
  +++ xmlsec_entities.ent	3 Apr 2004 12:16:56 -0000	1.2
  @@ -1,6 +1,6 @@
   <!ENTITY packagenamelong  "Apache-XML-Security-J">
   <!ENTITY packagename      "xml-security">
  -<!ENTITY packageversion   "1.0.5D2">
  +<!ENTITY packageversion   "1.1">
   <!ENTITY packagedirectory "NOT USED ??">
   <!ENTITY packagedistname  "Apache-XML-Security-J">
   
  
  
  
  1.3       +0 -1      xml-security/doc/site/src/documentation/content/xdocs/Java/api.xml
  
  Index: api.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/doc/site/src/documentation/content/xdocs/Java/api.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- api.xml	10 Mar 2004 11:39:36 -0000	1.2
  +++ api.xml	3 Apr 2004 12:16:56 -0000	1.3
  @@ -36,7 +36,6 @@
       <ul>
         <li><jump href="ext:java/docs/full-api">Full API documentation</jump></li>
         <li><jump href="ext:java/docs/hierachry">Hierarchy for all the packages</jump></li>
  -      <li>If the above documentation is outdated, an always-fresh copy can be found <jump href="ext:java/docs/gumpdocs">here</jump></li>
       </ul>
       </section>
     </body>
  
  
  
  1.3       +13 -5     xml-security/doc/site/src/documentation/content/xdocs/Java/examples.xml
  
  Index: examples.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/doc/site/src/documentation/content/xdocs/Java/examples.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- examples.xml	10 Mar 2004 11:39:36 -0000	1.2
  +++ examples.xml	3 Apr 2004 12:16:56 -0000	1.3
  @@ -26,7 +26,7 @@
     </header> 
     <body> 
       <section>
  -      <title>About</title>
  +      <title>XML Signatures</title>
         <p>
   	Part of this software can be used to create and verify arbitrary forms
   	of XML Signatures. The documentation available here is not very huge;
  @@ -40,10 +40,18 @@
   	the verifying program to another filename if you get
   	<code>FileNotFoundException</code>s.
         </note>
  -      <fixme author="KW">
  -	We should add more information here.
  -      </fixme>
  -      
       </section>
  +	<section>
  +	  <title>XML Encryption</title>
  +	  <p>
  +		As with signatures, samples are provided to show how to encrypt
  +		and decrypt XML content.  See 
  +		<code>src_samples/org/apache/xml/security/samples/encryption</code>.
  +	  </p>
  +	  <p>
  +		The samples can be compiled and run using <code>ant encrypt</code>
  +		and <code>ant decrypt</code>.
  +	  </p>
  +	</section>
     </body>
   </document>
  
  
  
  1.4       +10 -7     xml-security/doc/site/src/documentation/content/xdocs/Java/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/doc/site/src/documentation/content/xdocs/Java/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	10 Mar 2004 11:39:36 -0000	1.3
  +++ index.xml	3 Apr 2004 12:16:56 -0000	1.4
  @@ -27,17 +27,20 @@
     <body> 
       <section>
         <title>News</title>
  -	<p>Version 1.0.4 released on 15 July 2002; minor
  -	improvements. The most significant is that people who did not install
  -	Xalan properly under JDK 1.4.0 get a more specific error message. It
  -	uses the most recent version of the BouncyCastle JCE now. </p>
  +	  <p>
  +		Version 1.1 released on 7 April 2004.  Includes a beta implementation
  +		of XML Encryption together with minor bug fixes for the XML Signature
  +		code.
  +	  </p>
       </section>
       <section>
         <title>XML Security Release</title>
         <p>
  -	The &packagenamelong; &packageversion; supports
  -	<jump href="ext:w3c/xmldsig_java_supported">&supp_java_dsig;
  -	</jump> 
  +		The &packagenamelong; &packageversion; supports
  +		<jump href="ext:w3c/xmldsig_java_supported">&supp_java_dsig;
  +		</jump> and (in beta)
  +		<jump href="ext:w3c/xmlenc_java_supported">&supp_java_enc;
  +		</jump>
         </p>
         <p>
   	Note that there is no standard API avaliable at the moment. SUN is