[Pkg] Packages: Packages-Library-kph.55.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Mar 28 20:16:18 UTC 2009


A new version of Packages-Library was added to project Packages:
http://www.squeaksource.com/Packages/Packages-Library-kph.55.mcz

==================== Summary ====================

Name: Packages-Library-kph.55
Author: kph
Time: 28 March 2009, 8:16 pm
UUID: 41794de2-1bd5-11de-85e1-000a95edb42a
Ancestors: Packages-Library-kph.54

auto regenerated:

PackagesSqueak37U>>HTMLParser{Uncategorized} (source same but rev changed)
PackagesSqueak37U>>HTTPClient{Uncategorized} (source same but rev changed)

=============== Diff against Packages-Library-kph.54 ===============

Item was changed:
  ----- Method: PackagesSqueak37U>>HTTPClient (in category 'Uncategorized') -----
  HTTPClient
  
  	self name: 'HTTPClient'.
  	self version: '19'.
  	info category: 'Uncategorized'.
  	info description: 
  'A Squeak port of Steve Waring''s HTTP client.  (The original, Dolphin package is available at http://www.dolphinharbor.org/dh/projects/httpclient/index.html.)  The Squeak port is usable, but still needs a lot of cleanup work.
  
  The Squeak port must be installed using an up-to-date version of MCInstaller; the easiest way to get that is to update to SM2.
  
  See the class side of SptHTTPRequest for example usage.
  
  Features:
  
      * HTTP 1.1 persistent connections.
      * Ability to process requests in a background process and set timeouts.
      * Cookie parsing/sending.
      * Partial range requests.
      * Automatic following of redirections.
      * Streaming of responses to writeStreams/fileStreams.
      * Basic Authentication.
      * Support for Proxies.
      * Flexible progress notifications.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SWHTTPClient-bkv.19.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  !

Item was changed:
  ----- Method: PackagesSqueak37U>>HTMLParser (in category 'Uncategorized') -----
  HTMLParser
  
  	self name: 'HTML-Parser'.
  	self version: '1.5'.
  	info category: 'Uncategorized'.
  	info description: 
  'Parses an HTML document into an XML DOM, using YAXO''s XMLElement.  This parser is HTML 4.01 compliant - it will accurately infer the structure of correct HTML, but it is not tolerant of broken markup.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/HTML-Parser.st'.
  	self provides: #().
  
  	self dependsOn: #('YAXO').
  
  !



More information about the Packages mailing list