diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-22 22:45:03 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-22 22:45:03 +0100 |
| commit | 9dffe0b6f1d684777d22b149816b6f7c216bd91a (patch) | |
| tree | ba7b8a1977f302cedcdcfd3391e7ff8f0e15677a | |
| parent | 8bb35916b543e0814a47832297791d00982d1eae (diff) | |
| download | nissy-9dffe0b6f1d684777d22b149816b6f7c216bd91a.tar.gz nissy-9dffe0b6f1d684777d22b149816b6f7c216bd91a.zip | |
HTML fixes
| -rw-r--r-- | TODO.md | 6 | ||||
| -rw-r--r-- | www/download/index.html | 11 | ||||
| -rw-r--r-- | www/examples/index.html | 2 | ||||
| -rw-r--r-- | www/index.html | 4 |
4 files changed, 10 insertions, 13 deletions
| @@ -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) | |||
| 44 | and installation instructions (see below) for | 44 | and installation instructions (see below) for |
| 45 | nissy. If instead you wish to clone the | 45 | nissy. 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> |
| 53 | For a summary of changes and a list of older versions see below. Some versions | 54 | 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 | |||
| 88 | Open a terminal in the directory just extracted. | 89 | Open a terminal in the directory just extracted. |
| 89 | If you wish, edit the <code>Makefile</code> to match your local configuration | 90 | If 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 |
| 92 | and run | ||
| 93 | </code> | ||
| 94 | <pre><code>make</code></pre> | 93 | <pre><code>make</code></pre> |
| 95 | <p> | 94 | <p> |
| 96 | followed by | 95 | followed by |
| @@ -137,7 +136,7 @@ command. It is recommended to use more than one thread, if your CPU has them. | |||
| 137 | For example, you can run: | 136 | For 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> |
| 143 | to generate all tables using 8 threads. You can change 8 to any number | 142 | 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 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> |
| 34 | Nissy is a command-line Rubik's cube solver. It can find optimal solutions | 34 | Nissy is a command-line Rubik's cube solver. It can find optimal solutions |
