How to create and run a lightweight internal RSS feed

0

I have the idea to create a very simple tech update feed for internal collaboration in our company. To do this, I'm looking for the easiest way of writing messages that then get syndicated as an RSS feed. Something like a mini blogging tool. The simpler, the better.

Enter title, body and send, all subscribers of the feed get the new message. Sort of like Twitter without using Twitter. It has to be a purely web-based solution!

Any tips, ideas, experiences?

markus

Posted 2011-01-14T08:07:20.857

Reputation: 1 413

What Operating System are you on, in case it'll not be web-based? – Daniel Beck – 2011-01-14T08:23:26.683

@Daniel: It has to be web based, I'm anti-desktop, I want to be as mobile as possible. – markus – 2011-01-14T08:28:59.957

That might have been a good requirement to add to your question. – Daniel Beck – 2011-01-14T08:33:41.267

Answers

1

I'd recommend Posterous. It's a minimal blogging site, plus you can create groups or set up a private site with a private RSS feed.

Tobias Plutat

Posted 2011-01-14T08:07:20.857

Reputation: 5 051

Thank you very much. Actually Posterous is perfect for this, not least because it provides private feeds without authentication, which was one of the problems with most other solutions. – markus – 2011-01-14T14:47:53.483