Commit Diff


commit - 4ee1e22346aa7adfe3d2fec9bb4feeb589971da4
commit + 3dd5e265bda4ef7eb17066937b2f63d85157bc51
blob - 0e3a69590791020af0e979b4a20988eb822cfbbf
blob + bdb678afd90521415bd573d693b5a73dd4df11fe
--- code.html
+++ code.html
@@ -1,6 +1,5 @@
 <!doctype html>
 <html lang=en>
-<head>
 <meta charset=utf-8>
 
 <title>Game of Trees Source Code</title>
@@ -8,9 +7,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/install.html">
-</head>
 
-<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -43,6 +40,7 @@ Source code of the -portable version and be cloned wit
 git clone ssh://anonymous@got.gameoftrees.org/got-portable.git
 </pre>
 
+<p>
 The SSH public key fingerprints of got.gameoftrees.org are:
 <pre class="cmdbox">
 1024 SHA256:aDX3rrQNDfIA5lyXIbynY+goiomgR4Cdx5j4qmWq26I (DSA)
@@ -141,6 +139,7 @@ SSH fingerprints:<br>
 </ul>
 
 <!-- deprecated, don't use for new clones
+<p>
 Alternatively, the repository can be cloned from git.gameoftrees.org
 via HTTPS with Git:
 <pre class="cmdbox">
@@ -193,6 +192,3 @@ Clones of the -portable Git repository are also availa
 <li><a href="https://repo.or.cz/got-portable.git">https://repo.or.cz/got-portable.git</a>
 <li><a href="https://github.com/ThomasAdam/got-portable">https://github.com/ThomasAdam/got-portable</a> (used for CI checks)
 </ul>
-</p>
-</body>
-</html>
blob - 96c092811fdea7e754350ce5226e878236194ffc
blob + 573a350183b3334f9d647699ada6e59eaa7a0282
--- comparison.html
+++ comparison.html
@@ -1,6 +1,5 @@
 <!doctype html>
 <html lang=en>
-<head>
 <meta charset=utf-8>
 
 <title>Game of Trees (Got): Comparison to other version control systems</title>
@@ -8,9 +7,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/comparison.html">
-</head>
 
-<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -41,7 +38,7 @@ in combination.
 For example, unveil enforces read-only access to repositories while the
 Got <a href="gotd.8.html">server</a> is serving fetches.
 The Got client main process restricts itself to the repository directory (read-only
-or read-write as appropriate), the <tt>/tmp</tt> directory, and the work tree.
+or read-write as appropriate), the <code>/tmp</code> directory, and the work tree.
 Processes speaking the network protocol have no direct filesystem access at all.
 All processes are pledged as tightly as possible to restrict the available system
 calls to those required for regular operation.
@@ -56,86 +53,192 @@ For now, Got lacks support for Git's HTTP protocols, r
 Got clients interoperate well with popular Git hosting sites over SSH,
 and Got servers can safely offer anonymous SSH access for public distribution.
 
-<table border=0 width=100%>
+<table>
+<thead>
 <tr>
-<td><b>Got <td><b>CVS <td><b>SVN <td><b>Git </b>
+<td><b>Got</b>
+<td><b>CVS</b>
+<td><b>SVN</b>
+<td><b>Git</b>
+</thead>
 <tr>
-<td><tt>SSH, git (client)<td><tt>SSH, pserver <td><tt>SSH, svn, HTTP <td><tt>SSH, git, HTTP
+<td><code>SSH, git (client)</code>
+<td><code>SSH, pserver</code>
+<td><code>SSH, svn, HTTP</code>
+<td><code>SSH, git, HTTP</code>
 </table>
 
 <p>
 The following table lists applicable software licenses:
 
-<table border=0 width=100%>
+<table>
+<thead>
 <tr>
-<td><b>Got <td><b>CVS <td><b>SVN <td><b>Git </b>
+<td><b>Got</b>
+<td><b>CVS</b>
+<td><b>SVN</b>
+<td><b>Git</b>
+</thead>
 <tr>
-<td><a href="releases/LICENCE">ISC</a> <td>GPLv1 or later <td>Apache 2 <td>GPLv2 only
+<td><a href="releases/LICENCE">ISC</a>
+<td>GPLv1 or later
+<td>Apache 2
+<td>GPLv2 only
 </table>
 
 <p>
 The table below lists some commonly used commands and their rough equivalents in other systems:
