From 322a983bedf3ed60027bed5d2ea28d4daea21d28 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 23 Jun 2010 22:28:23 +0300 Subject: First commit --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..dc2eecb --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +# Introduction # +fsfeed is a simple PHP app that turns directory paths into Atom feeds. It's useful to run it +on an insecure file server to notify users of file or folder updates. Users can also download +files from their newsreader, provided that the web server has read access to the file. + +By using a combination of the path and modification time as the URN of an entry, it can mark +an updated file as new in the newsreader. + +fsfeed is not and probably never will be, recursive. + +# Usage # +Just copy the fsfeed folder to where your web server can run it from and rename fsfeed.db.default to fsfeed.db. -- cgit v1.2.3