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

Source for file meeting-2003.php

Documentation is available at meeting-2003.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2001-2005 The PHP 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:                                                             |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20.  
  21. response_header();
  22. ?>
  23. <h1>PEAR Meeting in Amsterdam</h1>
  24.  
  25. [March 20, 2003]
  26.  
  27. <div id="news-entry">
  28. We will hold the first PEAR Meeting (following the
  29. <a href="http://www.phpconference.com/">Int. PHP Conference</a>) in
  30. Amsterdam on May 9th at 17:30.
  31. <br /><br />
  32. The <a href="http://www.terena.nl/about/secretariat/location.html">location</a>
  33. has been graciously sponsored by Jeroen Houben. We will provide a live
  34. stream from the meeting so that people that did not make it to the meeting in
  35. person can participate via web. Apart from that there will be the
  36. possibility to join the discussion via IRC.
  37. <br /><br />
  38. The agenda is as follows:
  39. <ol>
  40. <li>Quality vs. Quantity</li>
  41. <li>Should documentation be a requirement for new packages?
  42. (<?php echo make_link("/~mj/004-documentation.txt""RfC")?>)</li>
  43. <li>The <abbr title="PEAR Foundation Classes">PFC</abbr>
  44. <a href="http://marc.theaimsgroup.com/?l=pear-dev&m=104617534710384&w=2">RfC</a></li>
  45. <li>PEAR on Windows</li>
  46. <li>Preventing conflicts among developers</li>
  47. <li>The website (rating system, comment system, package proposals)</li>
  48. <li>PEAR Installer</li>
  49. <li>PHP 5</li>
  50. <li>PEAR CS (method naming conventions?)</li>
  51. <li>PEAR promotion</li>
  52. </ol>
  53.  
  54. The following people will participate in person:<br />
  55. Sebastian Bergmann, Hartmut Holzgraefe, Jeroen Houben,
  56. Sterling Hughes, Wolfram Kriesing, Jan Lehnardt,
  57. Derick Rethans, George Schlossnagle, Lukas Smith, Markus Wolff.
  58. <br /><br />
  59.  
  60. Everyone who will participate should be prepared accordingly. The
  61. meeting will probably last about 4 hours with a short break. Jeroen can
  62. probably provide drinks but if we want food we will have to
  63. come up with something ourselfs (like ordering pizza). All the people
  64. listed above will be contacted by me.
  65. <br /><br />
  66. Please note that while we want this meeting to be as open as possible,
  67. we may have to limit participation if the interest becomes too great. The
  68. meeting room can hold up to 15 people. We may also have to moderate the IRC
  69. channel if things become too confusing to follow.<br />
  70. IRC Channels:<br />
  71. <br />
  72. Freenode channels:
  73. <ul>
  74. <li>#pear for general discussion between users listening/watching *about* the meeting</li>
  75. <li>#pear.meeting the channel for the meeting +m (moderated)</li>
  76. </ul>
  77. <br />
  78. When necessary newer members of the PEAR community may therefore
  79. be unable to directly communicate with the meeting. I would therefore
  80. suggest to newer members to write down their ideas as a well thought
  81. out RfC and post it to the <a href="mailto:<?php echo PEAR_DEV_EMAIL; ?>">mailinglist</a>
  82.  or send it to
  83. <?php echo make_mailto_link('lsmith@php.net''me')?> directly.
  84. That way we can more easily incorporate their ideas into the meeting.
  85. <br /><br />
  86. Please mail all comments to either
  87. <a href="mailto:<?php echo PEAR_DEV_EMAIL; ?>"><?php echo PEAR_DEV_EMAIL; ?></a>
  88.  or <?php echo make_mailto_link('lsmith@php.net''Lukas Smith')?>.
  89. <br /><br />
  90. On behalf of the PEAR developers: Lukas Smith.
  91. </div>
  92. <?php
  93. response_footer();

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