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 2003/06/30 13:51:38 UTC

cvs commit: xml-security/doc/site/src/documentation/content/xdocs/c credits.xml installation.xml

blautenb    2003/06/30 04:51:38

  Modified:    doc/site/src/documentation/content/xdocs/c credits.xml
                        installation.xml
  Log:
  Added proper credits for various packages
  
  Revision  Changes    Path
  1.2       +35 -4     xml-security/doc/site/src/documentation/content/xdocs/c/credits.xml
  
  Index: credits.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/doc/site/src/documentation/content/xdocs/c/credits.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- credits.xml	15 Mar 2003 04:44:03 -0000	1.1
  +++ credits.xml	30 Jun 2003 11:51:38 -0000	1.2
  @@ -14,15 +14,46 @@
   		  Apache Software Foundation XML Project</jump>.
   	  </p>
   	  <p>
  +		This product includes cryptographic software written by Eric Young
  +		(eay@cryptsoft.com).  This product includes software written by Tim
  +		Hudson (tjh@cryptsoft.com).
  +	  </p>
  +	  <p>
  +		This product includes software developed by the OpenSSL Project
  +		for use in the OpenSSL Toolkit (<jump href="http://www.openssl.org">
  +		  www.openssl.org</jump>)
  +	  </p>
  +	  <p>
  +		The license documents for Xerces, Xalan and OpenSSL are contained in
  +		the xml-security/c/doc directory in CVS and in the doc directory in
  +		distributions of the C++ source code.
  +	  </p>
  +	  <p>
   		This documentation has been created using Forrest, also part of
   		the Apache Sofware Foundation's XML project.
   	  </p>
   	  <p>
  -		The package also makes heavy use of the <jump href="http://www.openssl.org">
  -		  OpenSSL</jump> cryptographic
  -		libraries to provide the cryptographic foundation.  The associated
  -		license can be found in the distribution in the doc/ directory.
  +		API Documentation is created using
  +		<jump href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</jump> and
  +		<jump href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</jump>
   	  </p>
   	</section>
     </body>
   </document>
  +<!-- Keep this comment at the end of the file
  +Local variables:
  +mode: xml
  +sgml-omittag:nil
  +sgml-shorttag:nil
  +sgml-namecase-general:nil
  +sgml-general-insert-case:lower
  +sgml-minimize-attributes:nil
  +sgml-always-quote-attributes:t
  +sgml-indent-step:2
  +sgml-indent-data:t
  +sgml-parent-document:nil
  +sgml-exposed-tags:nil
  +sgml-local-catalogs:nil
  +sgml-local-ecat-files:nil
  +End:
  +-->
  
  
  
  1.5       +4 -3      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- installation.xml	23 Jun 2003 10:02:04 -0000	1.4
  +++ installation.xml	30 Jun 2003 11:51:38 -0000	1.5
  @@ -52,10 +52,11 @@
       <section>
   	  <title>Building for UNIX</title>
   	  <p>
  -		XML-Security-C is currently fully supported on Linux, FreeBSD and 
  +		XML-Security-C is currently fully supported on Linux and 
   		Solaris.  It is partially supported (in cases where Xalan is not 
  -		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.
  +		required) on NetBSD, FreeBSD 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>
   	  <note>
   		The UNIX XML-Security-C build process has changed radically since