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

Source for file 20040322-vm.php

Documentation is available at 20040322-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 (II)");
  21. ?>
  22.  
  23. <h1>PEAR Group - Administrative Documents</h1>
  24.  
  25. <h2>&raquo; Handling Votings and Membership (II)</h2>
  26.  
  27. <p>Published: 22nd March 2004</p>
  28.  
  29. <p><b>Note:</b> This document supersedes the administrative document
  30. titled &quot;<?php echo make_link("20030820-vm.php""Handling Votings and Membership")?>
  31. &quot; from 20th August 2003. No formal voting process has been
  32. initiated to back up the acceptance of this document, because no member
  33. of the PEAR Group has raised any objections concerning the differences
  34. between this document and its successor.</p>
  35.  
  36. <ol>
  37.   <li><h3>Voting</h3>
  38.  
  39.   <p>When a vote is called, each member can vote &quot;yes&quot;,
  40.   &quot;no&quot; or &quot;abstain&quot;. In the case of a tie, the
  41.   issue is considered unresolved until a compromise can be reached
  42.   and a positive re-vote is achieved.  If half or more of the
  43.   members choose to abstain, the vote is also considered unresolved.</p>
  44.  
  45.   <p>Outside of the Group, individual voting shall be anonymous.
  46.   Published results would appear as:</p>
  47.  
  48.   <p><blockquote>4 yes, 1 no, 1 abstention</blockquote></p>
  49.  
  50.   <p>Examples (for a 7 member group):
  51.   <pre>
  52.     7 yes, 0 no, 0 abstain      Pass
  53.     2 yes, 4 no, 1 abstain      Fail
  54.     3 yes, 3 no, 1 abstain      Unresolved (Fail)
  55.     2 yes, 1 no, 4 abstain      Unresolved (Fail)
  56.   </pre>
  57.   Any member can call a vote, but it must be seconded by one other
  58.   member before the vote can begin.  The voting period will begin the
  59.   following midnight (UTC).  Each voting period lasts four days.
  60.   Votes that haven&#39;t been cast by the end of the voting period default
  61.   to &quot;abstain&quot;.</p>
  62.  
  63.   </li>
  64.   <li><h3>Membership</h3>
  65.  
  66.   <p>Membership is essentially for life.  A member can resign whenever
  67.   they like or can be voted out of the Group by a majority vote of the
  68.   other members.</p>
  69.  
  70.   <p>Proposing a new member works the same way.  The maximum size of
  71.   the Group shall be limited to nine members to keep things
  72.   manageable.</p>
  73.   </li>
  74. </ol>
  75.  
  76. <?php
  77.  
  78. echo make_link('/group/''Back');
  79.  
  80. response_footer();

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