You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/10/13 10:52:43 UTC

svn commit: r1022032 - in /click/trunk/click/documentation: docs/ xdocs/src/docbook/click/

Author: sabob
Date: Wed Oct 13 08:52:42 2010
New Revision: 1022032

URL: http://svn.apache.org/viewvc?rev=1022032&view=rev
Log:
updated click examples link

Modified:
    click/trunk/click/documentation/docs/click-online.html
    click/trunk/click/documentation/docs/click.html
    click/trunk/click/documentation/docs/examples.html
    click/trunk/click/documentation/docs/faq.html
    click/trunk/click/documentation/xdocs/src/docbook/click/chapter-best-practices.xml
    click/trunk/click/documentation/xdocs/src/docbook/click/chapter-controls.xml
    click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml
    click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml

Modified: click/trunk/click/documentation/docs/click-online.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/click-online.html?rev=1022032&r1=1022031&r2=1022032&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/click-online.html (original)
+++ click/trunk/click/documentation/docs/click-online.html Wed Oct 13 08:52:42 2010
@@ -76,7 +76,7 @@
     <p>Click downloads</p>
   </td>
   <td>
-    <a class="external" target="_blank" href="http://www.avoka.com/click-examples/">Click Examples</a>
+    <a class="external" target="_blank" href="http://click.avoka.com/click-examples/">Click Examples</a>
     <p>Click Examples application</p>
   </td>
   </tr><tr>

Modified: click/trunk/click/documentation/docs/click.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/click.html?rev=1022032&r1=1022031&r2=1022032&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/click.html (original)
+++ click/trunk/click/documentation/docs/click.html Wed Oct 13 08:52:42 2010
@@ -86,7 +86,7 @@ and use, with developers getting up and 
 </ul>
 
 <div class="action-container">
-  <a target="_blank" href="http://www.avoka.com/click-examples/">
+  <a target="_blank" href="http://click.avoka.com/click-examples/">
     <div class="action">Examples</div>
   </a>
   <a target="topic" href="downloads.html">

Modified: click/trunk/click/documentation/docs/examples.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/examples.html?rev=1022032&r1=1022031&r2=1022032&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/examples.html (original)
+++ click/trunk/click/documentation/docs/examples.html Wed Oct 13 08:52:42 2010
@@ -40,7 +40,7 @@ This application will allows you to view
 config files online.
 <p/>
 You can view this application online at 
-<a target="_blank" class="external" href="http://www.avoka.com/click-examples/">http://www.avoka.com/click-examples/</a>
+<a target="_blank" class="external" href="http://click.avoka.com/click-examples/">http://click.avoka.com/click-examples/</a>
 
 <a name="deploying" class="heading"></a><h3>Deploying Examples</h3>
 

Modified: click/trunk/click/documentation/docs/faq.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/faq.html?rev=1022032&r1=1022031&r2=1022032&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/faq.html (original)
+++ click/trunk/click/documentation/docs/faq.html Wed Oct 13 08:52:42 2010
@@ -125,7 +125,7 @@
   <dd>
   	If you want commercial support or training for Click, you can obtain this 
   	from
-	<a target="_blank" href="http://www.avoka.com">Avoka Technologies</a>.
+	<a target="_blank" href="http://click.avoka.com">Avoka Technologies</a>.
 	<p/>
 	For more details please email <a href="mailto:medgar@avoka.com">Malcolm Edgar</a>.	
   </dd>

Modified: click/trunk/click/documentation/xdocs/src/docbook/click/chapter-best-practices.xml
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-best-practices.xml?rev=1022032&r1=1022031&r2=1022032&view=diff
==============================================================================
--- click/trunk/click/documentation/xdocs/src/docbook/click/chapter-best-practices.xml (original)
+++ click/trunk/click/documentation/xdocs/src/docbook/click/chapter-best-practices.xml Wed Oct 13 08:52:42 2010
@@ -944,7 +944,7 @@ public class ErrorPage extends org.apach
 &lt;/html&gt;</programlisting>
 
     <para>A live demo is available