-<table border=0 width=100%>
+<table>
+<thead>
 <tr>
-<td><b>Got <td><b>CVS <td><b>SVN <td><b>Git </b>
+<td><b>Got</b>
+<td><b>CVS</b>
+<td><b>SVN</b>
+<td><b>Git</b>
+</thead>
 <tr>
-<td><tt><a href="got.1.html#clone">got clone</a> <td><tt>cvsync / reposync <td><tt>svnsync <td><tt>git clone --bare
+<td><code><a href="got.1.html#clone">got clone</a></code>
+<td><code>cvsync</code> / <code>reposync</code>
+<td><code>svnsync</code>
+<td><code>git clone --bare</code>
 <tr>
-<td><tt><a href="gotadmin.1.html#init">gotadmin init</a><td><tt>cvs init <td><tt>svnadmin create <td><tt>git init
+<td><code><a href="gotadmin.1.html#init">gotadmin init</a></code>
+<td><code>cvs init</code>
+<td><code>svnadmin create</code>
+<td><code>git init</code>
 <tr>
-<td><tt><a href="got.1.html#checkout">got checkout</a> <td><tt>cvs checkout <td><tt>svn checkout <td><tt>git clone / git worktree
+<td><code><a href="got.1.html#checkout">got checkout</a></code>
+<td><code>cvs checkout</code>
+<td><code>svn checkout</code>
+<td><code>git clone</code> / <code>git worktree</code> 
 <tr>
-<td><tt><a href="got.1.html#update">got update</a> <td><tt>cvs update <td><tt>svn update <td><tt>git checkout HEAD
+<td><code><a href="got.1.html#update">got update</a></code>
+<td><code>cvs update</code>
+<td><code>svn update</code>
+<td><code>git checkout HEAD</code>
 <tr>
-<td><tt>got update -c &lt;commit&gt; <td><tt>cvs update -r <td><tt>svn update -r <td><tt>git checkout &lt;commit&gt;
+<td><code>got update -c <var>&lt;commit&gt;</var></code>
+<td><code>cvs update -r</code>
+<td><code>svn update -r</code>
+<td><code>git checkout <var>&lt;commit&gt;</var></code>
 <tr>
-<td><tt>got update -b &lt;branch&gt; <td><tt>cvs update -r <td><tt>svn switch <td><tt>git checkout &lt;branch&gt; / git switch
+<td><code>got update -b <var>&lt;branch&gt;</var></code>
+<td><code>cvs update -r</code>
+<td><code>svn switch</code>
+<td><code>git checkout <var>&lt;branch&gt;</var></code> / <code>git switch</code>
 <tr>
-<td><tt><a href="got.1.html#branch">got branch</a> <td><tt>cvs tag <td><tt>svn copy <td><tt>git checkout -b &lt;branch&gt;
+<td><code><a href="got.1.html#branch">got branch</a></code>
+<td><code>cvs tag</code>
+<td><code>svn copy</code>
+<td><code>git checkout -b <var>&lt;branch&gt;</var></code>
 <tr>
-<td><tt><a href="got.1.html#status">got status</a> <td><tt>cvs update -n <td><tt>svn status <td><tt>git status -s
+<td><code><a href="got.1.html#status">got status</a></code>
+<td><code>cvs update -n</code>
+<td><code>svn status</code>
+<td><code>git status -s</code>
 <tr>
-<td><tt><a href="got.1.html#diff">got diff</a> <td><tt>cvs diff -uNP <td><tt>svn diff <td><tt>git diff --patience
+<td><code><a href="got.1.html#diff">got diff</a></code>
+<td><code>cvs diff -uNP</code>
+<td><code>svn diff</code>
+<td><code>git diff --patience</code>
 <tr>
-<td><tt><a href="got.1.html#patch">got patch</a> <td><tt>/usr/bin/patch <td><tt>svn patch <td><tt>git am
+<td><code><a href="got.1.html#patch">got patch</a></code>
+<td><code>/usr/bin/patch</code>
+<td><code>svn patch</code>
+<td><code>git am</code>
 <tr>
