Blame


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