You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/01/05 03:09:06 UTC

git commit: A few touch-ups to the documentation index page

Updated Branches:
  refs/heads/master 989630207 -> c5457efda


A few touch-ups to the documentation index page


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/c5457efd
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/c5457efd
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/c5457efd

Branch: refs/heads/master
Commit: c5457efda3a775ed39bf9e004f8d90c582009fbe
Parents: 9896302
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Jan 4 18:09:00 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Jan 4 18:09:00 2013 -0800

----------------------------------------------------------------------
 src/docroot-template/index.html        |  131 ++++++++++++++++-----------
 src/docroot-template/tapestry-logo.png |  Bin 15412 -> 34547 bytes
 2 files changed, 79 insertions(+), 52 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c5457efd/src/docroot-template/index.html
----------------------------------------------------------------------
diff --git a/src/docroot-template/index.html b/src/docroot-template/index.html
index 7b82dc2..72bb363 100644
--- a/src/docroot-template/index.html
+++ b/src/docroot-template/index.html
@@ -3,81 +3,108 @@
 <head>
     <title>Apache Tapestry @version@ - API Documentation</title>
     <link href="bootstrap-2.2.2/css/bootstrap.min.css" rel="stylesheet" media="screen">
+    <style>
+        body {
+            margin-top: 50px
+        }
+    </style>
+</head>
+<body>
 
-    <div class="navbar">
-        <div class="navbar-inner">
-            <a class="brand" href="http://tapestry.apache.org/">
-                <img src="tapestry-logo.png" alt="Apache Tapestry Logo"/>
-                Apache Tapestry @version@</a>
-            </ul>
-        </div>
-    </div>
+<div class="navbar navbar-fixed-top navbar-inverse">
 
-    <div class="row">
-        <div class="span4 offset2">
-            <a href="coffeescript/t5-core-dom-jquery.html" class="btn btn-primary btn-large btn-block">CoffeeScript Documentation</a>
-        </div>
+    <div class="navbar-inner">
+
+        <div class="container">
 
+            <a href="http://tapestry.apache.org" class="brand">
+                Apache Tapestry <strong>@version@</strong></a>
 
-        <div class="span4 offset2">
-            <a href="apidocs/index.html" class="btn btn-primary btn-large btn-block">JavaDocs</a>
+            <ul class="nav">
+                <li class="divider-vertical"/>
+                <li>
+                    <p class="navbar-text">
+                        CoffeeScript and Java Class Documentation
+                    </p>
+                </li>
+            </ul>
         </div>
     </div>
+</div>
 
-    <div class="row">
-        <div class="span4 offset2">
-            <p>Documentation for Tapestry's client-side CoffeeScript modules.</p>
-        </div>
+<div class="container">
 
-        <div class="span4 offset2">
-            <p>Documentation for Tapestry's server-side Java classes.</p>
-        </div>
-    </div>
 
-    <div class="row">
-        <div class="offset2 span6">
+    <div class="container">
 
-            <p>Quick links:</p>
+        <img src="tapestry-logo.png" alt="Apache Tapestry Logo"/>
 
-            <ul>
-                <li><a href="coffeescript/events.html">t5/core/events</a></li>
-                <li><a href="coffeescript/t5-core-dom-jquery.html">t5/core/dom (jQuery)</a></li>
-            </ul>
+        <div class="row">
+            <div class="span4">
+                <a href="coffeescript/t5-core-dom-jquery.html" class="btn btn-primary btn-large btn-block">CoffeeScript
+                    Documentation</a>
 
-            <p>See also:</p>
+                <p>Documentation for Tapestry's client-side CoffeeScript modules.</p>
+            </div>
 
-            <ul>
-                <li><a href="http://coffeescript.org">CoffeeScript</a> - a little language that compiles into JavaScript
-                </li>
-                <li><a href="http://requirejs.org">RequireJS</a> - a JavaScript module loader</li>
-            </ul>
 
+            <div class="span4 offset2">
+                <a href="apidocs/index.html" class="btn btn-primary btn-large btn-block">JavaDocs</a>
+
+                <p>Documentation for Tapestry's server-side Java classes.</p>
+            </div>
         </div>
 
-        <div class="span6">
+        <div class="row">
+            <div class="span6">
 
-            <p>Quick links:</p>
+                <p>Quick links:</p>
 
-            <ul>
-                <li><a href="apidocs/org/apache/tapestry5/ComponentResources.html">ComponentResources</a></li>
-                <li><a href="apidocs/org/apache/tapestry5/MarkupWriter.html">MarkupWriter</a></li>
-                <li><a href="apidocs/org/apache/tapestry5/SymbolConstants.html">SymbolConstants</a></li>
-                <li><a href="apidocs/org/apache/tapestry5/alerts/AlertManager.html">AlertManager</a></li>
+                <ul>
+                    <li><a href="coffeescript/events.html">t5/core/events</a></li>
+                    <li><a href="coffeescript/t5-core-dom-jquery.html">t5/core/dom (jQuery)</a></li>
+                </ul>
 
+                <p>See also:</p>
 
-                <li><a href="apidocs//org/apache/tapestry5/annotations/package-summary.html">org.apache.tapestry5.annotations</a></li>
-                <li><a href="apidocs//org/apache/tapestry5/corelib/components/package-summary.html">org.apache.tapestry5.corelib.components</a></li>
+                <ul>
+                    <li><a href="http://coffeescript.org">CoffeeScript</a> - a little language that compiles into
+                        JavaScript
+                    </li>
+                    <li><a href="http://requirejs.org">RequireJS</a> - a JavaScript module loader</li>
+                </ul>
 
-            </ul>
+            </div>
+
+            <div class="span4">
+
+                <p>Quick links:</p>
+
+                <ul>
+                    <li><a href="apidocs/org/apache/tapestry5/ComponentResources.html">ComponentResources</a></li>
+                    <li><a href="apidocs/org/apache/tapestry5/services/javascript/JavaScriptSupport.html">JavaScriptSupport</a>
+                    </li>
+                    <li><a href="apidocs/org/apache/tapestry5/MarkupWriter.html">MarkupWriter</a></li>
+                    <li><a href="apidocs/org/apache/tapestry5/SymbolConstants.html">SymbolConstants</a></li>
+                    <li><a href="apidocs/org/apache/tapestry5/alerts/AlertManager.html">AlertManager</a></li>
+                    <li><a href="apidocs//org/apache/tapestry5/annotations/package-summary.html">org.apache.tapestry5.annotations</a>
+                    </li>
+                    <li><a href="apidocs//org/apache/tapestry5/corelib/components/package-summary.html">org.apache.tapestry5.corelib.components</a>
+                    </li>
+
+                </ul>
+            </div>
         </div>
-    </div>
 
-    <div class="navbar navbar-fixed-bottom">
-        <div class="navbar-inner">
+        <div class=" navbar navbar-fixed-bottom">
+            <div class="navbar-inner">
+                <div class="container">
+
+          <span class="brand">
             &copy; 2013 <a href="http://apache.org/">The Apache Software Foundation</a>
+              </brand>
+                </div>
+            </div>
         </div>
     </div>
-</head>
-<body>
-</body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c5457efd/src/docroot-template/tapestry-logo.png
----------------------------------------------------------------------
diff --git a/src/docroot-template/tapestry-logo.png b/src/docroot-template/tapestry-logo.png
index 2e9e992..eba5888 100644
Binary files a/src/docroot-template/tapestry-logo.png and b/src/docroot-template/tapestry-logo.png differ