You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by mu...@apache.org on 2008/06/23 20:03:53 UTC

svn commit: r670690 [2/4] - in /xml/site/targets/security: ./ Java/ c/

Modified: xml/site/targets/security/c/prog_enc.html
URL: http://svn.apache.org/viewvc/xml/site/targets/security/c/prog_enc.html?rev=670690&r1=670689&r2=670690&view=diff
==============================================================================
--- xml/site/targets/security/c/prog_enc.html (original)
+++ xml/site/targets/security/c/prog_enc.html Mon Jun 23 11:03:52 2008
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.6">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>XML Encryption Programming</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -48,7 +48,7 @@
     +-->
 <div class="searchbox">
 <form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="xml.apache.org/security" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google:');" value="Search the site with google:" size="25" name="q" id="query" type="text">&nbsp; 
+<input value="xml.apache.org/security" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
                     <input name="Search" value="Search" type="submit">
 </form>
 </div>
@@ -60,13 +60,13 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="../index.html">Home</a>
+<a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="base-not-selected" href="../Java/index.html">Java</a>
+<a class="unselected" href="../Java/index.html">Java</a>
 </li>
 <li class="current">
-<a class="base-selected" href="../c/index.html">C++</a>
+<a class="selected" href="../c/index.html">C++</a>
 </li>
 </ul>
 <!--+
@@ -83,15 +83,15 @@
 <!--+
     |end Endtabs
     +-->
-<script type="text/javascript" language="JavaScript"><!--
-              document.write("Published: " + document.lastModified);
-              //  --></script>
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
 </div>
 <!--+
     |breadtrail
     +-->
 <div class="breadtrail">
-             
+
              &nbsp;
            </div>
 <!--+
@@ -104,37 +104,37 @@
 <div onclick="SwitchMenu('menu_1.1', '../skin/')" id="menu_1.1Title" class="menutitle">C++</div>
 <div id="menu_1.1" class="menuitemgroup">
 <div class="menuitem">
-<a title="" href="../c/index.html">Index</a>
+<a href="../c/index.html">Index</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/installation.html">Installation</a>
+<a href="../c/installation.html">Installation</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/faq.html">FAQs</a>
+<a href="../c/faq.html">FAQs</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/apiDocs/index.html">API Docs</a>
+<a href="../c/apiDocs/index.html">API Docs</a>
 </div>
 <div class="menuitem">
-<a title="" href="http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/">Nightly API build</a>
+<a href="http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/">Nightly API build</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/tools.html">Tools</a>
+<a href="../c/tools.html">Tools</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/releases.html">Release Information</a>
+<a href="../c/releases.html">Release Information</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/credits.html">Credits</a>
+<a href="../c/credits.html">Credits</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/interop.html">Interoperability</a>
+<a href="../c/interop.html">Interoperability</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_selected_1.2', '../skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Programming</div>
 <div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a title="" href="../c/programming.html">Signatures</a>
+<a href="../c/programming.html">Signatures</a>
 </div>
 <div class="menupage">
 <div class="menupagetitle">Encryption</div>
@@ -146,6 +146,7 @@
 <!--+
   |alternative credits
   +-->
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -154,7 +155,6 @@
     |start content
     +-->
 <div id="content">
-<div id="skinconf-txtlink"></div>
 <h1>XML Encryption Programming</h1>
 	
 <a name="N1000D"></a><a name="overview"></a>
@@ -547,7 +547,8 @@
 //  --></script>
 </div>
 <div class="copyright">
- Copyright &copy; 2002-2006 The Apache Software Foundation.</div>
+        Copyright &copy;
+         2002-2006 The Apache Software Foundation.</div>
 <!--+
     |end bottomstrip
     +-->

