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 2022/12/07 17:41:50 UTC

[whimsy] branch master updated: Test files for setting up permissions

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 af5855a0 Test files for setting up permissions
af5855a0 is described below

commit af5855a0688f635ef4e2b3fdf157bcf1415edef7
Author: Sebb <se...@apache.org>
AuthorDate: Wed Dec 7 17:41:36 2022 +0000

    Test files for setting up permissions
    
    N.B. Permissions not yet enabled
---
 www/test/committer/index.html | 1 +
 www/test/committer/test.cgi   | 3 +++
 www/test/public/index.html    | 1 +
 www/test/public/test.cgi      | 3 +++
 4 files changed, 8 insertions(+)

diff --git a/www/test/committer/index.html b/www/test/committer/index.html
new file mode 100644
index 00000000..bf610684
--- /dev/null
+++ b/www/test/committer/index.html
@@ -0,0 +1 @@
+committer
diff --git a/www/test/committer/test.cgi b/www/test/committer/test.cgi
new file mode 100755
index 00000000..97c40334
--- /dev/null
+++ b/www/test/committer/test.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+PAGETITLE = "Whimsy Environment Tester"
+load "#{__dir__}/../../test.cgi"
diff --git a/www/test/public/index.html b/www/test/public/index.html
new file mode 100644
index 00000000..a48cf0de
--- /dev/null
+++ b/www/test/public/index.html
@@ -0,0 +1 @@
+public
diff --git a/www/test/public/test.cgi b/www/test/public/test.cgi
new file mode 100755
index 00000000..97c40334
--- /dev/null
+++ b/www/test/public/test.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+PAGETITLE = "Whimsy Environment Tester"
+load "#{__dir__}/../../test.cgi"