diff options
-rw-r--r-- | MEDIA.md | 24 | ||||
-rw-r--r-- | doc/index.html | 9 |
2 files changed, 17 insertions, 16 deletions
@@ -9,15 +9,15 @@ </div> *Textadept Quick Reference*<br/> -Third Edition +Fourth Edition Order the [e-book][] – $15 USD<br/> Order the [e-book bundle][] with [Lua Quick Reference][] – $27 USD<br/> Order the print book via Amazon [US][], [UK][], [DE][], [FR][], [IT][], [ES][] -Published: Oct 2016<br/> -ISBN: 978-0-9912379-2-0<br/> -Pages: 170 +Published: Aug 2018 <span style="color: #ef373a;">[New!]</span><br/> +ISBN: 978-0-9912379-4-4<br/> +Pages: 174 [Excerpt][] @@ -42,16 +42,16 @@ This book covers how to: It serves as the perfect complement to Textadept's comprehensive Manual and exhaustive API documentation. -[e-book]: https://gum.co/textadept3_ebook +[e-book]: https://gum.co/textadept_ebook [e-book bundle]: https://gum.co/qr_bundle [Lua Quick Reference]: http://foicica.com/lua -[US]: http://www.amazon.com/Textadept-Quick-Reference-Mitchell/dp/0991237927/ -[UK]: http://www.amazon.co.uk/Textadept-Quick-Reference-Mitchell/dp/0991237927/ -[DE]: http://www.amazon.de/Textadept-Quick-Reference-Mitchell/dp/0991237927/ -[FR]: http://www.amazon.fr/Textadept-Quick-Reference-Mitchell/dp/0991237927/ -[IT]: http://www.amazon.it/Textadept-Quick-Reference-Mitchell/dp/0991237927/ -[ES]: http://www.amazon.es/Textadept-Quick-Reference-Mitchell/dp/0991237927/ -[Excerpt]: download/ta_quickref3_excerpt.pdf +[US]: http://www.amazon.com/Textadept-Quick-Reference-Mitchell/dp/0991237943/ +[UK]: http://www.amazon.co.uk/Textadept-Quick-Reference-Mitchell/dp/0991237943/ +[DE]: http://www.amazon.de/Textadept-Quick-Reference-Mitchell/dp/0991237943/ +[FR]: http://www.amazon.fr/Textadept-Quick-Reference-Mitchell/dp/0991237943/ +[IT]: http://www.amazon.it/Textadept-Quick-Reference-Mitchell/dp/0991237943/ +[ES]: http://www.amazon.es/Textadept-Quick-Reference-Mitchell/dp/0991237943/ +[Excerpt]: download/ta_quickref4_excerpt.pdf ## Lua Workshop 2012 diff --git a/doc/index.html b/doc/index.html index a4371b6a..a33cb7a2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -97,8 +97,9 @@ <li><a href="http://foicica.com/wiki/textadept">Wiki</a></li> </ul> - <h2>Quick Reference</h2> + <h2 style="color: #ef373a;">Quick Reference</h2> <p style="margin: 0.25em 0 0.25em 0.5em;"> + <span style="font-size: smaller; color: #ef373a;">New Edition!</span> <a href="MEDIA.html#Book"> <img src="book/ta_quickref_small.png" alt="Cover" style="border-width: 1px; margin-top: 0.25em;" /> @@ -296,7 +297,7 @@ <ul style="margin: 1em 1em 1em 2em;"> <li> Textadept has a <a href="CHANGELOG.html">proven track record</a>, - with at least one release every 2 months for 6+ years and no signs + with at least one release every 2 months for 8+ years and no signs of inactivity. Also, as an open-source project, the editor will never fade away. </li> @@ -305,7 +306,7 @@ world-class editing engine that <a href="http://www.scintilla.org/ScintillaRelated.html">dozens</a> of editors and IDEs have depended on for - <a href="http://www.scintilla.org/ScintillaHistory.html">over 15 + <a href="http://www.scintilla.org/ScintillaHistory.html">over 19 years</a>. </li> <li> @@ -344,7 +345,7 @@ </li> <li> Textadept does not track you. It does not attempt to connect to the - internet – <em>it is just a text editor</em>. + internet. <em>It is just a text editor</em>. </li> </ul> |