[ANN] BlogBrowser 1.0alpha on SqueakMap

Rob Withers rwithers12 at comcast.net
Wed Jul 28 01:25:01 UTC 2004


Here's a fix for parsing AtomFeeds.   Nice work!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: blogBrowser-fixes.1.cs
Type: application/text
Size: 698 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040727/4739d77d/blogBrowser-fixes.1.bin
-------------- next part --------------



On Jul 27, 2004, at 9:57 AM, Karl Ramberg wrote:

> Here is a small change set to add the blog browser to the world menu.
> Karl
>
> Ram Krishnan wrote:
>>
>> Folks,
>>
>> I've just published a 1.0alpha release of BlogBrowser, a basic blog
>> reader, on SqueakMap. This new release adds a few more features and  
>> uses
>> the Monticello package format and conventions.
>>
>> I've tested the release from a fresh Squeak3.7b-5967.image and things
>> appear to work okay. However, since this is my first attempt at using
>> Monticello and SqueakMap please bear with me and do let me know if  
>> there
>> are any issues.
>>
>> The SqueakMap Url (if anyone is interested) is:
>>
>> <http://map1.squeakfoundation.org/sm/account/package/302c811f-8107 
>> -4921-9bfd-beaad4957370>
>>
>> Peace.
>>
>> -ram'From Squeak3.7beta of ''1 April 2004'' [latest update: #5969] on  
>> 27 July 2004 at 6:49:13 pm'!
>
> !BlogBrowser class methodsFor: 'as yet unclassified' stamp: 'kfr  
> 7/27/2004 18:44'!
> registerInOpenMenu
> 	"Register the receiver in the system's open menu"
>
> 	TheWorldMenu registerOpenCommand:
> 		{ 'blog browser' . { BlogBrowser . #open }. '"BlogBrowser", a web  
> log browser' }.
> ! !
>
> "Postscript:"
> BlogBrowser registerInOpenMenu
> !
>
>


More information about the Squeak-dev mailing list