-<td><tt><a href="got.1.html#add">got add</a> &lt;unversioned path&gt; <td><tt>cvs add <td><tt>svn add <td><tt>git add
+<td><code><a href="got.1.html#add">got add</a> <var>&lt;unversioned path&gt;</var></code>
+<td><code>cvs add</code>
+<td><code>svn add</code>
+<td><code>git add</code>
 <tr>
-<td><tt><a href="got.1.html#stage">got stage</a> [-p] <i>(optional)</i><td><tt>-- <td><tt>-- <td><tt>git add [-p] <i>(required before git commit)</i>
+<td><code><a href="got.1.html#stage">got stage</a> [-p]</code> <i>(optional)</i>
+<td>&mdash;
+<td>&mdash;
+<td><code>git add [-p]</code> <i>(required before git commit)</i>
 <tr>
-<td><tt><a href="got.1.html#unstage">got unstage</a> [-p]<td><tt>-- <td><tt>-- <td><tt>git checkout [-p] / git restore [-p]
+<td><code><a href="got.1.html#unstage">got unstage</a> [-p]</code>
+<td>&mdash;
+<td>&mdash;
+<td><code>git checkout [-p]</code> / <code>git restore [-p]</code>
 <tr>
-<td><tt><a href="got.1.html#revert">got revert</a> [-p] <td><tt>-- <td><tt>svn revert <td><tt>git reset --hard
+<td><code><a href="got.1.html#revert">got revert</a> [-p]</code>
+<td>&mdash;
+<td><code>svn revert</code>
+<td><code>git reset --hard</code>
 <tr>
-<td><tt><a href="got.1.html#commit">got commit</a> <td><tt>cvs commit <td><tt>svn commit <td><tt>git commit &lt;path&gt; / git commit -a
+<td><code><a href="got.1.html#commit">got commit</a></code>
+<td><code>cvs commit</code>
+<td><code>svn commit</code>
+<td><code>git commit <var>&lt;path&gt;</var></code> / <code>git commit -a</code>
 <tr>
-<td><tt><a href="got.1.html#tag">got tag</a> <td><tt>cvs tag <td><tt>svn copy <td><tt>git tag
+<td><code><a href="got.1.html#tag">got tag</a></code>
+<td><code>cvs tag</code>
+<td><code>svn copy</code>
+<td><code>git tag</code>
 <tr>
-<td><tt><a href="got.1.html#fetch">got fetch</a> <td><tt>cvsync / reposync <td><tt>svnsync <td><tt>git fetch
+<td><code><a href="got.1.html#fetch">got fetch</a></code>
+<td><code>cvsync</code> / <code>reposync</code>
+<td><code>svnsync</code>
+<td><code>git fetch</code>
 <tr>
-<td><tt><a href="got.1.html#send">got send</a> <td><tt>-- <td><tt>-- <td><tt>git push
+<td><code><a href="got.1.html#send">got send</a></code>
+<td>&mdash;
+<td>&mdash;
+<td><code>git push</code>
 <tr>
-<td><tt><a href="got.1.html#log">got log</a> -p <td><tt>-- <td><tt>svn log --diff <td><tt>git log -p
+<td><code><a href="got.1.html#log">got log</a> -p</code>
+<td>&mdash;
+<td><code>svn log --diff</code>
+<td><code>git log -p</code>
 <tr>
-<td><tt><a href="got.1.html#blame">got blame</a> <td><tt>cvs blame <td><tt>svn praise <td><tt>git blame
+<td><code><a href="got.1.html#blame">got blame</a></code>
+<td><code>cvs blame</code>
+<td><code>svn praise</code>
+<td><code>git blame</code>
 <tr>
-<td><tt><a href="got.1.html#tree">got tree</a> <td><tt>-- <td><tt>svn list <td><tt>git ls-tree
+<td><code><a href="got.1.html#tree">got tree</a></code>
+<td>&mdash;
+<td><code>svn list</code>
+<td><code>git ls-tree</code>
 <tr>
-<td><tt><a href="got.1.html#rebase">got rebase</a> <td><tt>-- <td><tt>-- <td><tt>git rebase
+<td><code><a href="got.1.html#rebase">got rebase</a></code>
+<td>&mdash;
+<td>&mdash;
+<td><code>git rebase</code>
 <tr>
