Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/HTTP/trunk@45561 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Martin Kaltoft committed Apr 19, 2001
1 parent e7201a3 commit 7712554
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
To install the NNTP package you currently have to make a distribution
To install the HTTP package you currently have to make a distribution
tarball first:

$ pear package package.xml

This will result in a file called NNTP-0.1.tgz that you have to install:
This will result in a file called HTTP-1.0.tgz that you have to install:

$ pear install NNTP-0.1.tgz
$ pear install HTTP-1.0.tgz

Now you are all set.
18 changes: 9 additions & 9 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<!-- do not use the "Type" attribute here, that one is only for
generated package.xml files -->
<Package>
<Name>NNTP</Name>
<Summary>Communicate with an NNTP server</Summary>
<Name>HTTP</Name>
<Summary>Miscellaneous HTTP utilities</Summary>
<Maintainer>
<Initials>MK</Initials>
<Name>Martin Kaltoft</Name>
<Email>kaltoft@php.net</Email>
<Initials>SSB</Initials>
<Name>Stig Sæther Bakken</Name>
<Email>stig@php.net</Email>
</Maintainer>
<Release>
<Version>0.1</Version>
<Date>2001-04-19</Date>
<Version>1.0</Version>
<Date>2001-04-15</Date>
<Notes>
This is the initial independent release of the NNTP package.
This is the initial independent release of the HTTP package.
</Notes>
</Release>
<FileList>
<Dir>/</Dir>
<File>NNTP.php</File>
<File>HTTP.php</File>
</FileList>
</Package>

0 comments on commit 7712554

Please sign in to comment.