Author: coheigea
Date: Fri Mar  4 12:22:36 2011
New Revision: 1077900

URL: http://svn.apache.org/viewvc?rev=1077900&view=rev
Log:
Some website work.

Added:
    webservices/wss4j/trunk/src/site/xdoc/using.xml
Modified:
    webservices/wss4j/trunk/src/site/site.xml
    webservices/wss4j/trunk/src/site/xdoc/download.xml
    webservices/wss4j/trunk/src/site/xdoc/index.xml

Modified: webservices/wss4j/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/site/site.xml?rev=1077900&r1=1077899&r2=1077900&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/site/site.xml (original)
+++ webservices/wss4j/trunk/src/site/site.xml Fri Mar  4 12:22:36 2011
@@ -2,16 +2,17 @@
 <project name="Apache WSS4J">
   <bannerLeft>
     <name>Apache WSS4J</name>
-    <src>http://maven.apache.org/images/apache-maven-project.png</src>
-    <href>http://maven.apache.org/</href>
+    <href>http://ws.apache.org/wss4j</href>
   </bannerLeft>
   <bannerRight>
-    <src>http://maven.apache.org/images/maven-small.gif</src>
+    <src>http://activemq.apache.org/images/asf-logo.png</src>
+    <href>http://www.apache.org</href>
   </bannerRight>
   <body>
     <menu name="Apache WSS4J">
-      <item name="Introduction" href="index.html"/>
+      <item name="Home" href="index.html"/>
       <item name="Download" href="download.html"/>
+      <item name="Using WSS4J" href="using.html"/>
     </menu>
 
     <menu ref="reports"/>

Modified: webservices/wss4j/trunk/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/site/xdoc/download.xml?rev=1077900&r1=1077899&r2=1077900&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/site/xdoc/download.xml (original)
+++ webservices/wss4j/trunk/src/site/xdoc/download.xml Fri Mar  4 12:22:36 2011
@@ -1,18 +1,41 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <document>
-<properties>
-<title>Apache WSS4J</title>
-</properties>
 <body>
-<section name="Downloading Apache WSS4J">
-<p style="margin-left: 40px;">
-You can download the latest version of WSS4J at the following URL:<br/>
-<a href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/";>
-http://www.apache.org/dyn/closer.cgi/ws/wss4j/</a>
+<section name="Obtain the Apache WSS4J distribution">
+<p> 
+The <b>Apache WSS4J&#0153;</b> project is aimed at providing implementation of 
the primary security 
+standards for Web Services.
 </p>
-<p style="margin-left: 40px;">
-The latest release of WSS4J is version 1.5.10.
+<subsection name="How to Download">
+<p>
+Use the links below to download a distribution of Apache WSS4J from one of our 
mirrors. 
+It is good practice to verify the integrity of the distribution files. Apache 
WSS4J releases are 
+available under the 
+<a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a> - see the 
+LICENSE.txt and NOTICE.txt files contained in each release artifact.
 </p>
+</subsection>
+<subsection name="Current official release (closest mirror site selected 
automatically)">
+<ul>
+<li>
+<p>
+The current "new" release is Apache WSS4J 1.6: 
+<a href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/1_6";></a>
+</p>
+</li>
+<li>
+<p>
+The current "old" release is Apache WSS4J 1.5.11: 
+<a href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/1_5_11";></a>
+</p>
+</li>
+</ul>
+</subsection>
+<subsection name="Archive of old releases">
+<p>
+Older releases are available in the <a 
href="http://archive.apache.org/dist/ws/wss4j/";>archive</a>.
+</p>
+</subsection>
 </section>
             
 </body>

Modified: webservices/wss4j/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/site/xdoc/index.xml?rev=1077900&r1=1077899&r2=1077900&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/site/xdoc/index.xml (original)
+++ webservices/wss4j/trunk/src/site/xdoc/index.xml Fri Mar  4 12:22:36 2011
@@ -1,17 +1,16 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <document>
-<properties>
-<title>Apache WSS4J</title>
-</properties>
 <body>
