From 126a4130ad762fb97c06fb9185405fdaaaeab598 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 15 Sep 2016 22:01:15 -0400 Subject: Added a "Why Textadept?" type of section; doc/index.html --- doc/index.html | 75 +++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 59 insertions(+), 16 deletions(-) (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html index d8f7e78e..d120f8fa 100644 --- a/doc/index.html +++ b/doc/index.html @@ -132,7 +132,7 @@
- Textadept’s user interface is sleek and simple. Relentlessly + 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 Lua code. @@ -171,9 +171,9 @@
- Being a programmer’s editor, Textadept excels at editing source - code. It understands the syntax and structure of more than 90 - different programming languages and recognizes hundreds of file + Being a programmer’s editor, Textadept excels at editing + source code. It understands the syntax and structure of more than + 100 different programming languages and recognizes hundreds of file types. Textadept uses this knowledge to make viewing and editing code faster and easier. It can also compile and run simple source files. @@ -229,7 +229,7 @@
- Textadept’s binary packages are self-contained and need not be + Textadept’s binary packages are self-contained and need not be installed. No administrator privilages are required either.
Textadept comes with a comprehensive user manual in the - application’s doc/ directory. This manual is also available - online. It covers all of Textadept’s main - features, including installation, usage, configuration, theming, - scripting, and compilation. + application’s doc/ directory. This manual is also + available online. It covers all of + Textadept’s main features, including installation, usage, + configuration, theming, scripting, and compilation.
This reference contains a wealth of knowledge on how to script and - configure Textadept using Lua. It groups the editor’s rich API into - a series of tasks in a convenient and easy-to-use manner. It serves - as the perfect complement to Textadept’s Manual and API + configure Textadept using Lua. It groups the editor’s rich API + into a series of tasks in a convenient and easy-to-use manner. It + serves as the perfect complement to Textadept’s Manual and API documentation.
@@ -277,8 +277,8 @@Learn even more about Textadept by downloading and trying it out - yourself. If you’re not completely satisfied, contact us on the - mailing list or e-mail me + yourself. If you’re not completely satisfied, contact us on + the mailing list or e-mail me personally (mitchell.att.foicica.com). You may also fork the project, submit patches, or sponsor a feature. Textadept is 100% open source. @@ -293,6 +293,49 @@
+FAQ · -- cgit v1.2.3