pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file 20030820-vm.php

Documentation is available at 20030820-vm.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2003-2005 The PEAR Group                               |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20. response_header("The PEAR Group: Handling Votings and Membership");
  21. ?>
  22.  
  23. <h1>PEAR Group - Administrative Documents</h1>
  24.  
  25. <h2>&raquo; Handling Votings and Membership</h2>
  26.  
  27. <p>Published: 20th August 2003</p>
  28.  
  29. <p><b>Note:</b> On 22nd March 2004 this document has been superseded by
  30. <?php echo make_link("20040322-vm.php""Handling Votings and Membership (II)")?>.
  31. Please refer to the new document for up-to-date information.</p>
  32.  
  33. <ol>
  34.   <li><h3>Voting</h3>
  35.  
  36.   <p>When a vote is called, each member can vote &quot;yes&quot;,
  37.   &quot;no&quot; or &quot;abstain&quot;. In the case of a tie, the
  38.   issue is considered unresolved until a compromise can be reached
  39.   and a positive re-vote is achieved.  If more than half of the voting
  40.   members choose to abstain, the vote is also considered unresolved.</p>
  41.  
  42.   <p>Outside of the Group, individual voting shall be anonymous.
  43.   Published results would appear as:</p>
  44.  
  45.   <p><blockquote>4 yes, 1 no, 1 abstention</blockquote></p>
  46.  
  47.   <p>Examples (for a 7 member group):
  48.   <pre>
  49.     7 yes, 0 no, 0 abstain      Pass
  50.     2 yes, 4 no, 1 abstain      Fail
  51.     3 yes, 3 no, 1 abstain      Unresolved (Fail)
  52.     2 yes, 1 no, 4 abstain      Unresolved (Fail)
  53.   </pre>
  54.   Any member can call a vote, but it must be seconded by one other
  55.   member before the vote can begin.  The voting period will begin the
  56.   following midnight (UTC).  Each voting period lasts four days.
  57.   Votes that haven&#39;t been cast by the end of the voting period default
  58.   to &quot;abstain&quot;.</p>
  59.  
  60.   </li>
  61.   <li><h3>Membership</h3>
  62.  
  63.   <p>Membership is essentially for life.  A member can resign whenever
  64.   they like or can be voted out of the Group by a majority vote of the
  65.   other members.</p>
  66.  
  67.   <p>Proposing a new member works the same way.  The maximum size of
  68.   the Group shall be limited to nine members to keep things
  69.   manageable.</p>
  70.   </li>
  71. </ol>
  72.  
  73. <?php
  74.  
  75. echo make_link('/group/''Back');
  76.  
  77. response_footer();

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.