Modified: xml/site/targets/security/c/programming.html
URL: http://svn.apache.org/viewvc/xml/site/targets/security/c/programming.html?rev=670690&r1=670689&r2=670690&view=diff
==============================================================================
--- xml/site/targets/security/c/programming.html (original)
+++ xml/site/targets/security/c/programming.html Mon Jun 23 11:03:52 2008
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.6">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>XML Signature Programming</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -48,7 +48,7 @@
     +-->
 <div class="searchbox">
 <form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="xml.apache.org/security" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google:');" value="Search the site with google:" size="25" name="q" id="query" type="text">&nbsp; 
+<input value="xml.apache.org/security" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
                     <input name="Search" value="Search" type="submit">
 </form>
 </div>
@@ -60,13 +60,13 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="../index.html">Home</a>
+<a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="base-not-selected" href="../Java/index.html">Java</a>
+<a class="unselected" href="../Java/index.html">Java</a>
 </li>
 <li class="current">
-<a class="base-selected" href="../c/index.html">C++</a>
+<a class="selected" href="../c/index.html">C++</a>
 </li>
 </ul>
 <!--+
@@ -83,15 +83,15 @@
 <!--+
     |end Endtabs
     +-->
-<script type="text/javascript" language="JavaScript"><!--
-              document.write("Published: " + document.lastModified);
-              //  --></script>
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
 </div>
 <!--+
     |breadtrail
     +-->
 <div class="breadtrail">
-             
+
              &nbsp;
            </div>
 <!--+
@@ -104,31 +104,31 @@
 <div onclick="SwitchMenu('menu_1.1', '../skin/')" id="menu_1.1Title" class="menutitle">C++</div>
 <div id="menu_1.1" class="menuitemgroup">
 <div class="menuitem">
-<a title="" href="../c/index.html">Index</a>
+<a href="../c/index.html">Index</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/installation.html">Installation</a>
+<a href="../c/installation.html">Installation</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/faq.html">FAQs</a>
+<a href="../c/faq.html">FAQs</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/apiDocs/index.html">API Docs</a>
+<a href="../c/apiDocs/index.html">API Docs</a>
 </div>
 <div class="menuitem">
-<a title="" href="http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/">Nightly API build</a>
+<a href="http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/">Nightly API build</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/tools.html">Tools</a>
+<a href="../c/tools.html">Tools</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/releases.html">Release Information</a>
+<a href="../c/releases.html">Release Information</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/credits.html">Credits</a>
+<a href="../c/credits.html">Credits</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/interop.html">Interoperability</a>
+<a href="../c/interop.html">Interoperability</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_selected_1.2', '../skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Programming</div>
@@ -137,7 +137,7 @@
 <div class="menupagetitle">Signatures</div>
 </div>
 <div class="menuitem">
-<a title="" href="../c/prog_enc.html">Encryption</a>
+<a href="../c/prog_enc.html">Encryption</a>
 </div>
 </div>
 <div id="credit"></div>
@@ -146,6 +146,7 @@
 <!--+
   |alternative credits
   +-->
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -154,7 +155,6 @@
     |start content
     +-->
 <div id="content">
-<div id="skinconf-txtlink"></div>
 <h1>XML Signature Programming</h1>
     
 <a name="N1000D"></a><a name="Overview"></a>
@@ -175,7 +175,7 @@
 		The rest of this section provides a very high level overview on how
 		to use the library for signing and verificataion of signatures.  
 	  </p>
-<div class="frame note">
+<div class="note">
 <div class="label">Note</div>
 <div class="content">
 		Full API documentation for the current official release can be found 
@@ -298,7 +298,7 @@
 		  made using Commented C14n canonicalisation, and a HMAC-SHA1
 		  signature.
 		</p>
-<div class="frame warning">
+<div class="warning">
 <div class="label">Warning</div>
 <div class="content">
 		  The XSECProvider class still "owns" the DSIGSignature object.
@@ -336,7 +336,7 @@
 		  The macro MAKE_UNICODE_STRING is defined within the library
 		  header files and is used to transcode local code page strings.
 		</p>