-<td><tt><a href="got.1.html#histedit">got histedit</a> <td><tt>-- <td><tt>-- <td><tt>git rebase -i
+<td><code><a href="got.1.html#histedit">got histedit</a></code>
+<td>&mdash;
+<td>&mdash;
+<td><code>git rebase -i</code>
 <tr>
-<td><tt><a href="got.1.html#merge">got merge</a> <i>(2 parents)</i><td><tt>cvs update -j -j <td><tt>svn merge <td><tt>git merge <i>(up to N parents)</i>
+<td><code><a href="got.1.html#merge">got merge</a></code> <i>(2 parents)</i>
+<td><code>cvs update -j -j</code>
+<td><code>svn merge</code>
+<td><code>git merge</code> <i>(up to N parents)</i>
 <tr>
-<td><tt><a href="got.1.html#cherrypick">got cherrypick</a> <td><tt>cvs update -j -j <td><tt>svn merge -c &lt;rev&gt; <td><tt>git cherrypick
+<td><code><a href="got.1.html#cherrypick">got cherrypick</a></code>
+<td><code>cvs update -j -j</code>
+<td><code>svn merge -c <var>&lt;rev&gt;</var></code>
+<td><code>git cherrypick</code>
 <tr>
-<td><tt><a href="got.1.html#backout">got backout</a> <td><tt>cvs update -j -j <td><tt>svn merge -c -&lt;rev&gt; <td><tt>git revert
+<td><code><a href="got.1.html#backout">got backout</a></code>
+<td><code>cvs update -j -j</code>
+<td><code>svn merge -c -<var>&lt;rev&gt;</var></code>
+<td><code>git revert</code>
 <tr>
-<td><tt><a href="tog.1.html">tog</a> <td><tt>-- <td><tt>-- <td><tt>tig
+<td><code><a href="tog.1.html">tog</a></code>
+<td>&mdash;
+<td>&mdash;
+<td><code>tig</code>
 <tr>
-<td><tt><a href="gotadmin.1.html#pack">gotadmin pack</a> <td><tt>-- <td><tt>svnadmin pack <td><tt>git repack
+<td><code><a href="gotadmin.1.html#pack">gotadmin pack</a></code>
+<td>&mdash;
+<td><code>svnadmin pack</code>
+<td><code>git repack</code>
 <tr>
-<td><tt><a href="gotadmin.1.html#cleanup">gotadmin cleanup</a> <td><tt>-- <td><tt>svnadmin cleanup <td><tt>git gc
+<td><code><a href="gotadmin.1.html#cleanup">gotadmin cleanup</a></code>
+<td>&mdash;
+<td><code>svnadmin cleanup</code>
+<td><code>git gc</code>
 </table>
-</body>
-</html>
blob - 6fbf7a55ac547c18fd703767d90d821e0ba06ad2
blob + 12cf6bb9af95685505ef83553e4883f52cba1ec4
--- examples.html
+++ examples.html
@@ -1,6 +1,5 @@
 <!doctype html>
 <html lang=en>
-<head>
 <meta charset=utf-8>
 
 <title>Game of Trees (Got): Examples</title>
@@ -8,8 +7,6 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/examples.html">
-</head>
-<body>
 
 <h2>
 <a href="index.html">
@@ -21,8 +18,5 @@ Examples
 <h3>Getting started:</h3>
 
 <p>
-A quick-start guide to <tt>got(1)</tt> can be found in the
+A quick-start guide to <code>got(1)</code> can be found in the
 <a href="got.1.html#EXAMPLES">EXAMPLES section of the manual page</a>.
-
-</body>
-</html>
blob - a9eaafb7206c1a17e3e87bd201f64d9237da5a83
blob + 687fba6b0571945d0e52be58389302a9417b8290
--- faq.html
+++ faq.html
@@ -1,6 +1,5 @@
 <!doctype html>
 <html lang=en>
-<head>
 <meta charset=utf-8>
 
 <title>Game of Trees (Got): Frequently Asked Questions</title>
@@ -8,9 +7,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/faq.html">
-</head>
 
-<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -20,16 +17,14 @@ Frequently Asked Questions
 
 <h3>Quick Links:</h3>
 
