diff options
author | Filipp Lepalaan <filipp@mac.com> | 2010-06-23 22:28:23 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2010-06-23 22:28:23 +0300 |
commit | 322a983bedf3ed60027bed5d2ea28d4daea21d28 (patch) | |
tree | 0217f6fc47c8a0c0db3377dc80eb282aa780d266 /README | |
download | fsfeed-322a983bedf3ed60027bed5d2ea28d4daea21d28.tar.gz fsfeed-322a983bedf3ed60027bed5d2ea28d4daea21d28.tar.bz2 fsfeed-322a983bedf3ed60027bed5d2ea28d4daea21d28.zip |
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |