Skip to content

Commit

Permalink
Update and complete
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_NNTP/trunk@68892 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
tvvcox committed Jan 27, 2002
1 parent 67c6fdd commit 40364d4
Showing 1 changed file with 33 additions and 11 deletions.
44 changes: 33 additions & 11 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,42 @@
<package>
<name>Net_NNTP</name>
<summary>Communicate with an NNTP server</summary>
<maintainer>
<user>kaltroft</user>
<name>Martin Kaltroft</name>
<email>[email protected]</email>
</maintainer>
<description>
Complete class for communicating with an NNTP server (this is: the USENET), including: post, view, list, authentication, overview, header manipulation, NNTP commands debugger, etc.
</description>
<maintainers>
<maintainer>
<user>kaltroft</user>
<name>Martin Kaltroft</name>
<email>[email protected]</email>
<role>lead</role>
</maintainer>
<maintainer>
<user>cox</user>
<name>Tomas V.V.Cox</name>
<email>[email protected]</email>
<role>developer</role>
</maintainer>
<maintainer>
<user>mog</user>
<name>Morgan Christiansson</name>
<email>[email protected]</email>
<role>contributor</role>
</maintainer>
</maintainers>
<release>
<version>0.1</version>
<date>2001-04-19</date>
<date>2002-01-27</date>
<licence>PHP 2.0</licence>
<state>stable</state>
<notes>
This is the initial independent release of the NNTP package.
</notes>
<filelist>
<dir name="/" baseinstall="Net">
<file role="php">NNTP.php</file>
<file role="doc">README</file>
</dir>
</filelist>
</release>
<filelist>
<dir>/</dir>
<file>NNTP.php</file>
</filelist>
</package>
</package>

0 comments on commit 40364d4

Please sign in to comment.