-<div class="frame note">
+<div class="note">
 <div class="label">Note</div>
 <div class="content">
 		  There is no need to insert the reference object into the DOM structure.
@@ -381,7 +381,7 @@
 		  person to re-implement the XSECCrypto code to use any cryptographic
 		  provider required.
 		</p>
-<div class="frame note">
+<div class="note">
 <div class="label">Note</div>
 <div class="content">
 		  Once the key is passed to the signature it is owned by the signature.
@@ -665,7 +665,8 @@
 //  --></script>
 </div>
 <div class="copyright">
- Copyright &copy; 2002-2006 The Apache Software Foundation.</div>
+        Copyright &copy;
+         2002-2006 The Apache Software Foundation.</div>
 <!--+
     |end bottomstrip
     +-->

Modified: xml/site/targets/security/c/releases.html
URL: http://svn.apache.org/viewvc/xml/site/targets/security/c/releases.html?rev=670690&r1=670689&r2=670690&view=diff
==============================================================================
--- xml/site/targets/security/c/releases.html (original)
+++ xml/site/targets/security/c/releases.html Mon Jun 23 11:03:52 2008
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.6">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Release Information</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -48,7 +48,7 @@
     +-->
 <div class="searchbox">
 <form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="xml.apache.org/security" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google:');" value="Search the site with google:" size="25" name="q" id="query" type="text">&nbsp; 
+<input value="xml.apache.org/security" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
                     <input name="Search" value="Search" type="submit">
 </form>
 </div>
@@ -60,13 +60,13 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="../index.html">Home</a>
+<a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="base-not-selected" href="../Java/index.html">Java</a>
+<a class="unselected" href="../Java/index.html">Java</a>
 </li>
 <li class="current">
-<a class="base-selected" href="../c/index.html">C++</a>
+<a class="selected" href="../c/index.html">C++</a>
 </li>
 </ul>
 <!--+
@@ -83,15 +83,15 @@
 <!--+
     |end Endtabs
     +-->
-<script type="text/javascript" language="JavaScript"><!--
-              document.write("Published: " + document.lastModified);
-              //  --></script>
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
 </div>
 <!--+
     |breadtrail
     +-->
 <div class="breadtrail">
-             
+
              &nbsp;
            </div>
 <!--+
@@ -104,40 +104,40 @@
 <div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">C++</div>
 <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a title="" href="../c/index.html">Index</a>
+<a href="../c/index.html">Index</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/installation.html">Installation</a>
+<a href="../c/installation.html">Installation</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/faq.html">FAQs</a>
+<a href="../c/faq.html">FAQs</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/apiDocs/index.html">API Docs</a>
+<a href="../c/apiDocs/index.html">API Docs</a>
 </div>
 <div class="menuitem">
-<a title="" href="http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/">Nightly API build</a>
+<a href="http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/">Nightly API build</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/tools.html">Tools</a>
+<a href="../c/tools.html">Tools</a>
 </div>
 <div class="menupage">
 <div class="menupagetitle">Release Information</div>
 </div>
 <div class="menuitem">
-<a title="" href="../c/credits.html">Credits</a>
+<a href="../c/credits.html">Credits</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/interop.html">Interoperability</a>
+<a href="../c/interop.html">Interoperability</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.2', '../skin/')" id="menu_1.2Title" class="menutitle">Programming</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a title="" href="../c/programming.html">Signatures</a>
+<a href="../c/programming.html">Signatures</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/prog_enc.html">Encryption</a>
+<a href="../c/prog_enc.html">Encryption</a>
 </div>
 </div>
 <div id="credit"></div>
@@ -146,6 +146,7 @@
 <!--+
   |alternative credits
   +-->
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -154,224 +155,15 @@
     |start content
     +-->
 <div id="content">
-<div id="skinconf-txtlink"></div>
 <h1>Release Information</h1>
 	
 <a name="N1000D"></a><a name="Changes"></a>
 <h2 class="h3">Changes</h2>
 <div class="section">
 <p>