-<table>
- <tr>
-  <a href="#special"	>What makes Got special?</a><br>
-  <a href="#replacegit"	>Does Got aim to replace Git?</a><br>
-  <a href="#code"	>Does Got contain GPL-licensed Git code?</a><br>
-  <a href="#openbsd"	>Why is Got OpenBSD-specific?</a><br>
-  <a href="#replacecvs"	>Will Got replace use of CVS in OpenBSD?</a><br>
-  <a href="#pointless"	>What's the point of all this? Why not just use Git?</a><br>
- </tr>
-</table>
+<ul>
+<li><a href="#special"		>What makes Got special?</a>
+<li><a href="#replacegit"	>Does Got aim to replace Git?</a>
+<li><a href="#code"		>Does Got contain GPL-licensed Git code?</a>
+<li><a href="#openbsd"		>Why is Got OpenBSD-specific?</a>
+<li><a href="#replacecvs"	>Will Got replace use of CVS in OpenBSD?</a>
+<li><a href="#pointless"	>What's the point of all this? Why not just use Git?</a>
+</ul>
 
 <p>
 <hr>
@@ -79,7 +74,6 @@ were lifted from existing code in the OpenBSD base sys
 <p>
 There is no truth in claims about GPL violations.
 
-<p>
 <h2 id="openbsd"><a class="permalink" href="#openbsd">Why is Got OpenBSD-specific?</a></h2>
 <p>
 Got's developers are OpenBSD developers who prefer to use a version
@@ -125,5 +119,3 @@ So from that point onward, it made some sense to publi
 Before then, the project was already humming along quietly for 2.5 years.
 We don't need to hear your opinion that our project is pointless because
 Git is superior. Thank you!
-</body>
-</html>
blob - d84fe2f0a866d2e9c72c2388da74c26c066deb67
blob + cc5622c5d713744ccd3d0526653d803d086c18c0
--- goals.html
+++ goals.html
@@ -1,6 +1,5 @@
 <!doctype html>
 <html lang=en>
-<head>
 <meta charset=utf-8>
 
 <title>Game of Trees (Got): Goals</title>
@@ -8,9 +7,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/goals.html">
-</head>
 
-<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -73,5 +70,3 @@ and pulling changes.
 <li>Do not implement server-side support for plaintext network communications.
 </ul>
 </ul>
-</body>
-</html>
blob - 8621bd637650b9878b15a89527fcf3289f018b82
blob + 25b54251e2240c42917ee3fa3ab82d501f3f0656
--- index.html
+++ index.html
@@ -1,15 +1,12 @@
 <!doctype html>
 <html lang=en>
-<head>
     <meta charset=utf-8>
     <title>Game of Trees</title>
     <meta name="description" content="the main Game of Trees page">
     <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
     <link rel="canonical" href="https://gameoftrees.org/index.html">
     <link rel="stylesheet" href="openbsd.css">
-</head>
 
-<body>
 <table id="project-main" class="not-openbsd">
   <tr class="align-top">
     <td>
@@ -90,8 +87,8 @@ Game of Trees is developed by OpenBSD developers and o
 The software is freely usable and re-usable by everyone under
 a BSD license.
 
-<p id="callout">
-<i>&quot;No mention of openbsd on the internet is complete without a long thread about source control migration.&quot;</i> -- tedu@
+<blockquote>
+<p>
+<q>No mention of openbsd on the internet is complete without a long thread about source control migration.</q> &mdash; tedu@
+</blockquote>
 </table>
-</body>
-</html>
blob - 73e64033afecb0ffe4c38f608b61d7f1dbc8e1ae
blob + 1125e149213cdbb5db88f00d6142ce922aa29050
--- install.html
+++ install.html
@@ -1,6 +1,5 @@
 <!doctype html>
 <html lang=en>
-<head>
 <meta charset=utf-8>
 
 <title>Game of Trees Installation Instructions</title>
@@ -8,9 +7,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/install.html">
-</head>
 
-<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -31,7 +28,7 @@ pkg_add got
 </pre>
 
 <p>
-Alternatively, compile the <tt>devel/got</tt> port:
+Alternatively, compile the <code>devel/got</code> port:
 
 <p>
 <pre class="cmdbox">
