]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dev/templates/default/dev.html.erb
Format, add user account request form
[chef.git] / cookbooks / dev / templates / default / dev.html.erb
1 <html>
2   <body>
3     <h4>
4       You've reached <a href="https://hardware.openstreetmap.org/servers/faffy.openstreetmap.org/">faffy</a>, the OpenStreetMap dev server.
5     </h4>
6     <dl>
7       <dt>If you are a user...</dt>
8       <dd>
9         You probably want
10         <a href="https://www.openstreetmap.org/">OpenStreetMap</a> itself.
11       </dd>
12       <dt>If you are a developer...</dt>
13       <dd>
14         You might be interested in
15         <a href="https://apis.dev.openstreetmap.org/">live instances</a> of
16         various
17         <a href="https://github.com/openstreetmap/openstreetmap-website#readme">Rails Port</a>
18         code branches for testing clients against.
19       </dd>
20       <dt>Request an account</dt>
21       <dd>
22         Anyone who wants to work on OpenStreetMap-related projects can
23         <a href="https://github.com/openstreetmap/operations/issues/new?assignees=Firefishy&labels=faffy%2Cuser+request&template=ACCOUNT-REQUEST.yml&title=%5BAccount+request%5D%3A+">request an account</a>
24         on the dev server.
25       </dd>
26     </dl>
27   </body>
28 </html>