gonito/templates/homepage.hamlet

23 lines
1.0 KiB
Plaintext
Raw Normal View History

2015-11-11 13:25:09 +01:00
<h1>Welcome to Gonito.net!
2015-08-20 22:33:38 +02:00
2015-11-11 13:25:09 +01:00
<p>Gonito (pronounced <i>ɡɔ̃ˈɲitɔ</i>) is a Kaggle-like platform for machine learning competitions.
2015-08-20 22:33:38 +02:00
2015-11-11 13:25:09 +01:00
<p>What's so special about Gonito:
2015-08-20 22:33:38 +02:00
2015-11-11 13:25:09 +01:00
<ul>
<li>free & open-source (AGPL), you can use it your own, in your company, at your university, etc. (git repo: <tt>git://gonito.net/gonito</tt>)
<li>git-based (challenges and solutions are submitted only with git)
2015-08-20 22:33:38 +02:00
2015-11-11 13:25:09 +01:00
$maybe _ <- maybeUser
$maybe _ <- maybeLocalId
<p>Go to the <a href="@{ListChallengesR}">challenge list</a> and choose a challenge for you!
$nothing
<h2>How to setup your account?
<p>Click <a href="@{YourAccountR}">your account</a> to setup your name, ID and SSH public key.
$nothing
<h2>How to log in?
2015-08-20 22:33:38 +02:00
2015-11-11 13:25:09 +01:00
<p>Gonito uses <a href="https://developer.mozilla.org/en-US/Persona">Persona</a> authentication system available in Mozilla Firefox. Other authentication systems are on the way, but for the time being you need to use Firefox.
2015-08-20 22:33:38 +02:00
2015-11-11 13:25:09 +01:00
<p>So, just click <a href="@{AuthR LoginR}">log in</a>, then "Sign in with Persona" button and Firefox will guide you!