@@ -44,28 +41,28 @@ make SUDO=doas install
 The installation includes:
 
 <ul>
-<li>The <tt>got</tt> command line interface
-<li>The <tt>tog</tt> repository browser
+<li>The <code>got</code> command line interface
+<li>The <code>tog</code> repository browser
 <li>Several <a href="manual.html">manual pages</a>
-<li>Helper programs in the <tt>/usr/local/libexec</tt> directory:
+<li>Helper programs in the <code>/usr/local/libexec</code> directory:
 <ul>
 <li>
-<tt>got-fetch-pack</tt>,
-<tt>got-index-pack</tt>,
-<tt>got-read-blob</tt>,
-<tt>got-read-commit</tt>,
-<tt>got-read-gitconfig</tt>,
-<tt>got-read-gotconfig</tt>,
-<tt>got-read-object</tt>,
-<tt>got-read-pack</tt>,
-<tt>got-read-patch</tt>,
-<tt>got-read-tag</tt>,
-<tt>got-read-tree</tt>,
-<tt>got-send-pack</tt>
+<code>got-fetch-pack</code>,
+<code>got-index-pack</code>,
+<code>got-read-blob</code>,
+<code>got-read-commit</code>,
+<code>got-read-gitconfig</code>,
+<code>got-read-gotconfig</code>,
+<code>got-read-object</code>,
+<code>got-read-pack</code>,
+<code>got-read-patch</code>,
+<code>got-read-tag</code>,
+<code>got-read-tree</code>,
+<code>got-send-pack</code>
 </ul>
 </ul>
 
-As a post-installation step the <tt>GOT_AUTHOR</tt> environment
+As a post-installation step the <code><var>GOT_AUTHOR</var></code> environment
 variable should be set:
 <p>
 <pre class="cmdbox">
@@ -91,9 +88,9 @@ env SUBPACKAGE=-server doas make install
 The server installation includes:
 
 <ul>
-<li>The <tt>gotd</tt> daemon
-<li>The <tt>gotsh</tt> network-facing frontend for the daemon
-<li>The <tt>gotctl</tt> control utility
+<li>The <code>gotd</code> daemon
+<li>The <code>gotsh</code> network-facing frontend for the daemon
+<li>The <code>gotctl</code> control utility
 </ul>
 
 Setup instructions are provided in the
@@ -102,7 +99,7 @@ Setup instructions are provided in the
 <a href="gotd.conf.5.html">gotd.conf</a> manual pages.
 
 <p>
-The repository web frontend <tt>gotwebd</tt> can likewise be
+The repository web frontend <code>gotwebd</code> can likewise be
 installed from packages:
 
 <pre class="cmdbox">
@@ -118,6 +115,3 @@ env SUBPACKAGE=-webd doas make install
 
 Setup instructions are provided in the
 <a href="gotwebd.8.html">gotwebd</a> manual page.
-
-</body>
-</html>
blob - 03ece1efff6b15fe4f341235c82cfab44dba5300
blob + 4d87dfb6dd0bb2392403227e11b1307d84bf5696
--- manual.html
+++ manual.html
@@ -1,6 +1,5 @@
 <!doctype html>
 <html lang=en>
-<head>
 <meta charset=utf-8>
 
 <title>Game of Trees Manual Pages</title>
@@ -8,16 +7,14 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/manual.html">
-</head>
 
-<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
 Manual Pages
 </h2>
 <hr>
-Manual pages installed by the <tt>got</tt> package:
+Manual pages installed by the <code>got</code> package:
 <ul>
 <li><a href="got.1.html">got</a> &mdash; Game of Trees
 <li><a href="gotadmin.1.html">gotadmin</a> &mdash; Game of Trees repository administration
@@ -26,22 +23,19 @@ Manual pages installed by the <tt>got</tt> package:
 <li><a href="got-worktree.5.html">got-worktree</a> &mdash; Got work tree format
 <li><a href="git-repository.5.html">git-repository</a> &mdash; Git repository format
 </ul>
-Manual pages installed by the <tt>gotwebd</tt> package:
+Manual pages installed by the <code>gotwebd</code> package:
 <ul>
 <li><a href="gotwebd.conf.5.html">gotwebd.conf</a> &mdash; gotwebd configuration file
 <li><a href="gotwebd.8.html">gotwebd</a> &mdash; Game of Trees Git FastCGI repository server for web browsers
 </ul>
