Commit Diff


commit - ea6597168e1730d12501dd44fb8dacb3c3230d93
commit + 55203f5c4111b0fe54d7e4d06b90d5ffb421ea96
blob - a9de0ff1d1914ca93f15893f838b10da44f6244c
blob + ea39b0ed461be9003787be06380549607685b410
--- index.html
+++ index.html
@@ -34,12 +34,10 @@
         <li><a href="https://svnweb.freebsd.org/ports/head/devel/got/"
 	    >FreeBSD port</a>
       </ul>
-<!--
-      <h1>For other systems</h1>
+      <h1>For Linux</h1>
       <ul>
-        <li><a href="portable.html">FreeBSD</a>
+        <li><a href="portable.html">Portable version</a>
       </ul>
--->
 
     <td>
       <h1 class="header">
blob - /dev/null
blob + 458b8b76432e105113a050e2d4865bca77b7742b (mode 644)
--- /dev/null
+++ portable.html
@@ -0,0 +1,51 @@
+<!doctype html>
+<html lang=en>
+<meta charset=utf-8>
+
+<title>Game of Trees Portable Version</title>
+<meta name="description" content="Game of Trees Portable Version">
+<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">
+
+<h2>
+<a href="index.html">
+<i>Game of Trees</i></a>
+Portable version
+</h2>
+<hr>
+
+<p id="callout">
+The portable version is a work in progress. There are no releases yet.
+<!--
+<p>
+Source code for released portable versions is available in the
+<a href="releases/">releases</a> directory.
+-->
+
+<p>
+The official Game of Trees -portable Git repository can be cloned from
+git.gameoftrees.org:
+<pre class="cmdbox">
+git clone https://git.gameoftrees.org/got-portable.git
+</pre>
+
+<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>
+A web interface for browsing is also available:
+<a href="https://git.gameoftrees.org/gitweb"
+>https://git.gameoftrees.org/gitweb</a>
+
+<p>
+The <tt>linux</tt> branch in the
+<a href="https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=summary"
+>got-portable</a> repository provides support for Linux-based systems.
+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.