You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2010/09/22 21:42:08 UTC

svn commit: r1000154 - in /santuario/trunk: ./ doc/site/src/documentation/ doc/site/src/documentation/content/xdocs/ doc/site/src/documentation/resources/images/

Author: coheigea
Date: Wed Sep 22 19:42:07 2010
New Revision: 1000154

URL: http://svn.apache.org/viewvc?rev=1000154&view=rev
Log:
Updated project branding from XML Security -> Santuario.

Added:
    santuario/trunk/doc/site/src/documentation/resources/images/feather-small.gif   (with props)
    santuario/trunk/doc/site/src/documentation/resources/images/project-logo-old.gif   (with props)
Modified:
    santuario/trunk/build.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/contrib.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/download.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/faq.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/history.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/index.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/mail-lists.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/site.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/tabs.xml
    santuario/trunk/doc/site/src/documentation/content/xdocs/who.xml
    santuario/trunk/doc/site/src/documentation/resources/images/project-logo.gif
    santuario/trunk/doc/site/src/documentation/skinconf.xml
    santuario/trunk/pom.xml

Modified: santuario/trunk/build.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/build.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/build.xml (original)
+++ santuario/trunk/build.xml Wed Sep 22 19:42:07 2010
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<project name="Apache XML Security" default="help" basedir=".">
+<project name="Apache Santuario" default="help" basedir=".">
     <!-- P R O P E R T Y    F I L E S -->
     <property file="build.properties" />
     <property file="provider.properties" />
@@ -65,7 +65,7 @@
     <property name="lib.junit"		value="${dir.libs}/junit-3.8.2.jar" />
     <property name="lib.clover"		value="${dir.libs}/clover.jar" />
 
-    <!-- XML Security libraries (for bin distribution) -->
+    <!-- Apache Santuario libraries (for bin distribution) -->
     <property name="lib.xmlsec"         value="${dir.libs}/xmlsec-${product.version}.jar" />
     <property name="lib.xmlsec.samples" value="${dir.libs}/xmlsecSamples-${product.version}.jar"/>
     <property name="lib.xmlsec.tests"   value="${dir.libs}/xmlsecTests-${product.version}.jar" />

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/contrib.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/contrib.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/contrib.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/contrib.xml Wed Sep 22 19:42:07 2010
@@ -17,13 +17,13 @@ limitations under the License.
 -->
 <document>
   <header>
-    <title>Contributing to XML-Security</title>
+    <title>Contributing to Apache Santuario</title>
   </header>
   <body>
     <section>
       <title>Introduction</title>
       <p> 
-	The XML Security Project is an 
+	The Apache Santuario Project is an 
 	<link href="http://www.opensource.org/">Open Source</link> 
         volunteer project released
 	under a very open license. This means there are many ways to contribute to the
@@ -34,15 +34,14 @@ limitations under the License.
       </p>
       <p> 
 	To begin with, we suggest you to subscribe to the
