Offload 90% of indextext.html to a separate About page
[girocco/mytab.git] / about.html
blob20ca2e3b58e92ff22cc5092152db05d039c90b3e
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
5 <head>
6 <title>repo.or.cz :: About the Site</title>
7 <link rel="stylesheet" type="text/css" href="/gitweb.css"/>
8 <link rel="shortcut icon" href="/git-favicon.png" type="image/png"/>
9 </head>
11 <body>
13 <div class="page_header">
14 <a href="http://git.or.cz/" title="Git homepage"><img src="/git-logo.png" width="72" height="27" alt="git" style="float:right; border-width:0px;"/></a>
15 <a href="/">repo.or.cz</a> / site guide
16 </div>
19 <h1>About the Site</h1>
22 <p><strong>repo.or.cz</strong> is a public <a href="http://git.or.cz">Git</a> hosting site.
23 You can create a project here and then publish your development by pushing
24 to it, or even enable push access for multiple developers.
25 Alternately, you can just set up a mirror of any project published elsewhere
26 and we will provide pull and gitweb access for the project.</p>
29 <h2>Terms and Conditions</h2>
31 <p>There are only two conditions:</p>
33 <ul>
34 <li>Your project must be free software and distributing it must not violate laws
35 of Czech Republic. (The registration process is completely automatic but we will
36 remove your project if we find out during manual inspection or on request by
37 someone relevant.)</li>
38 <li>The repository size should not exceed 100M after repacking (let us know
39 if you need an exception). If you need more, you are running quite a big
40 project and should be able to arrange own hosting; but we can and likely will
41 grant exceptions. Note that e.g. CVS-imported glibc repository with ~15 years
42 worth of history is just 100M.</li>
43 </ul>
45 <p>This site provides NO WARRANTY of any legal kind about whatever you store
46 here. Someone can crack your account or the site, alter the data, make mayhem
47 and whatever else; we cannot be helt responsible for any manage that may be
48 caused to you in any way in connection with this site.</p>
51 <h2>Backup policy</h2>
53 <p>Your repository is NOT backed up! Why? Because you have backups yourself,
54 and all your users do, too! The distributed nature of Git means that all the
55 developers and all the users who ever cloned the repository have the full
56 history of it, and shall any disaster happen to repo.or.cz, all can be
57 easily restored by a single simple push. That said, we may set up backups
58 in the future if the service becomes popular enough.</p>
60 <p>Actually, the metadata and project information is not backed up either
61 currently. We'll fix that soon.</p>
64 <h2>Operation</h2>
66 <p>repo.or.cz runs on a far from stellar machine (dual PIII 1GHz, 2G RAM,
67 100G disk) that also serves as a PoP for the <a href="http://www.xs26.net/">XS26</a>
68 IPv6 tunnel broker.
69 It is currently hosted at UPC Czech Republic (but it's a bit guerilla ;-).
70 If you want to sponsor a hosting and a better machine, please contact
71 the administrator.</p>
73 <p>That is (the administrator), <a href="mailto:pasky@suse.cz">Petr Baudis</a>
74 who runs the site. Virtually all the infrastructure is available in a git
75 repository <a href="/gitweb.cgi/repo.git">repo.git</a> and is licenced
76 under GPLv2.</p>
79 <h2>Competition</h2>
81 <p>Other big Git(web) hostings:</p>
82 <ul>
83 <li><a href="http://kernel.org/git/">kernel.org/git</a> for kernel-related and Git-related projects</li>
84 <li><a href="http://www.jur-linux.org/git/">www.jur-linux.org/git/</a> for random mirrors of Fedora-related projects</li>
85 </ul>
86 <p>(But they don't have the open nature of repo.or.cz.)</p>
88 </body>
89 </html>