You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ch...@apache.org on 2006/03/23 09:23:18 UTC

svn commit: r388102 - in /webservices/commons/modules/policy/xdocs: 1_0/userguide.xml index.xml navigation.xml

Author: chatra
Date: Thu Mar 23 00:23:03 2006
New Revision: 388102

URL: http://svn.apache.org/viewcvs?rev=388102&view=rev
Log:
made updates for release v1.0

Modified:
    webservices/commons/modules/policy/xdocs/1_0/userguide.xml
    webservices/commons/modules/policy/xdocs/index.xml
    webservices/commons/modules/policy/xdocs/navigation.xml

Modified: webservices/commons/modules/policy/xdocs/1_0/userguide.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/policy/xdocs/1_0/userguide.xml?rev=388102&r1=388101&r2=388102&view=diff
==============================================================================
--- webservices/commons/modules/policy/xdocs/1_0/userguide.xml (original)
+++ webservices/commons/modules/policy/xdocs/1_0/userguide.xml Thu Mar 23 00:23:03 2006
@@ -13,8 +13,8 @@
 	<body>
 		<section>
 			
-			<h1>Apache Web Services Policy User's Guide:</h1>
-			<h4>Version 1.0</h4>
+			<h1>Apache Web Services Commons Policy User's Guide:</h1>
+			<h4>-Version 1.0</h4>
 			
 			<p>This document will instruct you how to use WS-Policy model, taking you
 step by step through the process using a simple sample.</p>

Modified: webservices/commons/modules/policy/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/policy/xdocs/index.xml?rev=388102&r1=388101&r2=388102&view=diff
==============================================================================
--- webservices/commons/modules/policy/xdocs/index.xml (original)
+++ webservices/commons/modules/policy/xdocs/index.xml Thu Mar 23 00:23:03 2006
@@ -83,7 +83,7 @@
 which is aimed to test the correctness of object model. And it seems safe to
 say that bright future is ahead.</p>
 
-<p>You can learn how to use Apache WS-Policy by checking out our <a href="userguide.html" target="_blank">User's Guide</a>
+<p>You can learn how to use Apache WS-Policy by checking out our <a href="1_0/userguide.html" target="_blank">User's Guide</a>
 </p>
 
 <h2>Background and Motivation</h2>
@@ -92,7 +92,8 @@
 <p>So far there was no standard way to convey this information except documentation or emails from developer to developer. WS-Policy addresses this issue and provides a standard framework to express these additional details. However, it is left to the authors of other specifications to extend this framework to convey any specific details that fall within the scope of those specifications.</p>
 
 <h2>Latest Release</h2>
-<h3>5th March 2006 -Apache WS-Commons Policy version 0.90 Released!</h3>
+<h3>23th March 2006 -Apache WS-Commons Policy version 1.0 Released!</h3>
+<strong>[<a href="http://ws.apache.org/commons/policy/download.cgi" target="_blank">Download 1.0</a>]</strong>
 <h4>Key Features in this Release</h4>
 <ol>
   <li>Fully compliant with latest WS-Policy Specification</li>
@@ -102,13 +103,22 @@
 <h2>Resources</h2>
 <ul>
   <li><a
-    href="https://svn.apache.org/repos/asf/webservices/commons/modules/policy/" target="_blank">ws-commons policy</a></li>
+    href="https://svn.apache.org/repos/asf/webservices/commons/modules/policy/" target="_blank">WS-Commons Policy SVN</a></li>
   <li><a href="http://specs.xmlsoap.org/ws/2004/09/policy/ws-policy.pdf" target="_blank">Web
     Services Policy Framework (WS-Policy)</a></li>
   <li>Samaranayake, Sanka. January 2006. <a
     href="http://www.wso2.net/2006/01/web_services_policy_why_what_how" target="_blank">Web
     services Policy - Why, What &amp; How.</a></li>
 </ul>
+<h2>Archived News</h2>
+<h3>5th March 2006 -Apache WS-Commons Policy version 0.90 Released!</h3>
+<strong>[<a href="http://archive.apache.org/dist/ws/commons/policy/0_90/" target="_blank">Download 0.90</a>]</strong>
+<h4>Key Features in this Release</h4>
+<ol>
+  <li>Fully compliant with latest WS-Policy Specification</li>
+  <li>Passes WS-Policy Interop ROUND1 Test Suite</li>
+</ol>
+
 	</section>
 	
 	</body>

Modified: webservices/commons/modules/policy/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/policy/xdocs/navigation.xml?rev=388102&r1=388101&r2=388102&view=diff
==============================================================================
--- webservices/commons/modules/policy/xdocs/navigation.xml (original)
+++ webservices/commons/modules/policy/xdocs/navigation.xml Thu Mar 23 00:23:03 2006
@@ -1,23 +1,21 @@
-<project name="WS-Policy">
-	<title>Web Services Commons : WS-Policy implemenation</title>
-	<body>
-		<menu name="WS-Policy">
-			<item name="Home" href="index.html"/>
-			<item nane="Downloads">
-				<item name="Releases" href="/download.cgi"/>
-				<item name="Source Code" href="http://svn.apache.org/repos/asf/webservices/commons/modules/policy"/>
-			</item>
-			<item name="Documentation">
-				<item name="User's Guide">
-					<item name="Version 1.0" href="/1_0/userguide.html"/>
-				</item>
-				<item name="Javadocs" href="/apidocs/index.html"/>
-			</item>
-			<item name="Project Information">
-				<item name="Mailing Lists" href="/mail-lists.html"/>
-				<item name="Project Team" href="/team-list.html"/>
-			</item>
-		</menu>
-	</body>
-	
-</project>
+<project name="WS-Policy">
+	<title>Web Services Commons : WS-Policy implemenation</title>
+	<body>
+		<menu name="WS-Policy">
+			<item name="Home" href="index.html"/>
+			<item nane="Downloads">
+				<item name="Releases" href="/download.cgi"/>
+				<item name="Source Code" href="http://svn.apache.org/repos/asf/webservices/commons/modules/policy"/>
+			</item>
+			<item name="Documentation">
+				<item name="User's Guide v1.0" href="/1_0/userguide.html"/>
+				<item name="Javadocs" href="/apidocs/index.html"/>
+			</item>
+			<item name="Project Information">
+				<item name="Mailing Lists" href="/mail-lists.html"/>
+				<item name="Project Team" href="/team-list.html"/>
+			</item>
+		</menu>
+	</body>
+	
+</project>