Skip to content

Commit

Permalink
Point to new GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Aug 22, 2024
1 parent 5d0a042 commit fb7906f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ release: distcheck
git tag -a -m "Release tag" "v$(VERSION)" && \
git push --follow-tags && \
woger github \
github_user=AbiWord \
github_user=rrthomas \
package=$(PACKAGE) \
version=$(VERSION) \
dist_type=tar.gz
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# libenchant -- Generic spell checking library

Maintainer: Reuben Thomas
Home page: https://abiword.github.io/enchant/
Bug reports and other issues: https://github.com/AbiWord/enchant
Home page: https://rrthomas.github.io/enchant/
Bug reports and other issues: https://github.com/rrthomas/enchant

libenchant is licensed under the terms of the GNU LGPL (see the file
COPYING.LIB), with a special exception allowing the use of proprietary
Expand Down
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>Enchant</h1>

<hr />

<h2><a href="https://github.com/AbiWord/enchant/releases">Releases</a></h2>
<h2><a href="https://github.com/rrthomas/enchant/releases">Releases</a></h2>

<h2>What is Enchant?</h2>

Expand Down Expand Up @@ -46,14 +46,14 @@ <h2>Backends</h2>
<h2>Getting Enchant</h2>

<p>You can get Enchant from <a
href="https://github.com/AbiWord/enchant">GitHub</a>.</p>
href="https://github.com/rrthomas/enchant">GitHub</a>.</p>

<p>Older versions are still available from the <a
href="http://www.nl.abisource.com/downloads/enchant/">AbiSource website</a>.</p>

<ul>
<li><a href="https://github.com/AbiWord/enchant/blob/master/doxygen/html/index.html">C/C++ API</a></li>
<li>You can <a href="https://github.com/AbiWord/enchant">browse Enchant's source code</a></li>
<li><a href="https://github.com/rrthomas/enchant/blob/master/doxygen/html/index.html">C/C++ API</a></li>
<li>You can <a href="https://github.com/rrthomas/enchant">browse Enchant's source code</a></li>
</ul>

<h2>User configuration</h2>
Expand All @@ -73,7 +73,7 @@ <h2>Command-line programs</h2>
<h2>Programs using Enchant</h2>

<p>Enchant is used by <a href="https://www.gnu.org/software/emacs/">GNU
Emacs</a> (as of version 27.1), <a href="http://www.nl.abisource.com/">AbiWord</a>,
Emacs</a> (as of version 27.1), <a href="http://www.nl.abisource.com/">rrthomas</a>,
<a href="https://www.lyx.org">LyX</a>, and,
via <a href="https://wiki.gnome.org/Projects/gspell">gspell</a>
and <a href="http://gtkspell.sourceforge.net">GtkSpell</a>, a number of Gtk
Expand Down Expand Up @@ -108,9 +108,9 @@ <h2>Compatibility and bindings</h2>
<h2>Bugs and development</h2>

<p>Please use <a
href="https://github.com/AbiWord/enchant/issues/">Github issue
href="https://github.com/rrthomas/enchant/issues/">Github issue
tracker</a> if possible to file bugs, offer patches or request new features.
Even better, submit a <a href="https://github.com/AbiWord/enchant/pulls/">Pull Request</a>!
Even better, submit a <a href="https://github.com/rrthomas/enchant/pulls/">Pull Request</a>!
Alternatively, feel free to send a message to the abiword-devel mailing list.
</p>

Expand All @@ -120,12 +120,12 @@ <h2>Bugs and development</h2>
functionality available in the underlying spelling libraries but not yet
supported by Enchant could also usefully be added to Enchant's APIs.</p>

<p>If you'd like to contribute to Enchant, please read the file <a href="https://github.com/AbiWord/enchant/blob/master/HACKING"><code>HACKING</code></a>.
<p>If you'd like to contribute to Enchant, please read the file <a href="https://github.com/rrthomas/enchant/blob/master/HACKING"><code>HACKING</code></a>.

<h2>License</h2>

<p>Enchant is licensed under the LGPL license, with an
<a href="https://github.com/AbiWord/enchant/blob/e61d5e73d4e2e410349508c08cfcf17d330503d2/src/enchant.h#L19-L28">exception</a> so that non-free plugin backends
<a href="https://github.com/rrthomas/enchant/blob/e61d5e73d4e2e410349508c08cfcf17d330503d2/src/enchant.h#L19-L28">exception</a> so that non-free plugin backends
can be loaded and used by Enchant. Thus, it is possible to use
the native spell checkers on proprietary platforms (macOS, MS Office, …).</p>

Expand All @@ -134,8 +134,8 @@ <h2>What's in a Name?</h2>
<p>The definition of "Enchant" is roughly "to cast a spell". So, it's a pun!</p>

</div>
<table style="text-align: left; background-color: rgb(244, 244, 244); width: 100%;" width="100%" border="0" cellspacing="2" cellpadding="2"><tbody><tr><td style="font-size: 8pt; align: center;"><div class="copyright">Copyright (C) 1998-2020, the AbiSource community. All rights reserved.<br />
AbiSource, AbiSuite, and AbiWord are <a href="/information/license/tm_guide.phtml">trademarks</a> of Dom Lachowicz. All other product names, company names, or logos cited herein are property of their respective owners.</div></td></tr></tbody></table>
<table style="text-align: left; background-color: rgb(244, 244, 244); width: 100%;" width="100%" border="0" cellspacing="2" cellpadding="2"><tbody><tr><td style="font-size: 8pt; align: center;"><div class="copyright">Copyright (C) 1998-2024, the AbiSource community. All rights reserved.<br />
AbiSource and AbiWord are <a href="/information/license/tm_guide.phtml">trademarks</a> of Dom Lachowicz. All other product names, company names, or logos cited herein are property of their respective owners.</div></td></tr></tbody></table>
<!--bootstrap and its dependencies-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
Expand Down

0 comments on commit fb7906f

Please sign in to comment.