Minimalistic flatfile-based "wall" PHP app with authentication and RSS?

0

I am looking for an open-source minimalistic "message board" PHP software.
Not a forum, more something like one simple facebook wall.
The only thing a user can do is post a new message.

With RSS, and able to run on flat files (no database) with Apache+PHP
Authentication based on a configuration file, no management UI needed.

For now I use this software, but it lacks RSS:
http://nrw.free.fr/data/projects/pano/demo/index.php?pano=ifc

Anyone knows a software that matches my description?
Thanks!

Usage: communication between my family's 5 members living on different continents.

Nicolas Raoul

Posted 2010-04-21T05:52:02.850

Reputation: 7 766

Answers

1

I believe it is called guestbook (minus the authentication part). Check Internet, there are plenty of these. If you know PHP you can write your own in 5 mins.

Ivan Petrushev

Posted 2010-04-21T05:52:02.850

Reputation: 1 591

Indeed, a guestbook plus authentication, exactly! I wrote an open-source software like this in PHP in 2003. While it is not complicated, archiving is not totally trivial, and adding RSS would take some time, I would prefer an existing software that has a community using it. – Nicolas Raoul – 2010-04-22T10:24:05.110

There are free RSS generators... and what do you mean by "archiving" - paging of some sort? I'm sorry I can't point you to exact application, my opinion is still that you can write a better application given with that level of simplicity :) – Ivan Petrushev – 2010-04-22T12:17:13.607

Yes, by "archiving" I mean paging, so that all thousands of messages do not show up, just the most recent ones. If such an open-source application already exist, I would obviously rather use it than maintain my custom one. – Nicolas Raoul – 2010-07-02T03:23:32.480