You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/08/21 16:23:17 UTC

svn commit: r1375568 - in /directmemory/trunk/src/site: apt/javascript-caching.apt xdoc/downloads.xml.vm xdoc/server.xml

Author: olamy
Date: Tue Aug 21 14:23:17 2012
New Revision: 1375568

URL: http://svn.apache.org/viewvc?rev=1375568&view=rev
Log:
fix more incubating links

Modified:
    directmemory/trunk/src/site/apt/javascript-caching.apt
    directmemory/trunk/src/site/xdoc/downloads.xml.vm
    directmemory/trunk/src/site/xdoc/server.xml

Modified: directmemory/trunk/src/site/apt/javascript-caching.apt
URL: http://svn.apache.org/viewvc/directmemory/trunk/src/site/apt/javascript-caching.apt?rev=1375568&r1=1375567&r2=1375568&view=diff
==============================================================================
--- directmemory/trunk/src/site/apt/javascript-caching.apt (original)
+++ directmemory/trunk/src/site/apt/javascript-caching.apt Tue Aug 21 14:23:17 2012
@@ -39,15 +39,15 @@ Javascript caching with DirectMemory
 
   Note the header <<<X-DirectMemory-ExpiresIn>>> to specify the ttl value in ms.
 
-%{snippet|id=put|url=http://svn.apache.org/repos/asf/incubator/directmemory/trunk/examples/server-example/src/main/webapp/js/sample.js}
+%{snippet|id=put|url=http://svn.apache.org/repos/asf/directmemory/trunk/examples/server-example/src/main/webapp/js/sample.js}
 
 * Get your object
 
-%{snippet|id=get|url=http://svn.apache.org/repos/asf/incubator/directmemory/trunk/examples/server-example/src/main/webapp/js/sample.js}
+%{snippet|id=get|url=http://svn.apache.org/repos/asf/directmemory/trunk/examples/server-example/src/main/webapp/js/sample.js}
 
 * Delete your object
 
-%{snippet|id=delete|url=http://svn.apache.org/repos/asf/incubator/directmemory/trunk/examples/server-example/src/main/webapp/js/sample.js}
+%{snippet|id=delete|url=http://svn.apache.org/repos/asf/directmemory/trunk/examples/server-example/src/main/webapp/js/sample.js}
 
 
 

Modified: directmemory/trunk/src/site/xdoc/downloads.xml.vm
URL: http://svn.apache.org/viewvc/directmemory/trunk/src/site/xdoc/downloads.xml.vm?rev=1375568&r1=1375567&r2=1375568&view=diff
==============================================================================
--- directmemory/trunk/src/site/xdoc/downloads.xml.vm (original)
+++ directmemory/trunk/src/site/xdoc/downloads.xml.vm Tue Aug 21 14:23:17 2012
@@ -57,12 +57,12 @@ under the License.
           <tbody>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.cgi/incubator/directmemory/${currentRelease}/apache-directmemory-${currentRelease}-source-release.zip">apache-directmemory-0.1-incubating-source-release.zip</a>
+                <a href="http://www.apache.org/dyn/closer.cgi/directmemory/${currentRelease}/apache-directmemory-${currentRelease}-source-release.zip">apache-directmemory-0.1-incubating-source-release.zip</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/incubator/directmemory/${currentRelease}/apache-directmemory-${currentRelease}-source-release.zip.asc">asc</a>
-                <a href="http://www.apache.org/dist/incubator/directmemory/${currentRelease}/apache-directmemory-${currentRelease}-source-release.zip.md5">md5</a>
-                <a href="http://www.apache.org/dist/incubator/directmemory/${currentRelease}/apache-directmemory-${currentRelease}-source-release.zip.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/directmemory/${currentRelease}/apache-directmemory-${currentRelease}-source-release.zip.asc">asc</a>
+                <a href="http://www.apache.org/dist/directmemory/${currentRelease}/apache-directmemory-${currentRelease}-source-release.zip.md5">md5</a>
+                <a href="http://www.apache.org/dist/directmemory/${currentRelease}/apache-directmemory-${currentRelease}-source-release.zip.sha1">sha1</a>
               </td>
             </tr>
           </tbody>
@@ -78,7 +78,7 @@ under the License.
       
       <p>The PGP signatures can be verified using <a href="http://www.pgpi.org/">PGP</a> or 
       <a href="http://www.gnupg.org/">GPG</a>. 
-      First download the <a href="http://apache.org/dist/incubator/directmemory/KEYS">KEYS</a> as well as the
+      First download the <a href="http://apache.org/dist/directmemory/KEYS">KEYS</a> as well as the
       <tt>*.asc</tt> signature file for the particular distribution. Make sure you get these files from the main 
       distribution directory, rather than from a mirror. Then verify the signatures using one of the following sets of
       commands:

Modified: directmemory/trunk/src/site/xdoc/server.xml
URL: http://svn.apache.org/viewvc/directmemory/trunk/src/site/xdoc/server.xml?rev=1375568&r1=1375567&r2=1375568&view=diff
==============================================================================
--- directmemory/trunk/src/site/xdoc/server.xml (original)
+++ directmemory/trunk/src/site/xdoc/server.xml Tue Aug 21 14:23:17 2012
@@ -141,7 +141,7 @@
         <p>Before using the client api, you must configure it using the following pattern:
           <macro name="snippet">
             <param name="id" value="client-configuration"/>
-            <param name="url" value="http://svn.apache.org/repos/asf/incubator/directmemory/trunk/server/directmemory-server/src/test/java/org/apache/directmemory/server/services/AbstractServletWithClientTest.java"/>
+            <param name="url" value="http://svn.apache.org/repos/asf/directmemory/trunk/server/directmemory-server/src/test/java/org/apache/directmemory/server/services/AbstractServletWithClientTest.java"/>
           </macro>
           Here you have a configured client. Have a look at DirectMemoryServerClientConfiguration javadoc for advanced options.
         </p>
@@ -151,7 +151,7 @@
         With the Java client is something like:
           <macro name="snippet">
             <param name="id" value="client-put"/>
-            <param name="url" value="http://svn.apache.org/repos/asf/incubator/directmemory/trunk/server/directmemory-server/src/test/java/org/apache/directmemory/server/services/AbstractServletWithClientTest.java"/>
+            <param name="url" value="http://svn.apache.org/repos/asf/directmemory/trunk/server/directmemory-server/src/test/java/org/apache/directmemory/server/services/AbstractServletWithClientTest.java"/>
           </macro>
       </p>
       </subsection>
@@ -159,7 +159,7 @@
         <p>With the Java api:
           <macro name="snippet">
             <param name="id" value="client-get"/>
-            <param name="url" value="http://svn.apache.org/repos/asf/incubator/directmemory/trunk/server/directmemory-server/src/test/java/org/apache/directmemory/server/services/AbstractServletWithClientTest.java"/>
+            <param name="url" value="http://svn.apache.org/repos/asf/directmemory/trunk/server/directmemory-server/src/test/java/org/apache/directmemory/server/services/AbstractServletWithClientTest.java"/>
           </macro>
           You must check the method (response.isFound()) if true retrieve the object with: Wine wine = response.getResponse();
         </p>
@@ -168,7 +168,7 @@
         <p>With the Java api:
           <macro name="snippet">
             <param name="id" value="client-delete"/>
-            <param name="url" value="http://svn.apache.org/repos/asf/incubator/directmemory/trunk/server/directmemory-server/src/test/java/org/apache/directmemory/server/services/AbstractServletWithClientTest.java"/>
+            <param name="url" value="http://svn.apache.org/repos/asf/directmemory/trunk/server/directmemory-server/src/test/java/org/apache/directmemory/server/services/AbstractServletWithClientTest.java"/>
           </macro>
         </p>
       </subsection>