[ANN] BlogBrowser 1.0alpha on SqueakMap

Karl Ramberg karl.ramberg at chello.se
Tue Jul 27 16:57:46 UTC 2004


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
-------------- next part --------------
'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