You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by ta...@apache.org on 2009/04/17 04:18:32 UTC

svn commit: r765835 [5/5] - in /incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation: ./ docs/ docs/click-online/ docs/css2/ docs/developer-guide/ docs/html/ docs/servlet-api/ docs/velocity/ images/

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/style.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/style.css?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/style.css (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/style.css Fri Apr 17 02:18:30 2009
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 body, table, p {
   font-family: verdana, arial, helvetica, lucida-sans, sans-serif; 
   font-size: 12px;

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/table.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/table.css?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/table.css (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/table.css Fri Apr 17 02:18:30 2009
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Table CSS style
  * 
  * This CSS style sheet was adapted from DisplayTag 1.0 - screen.css

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/developer-guide.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/developer-guide.html?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/developer-guide.html (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/developer-guide.html Fri Apr 17 02:18:30 2009
@@ -1,5 +1,24 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
 <!-- Content Stylesheet for Site -->
 
         

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/velocity.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/velocity.html?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/velocity.html (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/velocity.html Fri Apr 17 02:18:30 2009
@@ -1,14 +1,32 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <html>
 <head>
  <link rel="stylesheet" type="text/css" href="../../help.css">
 </head>
 <body>
 <h1>Velocity</h1>
-Velocity is a Java-based template framework which provides the HTML rending engine 
+Velocity is a Java-based template framework which provides the default HTML rending engine
 for Click. Velocity is very easy to learn, simple to use, and is also very capable.
 <p>
 <a href="http://velocity.apache.org/">Velocity</a> is an open source 
-Apache project licensed using the <a href="LICENSE.txt">Apache</a> Software License.
+Apache project licensed using the <a href="../LICENSE.txt">Apache</a> Software License.
 <p>
 Velocity's comprehensive online documentation is included in this distribution.
 <ul>
@@ -35,56 +53,56 @@
   </li>  
   <li><span class="st">cssImports</span> &nbsp; - &nbsp; 
     the CSS imports and style blocks to include in the pages header. 
-    Please see <a href="../click-api/net/sf/click/util/PageImports.html">PageImports</a> 
+    Please see <a href="../click-api/org/apache/click/util/PageImports.html">PageImports</a> 
     for more details.
   </li>
   <li><span class="st">format</span> &nbsp; - &nbsp; 
-    the <a href="../click-api/net/sf/click/util/Format.html">Format</a> 
+    the <a href="../click-api/org/apache/click/util/Format.html">Format</a> 
     object for formatting the display of objects.
   </li>
   <li><span class="st">imports</span> &nbsp; - &nbsp; 
     the CSS and JavaScript imports to include in the pages header.
-    Please see <a href="../click-api/net/sf/click/util/PageImports.html">PageImports</a> 
+    Please see <a href="../click-api/org/apache/click/util/PageImports.html">PageImports</a> 
     for more details.
   </li>
   <li><span class="st">jsImports</span> &nbsp; - &nbsp; 
     the JavaScript imports and script blocks to include in the pages footer. 
-    Please see <a href="../click-api/net/sf/click/util/PageImports.html">PageImports</a> 
+    Please see <a href="../click-api/org/apache/click/util/PageImports.html">PageImports</a> 
     for more details.
   </li>
   <li><span class="st">messages</span> &nbsp; - &nbsp; 
-   the <a target="topic" href="../click-api/net/sf/click/util/MessagesMap.html">MessagesMap</a> adaptor
-   for the Page <a href="../click-api/net/sf/click/Page.html#getMessage(java.lang.String)">getMessage()</a>
+   the <a target="topic" href="../click-api/org/apache/click/util/MessagesMap.html">MessagesMap</a> adaptor
+   for the Page <a href="../click-api/org/apache/click/Page.html#getMessage(java.lang.String)">getMessage()</a>
    method.
   </li>
   <li><span class="st">path</span> &nbsp; - &nbsp; 
-    the <a href="../click-api/net/sf/click/Page.html#path">path</a> 
+    the <a href="../click-api/org/apache/click/Page.html#path">path</a> 
     of the page template to render.
   </li>
   <li><span class="st">request</span> &nbsp; - &nbsp; 
-    the pages <a href="../servlet-api/javax/servlet/http/HttpServletRequest.html">HttpServletRequest</a>
+    the pages <a class="external" target="_blank" href="http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletRequest.html">HttpServletRequest</a>
     object.
   </li>
   <li><span class="st">response</span> &nbsp; - &nbsp; 
-    the pages <a href="../servlet-api/javax/servlet/http/HttpServletResponse.html">HttpServletResponse</a>
+    the pages <a class="external" target="_blank" href="http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletResponse.html">HttpServletResponse</a>
     object.
   </li>
   <li><span class="st">session</span> &nbsp; - &nbsp; 
-   the <a target="topic" href="../click-api/net/sf/click/util/SessionMap.html">SessionMap</a> adaptor
-   for the users <a href="../servlet-api/javax/servlet/http/HttpSession.html">HttpSession</a>.
+   the <a target="topic" href="../click-api/org/apache/click/util/SessionMap.html">SessionMap</a> adaptor
+   for the users <a class="external" target="_blank" href="http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpSession.html">HttpSession</a>.
   </li>
 </ul>
 
 In your page templates you can access object references using a dot path notation. For example:
 
 <pre class="codeHtml">
-Welcome: <span class="red">$</span><a target="topic" href="../click-api/net/sf/click/util/SessionMap.html">session</a>.user.fullName
+Welcome: <span class="red">$</span><a target="topic" href="../click-api/org/apache/click/util/SessionMap.html">session</a>.user.fullName
 </pre>
 
 Or by using a more explicit Java notation:
 
 <pre class="codeHtml">
-Welcome: <span class="red">$</span><a target="topic" href="../click-api/net/sf/click/util/SessionMap.html">session</a>.get("user").getFullName()
+Welcome: <span class="red">$</span><a target="topic" href="../click-api/org/apache/click/util/SessionMap.html">session</a>.get("user").getFullName()
 </pre>
 
 <h2>Directives</h2>

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/vtl-reference-guide.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/vtl-reference-guide.html?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/vtl-reference-guide.html (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/velocity/vtl-reference-guide.html Fri Apr 17 02:18:30 2009
@@ -1,4 +1,22 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 
 <!-- Content Stylesheet for Site -->
 

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/why-click.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/why-click.html?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/why-click.html (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/docs/why-click.html Fri Apr 17 02:18:30 2009
@@ -1,12 +1,30 @@
 <!DOCTYPE' HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
  "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 <html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  <meta name="Author" content="Malcolm Edgar"/>
- <meta name="description" lang="en" content="Click Java web application framework"/>
- <meta name="keywords" lang="en" content="Click Framework, Java, JEEE, web application framework, open source"/>
- <title>Click Framework</title>
+ <meta name="description" lang="en" content="Apache Click Java web application framework"/>
+ <meta name="keywords" lang="en" content="Apache Click, Click Framework, Java, JEE, J2EE, web application framework, open source"/>
+ <title>Apache Click</title>
  <link rel="stylesheet" type="text/css" href="../help.css"/>
  <style type="text/css">
    ul { margin-top: 0.5em; }

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/header.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/header.html?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/header.html (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/header.html Fri Apr 17 02:18:30 2009
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 <html>
 <head>
  <link rel="stylesheet" type="text/css" href="help.css"></link>
@@ -10,7 +28,7 @@
        target="topic"
        href="docs/click.html"><img src="images/click-icon-43.png" border="0"/></a>
     
-  	<span id="title">Click Framework</span>
+  	<span id="title">Apache Click</span>
      <span id="version">
     	<a 
   	   target="_blank"
@@ -23,9 +41,14 @@
   	   target="topic"
        title="RoadMap and Changes"
        href="docs/roadmap-changes.html">
-       Version 1.5.1
+       Version 2.0.1
       </a> 
     </span>
+    <span id="apache-incubator-logo">
+      <a target="_blank" href="http://incubator.apache.org/" class="incubator">
+        <img width="170" alt="Apache Incubator" src="images/apache-incubator-logo.png"/>
+      </a>
+    </span>
   </div>
   
 </body>

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/help.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/help.css?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/help.css (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/help.css Fri Apr 17 02:18:30 2009
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 #clickLink {
 	margin-top: 0px;
 	position: absolute;
@@ -24,9 +41,16 @@
 	text-decoration: none;
 	position: absolute;
 	top: 26px;
-	right: 15px;
+	right: 215px;
+}
+#apache-incubator-logo img {
+    border: 1px solid white;
+}
+#apache-incubator-logo a {
+  top: 2px;
+  right: 15px;
+	position: absolute;
 }
-
 #header {
 	background: #4A70BC url(images/banner.gif) top left no-repeat;
 	height: 50px;
@@ -138,6 +162,7 @@
 
 .codeConfig 
 {
+  overflow: auto;
 }
 
 .codeDtd 
@@ -269,6 +294,7 @@
 	vertical-align: baseline;
 	margin-top: 1em;
 }
-
-
-
+.tag {
+    color: #000099;
+    font-weight: bold;
+}
\ No newline at end of file

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/index.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/index.html?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/index.html (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/index.html Fri Apr 17 02:18:30 2009
@@ -1,10 +1,28 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
 <meta name="Author" content="Malcolm Edgar"/>
-<meta name="description" lang="en" content="Click Java web application framework"/>
-<meta name="keywords" lang="en" content="Click Framework, Java, JEEE, web application framework, open source"/>
-<title>Click Framework</title>
+<meta name="description" lang="en" content="Apache Click Java web application framework"/>
+<meta name="keywords" lang="en" content="Apache Click, Click Framework, Java, JEE, J2EE, web application framework, open source"/>
+<title>Apache Click</title>
 </head>
 <frameset rows="52,*" border="0">
   <frame src="header.html" scrolling="no">

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/syntax-highlighter.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/syntax-highlighter.css?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/syntax-highlighter.css (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/syntax-highlighter.css Fri Apr 17 02:18:30 2009
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 .str{color:#2A00FF;}
 .kwd{color:#7F0055;
     font-weight:bold;}

Modified: incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/toc.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/toc.html?rev=765835&r1=765834&r2=765835&view=diff
==============================================================================
--- incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/toc.html (original)
+++ incubator/click/trunk/tools/eclipse/org.apache.click.eclipse/documentation/toc.html Fri Apr 17 02:18:30 2009
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -77,12 +95,17 @@
 </td></tr>
 
 <tr><td>
-<a target='topic' class='navLinkTopic' href='docs/building.html' title=' Building Framework and Examples'>
-Building</a>
+<a target='topic' class='navLinkTopic' href='docs/extensions.html' title=' Extention Projects'>
+Extension Projects</a>
 </td></tr>
 
 <tr><td>
-<a target='topic' class='navLinkTopic' style="color:navy;" href='docs/roadmap-changes.html' title=' RoadMap and Changes'>
+<a target='topic' class='navLinkTopic' href='docs/developer-guide/developer-guide.html' title=' Guide for developers and contributors'>
+Developer Guide</a>
+</td></tr>
+
+<tr><td>
+<a target='topic' class='navLinkTopic' href='docs/roadmap-changes.html' title=' RoadMap and Changes'>
 RoadMap &amp; Changes</a>
 </td></tr>
 
@@ -93,9 +116,8 @@
 </td></tr>
 
 <tr><td>
-<a target='blank' class='navLinkTopic' href='https://sourceforge.net/project/showfiles.php?group_id=82095&package_id=84113' title=' SourceForge Click Download'>
-Download</a>
-<img src='images/external.png' align='baseline' border='0'/>
+<a target='topic' class='navLinkTopic' href='docs/downloads.html' title=' Downloads'>
+Downloads</a>
 </td></tr>
 
 
@@ -110,7 +132,7 @@
 </td></tr>
 
 <tr><td>
-<a target='topic' class='navLinkTopic' href='docs/click-api/net/sf/click/control/package-summary.html' title=' Control Javadoc API'>
+<a target='topic' class='navLinkTopic' href='docs/click-api/org/apache/click/control/package-summary.html' title=' Control Javadoc API'>
 Control API</a>
 </td></tr>
 
@@ -136,9 +158,7 @@
 </td></tr>
 
 <tr><td>
-<a target='blank' class='navLinkTopic' href='https://sourceforge.net/project/showfiles.php?group_id=82095&package_id=181305' title=' SourceForge ClickIDE Download'>
-Download</a>
-<img src='images/external.png' align='baseline' border='0'/>
+<a target='topic' class='navLinkTopic' href='docs/click-ide-downloads.html' title=' ClickIDE Download'>Downloads</a>
 </td></tr>
 
 
@@ -169,18 +189,21 @@
 </td></tr>
 
 <tr><td>
-<a target='topic' class='navLinkTopic' href='docs/css2/cover.html' title=' W3C CSS 2.1 Specification'>
+<a target="_blank" class='navLinkTopic' href='http://www.w3.org/TR/CSS21/' title=' W3C CSS 2.1 Specification'>
 CSS 2.1 </a>
+<img src='images/external.png' align='baseline' border='0'/>
 </td></tr>
 
 <tr><td>
-<a target='topic' class='navLinkTopic' href='docs/html/cover.html' title=' W3C HTML 4.01 Specification'>
+<a target='_blank' class='navLinkTopic' href='http://www.w3.org/TR/html401/' title=' W3C HTML 4.01 Specification'>
 HTML 4.01 </a>
+<img src='images/external.png' align='baseline' border='0'/>
 </td></tr>
 
 <tr><td>
-<a target='topic' class='navLinkTopic' href='docs/servlet-api/overview-summary.html' title=' Servlet 2.3 Javadoc API'>
+<a target="_blank" class='navLinkTopic' href='http://java.sun.com/products/servlet/2.3/javadoc/overview-summary.html' title=' Servlet 2.3 Javadoc API'>
 Servlet 2.3 API</a>
+<img src='images/external.png' align='baseline' border='0'/>
 </td></tr>
 
 <tr height="100%">