commit 9dffe0b6f1d684777d22b149816b6f7c216bd91a
parent 8bb35916b543e0814a47832297791d00982d1eae
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Tue, 22 Feb 2022 22:45:03 +0100
HTML fixes
Diffstat:
4 files changed, 10 insertions(+), 13 deletions(-)
diff --git a/TODO.md b/TODO.md
@@ -14,17 +14,15 @@ It's more of a personal reminder than anything else.
but can help with WSL bugs)
### Installation
* At startup, check if tables are all there; if not, print an error message
- suggesting to run `nissy gen -t 8` (or more than 8). Is it actually
+ suggesting to run `nissy gen -t 8` (or more than 8). Is it
possible to make table generation at least 3x faster?
* make 8 threads default for gen?
### Documentation
+* Instructions on how to update on the website
* Write an examples.md file
* More screenshots!
### More
* Anything quick and easy from the sections below
-* fix LICENSE file
-* Download page at nissy.tronto.net, upload every dist version there
- (and then always run make clean before git push)
## Commands
diff --git a/www/download/index.html b/www/download/index.html
@@ -12,7 +12,7 @@
<nav class="top">
<table class="menu">
<tr>
- <td class="logo"> <a href="/"><img src="/favicon.png"></a> </td>
+ <td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td>
<td class="links">
<a href="/download/">Download</a> |
<a href="/examples/">Examples</a>
@@ -44,10 +44,11 @@ In this page you can find download links (see above)
and installation instructions (see below) for
nissy. If instead you wish to clone the
<a href="https://git.tronto.net/nissy/">git repository</a>, use
+</p>
+
<pre>
<code>git clone https://git.tronto.net/nissy</code>
</pre>
-</p>
<p>
For 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
Open a terminal in the directory just extracted.
If you wish, edit the <code>Makefile</code> to match your local configuration
(this is usually not necessary, but you may want to change the
-<code>PREFIX</code> variable to change the installation path)
-and run
-</code>
+<code>PREFIX</code> variable to change the installation path) and run
<pre><code>make</code></pre>
<p>
followed by
@@ -137,7 +136,7 @@ command. It is recommended to use more than one thread, if your CPU has them.
For example, you can run:
</p>
-<pre><code>nissy gen -t 8</pre></code>
+<pre><code>nissy gen -t 8</code></pre>
<p>
to 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
@@ -12,7 +12,7 @@
<nav class="top">
<table class="menu">
<tr>
- <td class="logo"> <a href="/"><img src="/favicon.png"></a> </td>
+ <td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td>
<td class="links">
<a href="/download/">Download</a> |
<a href="/examples/">Examples</a>
diff --git a/www/index.html b/www/index.html
@@ -12,7 +12,7 @@
<nav class="top">
<table class="menu">
<tr>
- <td class="logo"> <a href="/"><img src="/favicon.png"></a> </td>
+ <td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td>
<td class="links">
<a href="/download/">Download</a> |
<a href="/examples/">Examples</a>
@@ -28,7 +28,7 @@
<p class=subtitle>A Rubik's cube solver and FMC assistant</p>
-<img src="/screenshot.png">
+<img src="/screenshot.png" alt="A screenshot of nissy running in a terminal emulator">
<p>
Nissy is a command-line Rubik's cube solver. It can find optimal solutions