r25614: Add trivial tdb website.
[Samba.git] / source / lib / tdb / web / index.html
blob979665ae76999552586196aabced33ce105a1ec3
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>ldb</TITLE>
5 </HEAD>
6 <BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555" ALINK="#cc0033">
8 <h1>tdb</h1>
10 TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB
11 except that it allows multiple simultaneous writers and uses locking
12 internally to keep writers from trampling on each other. TDB is also extremely
13 small.
15 <h2>Discussion and bug reports</h2>
17 tdb does not currently have its own mailing list or bug tracking
18 system. For now, please use the <a
19 href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
20 mailing list, and the <a href="http://bugzilla.samba.org/">Samba
21 bugzilla</a> bug tracking system.
23 <h2>Download</h2>
25 You can download the latest release either via rsync or anonymous
26 svn. To fetch via svn use the following commands:
28 <pre>
29 svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/tdb tdb
30 svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/replace libreplace
31 </pre>
33 To fetch via rsync use these commands:
35 <pre>
36 rsync -Pavz samba.org::ftp/unpacked/tdb .
37 rsync -Pavz samba.org::ftp/unpacked/libreplace .
38 </pre>
40 and build in tdb. It will find the replace library in the directory
41 above automatically.
43 </BODY>
44 </HTML>