gonito/templates/your-account.hamlet

15 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-02-15 10:02:05 +01:00
<div class="container">
<div id="main" role="main">
<h2>Your account
<hr>
2016-02-15 21:52:22 +01:00
<form method=post action=@{YourAccountR}#form enctype=#{formEnctype}>
^{formWidget}
<button .btn .btn-primary type="submit">
_{MsgSubmit} <span class="glyphicon glyphicon-upload"></span>
2016-02-15 10:02:05 +01:00
<hr>
<ul class="list-group">
<li class="list-group-item"><b>Name</b> is your human-readable name (to be shown on the leaderboard).
<li class="list-group-item"><b>ID</b> is used in the URLs for your repos (must be composed of lower-case letters, digits or hyphyns, must start with a lower-case letter).
2016-03-14 21:12:54 +01:00
<li class="list-group-item"><b>SSH public key</b> is needed if you want to access repos hosted on Gonito.net (usually it is <tt>.ssh/id_rsa.pub</tt> in your home directory after you generated private/public key pair).
2016-02-15 10:02:05 +01:00
<li class="list-group-item">ID cannot be changed once it is set up.
<li class="list-group-item">You don't need to specify your ID and SSH public key, if you don't use private repos hosted on Gonito.net.