diff --git a/foundation.gnome.org/membership/application.old.wml b/foundation.gnome.org/membership/application.old.wml new file mode 100644 index 0000000..2ba94ff --- /dev/null +++ b/foundation.gnome.org/membership/application.old.wml @@ -0,0 +1,320 @@ + + + +
++ Thank you for your submission. It has been forwarded to the + membership committee, which will inform you when it has been + processed. The membership committee tries to process applications + within a month after their reception. +
++ As a confirmation, you should receive your application by mail too. +
++ If you have any questions, please e-mail the Membership Committee. +
++ To apply for membership in the GNOME Foundation, please complete the + following form as completely as possible. Your application will then be + reviewed by the Foundation's Membership and Elections Committee, which + will notify you when your application has been accepted or rejected; the + committee may also ask you for additional information. For details on the + standards used in evaluating applications, see the GNOME Foundation membership policy, adopted by the + Board of Directors. +
++ Please consider reading Application Tips page so as to get informed about what kind of information is helpful to make your application processed faster. +
++ Once you have applied, you will get a ticket number per email and + you can see the status of your application at the stats page. + If you have any questions regarding the application process, please feel + free to e-mail the committee at membership-committee@gnome.org. +
+ + "); + foreach ($errors as $error) { + print("+ The GNOME Foundation tries to be as transparent as possible. This + includes making it easy to find out who is a member of the Foundation + and why an application is accepted or denied. + Thus, all the information you will submit through this form will be + publically available: the form will send an e-mail to a mailing list + whose archives are publically available on the Internet and your + application will be accessible through mail archives. +
+ + + + + + + diff --git a/foundation.gnome.org/membership/application.wml b/foundation.gnome.org/membership/application.wml old mode 100644 new mode 100755 index 2ba94ff..e1b608e --- a/foundation.gnome.org/membership/application.wml +++ b/foundation.gnome.org/membership/application.wml @@ -19,11 +19,8 @@ $name = $_POST['name']; $email = $_POST['email']; $summary = $_POST['summary']; - $details = $_POST['details']; $contacts = $_POST['contacts']; - $pointers = $_POST['pointers']; $comments = $_POST['comments']; - $ircnick = $_POST['ircnick']; $cvsuser = $_POST['cvsuser']; $previousmember = $_POST['previousmember']; $spam = $_POST['spam']; @@ -33,9 +30,7 @@ $name = trim(stripslashes($name)); $email = trim(stripslashes($email)); $summary = trim(stripslashes($summary)); - $details = trim(stripslashes($details)); $contacts = trim(stripslashes($contacts)); - $pointers = trim(stripslashes($pointers)); $comments = trim(stripslashes($comments)); if (!$name || $name == "") { @@ -53,13 +48,9 @@ $bad_elements[] = "summary"; $errors[] = "Please enter a list of areas of GNOME to which you have made a non-trivial contribution."; } - if (!$details || $details == "") { - $bad_elements[] = "details"; - $errors[] = "Please enter a more detailed description of your contributions."; - } - if ((!$contacts || $contacts == "") && $pointers == "") { + if ((!$contacts || $contacts == "") { $bad_elements[] = "contacts"; - $errors[] = "Please enter a list of individuals with their e-mails who can confirm your contributions or indicate us how the membership committee can verify your contributions."; + $errors[] = "Please enter a list of individuals with their e-mails who can confirm your contributions or indicate us how the Membership Committee can verify your contributions."; } if ($contacts && $contacts != "" && (strpos ($contacts, '@') === FALSE)) { $bad_elements[] = "contacts"; @@ -77,7 +68,6 @@ $formmail = "Contact Information:\n--------------------\n"; $formmail .= "Name: " . $name . "\n"; $formmail .= "E-mail: " . $obfuscated_email . "\n"; - $formmail .= "irc.gnome.org nickname (if any): " . $ircnick . "\n"; $formmail .= "git.gnome.org username (if any): " . $cvsuser . "\n"; $formmail .= "\n"; $formmail .= "Previous GNOME Foundation member: "; @@ -91,18 +81,14 @@ $formmail .= "\n"; $formmail .= "Summary:\n" . $summary . "\n"; $formmail .= "\n"; - $formmail .= "Detailed description:\n" . $details . "\n"; - $formmail .= "\n"; $formmail .= "Contacts:\n" . $obfuscated_contacts . "\n"; $formmail .= "\n"; - $formmail .= "Pointers:\n" . $pointers . "\n"; - $formmail .= "\n"; $formmail .= "Other comments:\n---------------\n"; $formmail .= $comments . "\n"; $formmail .= "\n"; $formmail .= "[Application received at " . date("D M j G:i:s Y") . " (Eastern time)]\n"; $formmail .= "\n"; - $formmail .= "If you have any questions, you can contact the membership committee by\nreplying to this mail. Please note that the delay for your application\nto be processed can be up to one month."; + $formmail .= "If you have any questions, you can contact the Membership Committee by\nreplying to this mail. Please note that it usually takes up to a week for an application to be fully processed."; $headers = "From: GNOME Foundation Membership Committee ScriptThank you for your submission. It has been forwarded to the - membership committee, which will inform you when it has been - processed. The membership committee tries to process applications - within a month after their reception. + Membership Committee, which will inform you when it has been + processed. The Membership Committee tries to process applications + within a week or two after their reception.
As a confirmation, you should receive your application by mail too. @@ -159,7 +145,7 @@ you can see the status of your application at the stats page. If you have any questions regarding the application process, please feel - free to e-mail the committee at membership-committee@gnome.org.
@@ -173,6 +159,7 @@ ?>The GNOME Foundation tries to be as transparent as possible. This includes making it easy to find out who is a member of the Foundation @@ -184,6 +171,9 @@