summaryrefslogtreecommitdiff
path: root/qdbm/README
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-08-28 09:01:16 +0000
committerChris Wilson <chris+github@qwirx.com>2010-08-28 09:01:16 +0000
commitbbfcd39bf0c0871f6bb84bd52ea66a58ce1a2dc0 (patch)
tree92fabf7a67f5e4fe35a100bb42fbd510b0cf98eb /qdbm/README
parenta26e07c5fb97b264bf1547cedfa8d988459a5a01 (diff)
Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB
instead.
Diffstat (limited to 'qdbm/README')
-rw-r--r--qdbm/README50
1 files changed, 0 insertions, 50 deletions
diff --git a/qdbm/README b/qdbm/README
deleted file mode 100644
index d7adad4b..00000000
--- a/qdbm/README
+++ /dev/null
@@ -1,50 +0,0 @@
-================================================================
- QDBM: Quick Database Manager
- Copyright (C) 2000-2007 Mikio Hirabayashi
-================================================================
-
-
-Please read the following documents with a WWW browser.
-How to install QDBM is explained in the specification.
-
- README - this file
- COPYING - license
- ChangeLog - history of enhancement
- NEWS - news for users
- THANKS - list of contributors
- spex.html - specification
- spex-ja.html - specification in Japanese
-
-
-Contents of the directory tree is below.
-
- ./ - sources of QDBM
- ./plus/ - API for C++ (read `./plus/xspex.html')
- ./java/ - API for Java (read `./java/jspex.html')
- ./perl/ - API for Perl (read `./perl/plspex.html')
- ./ruby/ - API for Ruby (read `./ruby/rbspex.html')
- ./cgi/ - CGI scripts (read `./cgi/cgispex.html')
- ./man1/ - manual pages for commands
- ./man3/ - manual pages for C API
- ./lab/ - for test and experiment
- ./bros/ - for comparison with other database managers
- ./misc/ - miscellaneous files
-
-
-QDBM is released under the terms of the GNU Lesser General Public
-License. See the file `COPYING' for details.
-
-QDBM was written by Mikio Hirabayashi. You can contact the author
-by e-mail to `mikio@users.sourceforge.net'. However, as for
-topics which can be shared among other users, pleae send it to
-the mailing list. To join the mailing list, refer to the following
-URL.
-
- http://lists.sourceforge.net/lists/listinfo/qdbm-users
-
-
-Thanks.
-
-
-
-== END OF FILE ==