This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 31c4862  Add pointers to all major docs
31c4862 is described below

commit 31c486253d5e5939678e9ac5ad01f6f49a2c5f8d
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri Mar 23 17:50:00 2018 -0400

    Add pointers to all major docs
---
 www/docs/index.cgi | 32 ++++++++++++++++++++++++--------
 1 file changed, 24 insertions(+), 8 deletions(-)

diff --git a/www/docs/index.cgi b/www/docs/index.cgi
index f0fec63..f2ea1c1 100755
--- a/www/docs/index.cgi
+++ b/www/docs/index.cgi
@@ -11,7 +11,7 @@ _html do
   _body? do
     _whimsy_body(
       title: PAGETITLE,
-      subtitle: 'About This Documentation',
+      subtitle: 'About Whimsy Documentation',
       relatedtitle: 'More Useful Links',
       related: {
         "/committers/tools" => "Listing of All Whimsy Tools",
@@ -19,15 +19,31 @@ _html do
         
"https://github.com/apache/whimsy/blob/master/www#{ENV['SCRIPT_NAME']}" => "See 
This Source Code"
       },
       helpblock: -> {
-        _p %{
-          This is the homepage for the code and API documentation for the 
Apache Whimsy project.
-        }
+        _p do
+          _ 'This is the homepage for the code and API documentation for the 
Apache Whimsy project. '
+          _a 'Read the mailing list', href: 
'https://lists.apache.org/[email protected]'
+          _ ' or '
+          _a 'submit a bug on Whimsy.', href: 
'https://lists.apache.org/[email protected]'
+        end
       }
     ) do
-
-      _h2 "API Documentation"
-      _a "whimsy/asf module APIs", href: '/docs/api/'
-      _a 'Developer Overview FAQs', href: 
'https://github.com/apache/whimsy/blob/master/DEVELOPMENT.md'
+      dev = {
+        'https://github.com/apache/whimsy/blob/master/DEVELOPMENT.md' => 
"Developer Overview / How-To",
+        'https://github.com/apache/whimsy/blob/master/CONFIGURE.md' => "How To 
Configure Whimsy",
+        'https://github.com/apache/whimsy/blob/master/DEPLOYMENT.md' => 
"Deploying Whimsy On Server",
+        'https://github.com/apache/whimsy/blob/master/MACOSX.md' => "Mac OSX 
Local Setup",
+        'https://github.com/apache/whimsy/blob/master/README.md' => "Whimsy 
Intro README",
+        '/docs/api/' => "whimsy/asf and ASF:: module API docs",
+        "https://github.com/rubys/wunderbar/"; => "Wunderbar Module Docs"
+      }
+      _h2 "Developer Documentation"
+      _ul do
+        dev.each do |url, desc|
+          _li do
+            _a desc, href: url
+          end
+        end
+      end
     end
   end
 end

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to