From: Andreas Schneider Date: Wed, 13 Aug 2025 14:38:10 +0000 (+0200) Subject: lib:tdb: Remove obsolete web page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a490fbd5f0ab61428c468ce60f068a5939910bed;p=thirdparty%2Fsamba.git lib:tdb: Remove obsolete web page The current one is the doxygen generated one. Signed-off-by: Andreas Schneider Reviewed-by: Martin Schwenke --- diff --git a/lib/tdb/web/index.html b/lib/tdb/web/index.html deleted file mode 100644 index 99e8a2fe427..00000000000 --- a/lib/tdb/web/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - -ldb - - - -

tdb

- -TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB -except that it allows multiple simultaneous writers and uses locking -internally to keep writers from trampling on each other. TDB is also extremely -small. - -

Download

-You can download the latest releases of tdb from the tdb directory on the samba public -source archive. - - -

Discussion and bug reports

- -tdb does not currently have its own mailing list or bug tracking -system. For now, please use the samba-technical -mailing list, and the Samba -bugzilla bug tracking system. - -

Download

- -You can download the latest code either via git or rsync.
-
-To fetch via git see the following guide:
-Using Git for Samba Development
-Once you have cloned the tree switch to the master branch and cd into the source/lib/tdb directory.
-
-To fetch via rsync use these commands: - -
-  rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tdb .
-  rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/replace .
-
- -and build in tdb. It will find the replace library in the directory -above automatically. - - -