-        <link href="site:mail-lists">XML-Security mailing list</link> (follow the link for
+        <link href="site:mail-lists">Apache Santuario mailing list</link> (follow the link for
 	information on how to subscribe and to access the mail list archives).
 	Listen-in for a while, to hear how others make contributions. 
       </p>
       <p>
 	You can get your local working copy of the
-        <link href="http://svn.apache.org/repos/asf/xml/security/trunk/">latest and
-	  greatest code</link> (which you find in the xml/security module in the Subversion code
-	repository). Review the todo list, choose a task (or perhaps you have noticed
+        <link href="http://svn.apache.org/repos/asf/santuario/trunk/">latest and
+	  greatest code</link>. Review the todo list, choose a task (or perhaps you have noticed
 	something that needs patching). Make the changes, do the testing, generate a
 	patch, and post to the dev mailing list. (Do not worry - the process is easy
 	and explained below.) 
@@ -85,7 +84,7 @@ limitations under the License.
     <section>
     <title>Subversion (SVN) Usage Overview</title>
       <p>
-	An overview of how to use Subversion to participate in the XML Security development.
+	An overview of how to use Subversion to participate in the Apache Santuario development.
         Do not be afraid - you cannot accidently destroy the actual code repository,
         because you are working with a local copy as an anonymous user. Therefore, you
         do not have the system permissions to change anything. You can only update your

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/download.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/download.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/download.xml Wed Sep 22 19:42:07 2010
@@ -28,11 +28,15 @@ limitations under the License.
 	<section>
 	  <title>Obtaining the Libraries</title>
 	  <p>
-		Source and binary distributions for both the Java and C++ libraries
-		are available from from the 
+        The current source and binary distribution for both the Java and C++
+        libraries are available from the
+        <jump href="http://www.apache.org/dist/santuario/"> ASF distribution
+        directory</jump>. Archived distributions are available from the
+        <jump href="http://archive.apache.org/dist/santuario/"> ASF archive
+        distribution directory</jump>. In addition, all distributions are
+        available from the
 		<jump href="http://santuario.apache.org/dist/">
-		  project site</jump> only.  Current
-		distributions are <em>not</em> available from the mirrors.
+		  project site</jump>.
 	  </p>
 	</section>
     <section> 
@@ -73,10 +77,10 @@ limitations under the License.
 		out through anonymous SVN with the following instruction 
 		set.
       </p>
-      <source>svn co https://svn.apache.org/repos/asf/xml/security/trunk xml-security</source>
+      <source>svn co https://svn.apache.org/repos/asf/santuario/trunk santuario</source>
       <p>
                This will check out the code into a subdirectory named
-               "xml-security".  The checkout will contain both the Java and
+               "santuario".  The checkout will contain both the Java and
                the C++ source.
       </p>
 	</section>

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/faq.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/faq.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/faq.xml Wed Sep 22 19:42:07 2010
@@ -35,7 +35,7 @@ limitations under the License.
 	<p>
 	  You can use the ezmlm mailing list controller to recieve previous
 	  messages by email. Send an empty email to <link
-	    href="ext:mailhelp">security-dev-help@xml.apache.org</link> for detailed information on how
+	    href="ext:mailhelp">dev-help@santuario.apache.org</link> for detailed information on how
 	  to use this service 
 	</p>
       </answer>

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/history.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/history.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/history.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/history.xml Wed Sep 22 19:42:07 2010
@@ -22,11 +22,11 @@ limitations under the License.
 
 <document> 
   <header> 
-    <title>XML Security History</title> 
+    <title>Apache Santuario History</title> 
   </header> 
   <body> 
     <section>
-      <title>The &lt;WebSig&gt; project</title>
+      <title>The Apache Santuario project</title>
       <p>
 	In mid-1999, the <jump
 	  href="http://www.nue.et-inf.uni-siegen.de/">Institute for Data
@@ -70,6 +70,10 @@ limitations under the License.
           Sourceforge</jump> and was migrated into XML Security in early 2003.
       </p>
     </section>
+    <section>
+      <title>The Apache Santuario TLP</title>
+      <p>In 2006, the XML-Security was voted as an Apache TLP and was rebranded as Apache Santuario.</p>
+    </section>
   </body>
 </document>
 

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/index.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/index.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/index.xml Wed Sep 22 19:42:07 2010
@@ -17,7 +17,7 @@ limitations under the License.
 -->
 <document> 
   <header> 
-    <title>Welcome to XML Security</title> 
+    <title>Welcome to Apache Santuario</title> 
   </header> 
   <body> 
     <section>
@@ -25,11 +25,11 @@ limitations under the License.
       <section>      
         <title>July 2009</title>
         <p>
-         The Apache XML Security team are pleased to announce the release
-         of version 1.4.3 of the Java xml-security library. This release
-         provides many bug fixes and a fix for the recently announced
-         HMAC vulnerability in the XML Signature specification. You should
-         upgrade to this release as soon as possible.
+         The Apache Santuario team are pleased to announce the release
+         of version 1.4.3 of the Java library. This release provides many
+         bug fixes and a fix for the recently announced HMAC vulnerability
+         in the XML Signature specification. You should upgrade to this
+         release as soon as possible.
         </p>
         <p>
          Please see the <link href="site:changes">changelog</link> for more 
@@ -216,8 +216,8 @@ limitations under the License.
     <section>
       <title>The Project</title>
       <p>
-        The XML Security project is aimed at providing implementation of
-        security standards for XML.  Currently the focus is on the W3C
+        The Apache Santuario project is aimed at providing implementation of
+        security standards for XML. Currently the focus is on the W3C
         standards :
       </p>
       <ul>
@@ -239,7 +239,7 @@ limitations under the License.
         <li>A Java library, which includes a mature Digital Signature 
           and Encryption implementation. It also includes the standard JSR
 	  105 (Java XML Digital Signature) API. Applications can use the 
-	  standard JSR 105 API or the Apache XML Security API to create
+	  standard JSR 105 API or the Apache Santuario API to create
 	  and validate XML Signatures.</li>
         <li>A C++ library is also now available.  Functionality is currently
 		  more basic than that provided by the Java library.</li>

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/mail-lists.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/mail-lists.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/mail-lists.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/mail-lists.xml Wed Sep 22 19:42:07 2010
@@ -17,30 +17,30 @@ limitations under the License.
 -->
 <document> 
   <header> 
-    <title>XML security mailing list</title> 
+    <title>Apache Santuario mailing list</title> 
   </header> 
   <body> 
     <section>
-      <title>XML security mailing list</title>
+      <title>Apache Santuario mailing list</title>
       <p>
 	There exists a mailing list which you can subscribe to ask questions:
       </p>
       <p>
-	The <jump href="ext:xml.apache.org/mail">ezmlm mailing list controller</jump> 
+	The <jump href="http://santuario.apache.org/mail">ezmlm mailing list controller</jump> 
 	accepts commands by sending emails to it, generally
 	like the following:
       </p>
       <ul>
 	<li>
-	  <jump href="ext:mailsub">security-dev-subscribe</jump> to subscribe
+	  <jump href="ext:mailsub">dev-subscribe</jump> to subscribe
 	  your current email address to the list.
 	</li>
 	<li>
-	  <jump href="ext:mailunsub">security-dev-unsubscribe</jump> to
+	  <jump href="ext:mailunsub">dev-unsubscribe</jump> to
 	  <em>un</em>subscribe your *current* email address from the list.
 	</li>
 	<li>
-	  <jump href="ext:mailhelp">security-dev-help</jump> to get Help on
+	  <jump href="ext:mailhelp">dev-help</jump> to get Help on
 	  mailing list commands.
 	</li>
       </ul>
@@ -53,10 +53,6 @@ limitations under the License.
 	  http://news.gmane.org/thread.php?group=gmane.text.xml.security.devel
 	</jump>
       </p>
-      <p>
-	Another archive is held by <jump href="ext:nagoya">The EyeBrowse Mail Archive
-	</jump>.
-      </p>
     </section>
   </body>
 </document>

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/site.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/site.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/site.xml Wed Sep 22 19:42:07 2010
@@ -19,7 +19,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY 
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<site label="XML Security" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="home">
+<site label="Apache Santuario" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="home">
 
   <about label="About">
     <index label="Index" href="index.html"/>
@@ -36,7 +36,7 @@ limitations under the License.
 
   <getting-involved label="Getting Involved">
     <contrib label="Contributing" href="contrib.html"/>
-    <SVN label="SVN" href="http://svn.apache.org/viewvc/xml/security/trunk/"/>
+    <SVN label="SVN" href="http://svn.apache.org/viewvc/santuario/trunk/"/>
     <mail-lists label="Mail lists" href="mail-lists.html"/>
   </getting-involved>
 
@@ -144,11 +144,10 @@ limitations under the License.
     <bsf label="Bean Scripting Framework (BSF)" href="http://oss.software.ibm.com/developerworks/projects/bsf"/>
 
     <!-- Mailing list -->
-    <nagoya label="EyeBrowseList" href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=72"/>
     <gmane label="Gmane" href="http://news.gmane.org/thread.php?group=gmane.text.xml.security.devel"/>
-    <mailhelp label="mailinglisthelp" href="mailto:security-dev-help@xml.apache.org"/>
-    <mailsub label="mailinglistsubscribe" href="mailto:security-dev-subscribe@xml.apache.org"/>
-    <mailunsub label="mailinglistunsubscribe" href="mailto:security-dev-unsubscribe@xml.apache.org"/>
+    <mailhelp label="mailinglisthelp" href="mailto:dev-help@santuario.apache.org"/>
+    <mailsub label="mailinglistsubscribe" href="mailto:dev-subscribe@santuario.apache.org"/>
+    <mailunsub label="mailinglistunsubscribe" href="mailto:dev-unsubscribe@santuario.apache.org"/>
 
     <!-- Contacts (this should change in a future version of Forrest) -->
     <geuerp label="Christian Geuer-Pollmann" href="mailto:geuerp@apache.org"/>

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/tabs.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/tabs.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/tabs.xml Wed Sep 22 19:42:07 2010
@@ -16,8 +16,8 @@ See the License for the specific languag
 limitations under the License.
 -->
 
-<tabs software="XML Security"
-    title="Apache XML Security"
+<tabs software="Apache Santuario"
+    title="Apache Santuario"
     copyright="@year@ The Apache Foundation"
     xmlns:xlink="http://www.w3.org/1999/xlink">
 

Modified: santuario/trunk/doc/site/src/documentation/content/xdocs/who.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/content/xdocs/who.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/content/xdocs/who.xml (original)
+++ santuario/trunk/doc/site/src/documentation/content/xdocs/who.xml Wed Sep 22 19:42:07 2010
@@ -21,8 +21,8 @@ limitations under the License.
   </header>
   <body>
     <section>
-      <title>The Apache XML-Security Community</title>
-      <p> The XML-Security Project operates on a meritocracy: the more you do, the
+      <title>The Apache Santuario Community</title>
+      <p> The Apache Santuario Project operates on a meritocracy: the more you do, the
         more responsibility you will obtain. This page lists all of the people who have
         gone the extra mile and are Committers. If you would like to get involved, the
         first step is to join the mailing lists. </p>
@@ -38,7 +38,7 @@ limitations under the License.
     <section>
       <title>Committers</title>
       <p>
-        The following people are currently active in the XML Security project :
+        The following people are currently active in the Apache Santuario project:
       </p>
       <ul>
         <li> [BL] Berin Lautenbach (berinATozemail.com.au) </li>

Added: santuario/trunk/doc/site/src/documentation/resources/images/feather-small.gif
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/resources/images/feather-small.gif?rev=1000154&view=auto
==============================================================================
Binary file - no diff available.

Propchange: santuario/trunk/doc/site/src/documentation/resources/images/feather-small.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: santuario/trunk/doc/site/src/documentation/resources/images/project-logo-old.gif
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/resources/images/project-logo-old.gif?rev=1000154&view=auto
==============================================================================
Binary file - no diff available.

Propchange: santuario/trunk/doc/site/src/documentation/resources/images/project-logo-old.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: santuario/trunk/doc/site/src/documentation/resources/images/project-logo.gif
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/resources/images/project-logo.gif?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
Binary files - no diff available.

Modified: santuario/trunk/doc/site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/doc/site/src/documentation/skinconf.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/doc/site/src/documentation/skinconf.xml (original)
+++ santuario/trunk/doc/site/src/documentation/skinconf.xml Wed Sep 22 19:42:07 2010
@@ -26,20 +26,20 @@ be used to configure the chosen Forrest 
 
 <skinconfig>
   <!-- Do we want to disable the Google search box? -->
-  <search name="Apache XML Security" domain="xml.apache.org/security" provider="google" />
+  <search name="Apache Santuario" domain="santuario.apache.org" provider="google" />
   <disable-compliance-links>false</disable-compliance-links>
 
   <!-- mandatory project logo
        skin: forrest-site renders it at the top -->
-  <project-name>Apache XML Security</project-name>
-  <project-url>http://xml.apache.org/security</project-url>
+  <project-name>Apache Santuario</project-name>
+  <project-url>http://santuario.apache.org</project-url>
   <project-logo>images/project-logo.gif</project-logo>
 
   <!-- optional group logo
        skin: forrest-site renders it at the top-left corner -->
-  <group-name>Apache XML</group-name>
-  <group-url>http:///xml.apache.org</group-url>
-  <group-logo>images/group-logo.gif</group-logo>
+  <group-name>Apache Software Foundation</group-name>
+  <group-url>http:///www.apache.org</group-url>
+  <group-logo>images/feather-small.gif</group-logo>
 
   <!-- optional host logo (e.g. sourceforge logo)
        skin: forrest-site renders it at the bottom-left corner -->
@@ -47,7 +47,7 @@ be used to configure the chosen Forrest 
   <host-logo></host-logo>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2002-2006</year>
+  <year>2002-2010</year>
   <vendor>The Apache Software Foundation.</vendor>
 
   <!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
@@ -55,7 +55,7 @@ be used to configure the chosen Forrest 
   -->
   <trail>
     <link1 name="apache" href="http://www.apache.org/"/>
-    <link2 name="xml.apache" href="http://xml.apache.org/"/>
+    <link2 name="santuario" href="http://santuario.apache.org/"/>
     <link3 name="" href=""/>
   </trail>
 

Modified: santuario/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/pom.xml?rev=1000154&r1=1000153&r2=1000154&view=diff
==============================================================================
--- santuario/trunk/pom.xml (original)
+++ santuario/trunk/pom.xml Wed Sep 22 19:42:07 2010
@@ -23,10 +23,10 @@
     <groupId>org.apache.santuario</groupId>
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
-    <name>XML Security</name>
+    <name>Apache Santuario</name>
     <version>1.4.4-SNAPSHOT</version>
     <description>
-        Apache XML Security supports XML-Signature Syntax and Processing,
+        Apache Santuario supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and
         Processing, W3C Recommendation 10 December 2002. As of version 1.4,
         the Java library supports the standard Java API JSR-105: XML Digital
@@ -39,7 +39,7 @@
     </issueManagement>
     <mailingLists>
         <mailingList>
-            <name>XML Security Developer List</name>
+            <name>Apache Santuario Developer List</name>
             <subscribe>dev-subscribe@santuario.apache.org</subscribe>
             <unsubscribe>
                 dev-unsubscribe@santuario.apache.org