-Manual pages installed by the <tt>gotd</tt> package:
+Manual pages installed by the <code>gotd</code> package:
 <ul>
 <li><a href="gotd.conf.5.html">gotd.conf</a> &mdash; gotd configuration file
 <li><a href="gotd.8.html">gotd</a> &mdash; Game of Trees Daemon
 <li><a href="gotctl.8.html">gotctl</a> &mdash; control the Game of Trees Daemon
 <li><a href="gotsh.1.html">gotsh</a> &mdash; Game of Trees Shell
 </ul>
-Manual pages installed by the <tt>gitwrapper</tt> package:
+Manual pages installed by the <code>gitwrapper</code> package:
 <ul>
 <li><a href="gitwrapper.1.html">gitwrapper</a> &mdash; invoke an appropriate Git repository server
 </ul>
-<ul>
-</body>
-</html>
blob - 2b0849318b79f0d8454a3531d30f88c1da427faf
blob + 4b4a9853bacadb1acecf91b9cc90ac263284d68d
--- openbsd.css
+++ openbsd.css
@@ -32,8 +32,8 @@ code {
 	}
 }
 
-tt {
-	white-space: pre;
+table {
+	width: 100%;
 }
 
 .cmdbox {
@@ -124,6 +124,15 @@ tt {
 	font-weight: normal;
 }
 
+.not-openbsd blockquote {
+	color: #0000A0;
+	text-align: center;
+}
+
+.not-openbsd blockquote q {
+	font-style: italic;
+}
+
 #project-main .align-top {
 	vertical-align: top;
 }
@@ -317,4 +326,8 @@ tt {
 	.not-openbsd #callout {
 		color: #E05434;
 	}
+
+	.not-openbsd blockquote {
+		color: #E05434;
+	}
 }
blob - 02abc5c5465700746f03d33c3f7cc0ab84fddde0
blob + 618eff212ae2451706832f128f349c7b40ea3336
--- portable.html
+++ portable.html
@@ -1,6 +1,5 @@
 <!doctype html>
 <html lang=en>
-<head>
 <meta charset=utf-8>
 
 <title>Game of Trees Portable Version</title>
@@ -8,9 +7,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/portable.html">
-</head>
 
-<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -32,7 +29,6 @@ version of Game of Trees:
 <li><a href="https://www.dragonflybsd.org">DragonFlyBSD</a></li>
 <li>MacOS</li>
 </ul>
-</p>
 
 <p>
 got-portable has been pre-packaged for the following systems:
@@ -56,20 +52,16 @@ Source code for released portable versions is availabl
 The file
 <a href="https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=blob_plain;f=README.portable;hb=HEAD"
 >README.portable</a> contains installation instructions.
-</p>
 <p>For any -portable patches, please send them to the
 <a href="https://lists.openbsd.org/cgi-bin/mj_wwwusr?user=&passw=&func=lists-long-full&extra=gameoftrees">gameoftrees mailing list</a>.
-</p>
 <p>
 Separate ports, based on the OpenBSD version rather than the portable version, exist for
 <a href="https://cgit.freebsd.org/ports/log/devel/got" >FreeBSD</a> and
 <a href="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/got/?only_with_tag=MAIN">NetBSD</a>.
-</p>
 <hr>
 <p>
 The Game of Trees -portable Git repository can be cloned via SSH.
 See the <a href="code.html">Source Code</a> page for details.
-</p>
 
 <!-- deprecated, don't use for new clones
 <p>
@@ -78,19 +70,14 @@ via HTTPS with Git:
 <pre class="cmdbox">
 git clone https://git.gameoftrees.org/got-portable.git
 </pre>
-</p>
 <p>
 Git protocol access is also available if needed, but is discouraged
 because it does not use encryption:
 <pre class="cmdbox">
 git clone git://git.gameoftrees.org/got-portable.git
 </pre>
-</p>
 -->
 
 <p>
 A web interface for browsing the code
 <a href="https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=shortlog;h=refs/heads/portable">is also available.</a>
-</p>
-</body>
-</html>