3 webpagetext
= '''<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7 <title>Subversion 1.5.x nightly tarballs (r%d)</title>
9 <body style="font-size: 14pt; text-align: justify;
10 background-color: #f0f0f0; padding: 0 5%%">
11 <h1 style="font-size: 30pt; text-align: center;
12 text-decoration: underline">WARNING</h1>
14 <p>The code you are about to download is an <i>automatically generated</i>
15 nightly release of Subversion 1.5.x (r%d).</p>
17 <p>This distribution is automatically generated from the latest sources on the
18 <a href="http://svn.collab.net/repos/svn/branches/1.5.x">1.5.x branch</a>. It
19 may not even compile, and is certainly <i>not</i> suitable for any sort of
20 production use. This distribution has not been tested, and may cause any
21 number of problems, up to and including death and bodily injury. Only use this
22 distribution on data you aren't afraid to lose. You have been warned.</p>
24 <p>We provide these for testing by those members of the community who
25 are interested in testing it. As such, if you are interested in helping
26 us test this branch, you're very welcome to download and test these packages.
27 If you are looking for a copy of Subversion for production use, this
28 is <i>not it</i>; you should instead grab the latest stable release
30 href="http://subversion.tigris.org/project_packages.html">Download
33 <h2 style="font-size: 18pt">Note to operating system distro package
36 <p>As stated above, this is <i>not</i> an official, end-user release
37 of Subversion. It is a distribution intended for testing only. Please
38 do <i>not</i> package this distribution in any way. It should not be
39 made available to users who rely on their operating system distro's
42 <p>If you want to help us test this distribution of Subversion, you
43 can find the files <a href="dist/">here</a>.</p>
49 rev
= int(sys
.argv
[1])
50 print webpagetext
% (rev
, rev
)