diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-06-08 14:35:26 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-06-08 14:35:26 +1000 |
commit | b925e9e6685a97f95c5069a5a02e15d2b9ce3bcb (patch) | |
tree | be38bde30049bb5c777e1d79ffd57ef46832bbcd /ctdb/web/download.html | |
parent | d523c48d6d743bad1a3133246c2371384ea0c6bf (diff) | |
download | samba-b925e9e6685a97f95c5069a5a02e15d2b9ce3bcb.tar.gz samba-b925e9e6685a97f95c5069a5a02e15d2b9ce3bcb.tar.xz samba-b925e9e6685a97f95c5069a5a02e15d2b9ce3bcb.zip |
convert rest of pages to new format
(This used to be ctdb commit c111fb4fdfbc657bc715337003febbd0313870d1)
Diffstat (limited to 'ctdb/web/download.html')
-rw-r--r-- | ctdb/web/download.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ctdb/web/download.html b/ctdb/web/download.html index e50d799cfc..c1cf79b1af 100644 --- a/ctdb/web/download.html +++ b/ctdb/web/download.html @@ -1,11 +1,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> -<TITLE>Getting the code</TITLE> +<TITLE>CTDB</TITLE> </HEAD> -<BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555" ALINK="#cc0033"> +<!--#include virtual="header.html" --> -<h1>Getting the code</h1> +<H2 align="center">Getting the code</h2> You need two source trees, one is a copy of Samba3 with clustering patches, and the other is the ctdb code itself.<br> @@ -50,5 +50,4 @@ If you don't have bzr and can't easily install it, then you can instead use the rsync -avz samba.org::ftp/unpacked/samba_3_0_ctdb/ . </pre> -</BODY> -</HTML> +<!--#include virtual="footer.html" --> |