aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/_layouts/default.html2
-rw-r--r--docs/faq.md4
-rw-r--r--docs/index.html3
-rw-r--r--docs/manual.md4
-rw-r--r--docs/markdowndoc.lua2
-rw-r--r--docs/style.css2
-rw-r--r--docs/thanks.md10
7 files changed, 13 insertions, 14 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index c6f820fc..b69d4b1c 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -26,7 +26,7 @@
{{ content }}
</div>
<div id="footer">
- <p style="text-align:center;"> &copy; 2007-2020 <a href="https://foicica.com">Mitchell</a> mitchell.att.foicica.com</p>
+ <p style="text-align:center;"> &copy; 2007-2020 <a href="https://github.com/orbitalquark">Mitchell</a></p>
</div>
</div>
</body>
diff --git a/docs/faq.md b/docs/faq.md
index 70718c84..63c0f014 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -126,8 +126,8 @@ seem to work fine. rxvt and rxvt-unicode do not work out of the box, but may be
configurable.
Please see the [terminal version compatibility][] section of the appendix. If
-the feature in question is not listed there, it may be a bug. Please contact
-me (mitchell.att.foicica.com) with any bug reports.
+the feature in question is not listed there, it may be a bug. Please contact me
+(see README.md) with any bug reports.
[terminal version compatibility]: manual.html#terminal-version-compatibility
diff --git a/docs/index.html b/docs/index.html
index c330893c..233d9363 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -366,8 +366,7 @@
<div id="footer">
<p style="text-align:center;">
- &copy; 2007-2020 <a href="https://foicica.com">Mitchell</a>
- mitchell.att.foicica.com
+ &copy; 2007-2020 <a href="https://github.com/orbitalquark">Mitchell</a>
</p>
</div>
</div>
diff --git a/docs/manual.md b/docs/manual.md
index dac4c904..f42774d1 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -321,8 +321,8 @@ English. You can manually set your locale by copying one of the locale
configuration files from Textadept's *core/locales/* to your *~/.textadept/*
directory and renaming it *locale.conf*. If you would like to translate
Textadept into your language, please translate the English messages in
-*core/locale.conf* and send me (mitchell.att.foicica.com) the modified file for
-inclusion in a future release.
+*core/locale.conf* and send me (see README.md) the modified file for inclusion
+in a future release.
**macOS Tip:** by default, macOS does not allow GUI applications like
*Textadept.app* to see shell environment variables like `$PATH`. (The terminal
diff --git a/docs/markdowndoc.lua b/docs/markdowndoc.lua
index f443fe73..eb2d9a2a 100644
--- a/docs/markdowndoc.lua
+++ b/docs/markdowndoc.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell. See LICENSE.
-- Markdown doclet for Luadoc.
-- @usage luadoc -doclet path/to/markdowndoc [file(s)] > api.md
diff --git a/docs/style.css b/docs/style.css
index ab4f1455..740a5dd8 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -1,4 +1,4 @@
-/* Copyright 2012-2020 Mitchell mitchell.att.foicica.com. */
+/* Copyright 2012-2020 Mitchell. See LICENSE. */
* {
border: 0 solid #a6a6a6;
diff --git a/docs/thanks.md b/docs/thanks.md
index 10680045..e15bddc6 100644
--- a/docs/thanks.md
+++ b/docs/thanks.md
@@ -17,9 +17,9 @@ available under Textadept's open source license. You will be credited on this
page with an optional link to your website, and will receive a proper receipt or
invoice for recording and/or tax-related purposes.
-Please send any inquiries by e-mail to mitchell.att.foicica.com. All
-correspondence is kept strictly confidential. You may also contact me for
-private contract work related to Textadept.
+Please send any inquiries by e-mail (see README.md). All correspondence is kept
+strictly confidential. You may also contact me for private contract work related
+to Textadept.
### Code and Documentation Contributors
@@ -65,5 +65,5 @@ private contract work related to Textadept.
* Vais Salikhov
* Vladimir Lomov
-If I have left off your name, please contact me (mitchell.att.foicica.com). I am
-very sorry about that.
+If I have left off your name, please contact me (see README.md). I am very sorry
+about that.