==============================================================================
Name: LUFS bridge (alpha)
-Author: Miklos Szeredi <mszeredi at inf bme hu >
+Author: Miklos Szeredi <mszeredi at inf bme hu>
Homepage: http://sourceforge.net/project/showfiles.php?group_id=21636&package_id=109154
recompilation is needed.
==============================================================================
+Name: btfs (Bluetooth FileSystemMapping)
+
+Author: Collin R. Mulliner <collin at betaversion net>
+
+Homepage: http://www.mulliner.org/bluetooth/btfs.php
+
+Description:
+
+ Btfs is a simple application to map some basic bluetooth functions
+ into the filesystem. With btfs a simple ls DEVICES shows you all
+ bluetooth devices within range and cp somefile OPUSH/devicename sends
+ the given file to the device.
+
+==============================================================================
+Name: mcachefs
+
+Author: Michael Still <mikal at stillhq com>
+
+Homepage: http://lists.samba.org/archive/linux/2004-March/010211.html
+
+Description:
+
+ mcachefs is a simple caching filesystem for Linux using FUSE. It
+ works by copying the file that you asked for when the file is
+ opened, and then using that copy for all subsequent requests for the
+ file. This is really a fairly naive approach to caching, and will be
+ improved in the future.
+
+==============================================================================