aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:45:03 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:45:03 +0100
commit9dffe0b6f1d684777d22b149816b6f7c216bd91a (patch)
treeba7b8a1977f302cedcdcfd3391e7ff8f0e15677a
parent8bb35916b543e0814a47832297791d00982d1eae (diff)
downloadnissy-9dffe0b6f1d684777d22b149816b6f7c216bd91a.tar.gz
nissy-9dffe0b6f1d684777d22b149816b6f7c216bd91a.zip
HTML fixes
-rw-r--r--TODO.md6
-rw-r--r--www/download/index.html11
-rw-r--r--www/examples/index.html2
-rw-r--r--www/index.html4
4 files changed, 10 insertions, 13 deletions
diff --git a/TODO.md b/TODO.md
index fe25539..fc0b3e0 100644
--- a/TODO.md
+++ b/TODO.md
@@ -14,17 +14,15 @@ It's more of a personal reminder than anything else.
14 but can help with WSL bugs) 14 but can help with WSL bugs)
15### Installation 15### Installation
16* At startup, check if tables are all there; if not, print an error message 16* At startup, check if tables are all there; if not, print an error message
17 suggesting to run `nissy gen -t 8` (or more than 8). Is it actually 17 suggesting to run `nissy gen -t 8` (or more than 8). Is it
18 possible to make table generation at least 3x faster? 18 possible to make table generation at least 3x faster?
19* make 8 threads default for gen? 19* make 8 threads default for gen?
20### Documentation 20### Documentation
21* Instructions on how to update on the website
21* Write an examples.md file 22* Write an examples.md file
22* More screenshots! 23* More screenshots!
23### More 24### More
24* Anything quick and easy from the sections below 25* Anything quick and easy from the sections below
25* fix LICENSE file
26* Download page at nissy.tronto.net, upload every dist version there
27 (and then always run make clean before git push)
28 26
29## Commands 27## Commands
30 28
diff --git a/www/download/index.html b/www/download/index.html
index e1a03d7..f0b0798 100644
--- a/www/download/index.html
+++ b/www/download/index.html
@@ -12,7 +12,7 @@
12<nav class="top"> 12<nav class="top">
13 <table class="menu"> 13 <table class="menu">
14 <tr> 14 <tr>
15 <td class="logo"> <a href="/"><img src="/favicon.png"></a> </td> 15 <td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td>
16 <td class="links"> 16 <td class="links">
17 <a href="/download/">Download</a> | 17 <a href="/download/">Download</a> |
18 <a href="/examples/">Examples</a> 18 <a href="/examples/">Examples</a>
@@ -44,10 +44,11 @@ In this page you can find download links (see above)
44and installation instructions (see below) for 44and installation instructions (see below) for
45nissy. If instead you wish to clone the 45nissy. If instead you wish to clone the
46<a href="https://git.tronto.net/nissy/">git repository</a>, use 46<a href="https://git.tronto.net/nissy/">git repository</a>, use
47</p>
48
47<pre> 49<pre>
48<code>git clone https://git.tronto.net/nissy</code> 50<code>git clone https://git.tronto.net/nissy</code>
49</pre> 51</pre>
50</p>
51 52
52<p> 53<p>
53For a summary of changes and a list of older versions see below. Some versions 54For a summary of changes and a list of older versions see below. Some versions
@@ -88,9 +89,7 @@ with your favorite archive program, for example with
88Open a terminal in the directory just extracted. 89Open a terminal in the directory just extracted.
89If you wish, edit the <code>Makefile</code> to match your local configuration 90If you wish, edit the <code>Makefile</code> to match your local configuration
90(this is usually not necessary, but you may want to change the 91(this is usually not necessary, but you may want to change the
91<code>PREFIX</code> variable to change the installation path) 92<code>PREFIX</code> variable to change the installation path) and run
92and run
93</code>
94<pre><code>make</code></pre> 93<pre><code>make</code></pre>
95<p> 94<p>
96followed by 95followed by
@@ -137,7 +136,7 @@ command. It is recommended to use more than one thread, if your CPU has them.
137For example, you can run: 136For example, you can run:
138</p> 137</p>
139 138
140<pre><code>nissy gen -t 8</pre></code> 139<pre><code>nissy gen -t 8</code></pre>
141 140
142<p> 141<p>
143to generate all tables using 8 threads. You can change 8 to any number 142to generate all tables using 8 threads. You can change 8 to any number
diff --git a/www/examples/index.html b/www/examples/index.html
index 2094014..86769b8 100644
--- a/www/examples/index.html
+++ b/www/examples/index.html
@@ -12,7 +12,7 @@
12<nav class="top"> 12<nav class="top">
13 <table class="menu"> 13 <table class="menu">
14 <tr> 14 <tr>
15 <td class="logo"> <a href="/"><img src="/favicon.png"></a> </td> 15 <td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td>
16 <td class="links"> 16 <td class="links">
17 <a href="/download/">Download</a> | 17 <a href="/download/">Download</a> |
18 <a href="/examples/">Examples</a> 18 <a href="/examples/">Examples</a>
diff --git a/www/index.html b/www/index.html
index 1844631..9b8719f 100644
--- a/www/index.html
+++ b/www/index.html
@@ -12,7 +12,7 @@
12<nav class="top"> 12<nav class="top">
13 <table class="menu"> 13 <table class="menu">
14 <tr> 14 <tr>
15 <td class="logo"> <a href="/"><img src="/favicon.png"></a> </td> 15 <td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td>
16 <td class="links"> 16 <td class="links">
17 <a href="/download/">Download</a> | 17 <a href="/download/">Download</a> |
18 <a href="/examples/">Examples</a> 18 <a href="/examples/">Examples</a>
@@ -28,7 +28,7 @@
28 28
29<p class=subtitle>A Rubik's cube solver and FMC assistant</p> 29<p class=subtitle>A Rubik's cube solver and FMC assistant</p>
30 30
31<img src="/screenshot.png"> 31<img src="/screenshot.png" alt="A screenshot of nissy running in a terminal emulator">
32 32
33<p> 33<p>
34Nissy is a command-line Rubik's cube solver. It can find optimal solutions 34Nissy is a command-line Rubik's cube solver. It can find optimal solutions

Generated with cgit - Back to sebastiano.tronto.net