-    <ulink url="http://www.avoka.com/click-examples/general/page-imports-example.htm">here</ulink>
+    <ulink url="http://click.avoka.com/click-examples/general/page-imports-example.htm">here</ulink>
     </para>
 
   </sect1>

Modified: click/trunk/click/documentation/xdocs/src/docbook/click/chapter-controls.xml
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-controls.xml?rev=1022032&r1=1022031&r2=1022032&view=diff
==============================================================================
--- click/trunk/click/documentation/xdocs/src/docbook/click/chapter-controls.xml (original)
+++ click/trunk/click/documentation/xdocs/src/docbook/click/chapter-controls.xml Wed Oct 13 08:52:42 2010
@@ -561,7 +561,7 @@ production-error-message=
 &lt;/html&gt; </programlisting>
 
   <para>A live demo showing how to add HEAD elements from a custom Control can
-  be seen <ulink url="http://www.avoka.com/click-examples/general/control-head-demo.htm">here</ulink>.
+  be seen <ulink url="http://click.avoka.com/click-examples/general/control-head-demo.htm">here</ulink>.
   </para>
 
   </sect1>
@@ -1060,7 +1060,7 @@ public class EmployeePage extends Page {
       transformed into a fancy looking form.
       </para>
 
-      <para>There is a <ulink url="http://www.avoka.com/click-examples/form/contact-details.htm">live demo</ulink>
+      <para>There is a <ulink url="http://click.avoka.com/click-examples/form/contact-details.htm">live demo</ulink>
       showing the programmatic approach.
       </para>
 

Modified: click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml?rev=1022032&r1=1022031&r2=1022032&view=diff
==============================================================================
--- click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml (original)
+++ click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml Wed Oct 13 08:52:42 2010
@@ -51,7 +51,7 @@
 
   <para>Possibly the best way to see how Click works is to dive right in and
   look at some examples. (The examples are also available online at
-  <ulink url="http://www.avoka.com/click-examples/">http://www.avoka.com/click-examples/</ulink>
+  <ulink url="http://click.avoka.com/click-examples/">http://click.avoka.com/click-examples/</ulink>
   under the menu "Intro Examples".)
   </para>
 
@@ -839,7 +839,7 @@ public HelloWorld extends Page {
       and the fields HTML markup. This is a great feature for quickly building
       screens, and the form control provides a number of layout options. See the
       Click Examples for an interactive
-      <ulink url="http://www.avoka.com/click-examples/form/form-properties.htm">Form Properties demo</ulink>.
+      <ulink url="http://click.avoka.com/click-examples/form/form-properties.htm">Form Properties demo</ulink>.
       </para>
 
       <para>For fine grained page design you can specifically layout form and

Modified: click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml?rev=1022032&r1=1022031&r2=1022032&view=diff
==============================================================================
--- click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml (original)
+++ click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml Wed Oct 13 08:52:42 2010
@@ -1057,7 +1057,7 @@ public <token>ActionResult</token> <symb
         the client you have to do that from the
         <methodname>onSecurityCheck()</methodname> event, since other Page events
         are not executed. Please see
-        <ulink url="http://www.avoka.com/click-examples/ajax/ajax-secure.htm">this</ulink>
+        <ulink url="http://click.avoka.com/click-examples/ajax/ajax-secure.htm">this</ulink>
         example for some strategies on implementing
         <methodname>onSecurityCheck</methodname>  to handle ajax requests.
             </para>
@@ -1613,7 +1613,7 @@ public class SearchPage extends Page imp
 &lt;/html&gt; </programlisting>
 
     <para>A live demo showing how to add HEAD elements to a Page can be seen
-    <ulink url="http://www.avoka.com/click-examples/general/page-head-demo.htm">here</ulink>.
+    <ulink url="http://click.avoka.com/click-examples/general/page-head-demo.htm">here</ulink>.
     </para>
 
   </sect1>