You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2018/01/29 20:42:34 UTC

[whimsy] branch master updated: Rename so name does not clash with test scripts

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

sebb 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 04f9523  Rename so name does not clash with test scripts
04f9523 is described below

commit 04f9523e47a97a9602a795ed5d4e87f7dff71cbf
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jan 29 20:42:32 2018 +0000

    Rename so name does not clash with test scripts
---
 www/test/{test.cgi => example.cgi} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/test/test.cgi b/www/test/example.cgi
similarity index 93%
rename from www/test/test.cgi
rename to www/test/example.cgi
index 0802c3a..64cc311 100755
--- a/www/test/test.cgi
+++ b/www/test/example.cgi
@@ -27,7 +27,7 @@ _html do
         "https://github.com/apache/whimsy/blob/master/www#{ENV['SCRIPT_NAME']}" => "See This Source Code"
       },
       helpblock: -> {
-        _p "This www/test/test.cgi script shows a canonical way to write a simple whimsy tool that processes data and then displays it."
+        _p "This www/test/example.cgi script shows a canonical way to write a simple whimsy tool that processes data and then displays it."
         _p %{
           This helpblock appears at top left, and should explain to an end user what this script does for the user and why they might be interested.
           Any related whimsy or other (projects.a.o, etc.) links should be in the related: listing on the top right to help users find other useful things.
@@ -36,7 +36,7 @@ _html do
       },
       breadcrumbs: {
         dataflow: '/test/dataflow.cgi',
-        testscript: '/test/test.cgi'
+        testscript: '/test/example.cgi'
       }
     ) do
       # IF YOUR SCRIPT EMITS A LARGE TABLE

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