Blob


1 <!doctype html>
2 <html lang=en>
3 <meta charset=utf-8>
4 <title>Game of Trees</title>
5 <meta name="description" content="the main Game of Trees page">
6 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
7 <link rel="canonical" href="https://gameoftrees.org/index.html">
8 <link rel="stylesheet" href="openbsd.css">
10 <table id="project-main" class="not-openbsd">
11 <tr class="align-top">
12 <td>
14 <h1>About Got</h1>
15 <ul>
16 <li><a href="goals.html">Project Goals</a>
17 </ul>
18 <h1>Resources</h1>
19 <ul>
20 <li><a href="manual.html">Manual Pages</a>
21 </ul>
22 <h1>For OpenBSD</h1>
23 <ul>
24 <li><a href="install.html">Installation</a>
25 <li><a href="code.html">Get source code</a>
26 </ul>
27 <!--
28 <h1>For other systems</h1>
29 <ul>
30 <li><a href="portable.html">FreeBSD</a>
31 </ul>
32 -->
34 <td>
35 <h1 class="header">
36 <img src="got.png" height=243 width=400 alt="[Game of Trees]">
37 </h1>
39 <p id="callout">
40 Game of Trees is a work in progress...
42 <p>
43 Game of Trees (Got) is a version control system which prioritizes ease
44 of use and simplicity over flexibility.
46 <p>
47 Got is still under development; it is being developed exclusively on
48 <a href="https://www.openbsd.org">OpenBSD</a> and its target audience
49 are OpenBSD developers.
51 <p>
52 Got uses <a href="https://git-scm.org">Git</a> repositories to store
53 versioned data.
54 At present, Got supports local version control operations only.
55 Git can be used for any functionality which has not yet been implemented in Got.
56 It will always remain possible to work with both Got and Git on the same
57 repository.
59 <p>
60 Game of Trees is developed by <a href="https://stsp.name">Stefan Sperling</a>
61 with occasional help and support from other OpenBSD developers</a>.
62 The software is freely usable and re-usable by everyone under
63 a BSD license.
65 <p id="callout">
66 <i>&quot;No mention of openbsd on the internet is complete without a long thread about source control migration.&quot;</i> -- tedu@
67 </table>