Email notifications from SqueakSource?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Email notifications from SqueakSource?

Andreas.Raab
Hi -

Is it possible to get SqueakSource to send email notifications about
commits? I'd like to have something that actively reminds me when
something has changed - the available RSS feed doesn't really do it for
me (mostly because RSS is badly integrated in my usual workflow). I've
been looking around for something that would allow this but I couldn't
find anything; any help would be greatly appreciated!

Cheers,
   - Andreas

Reply | Threaded
Open this post in threaded view
|

Re: Email notifications from SqueakSource?

Philippe Marschall
> Is it possible to get SqueakSource to send email notifications about
> commits? I'd like to have something that actively reminds me when
> something has changed - the available RSS feed doesn't really do it for
> me (mostly because RSS is badly integrated in my usual workflow). I've
> been looking around for something that would allow this but I couldn't
> find anything; any help would be greatly appreciated!

Yeah, that should be possible, SqueakSource already sends out mails if
something bad happens, knows your email address and handels uploads of
versions (SSSession>>#putRequest:, SSProject>>#addVersion:author:).

Cheers
Philippe

Reply | Threaded
Open this post in threaded view
|

Re: Email notifications from SqueakSource?

Philippe Marschall
> Yeah, that should be possible, SqueakSource already sends out mails if
> something bad happens, knows your email address and handels uploads of
> versions (SSSession>>#putRequest:, SSProject>>#addVersion:author:).
An other fun idea would be notifications via Jabber ;-)

Cheers
Philippe

Reply | Threaded
Open this post in threaded view
|

Re: Email notifications from SqueakSource?

Bert Freudenberg-3
In reply to this post by Andreas.Raab

Am 25.02.2006 um 10:27 schrieb Andreas Raab:

> Hi -
>
> Is it possible to get SqueakSource to send email notifications  
> about commits? I'd like to have something that actively reminds me  
> when something has changed - the available RSS feed doesn't really  
> do it for me (mostly because RSS is badly integrated in my usual  
> workflow). I've been looking around for something that would allow  
> this but I couldn't find anything; any help would be greatly  
> appreciated!


Well, Mozilla Firefox does read RSS, too.

Or use an RSS-to-Email gateway - Google turned up some (haven't tried  
any of them):

        http://www.rssfwd.com/rssfwd/
        http://www.rsswatcher.com/
        http://www.myblogalerts.com/
        https://neomailbox.com/rss_gateway.html

- Bert -


Reply | Threaded
Open this post in threaded view
|

Re: Email notifications from SqueakSource?

Mark P. McCahill
In reply to this post by Philippe Marschall

On Feb 25, 2006, at 3:54 AM, Philippe Marschall wrote:

>> Yeah, that should be possible, SqueakSource already sends out  
>> mails if
>> something bad happens, knows your email address and handels  
>> uploads of
>> versions (SSSession>>#putRequest:, SSProject>>#addVersion:author:).
> An other fun idea would be notifications via Jabber ;-)
>


Hmmm... I can see how this would work when you are online,
but what are you thinking of for the scenario where you are
not online? Would this be a notification to some persistent
jabber room that you would see when you next logged in?

Reply | Threaded
Open this post in threaded view
|

Re: Email notifications from SqueakSource?

Darius Clarke
Mark,

I think Philippe means both e-mail for persistent store and jabber for the so inclined available per their preference.

I look forward to the day when one subscribes to the development projects one is interested in.

Say, everyone's (public code) SUnit tests' results are published in RSS.
When the developer gets green on the important SUnit tests, you get the notice in your aggregator (and a copy of code if its not too big, otherwise get a link to it).

Then, if you want to, you import the code to a safe copy of what you are working on and run your SUnit tests on the integrated code and programmatically post the errors in your own RSS feed. If the developer really cares, they could subscribe to your results feed. The aggregator helps mitigate interruptions and disruptions to programmer thought process.

This sort of closes the loop nicely and more tightly and programmatically than public broadcasts alone. Seems a natural for the collaborative nature of Croquet. Big code compatibility breakage lights-up the net like a Christmas tree.

Beyond "incremental compiling" ... it's "incremental code integration", more fine grained than any project or .cs file making the rounds. It's also loosely coupled like the net itself. Unsubscribe anytime. This also lets the developer know how popular their projects are. It also makes it easier to share popular project development code subscription "sets" between "friends of friends" automating it rather than just passing along a link to a site homepage or a copy of outdated code..

This might even be a nice hosted service if open source folks care to post minute slips of changed code that passes their Unit tests to the service.

Cheers,
Darius