You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2018/03/19 15:08:20 UTC

[whimsy] branch master updated: Add dev pointer and chmod 755

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 f23c75d  Add dev pointer and chmod 755
f23c75d is described below

commit f23c75d26c2715e40d8f836e1194b73cf6658df3
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Mon Mar 19 11:08:14 2018 -0400

    Add dev pointer and chmod 755
---
 www/docs/index.cgi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/docs/index.cgi b/www/docs/index.cgi
old mode 100644
new mode 100755
index e6d402c..f0fec63
--- a/www/docs/index.cgi
+++ b/www/docs/index.cgi
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-PAGETITLE = "Whimsy Code Documentation" # Wvisible:docs
+PAGETITLE = "Apache Whimsy Code Documentation" # Wvisible:docs
 
 $LOAD_PATH.unshift File.realpath(File.expand_path('../../../lib', __FILE__))
 require 'json'
@@ -14,8 +14,8 @@ _html do
       subtitle: 'About This Documentation',
       relatedtitle: 'More Useful Links',
       related: {
-        "/committers/tools" => "Whimsy Tool Listing",
-        "https://github.com/rubys/wunderbar/" => "See Wunderbar Module Documentation",
+        "/committers/tools" => "Listing of All Whimsy Tools",
+        "https://github.com/rubys/wunderbar/" => "Wunderbar Module Documentation",
         "https://github.com/apache/whimsy/blob/master/www#{ENV['SCRIPT_NAME']}" => "See This Source Code"
       },
       helpblock: -> {
@@ -27,6 +27,7 @@ _html 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'
     end
   end
 end

-- 
To stop receiving notification emails like this one, please contact
curcuru@apache.org.