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 c6c3ed22 Add some links to the meeting info
c6c3ed22 is described below

commit c6c3ed22ac29df47fed2fb6e8472c9e3d0f9635d
Author: Sebb <[email protected]>
AuthorDate: Fri Feb 16 15:21:59 2024 +0000

    Add some links to the meeting info
---
 lib/whimsy/asf/meeting-util.rb | 4 ++++
 www/members/meeting.cgi        | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/meeting-util.rb b/lib/whimsy/asf/meeting-util.rb
index 2e5bc061..5435877b 100644
--- a/lib/whimsy/asf/meeting-util.rb
+++ b/lib/whimsy/asf/meeting-util.rb
@@ -24,7 +24,11 @@ module ASF
       'agenda.txt' => 'Official Meeting Agenda',
       'board_ballot.txt' => 'Official Board Candidate Ballots',
       'board_nominations.txt' => 'Board Nominations',
+      '/members/board-nominate.cgi' => 'Add entries to board nomination file 
(BETA)',
+      '/members/board_nominations.cgi' => 'Board nominations cross-check',
       'nominated-members.txt' => 'Official New Member Nominees/Seconds',
+      '/members/nominations.cgi' => 'New Member nominations cross-check',
+      '/members/member_nominations.cgi' => 'Add entries to member nomination 
file (BETA)',
       PROXIES_FILENAME => 'Official List Of Meeting Proxies',
       'record' => 'Official List Of Voting Members',
       'attend' => 'Official List Of Meeting Attendees (afterwards)',
diff --git a/www/members/meeting.cgi b/www/members/meeting.cgi
index 454b8e9e..9dc11122 100755
--- a/www/members/meeting.cgi
+++ b/www/members/meeting.cgi
@@ -200,7 +200,9 @@ _html do
           _ 'Before the meeting, any Member may nominate people either for the 
Board, or as a New Member Candidate.  Much of this discussion happens on 
members@ mailing list.  Remember, all new nominated names must be checked into 
SVN 10 days before the meeting.'
           _ 'Also, you should submit a proxy if you might not attend the the 
meeting.'
           _ul do
-            ['board_nominations.txt', 'board_ballot.txt', 
'nominated-members.txt', '/members/proxy.cgi'].each do |f|
+            ['board_nominations.txt', 'board_ballot.txt', 
'/members/board-nominate.cgi', '/members/board_nominations.cgi',
+              'nominated-members.txt', '/members/member_nominations.cgi', 
'/members/nominations.cgi',
+              '/members/proxy.cgi'].each do |f|
               _li do
                 emit_link(svn_mtg_dir, f, ASF::MeetingUtil::MEETING_FILES[f])
               end

Reply via email to