Author: andyhot
Date: Fri Aug 10 04:39:28 2007
New Revision: 564563

URL: http://svn.apache.org/viewvc?view=rev&rev=564563
Log:
hivemind urls

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/usersguide/configuration.xml
    tapestry/tapestry4/trunk/src/site/xdoc/usersguide/hivemind.xml
    tapestry/tapestry4/trunk/src/site/xdoc/usersguide/index.xml
    tapestry/tapestry4/trunk/src/site/xdoc/usersguide/spec.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/usersguide/configuration.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/usersguide/configuration.xml?view=diff&rev=564563&r1=564562&r2=564563
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/usersguide/configuration.xml 
(original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/usersguide/configuration.xml Fri Aug 
10 04:39:28 2007
@@ -29,7 +29,7 @@
             <p>
             Configuration is the area of greatest change between Tapestry 3.0 
and Tapestry 4.0.
             Tapestry 4.0 has been restructured around
-            <a href="http://jakarta.apache.org/hivemind/";>HiveMind</a>
+            <a href="http://hivemind.apache.org/hivemind1/";>HiveMind</a>
             , which includes a very rich environment for services and 
configurations.
             </p>
         </span>
@@ -182,7 +182,7 @@
                 <strong>Fixme:</strong>
                 <p>
                 This documentation is out of date with respect to
-                <a href="http://jakarta.apache.org/hivemind/";>HiveMind</a>
+                <a href="http://hivemind.apache.org/hivemind1/";>HiveMind</a>
                 . In 4.0, the servlet will create and initialize a HiveMind 
Registry.
                 </p>
             </span>
@@ -263,7 +263,7 @@
                 <li>As a JVM system property.</li>
                 <li>
                     Hard-coded "factory" defaults (for some properties). These 
are accessed as
-                    <a href="http://jakarta.apache.org/hivemind/";>HiveMind</a>
+                    <a 
href="http://hivemind.apache.org/hivemind1/";>HiveMind</a>
                     symbols.
                 </li>
             </ul>
@@ -329,7 +329,7 @@
                 <li>As a JVM system property.</li>
                 <li>
                     Hard-coded "factory" defaults (for some properties). These 
are accessed as
-                    <a href="http://jakarta.apache.org/hivemind/";>HiveMind</a>
+                    <a 
href="http://hivemind.apache.org/hivemind1/";>HiveMind</a>
                     symbols.
                 </li>
             </ul>
@@ -775,7 +775,7 @@
                 <strong>Warning:</strong>
                 <p>
                 Application extensions are deprecated as of release 4.0. The 
use of
-                <a href="http://jakarta.apache.org/hivemind/";>HiveMind</a>
+                <a href="http://hivemind.apache.org/hivemind1/";>HiveMind</a>
                 services and contributions eliminates the need for extensions.
                 </p>
             </span>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/usersguide/hivemind.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/usersguide/hivemind.xml?view=diff&rev=564563&r1=564562&r2=564563
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/usersguide/hivemind.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/usersguide/hivemind.xml Fri Aug 10 
04:39:28 2007
@@ -23,7 +23,7 @@
         <section name="HiveMind Integration">
             <p>
                 Tapestry 4.0 is intimately integrated into the
-                <a href="http://jakarta.apache.org/hivemind/";>HiveMind</a>
+                <a href="http://hivemind.apache.org/hivemind1/";>HiveMind</a>
                 microkernel. Building a complex system onto a dependency 
injection microkernel such
                 as HiveMind has many benefits; the code is easier to write, 
test and maintain.
                 HiveMind's flexible approach makes it easy to provide 
extension points ... many of
@@ -83,7 +83,7 @@
                     <em>locator</em>
                     . The prefix identifies how the locator should be 
interpreted; in this case, as
                     a full qualified service id. HiveMind itself defines a
-                    <a 
href="http://jakarta.apache.org/hivemind/hivemind/ObjectProviders.html";>
+                    <a 
href="http://hivemind.apache.org/hivemind1/hivemind/ObjectProviders.html";>
                         base set of prefixes
                     </a>
                     , to which Tapestry adds the following:

Modified: tapestry/tapestry4/trunk/src/site/xdoc/usersguide/index.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/usersguide/index.xml?view=diff&rev=564563&r1=564562&r2=564563
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/usersguide/index.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/usersguide/index.xml Fri Aug 10 
04:39:28 2007
@@ -360,7 +360,7 @@
                 <p>
                     Tapestry 4.0 represents an even more radical leap beyond 
3.0 by introducing a
                     new, sophisticated infrastructure on top of the
-                    <a href="http://jakarta.apache.org/hivemind/";>HiveMind</a>
+                    <a 
href="http://hivemind.apache.org/hivemind1/";>HiveMind</a>
                     microkernel. This new backbone provides the support 
necessary to meet the needs
                     of Tapestry's much larger community ... including support 
for
                     <em>prettier</em>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/usersguide/spec.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/usersguide/spec.xml?view=diff&rev=564563&r1=564562&r2=564563
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/usersguide/spec.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/usersguide/spec.xml Fri Aug 10 
04:39:28 2007
@@ -94,7 +94,7 @@
                 <a href="script.html">described seperately</a>
                 . In addition, in Tapestry 4.0, a significant part of an 
application's behavior is
                 defined by its
-                <a href="http://jakarta.apache.org/hivemind/";>HiveMind</a>
+                <a href="http://hivemind.apache.org/hivemind1/";>HiveMind</a>
                 module deployment descriptor.
                 </p>
             </span>


Reply via email to