Kill redundant scrypt() definition
[girocco.git] / indextext.html
blob61fa81931de336e5d8d7ddd3f8263adb062d811c
1 <p><strong>repo.or.cz</strong> is a public Git hosting site.
2 You can create a project here and then publish your development by pushing
3 to it, or even enable push access for multiple developers.
4 Alternately, you can just set up a mirror of any project published elsewhere
5 and we will provide pull and gitweb access for the project.</p>
7 <p>There are only two conditions:</p>
9 <ul>
10 <li>Your project must be free software and distributing it must not violate laws
11 of Czech Republic. (The registration process is completely automatic but we will
12 remove your project if we find out during manual inspection or on request by
13 someone relevant.)</li>
14 <li>The maximum permitted repository size is 50M after repacking (let us know
15 if you need an exception). If you need more, you are running quite a big
16 project and should be able to arrange own hosting; but we can and likely will
17 grant exceptions. Note that e.g. CVS-imported glibc repository with ~15 years
18 worth of history is just 100M.</li>
19 </ul>
21 <p><strong>This service is completely EXPERIMENTAL right now.</strong>
22 Still, you are encouraged to try it out, try to break it,
23 <a href="http://repo.or.cz/gitweb.cgi/repo.git?a=tree">review the code</a>
24 (and send patches!) and of course - use it.
25 The service is maintained by <a href="mailto:pasky@suse.cz">Petr Baudis</a>,
26 please contact him with any requests, proposals or issues.</p>
28 <p><strong>Important:</strong> The push-taking sshd is currently running
29 on port 222. I will move it to port 22 in the next day or two. Just add</p>
30 <pre>
31 Host repo.or.cz
32 Port 222
33 </pre>
34 <p>at the bottom of your <tt>~/.ssh/config</tt>.</p>
36 <p><a href="m/regproj.cgi">[ Register your project ]</a> <a href="m/reguser.cgi">[ Register your user ]</a></p>
37 <p><a href="m/p/editproj.cgi">[ Adjust project settings ]</a></p>
39 <hr />
41 <p>Other big Git(web) hostings:</p>
42 <ul>
43 <li><a href="http://kernel.org/git/">kernel.org/git</a> for kernel-related and Git-related projects</li>
44 <li><a href="http://www.jur-linux.org/git/">www.jur-linux.org/git/</a> for random mirrors of Fedora-related projects</li>
45 </ul>