You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/05/30 09:04:20 UTC

svn commit: r863729 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/release-process.html content/core/deployment-type.html content/download.html content/learning-more/common-use-cases.html content/other/about.html

Author: buildbot
Date: Thu May 30 07:04:20 2013
New Revision: 863729

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/release-process.html
    websites/staging/isis/trunk/content/core/deployment-type.html
    websites/staging/isis/trunk/content/download.html
    websites/staging/isis/trunk/content/learning-more/common-use-cases.html
    websites/staging/isis/trunk/content/other/about.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 30 07:04:20 2013
@@ -1 +1 @@
-1487767
+1487770

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 30 07:04:20 2013
@@ -1 +1 @@
-1487767
+1487770

Modified: websites/staging/isis/trunk/content/contributors/release-process.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process.html Thu May 30 07:04:20 2013
@@ -1157,7 +1157,7 @@ svn commit -m "publishing isis-1.2.3 sou
 <p>And once the release has been approved:</p>
 
 <ul>
-<li>Update the <a href="../download.html">download page</a> with a link to the source release zip file (under <a href="http://dist.apache.org/repos/dist/release/isis">http://dist.apache.org/repos/dist/release/isis</a>)</li>
+<li>Update the <a href="../download.html">download page</a> with a link to the source release zip file (under <a href="https://dist.apache.org/repos/dist/release/isis">https://dist.apache.org/repos/dist/release/isis</a>)</li>
 <li>The <a href="../doap_isis.rdf">DOAP RDF</a> file (which provides a machine-parseable description of the project) should also be updated with details of the new release.  Validate using the <a href="http://www.w3.org/RDF/Validator/">W3C RDF Validator</a> service.</p>
 
 <p>For more information on DOAP files, see these <a href="http://projects.apache.org/doap.html">Apache policy docs</a>.</li>

Modified: websites/staging/isis/trunk/content/core/deployment-type.html
==============================================================================
--- websites/staging/isis/trunk/content/core/deployment-type.html (original)
+++ websites/staging/isis/trunk/content/core/deployment-type.html Thu May 30 07:04:20 2013
@@ -295,8 +295,8 @@ UNIT_TESTING<br/>
 SINGLE_USER</td>
     <td><a href="../components/security/file/about.html">File-based</a></td>
     <td><a href="../components/security/file/about.html">File-based</a></td>
-    <td><a href="../components/objectstore/xml/about.html">XML</a></td>
-    <td><a href="../components/profilestore/xml/about.html">XML</a></td>
+    <td><a href="../components/objectstores/xml/about.html">XML</a></td>
+    <td><a href="../components/profilestores/xml/about.html">XML</a></td>
     <td>Not visible</td>
     <td>Not visible</td>
 </tr>

Modified: websites/staging/isis/trunk/content/download.html
==============================================================================
--- websites/staging/isis/trunk/content/download.html (original)
+++ websites/staging/isis/trunk/content/download.html Thu May 30 07:04:20 2013
@@ -293,7 +293,7 @@ the PGP or MD5 signatures.  For more inf
 why we do it, check out the
 <a href="http://www.apache.org/dev/release-signing.html">Release Signing FAQ</a>.</p>
 
-<p>The PGP signatures can be verified using PGP or GPG.  First download the <a href="https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=blob_plain;f=KEYS;hb=master">KEYS</a> as well as the asc signature file for the artifact.  Make sure you get these files from the <a href="http://dist.apache.org/repos/dist/release/isis/">main distribution directory</a>, rather than from a mirror.</p>
+<p>The PGP signatures can be verified using PGP or GPG.  First download the <a href="https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=blob_plain;f=KEYS;hb=master">KEYS</a> as well as the asc signature file for the artifact.  Make sure you get these files from the <a href="https://dist.apache.org/repos/dist/release/isis/">main distribution directory</a>, rather than from a mirror.</p>
 
 <p>Then verify the signatures using:</p>
 

Modified: websites/staging/isis/trunk/content/learning-more/common-use-cases.html
==============================================================================
--- websites/staging/isis/trunk/content/learning-more/common-use-cases.html (original)
+++ websites/staging/isis/trunk/content/learning-more/common-use-cases.html Thu May 30 07:04:20 2013
@@ -285,7 +285,7 @@
 
 <p>REST (Representation State Transfer) is an architectural style for building highly scalable distributed systems, using the same principles as the World Wide Web. Many commercial web APIs (twitter, facebook, Amazon) are implemented as either pure REST APIs or some approximation therein.</p>
 
-<p>The <a href="http://restfulobjects.org">Restful Objects specification</a> defines a means by a domain object model can be exposed as RESTful resources using JSON representations over HTTP.  Isis' <a href="../viewers/restfulobjects/about.html">RestfulObjects viewer</a> is an implementation of that spec, making any Isis domain object automatically available via REST.</p>
+<p>The <a href="http://restfulobjects.org">Restful Objects specification</a> defines a means by a domain object model can be exposed as RESTful resources using JSON representations over HTTP.  Isis' <a href="../components/viewers/restfulobjects/about.html">RestfulObjects viewer</a> is an implementation of that spec, making any Isis domain object automatically available via REST.</p>
 
 <p>There are two main use cases for deploying Isis as a RESTful web service are:</p>
 

Modified: websites/staging/isis/trunk/content/other/about.html
==============================================================================
--- websites/staging/isis/trunk/content/other/about.html (original)
+++ websites/staging/isis/trunk/content/other/about.html Thu May 30 07:04:20 2013
@@ -253,7 +253,7 @@
 </div>
 
 <ul>
-<li><a href="maven-plugins.html">Maven Plugin</a> [stub]</li>
+<li><a href="maven-plugin.html">Maven Plugin</a> [stub]</li>
 <li><a href="eclipse-plugin.html">Eclipse IDE Plugin</a> [stub]
 <!--</li>
 <li><a href="dsl.html">DSL</a>