+
 <section name="Apache WSS4J - Web Services Security for Java">
-<p style="margin-left: 40px;"> 
-The <b>Apache WSS4J</b> project is aimed at providing implementation of the 
primary security 
+<subsection name="The Project">
+<p> 
+The <b>Apache WSS4J&#0153;</b> project is aimed at providing implementation of 
the primary security 
 standards for Web Services, namely the OASIS Web Services Security 
(WS-Security) specifications from 
 the <a 
href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wss";>OASIS Web 
Services 
 Security TC</a>. WSS4J implements the following Web Services Security specs:
 </p>
-<ul style="margin-left: 40px;">
+<ul>
 <li>
 <a 
href="http://docs.oasis-open.org/wss/v1.1/wss-v1.1-spec-os-SOAPMessageSecurity.pdf";>
 SOAP Message Security 1.1</a>
@@ -32,7 +31,35 @@ Profile 1.1</a>
 <a href="http://www.ws-i.org/Profiles/BasicSecurityProfile-1.1.html";>Basic 
Security Profile 1.1</a>
 </li>
 </ul>
-
+<p> 
+Apache WSS4J, Apache, and the Apache feather logo are trademarks of The Apache 
Software 
+Foundation.
+</p>
+</subsection>
+<subsection name="News">
+<ul>
+<li>
+<p> <b>March 2011</b> - 
+The Apache WSS4J team are pleased to announce the release of version 1.6. This 
release is a major
+update to the 1.5.x releases.
+</p>
+<p>
+Please see the <a 
href="https://issues.apache.org/jira/browse/WSS/fixforversion/12313718";>
+release notes</a> for more information.
+</p>
+</li>
+<li>
+<p> <b>January 2011</b> - 
+The Apache WSS4J team are pleased to announce the release of version 1.5.11. 
This release fixes some
+security bugs, and provides some fixes required for WS-Trust functionality.
+</p>
+<p>
+Please see the <a 
href="https://issues.apache.org/jira/browse/WSS/fixforversion/12315911";>
+release notes</a> for more information.
+</p>
+</li>
+</ul>
+</subsection>
 </section>
 
 </body>

Added: webservices/wss4j/trunk/src/site/xdoc/using.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/site/xdoc/using.xml?rev=1077900&view=auto
==============================================================================
--- webservices/wss4j/trunk/src/site/xdoc/using.xml (added)
+++ webservices/wss4j/trunk/src/site/xdoc/using.xml Fri Mar  4 12:22:36 2011
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<document>
+<body>
+<section name="Using Apache WSS4J">
+<p>
+This page describes how to use Apache WSS4J, either in a standalone manner, or 
in conjunction with
+other software packages.
+</p>
+<subsection name="Standalone">
+<p>
+Apache WSS4J provides a set of APIs to implement WS-Security functionality on 
a SOAP message. It is
+possible to use these APIs directly in a standalone manner. The best way of 
finding out how to do
+this is to take a look at the test sources. For example: 
+</p>
+<ul>
+<li>
+<a 
href="xref-test/org/apache/ws/security/message/UsernameTokenTest.html">Username 
Token Test</a>
+</li>
+<li>
+<a 
href="xref-test/org/apache/ws/security/message/EncryptionTest.html">Encryption 
Test</a>
+</li>
+<li>
+<a 
href="xref-test/org/apache/ws/security/message/SignatureTest.html">Signature 
Test</a>
+</li>
+<li>
+<a 
href="xref-test/org/apache/ws/security/message/TimestampTest.html">Timestamp 
Test</a>
+</li>
+<li>
+<a href="xref-test/org/apache/ws/security/saml/SamlTokenTest.html">SAML Token 
Test</a>
+</li>
+</ul>
+</subsection>
+
+</section>            
+</body>
+</document>
\ No newline at end of file


Reply via email to