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 2020/02/04 12:06:06 UTC

[whimsy] branch master updated: Add current proxies and improve description

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 f231fc4  Add current proxies and improve description
f231fc4 is described below

commit f231fc47c97439130bbf16547ad01dbc2c621158
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Tue Feb 4 07:05:54 2020 -0500

    Add current proxies and improve description
---
 www/members/proxy.cgi | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/www/members/proxy.cgi b/www/members/proxy.cgi
index 60d79a0..4869fa3 100755
--- a/www/members/proxy.cgi
+++ b/www/members/proxy.cgi
@@ -12,8 +12,11 @@ require_relative 'meeting-util'
 
 # TODO: Read in proxies between Volunteers: and Assignments: lines
 volunteers = [
+  "Craig L Russell (clr)",
   "Shane Curcuru (curcuru)",
-  "Craig L Russell (clr)"
+  "Jim Jagielski (jim)",
+  "Greg Stein (gstein)",
+  "Daniel Ruggeri (druggeri)"
 ]
 
 # Emit basic instructions and details on quorum
@@ -71,7 +74,7 @@ def emit_form(cur_mtg_dir, meeting, volunteers)
           end
         end
       else
-        _p 'The following members have volunteered to serve as proxies; you can freely select any one of them below:'
+        _p 'The following members have explicitly volunteered to serve as proxies; select any one of them, or select any other member that you know will proxy for you (or ask!):'
         _ul do
           volunteers.each do |vol|
             _pre vol