-		This section describes the changes that have occurred between the
-		various releases of the library
+		Please see the CHANGELOG that accompanies the software for a history
+		of changes.
 	  </p>
-<a name="N10016"></a><a name="Version+1.2.0"></a>
-<h3 class="h4">Version 1.2.0</h3>
-<p>
-		  Version 1.2 provides bug fixes to signature and encryption, and
-          provides support for XKMS message generation and processing.
-		</p>
-<p>
-		  Changes from version 1.1.0 include :
-		</p>
-<ul>
-          
-<li>Classes to generate and process XKMS messages</li>
-          
-<li>A client tool - <em>xklient</em> - to communicate
-            queries to an XKMS server and print the results to stdout.
-          </li>
-          
-<li>Multiple bug fixes</li>
-          
-<li>Support for SHA-512/384 when using a beta of OpenSSL
-            0.9.8</li>
-		  
-<li>Updated to support Xerces 2.6 and Xalan 1.8/9</li>
-		
-</ul>
-<a name="N10038"></a><a name="Version+1.1.0"></a>
-<h3 class="h4">Version 1.1.0</h3>
-<p>
-		  Version 1.1 provides bug fixes to signature functionality +
-		  beta support for XML Encryption.
-		</p>
-<p>
-		  Changes from version 1.0.0 include :
-		</p>
-<ul>
-		  
-<li>Beta implementation of XML Encryption, using an interface
-			similar to that used in the Apache Java xml-security library</li>
-		  
-<li>Fix for bug where large text elements would be truncated during
-			canonicalisation</li>
-		  
-<li>Provision of a <em>cipher</em> tool that can be used to encrypt
-			and decrypt XML documents</li>
-		  
-<li>Updated and improved the Windows Crypto API interface</li>
-		  
-<li>Other bug fixes to signature functionality</li>
-		  
-<li>Updated to support Xerces 2.4/2.5 and Xalan 1.7</li>
-		
-</ul>
-<a name="N1005D"></a><a name="Changes+from+0.10+-+1.00"></a>
-<h3 class="h4">Changes from 0.10 - 1.00</h3>
-<p>
-		  Version 1.00 is the first release of the library considered basically
-		  stable.  The interface is fairly simple, but all the mandatory
-		  requirements of the XML Digital Signature standard, canonicalised
-		  XML, exclusive canonicalised XML and XPath-Filter2 are implemented.
-		</p>
-<p>
-		  Changes from version 0.20 include :
-		</p>
-<ul>
-		  
-<li>Implementation of remaining KeyInfo elements (SPKIData,
-			PGPData and MgmtData</li>
-		  
-<li>Re-implementation of XSECXPathNodeList using a binary search 
-			to speed up list searches</li>
-		  
-<li>Support for Intel Compiler 6.0 on
-			Linux and Forte CC (CC 5.4) on Solaris</li>
-		  
-<li>Limited support (i.e. without Xalan integration for NetBSD, 
-			FreeBSD and Cygwin</li>
-		  
-<li>A number of minor bug fixes</li>
-		
-</ul>
-<a name="N1007C"></a><a name="Changes+from+0.10+-+0.20"></a>
-<h3 class="h4">Changes from 0.10 - 0.20</h3>
-<p>
-		  Includes a number of bug-fixes and a first cut at a provider for the
-		  Windows Crypto API.
-		</p>
-<a name="N10086"></a><a name="Beta+release+0.10"></a>
-<h3 class="h4">Beta release 0.10</h3>
-<p>
-		  The current release of the xml-security-c library is a beta of the
-		  XML Digital Signature code, and is the first version of the library
-		  produced within Apache's XML project.
-		</p>
-<p>
-		  Previous versions were created within Sourceforge as the
-		  xml-security-c project at that site.
-		</p>
-<a name="N10093"></a><a name="Changes+from+0.03-0.10"></a>
-<h3 class="h4">Changes from 0.03-0.10</h3>
-<p>
-		  The following changes occurred between versions 0.03 and 0.10 :
-		</p>
-<ul>
-		  
-<li>A <em>threadTest</em> tool, which is primarily used to show
-			how multiple threads can access the library under Windows</li>
-		  
-<li>Windows and UNIX URI Resolvers, based on the Xerces resolver,
-			but which can handle HTTP re-directs</li>
-		  
-<li>Completed a basic level of API documentation</li>
-		  
-<li>Reviewed library to ensure usage of UTF-16 internally</li>
-		  
-<li>Closed a number of memory-leaks caused by exceptions being
-			thrown</li>
-		
-</ul>
-<a name="N100B2"></a><a name="Changes+from+0.02-0.03"></a>
-<h3 class="h4">Changes from 0.02-0.03</h3>
-<p>
-		  The following changes occurred between 0.02-&gt;0.03
-		</p>
-<ul>
-		  
-<li>A <em>txfmout</em> tool to output the transformed references</li>
-		  
-<li>Updates to <em>templatesign</em> to support KeyInfo elements
-			and RSA signatures</li>
-		  
-<li>Library support for RSA signatures</li>
-		  
-<li>API support form manipulating KeyInfo elements</li>
-		  
-<li>Pluggable KeyInfo Resolvers (to allow an application to supply
-			an object that will resolve a given KeyInfo to a key)</li>
-		  
-<li>Pluggable URI resolvers</li>
-		  
-<li>API support for creating references and transformations</li>
-		  
-<li>Re-written Makefiles for *NIX</li>
-		  
-<li>Improved API docs</li>
-		  
-<li>Envelope Transform that no longer uses XPath transforms (much
-			quicker)</li>
-		  
-<li>Uses new Xerces DOMNode objects - has made for significant
-			speed improvements</li>
-		
-</ul>
-<a name="N100E6"></a><a name="Changes+from+0.01-0.02"></a>
-<h3 class="h4">Changes from 0.01-0.02</h3>
-<ul>
-		  
-<li>Signing functionality</li>
-		  
-<li>Update C14n canonicalisation</li>
-		  
-<li>Exclusive Canonicalisation</li>
-		  
-<li>Basic ability to create a signature via the API (rather than just
-			from an XML template file</li>
-		  
-<li>SHA-1 HMAC support</li>
-		  
-<li>Basic Documentation of core API</li>
-		  
-<li>A <em>templatesign</em> tool</li>
-		
-</ul>
-</div>
-	
-<a name="N10109"></a><a name="Future+Release+Plans"></a>
-<h2 class="h3">Future Release Plans</h2>
-<div class="section">
-<p>A number of items are planned for after the 1.0 major release.</p>
-<ul>
-		
-<li>XML Encryption Support</li>
-		
-<li>decoupled, pluggable interface for transforms and signature types. 
-		  Currently these are hard coded into the library, so it is not
-		  possible for calling applications to "plug-in" their own signature
-		  types or transforms</li>
-		
-<li>Implement a SAX based canonicaliser for situations where an XML
-		  document needs to be read in and directly canonicalised (i.e. where
-		  the signature is not part of the document being processed</li>
-		
-<li>Improved <em>KeyInfo</em> resolver interface leading to...</li>
-		
-<li>XKMS client support</li>
-		
-<li>Implementation of libgcrypt as a crypto provider</li>
-		
-<li>Support for PGP/GPG key based signatures (using libgcrypt and 
-		  gpgme)</li>
-		
-<li>Bring the API in-line with JCP 105 (if appropriate)</li>
-		
-<li>Eventually (the GRAND PLAN) an XKMS server implementation</li>
-		
-<li>Implementation of a core set of encryption primitives to allow
-		  decoupling from OpenSSL for "light" applications</li>
-	  
-</ul>
 </div>
   
 </div>
@@ -390,7 +182,8 @@
 //  --></script>
 </div>
 <div class="copyright">
- Copyright &copy; 2002-2006 The Apache Software Foundation.</div>
+        Copyright &copy;
+         2002-2006 The Apache Software Foundation.</div>
 <!--+
     |end bottomstrip
     +-->

Modified: xml/site/targets/security/c/tools.html
URL: http://svn.apache.org/viewvc/xml/site/targets/security/c/tools.html?rev=670690&r1=670689&r2=670690&view=diff
==============================================================================
--- xml/site/targets/security/c/tools.html (original)
+++ xml/site/targets/security/c/tools.html Mon Jun 23 11:03:52 2008
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.6">
+<meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Tools</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
@@ -48,7 +48,7 @@
     +-->
 <div class="searchbox">
 <form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="xml.apache.org/security" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google:');" value="Search the site with google:" size="25" name="q" id="query" type="text">&nbsp; 
+<input value="xml.apache.org/security" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
                     <input name="Search" value="Search" type="submit">
 </form>
 </div>
@@ -60,13 +60,13 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="../index.html">Home</a>
+<a class="unselected" href="../index.html">Home</a>
 </li>
 <li>
-<a class="base-not-selected" href="../Java/index.html">Java</a>
+<a class="unselected" href="../Java/index.html">Java</a>
 </li>
 <li class="current">
-<a class="base-selected" href="../c/index.html">C++</a>
+<a class="selected" href="../c/index.html">C++</a>
 </li>
 </ul>
 <!--+
@@ -83,15 +83,15 @@
 <!--+
     |end Endtabs
     +-->
-<script type="text/javascript" language="JavaScript"><!--
-              document.write("Published: " + document.lastModified);
-              //  --></script>
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
 </div>
 <!--+
     |breadtrail
     +-->
 <div class="breadtrail">
-             
+
              &nbsp;
            </div>
 <!--+
@@ -104,40 +104,40 @@
 <div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">C++</div>
 <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a title="" href="../c/index.html">Index</a>
+<a href="../c/index.html">Index</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/installation.html">Installation</a>
+<a href="../c/installation.html">Installation</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/faq.html">FAQs</a>
+<a href="../c/faq.html">FAQs</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/apiDocs/index.html">API Docs</a>
+<a href="../c/apiDocs/index.html">API Docs</a>
 </div>
 <div class="menuitem">
-<a title="" href="http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/">Nightly API build</a>
+<a href="http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/">Nightly API build</a>
 </div>
 <div class="menupage">
 <div class="menupagetitle">Tools</div>
 </div>
 <div class="menuitem">
-<a title="" href="../c/releases.html">Release Information</a>
+<a href="../c/releases.html">Release Information</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/credits.html">Credits</a>
+<a href="../c/credits.html">Credits</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/interop.html">Interoperability</a>
+<a href="../c/interop.html">Interoperability</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.2', '../skin/')" id="menu_1.2Title" class="menutitle">Programming</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a title="" href="../c/programming.html">Signatures</a>
+<a href="../c/programming.html">Signatures</a>
 </div>
 <div class="menuitem">
-<a title="" href="../c/prog_enc.html">Encryption</a>
+<a href="../c/prog_enc.html">Encryption</a>
 </div>
 </div>
 <div id="credit"></div>
@@ -146,6 +146,7 @@
 <!--+
   |alternative credits
   +-->
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -154,7 +155,6 @@
     |start content
     +-->
 <div id="content">
-<div id="skinconf-txtlink"></div>
 <h1>Tools</h1>
 	
 <a name="N1000D"></a><a name="Provided+Tools"></a>
@@ -237,7 +237,8 @@
 //  --></script>
 </div>
 <div class="copyright">
- Copyright &copy; 2002-2006 The Apache Software Foundation.</div>
+        Copyright &copy;
+         2002-2006 The Apache Software Foundation.</div>
 <!--+
     |end bottomstrip
     +-->



---------------------------------------------------------------------
To unsubscribe, e-mail: general-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: general-cvs-help@xml.apache.org