add a note about the delay
2005-03-01 Vincent Untz <vincent@vuntz.net> * foundation.gnome.org/membership/application.wml: add a note about the delay
This commit is contained in:
parent
76f961fd37
commit
8d37f5b0ce
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-03-01 Vincent Untz <vincent@vuntz.net>
|
||||||
|
|
||||||
|
* foundation.gnome.org/membership/application.wml: add a note about
|
||||||
|
the delay
|
||||||
|
|
||||||
2004-12-21 Vincent Untz <vincent@vuntz.net>
|
2004-12-21 Vincent Untz <vincent@vuntz.net>
|
||||||
|
|
||||||
* foundation.gnome.org/index.wml:
|
* foundation.gnome.org/index.wml:
|
||||||
|
|
|
@ -85,7 +85,9 @@
|
||||||
$formmail .= "Other comments:\n---------------\n";
|
$formmail .= "Other comments:\n---------------\n";
|
||||||
$formmail .= $comments . "\n";
|
$formmail .= $comments . "\n";
|
||||||
$formmail .= "\n";
|
$formmail .= "\n";
|
||||||
$formmail .= "[Application received at " . date("D M j G:i:s Y") . " (Eastern time)]";
|
$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.";
|
||||||
|
|
||||||
$headers = "From: GNOME Foundation Membership Committee Script <membership-committee@gnome.org>\nCc: $email\n";
|
$headers = "From: GNOME Foundation Membership Committee Script <membership-committee@gnome.org>\nCc: $email\n";
|
||||||
|
|
||||||
|
@ -104,7 +106,8 @@
|
||||||
<p>
|
<p>
|
||||||
Thank you for your submission. It has been forwarded to the
|
Thank you for your submission. It has been forwarded to the
|
||||||
membership committee, which will inform you when it has been
|
membership committee, which will inform you when it has been
|
||||||
processed.
|
processed. The membership committee tries to process applications
|
||||||
|
within a month after their reception.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
As a confirmation, you should receive your application by mail too.
|
As a confirmation, you should receive your application by mail too.
|
||||||
|
|
Loading…
Reference in a new issue