Skip to content

Commit

Permalink
index.html: minor updates (including fix #381)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed May 26, 2024
1 parent da48fa2 commit fa17c66
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Backends</h2>
<ul>
<li><a href="https://hunspell.github.io/">Hunspell</a> (used by many other programs, including Firefox and Thunderbird)</li>
<li><a href="https://nuspell.github.io/">Nuspell</a> (newest spell checker to be used by many other programs, including Firefox and Thunderbird)</li>
<li><a href="http://aspell.net/">GNU Aspell</a> (old Ispell replacement)</li>
<li><a href="http://aspell.net/">GNU Aspell</a> (Ispell replacement)</li>
<li><a href="http://hspell.ivrix.org.il/">Hspell</a> (Hebrew)</li>
<li><a href="https://voikko.puimula.org/">Voikko</a> (Finnish)</li>
<li><a href="https://code.google.com/archive/p/zemberek/">Zemberek</a> (Turkish)</li>
Expand All @@ -58,7 +58,7 @@ <h2>Getting Enchant</h2>

<h2>User configuration</h2>

See <a href="src/enchant.html">enchant(5)</a>.
See <a href="lib/enchant.html">enchant(5)</a>.

<h2>Command-line programs</h2>

Expand All @@ -83,10 +83,11 @@ <h2>Programs using Enchant</h2>

<h2>Compatibility and bindings</h2>

<p>Enchant is written in plain C99 and C++11, and should therefore work on
most modern operating systems; other than the standard libraries, it
requires only <a href="https://wiki.gnome.org/Projects/GLib">GLib</a>. The
build system uses GNU Autotools, and therefore works with most compilers,
<p>Enchant is written in C99, C++11, and Vala, which compiles to C, and
should therefore work on most modern operating systems; other than the
standard libraries, it requires
only <a href="https://wiki.gnome.org/Projects/GLib">GLib</a>. The build
system uses GNU Autotools, and therefore works with most compilers,
including Microsoft Visual C and XCode.</p>

<p>Bindings are available to many other languages:</p>
Expand All @@ -96,7 +97,7 @@ <h2>Compatibility and bindings</h2>
<li><a href="https://crates.io/crates/enchant">Rust</a></li>
<li><a href="https://github.com/hermanschaaf/enchant">Go</a></li>
<li><a href="https://github.com/tlikonen/cl-enchant">Common Lisp</a></li>
<li>Vala: built in!</li>
<li><a herf="https://vala.dev">Vala</a>: built in!</li>
</ul>

<p>All inputs and outputs are in UTF-8 encoding. Language tags use
Expand Down

0 comments on commit fa17c66

Please sign in to comment.