aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/index.html37
1 files changed, 17 insertions, 20 deletions
diff --git a/www/index.html b/www/index.html
index 5c619fd..59fdce8 100644
--- a/www/index.html
+++ b/www/index.html
@@ -52,8 +52,17 @@ To get started, head to the <a href="/download/">download</a> page.
52</p> 52</p>
53 53
54<p> 54<p>
55You can also look at its source code by cloning the git repository 55You can also look at its source code by cloning the git repository:
56<a href="https://git.tronto.net/nissy-classic">git.tronto.net/nissy-classic</a> 56</p>
57
58<pre>
59<code>git clone https://git.tronto.net/nissy-classic</code>
60</pre>
61
62<p>
63For a summary of changes and a list of older versions see the bottom of
64this page. Some versions (for example 1.0) are not available directly,
65but can be obtained from the git repository.
57</p> 66</p>
58 67
59<h1>Installation</h1> 68<h1>Installation</h1>
@@ -67,27 +76,14 @@ You can also look at its source code by cloning the git repository
67<tr> 76<tr>
68 <td><strong>Latest version</strong></td> 77 <td><strong>Latest version</strong></td>
69 <td><a href="/nissy-2.0.4.tar.gz">nissy-2.0.4.tar.gz (67Kb)</a></td> 78 <td><a href="/nissy-2.0.4.tar.gz">nissy-2.0.4.tar.gz (67Kb)</a></td>
70 <td><a href="/nissy-2.0.4.exe">nissy-2.0.4.exe (780Kb)</a></td> 79 <td><a href="/nissy-2.0.4.exe">nissy-2.0.4.exe (714Kb)</a></td>
71</tr> 80</tr>
72</table> 81</table>
73 82
74<p> 83<p>
75In this page you can find download links (see above), 84In this page you can find download links (see above),
76<a href="#Installation">installation instructions</a> and 85<a href="#Installation">installation instructions</a> and
77<a href="#Upgrade">upgrade instructions</a> 86<a href="#Upgrade">upgrade instructions</a> for nissy.
78for nissy. If instead you wish to clone the
79<a href="https://git.tronto.net/nissy-classic">git repository</a>,
80you can use git:
81</p>
82
83<pre>
84<code>git clone https://git.tronto.net/nissy-classic</code>
85</pre>
86
87<p>
88For a summary of changes and a list of older versions see below. Some versions
89(for example 1.0) are not available directly, but can be obtained from
90the git repository.
91</p> 87</p>
92 88
93<h2 id="Installation">Installation</h2> 89<h2 id="Installation">Installation</h2>
@@ -175,9 +171,10 @@ file.
175A bug in 2.0.3 and earlier versions caused HTR-related tables to be 171A bug in 2.0.3 and earlier versions caused HTR-related tables to be
176generated incorrectly on ARM platforms (Mac M1, Android...). 172generated incorrectly on ARM platforms (Mac M1, Android...).
177If you are upgrading to 2.0.4 on such a device, you need to re-generate 173If you are upgrading to 2.0.4 on such a device, you need to re-generate
178these tables. You can do this by removing all the files wiht `htr` in their 174these tables. You can do this by removing all the files wiht <code>htr</code>
179name and let nissy re-generate them (after upgrading), or by downloading the 175in their name and let nissy re-generate them (after upgrading), or by
180<a href="/nissy-tables-2.0.4.zip">new tables</a> and replacing the old ones. 176downloading the <a href="/nissy-tables-2.0.4.zip">new tables</a> and
177replacing the old ones.
181</p> 178</p>
182<p> 179<p>
183If you already have nissy installed and you want to upgrade to a more 180If you already have nissy installed and you want to upgrade to a more

Generated with cgit - Back to sebastiano.tronto.net