diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 82 |
1 files changed, 40 insertions, 42 deletions
diff --git a/docs/index.html b/docs/index.html index 4c289c62..0b519113 100644 --- a/docs/index.html +++ b/docs/index.html @@ -56,32 +56,31 @@ <div id="left"> <a id="download"></a> <h2>Download (v10.8)</h2> - <a href="feed"> + <a href="https://github.com/orbitalquark/textadept/releases.atom"> <img src="images/feed.png" style="float: right; margin: 0.25em;" alt="Atom" /> </a> <ul> - <li><a href="download/textadept_LATEST.win32.zip">Win32</a></li> - <li><a href="download/textadept_LATEST.osx.zip">Mac OSX</a></li> - <li><a href="download/textadept_LATEST.i386.tgz">Linux</a></li> - <li> - <a href="download/textadept_LATEST.x86_64.tgz">Linux x86_64</a> - </li> - <li><a href="download/textadept_LATEST.modules.zip">Modules</a></li> + <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.win32.zip">Win32</a></li> + <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.macOS.zip">macOS</a></li> + <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.linux.tgz">Linux</a></li> + <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.modules.zip">Modules</a></li> </ul> <hr style="margin: 0.25em 0.5em 0.25em 0.5em;" /> <ul> - <li><a href="http://foicica.com/hg/textadept">Source</a></li> + <li> + <a href="https://github.com/orbitalquark/textadept">Source</a> + </li> <li><a href="changelog.html">Other versions</a></li> <li><a href="changelog.html">PGP signatures</a></li> </ul> <h2>Nightly<a href="#nightly">*</a> Builds</h2> <ul> - <li><a href="download/textadept_nightly.win32.zip">Win32</a></li> - <li><a href="download/textadept_nightly.macOS.zip">macOS</a></li> - <li><a href="download/textadept_nightly.linux.tgz">Linux</a></li> - <li><a href="download/textadept_nightly.modules.zip">Modules</a></li> + <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_nightly/textadept_nightly.win32.zip">Win32</a></li> + <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_nightly/textadept_nightly.macOS.zip">macOS</a></li> + <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_nightly/textadept_nightly.linux.tgz">Linux</a></li> + <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_nightly/textadept_nightly.modules.zip">Modules</a></li> </ul> </div> @@ -90,14 +89,14 @@ <ul> <li><a href="manual.html">Manual</a></li> <li><a href="api.html">API</a></li> - <li><a href="http://foicica.com/lists">Mailing list</a></li> - <li><a href="http://foicica.com/wiki/textadept">Wiki</a></li> + <li><a href="https://foicica.com/lists">Mailing list</a></li> + <li><a href="https://foicica.com/wiki/textadept">Wiki</a></li> </ul> <h2>Quick Reference</h2> <p style="margin: 0.25em 0 0.25em 0.5em;"> - <a href="media.html#Book"> - <img src="book/ta_quickref_small.png" alt="Cover" + <a href="book.html"> + <img src="images/quickref_small.png" alt="Cover" style="border-width: 1px; margin-top: 0.25em;" /> </a> </p> @@ -110,7 +109,7 @@ <p style="font-size: smaller; font-weight: bold;"> Please <a href="https://gum.co/textadept?wanted=true">donate</a> or purchase - the <a href="media.html#Book">quick reference</a> to fund continuous + the <a href="book.html">quick reference</a> to help fund continuous development. </p> @@ -130,7 +129,7 @@ Textadept’s user interface is sleek and simple. Relentlessly optimized for speed and minimalism over the years, the editor consists of less than 2000 lines of C code and less than 4000 lines - of <a href="http://lua.org">Lua</a> code. + of <a href="https://lua.org">Lua</a> code. </p> <p class="center"> <img src="images/textadept.png" alt="Textadept" /> @@ -139,12 +138,12 @@ <div class="right-col"> <h3>Cross Platform</h3> <p> - Textadept runs on Windows, Mac OSX, Linux, and BSD. It also has a + Textadept runs on Windows, macOS, Linux, and BSD. It also has a terminal version, which is ideal for work on remote machines. </p> <p class="center"> <img src="images/linux.png" alt="Linux" /> - <img src="images/macosx.png" alt="Mac OSX" /> + <img src="images/macosx.png" alt="macOS" /> </p> <p class="center"> <img src="images/win32.png" alt="Win32" /> @@ -234,29 +233,29 @@ <div class="left-col"> <h3>Comprehensive Manual</h3> <p> - Textadept comes with a comprehensive user manual in the - application’s <em>docs/</em> directory. This manual is also - available <a href="manual.html">online</a>. It covers all of - Textadept’s main features, including installation, usage, - configuration, theming, scripting, and compilation. + Textadept comes with a comprehensive <a href="manual.html">user + manual</a> in the application’s <em>docs/</em> directory. It + covers all of Textadept’s main features, including + installation, usage, configuration, theming, scripting, and + compilation. </p> </div> <div class="right-col"> <h3>Exhaustive API Documentation</h3> <p> Since Textadept is entirely scriptable with Lua, its API is heavily - documented. This documentation is also located in <em>docs/</em>, is - available <a href="api.html">online</a>, and is the ultimate - resource on scripting Textadept. (The editor’s Lua internals - also provide abundant scripting examples.) + <a href="api.html">documented</a>. This documentation is also + located in <em>docs/</em> and is the ultimate resource on scripting + Textadept. (The editor’s Lua internals also provide abundant + scripting examples.) </p> </div> <div class="clear-col"></div> <div class="left-col"> <h3>Quick Reference</h3> <p style="float: left; margin-top: 0;"> - <a href="media.html#Book"> - <img src="book/ta_quickref_small.png" alt="Cover2" + <a href="book.html"> + <img src="images/quickref_small.png" alt="Cover2" style="border-width: 1px;" /> </a> </p> @@ -273,9 +272,9 @@ <p> Learn even more about Textadept by downloading and trying it out yourself. If you’re not completely satisfied, contact us on - the <a href="http://foicica.com/lists">mailing list</a> or e-mail me - personally (mitchell.att.foicica.com). You may also fork the - project, submit patches, or <a href="thanks.html#Sponsors">sponsor a + the <a href="https://foicica.com/lists">mailing list</a> or e-mail + me personally (mitchell.att.foicica.com). You may also fork the + project, submit patches, or <a href="thanks.html#sponsors">sponsor a feature</a>. Textadept is 100% open source. </p> <p style="background-color: #80cc80; color: #4d4d4d; font-size: 1.5em; @@ -300,19 +299,19 @@ <li> Textadept is a real cross-platform desktop application, backed by a world-class editing engine that - <a href="http://www.scintilla.org/ScintillaRelated.html">dozens</a> + <a href="https://www.scintilla.org/ScintillaRelated.html">dozens</a> of editors and IDEs have depended on for - <a href="http://www.scintilla.org/ScintillaHistory.html">over 19 + <a href="https://www.scintilla.org/ScintillaHistory.html">over 19 years</a>. </li> <li> Textadept is scriptable in a language that was - <em><a href="http://www.lua.org/history.html">carefully + <em><a href="https://www.lua.org/history.html">carefully designed</a></em> to run on any platform at high speed and with a minimal memory footprint. Lua is used <a href="https://sites.google.com/site/marbux/home/where-lua-is-used" >everywhere</a> from video games to embedded devices. It is easy to - <a href="http://www.lua.org/start.html">learn</a> too! + <a href="https://www.lua.org/start.html">learn</a> too! </li> <li> Textadept is very resource efficient, consuming merely 15MB of RAM @@ -348,8 +347,7 @@ <hr style="clear: both;" /> <p style="text-align: center;"> <a href="faq.html">FAQ</a> · - <a href="media.html">Media</a> · - <a href="/stats.html#Textadept">Stats</a> · + <a href="https://foicica.com/stats.html#Textadept">Stats</a> · <a href="thanks.html">Credits</a> </p> @@ -365,7 +363,7 @@ <div id="footer"> <p style="text-align:center;"> - © 2007-2020 <a href="http://foicica.com">Mitchell</a> + © 2007-2020 <a href="https://foicica.com">Mitchell</a> mitchell.att.foicica.com </p> </div> |