summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2020-09-08 11:40:31 +0100
committerReuben Thomas <rrt@sc3d.org>2020-09-08 11:40:31 +0100
commit0a00df25d93055864af50c0f8b4bc5c28768adab (patch)
tree04df90f1d9bd0014a3a333e9e59fce30f4f26fca
parent1af5921f7d6df3331e7a31ee7b74c4c7594351ba (diff)
downloadenchant-0a00df25d93055864af50c0f8b4bc5c28768adab.tar.gz
index.html: improve presentation of links
-rw-r--r--index.html21
1 files changed, 10 insertions, 11 deletions
diff --git a/index.html b/index.html
index 5279107..7ba54ee 100644
--- a/index.html
+++ b/index.html
@@ -45,19 +45,18 @@ communicates over a pipe, like ispell, and is indeed ispell-compatible.</p>
<h2>Getting Enchant</h2>
-<p>You can get Enchant from Github. <a
-href="https://github.com/AbiWord/enchant">https://github.com/AbiWord/enchant</a></p>
+<p>You can get Enchant from <a
+href="https://github.com/AbiWord/enchant">GitHub</a>.</p>
<p>Older versions are still available from the <a
-href="http://www.abisource.com/downloads/enchant/">AbiSource website</a>.</p>
-
-<p>You can browse the Enchant source: <a href="https://github.com/AbiWord/enchant">https://github.com/AbiWord/enchant</a>.
-Enchant's public API can be found <a
-href="https://github.com/AbiWord/enchant/blob/master/src/enchant.h">here.</a>
-Enchant's provider plugin API can be found <a
-href="https://github.com/AbiWord/enchant/blob/master/src/enchant-provider.h">here.</a>
-Enchant's C++ API can be found <a
-href="https://github.com/AbiWord/enchant/blob/master/src/enchant%2B%2B.h">here.</a></p>
+href="http://www.nl.abisource.com/downloads/enchant/">AbiSource website</a>.</p>
+
+<ul>
+ <li><a href="https://github.com/AbiWord/enchant/blob/master/src/enchant.h">Public API (C version)</a></li>
+ <li><a href="https://github.com/AbiWord/enchant/blob/master/src/enchant%2B%2B.h">Public API (C++ version)</a></li>
+ <li><a href="https://github.com/AbiWord/enchant/blob/master/src/enchant-provider.h">Provider plugin API</a></li>
+ <li>You can <a href="https://github.com/AbiWord/enchant">browse Enchant's source code</a></li>
+</p>
<h2>User configuration</h2>