You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.5 KiB
Cheetah

{{template "base/head" .}}
<div class="home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div class="hero">
<h1 class="ui icon header title">
Cryto GIT
</h1>
<h3>
A free Git repository hosting service from the <a href="http://cryto.net">Cryto Coding Collective</a>.
</h3>
</div>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide column">
<h1 class="hero ui header">
Getting started
</h1>
<p class="large">
Simply <a href="/user/sign_up">register an account</a>! While no further verification is needed, we will remove any accounts or repositories that abuse this service.
</p>
<h1 class="hero ui header">
Is this free?
</h1>
<p class="large">
Yes. However, we expect you to use it for <em>open-source and non-commercial</em> projects only. This also applies to private repositories.
</p>
</div>
<div class="eight wide column">
<h1 class="hero ui header">
Migrating old repositories
</h1>
<p class="large">
If you registered for the old Gitolite-based Git server, please send an e-mail to <a href="mailto:admin@cryto.net">admin@cryto.net</a>, to have your old repositories migrated to the new server.
</p>
<p class="large">
Note that you will have to slightly change your remote URLs, and that you must still have access to the SSH keypair that you signed up with.
</p>
</div>
</div>
</div>
{{template "base/footer" .}}