README.OtherModules
[sfrench/samba-autobuild/.git] / examples / VFS / README.OtherModules
1 This file contains a listing of various other VFS modules that 
2 have been posted but don't currently reside in the Samba CVS 
3 tree for one reason ot another (e.g. it is easy for the maintainer 
4 to have his or her own CVS tree).
5
6 No statemets about the stability or functionality any module
7 should be implied due to its presence here.
8
9
10 ------------------------------------------------------------
11 Date: Sat, 28 Sep 2002 23:41:31 -0500
12 From: Eric Lorimer <elorimer@css.tayloru.edu>
13 To: samba-technical@lists.samba.org
14 Subject: DatabaseFS VFS module
15
16 Hello,
17
18 I have created a VFS module which implements a fairly complete read-only
19 filesystem.  It presents information from a database as a filesystem in
20 a modular and generic way to allow different databases to be used
21 (originally designed for organizing MP3s under directories such as
22 "Artists," "Song Keywords," etc... I have since applied it to a student
23 roster database very easily).  The directory structure is stored in the
24 database itself and the module makes no assumptions about the database
25 structure beyond the table it requires to run.  You can find it at:
26
27 http://www.css.tayloru.edu/~elorimer/databasefs/index.php
28
29
30 Any feedback would be appreciated: comments, suggestions, patches,
31 etc...  If nothing else, hopefully it might prove useful for someone
32 else who wishes to create a virtual filesystem.
33
34 Thanks for the great product and keep up the good work.
35
36
37 - Eric Lorimer
38
39 ------------------------------------------------------------