aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-20 18:46:04 -0400
committermitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-20 18:46:04 -0400
commit5fab12c305f3db43f6c93e8f70564017f252a8cb (patch)
treeea4781e99d6d03ac72ccb882d5904e76ca45b733 /docs
parent7a8ee09e8e18c1582cf185c5cf9dfab822c91203 (diff)
downloadtextadept-5fab12c305f3db43f6c93e8f70564017f252a8cb.tar.gz
textadept-5fab12c305f3db43f6c93e8f70564017f252a8cb.zip
Added code counting script and inline plots.
Removed redundant stats link.
Diffstat (limited to 'docs')
-rw-r--r--docs/_layouts/default.html1
-rw-r--r--docs/images/languages.pngbin0 -> 3501 bytes
-rw-r--r--docs/images/loc.pngbin0 -> 3861 bytes
-rw-r--r--docs/index.html6
-rw-r--r--docs/manual.md2
5 files changed, 6 insertions, 3 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index b62f28a8..c6f820fc 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -18,7 +18,6 @@
<li><a href="api.html">API</a> |</li>
<li><a href="https://github.com/orbitalquark/textadept">Source</a> |</li>
<li><a href="https://github.com/orbitalquark/textadept-modules">Extra Modules</a> |</li>
- <li><a href="https://foicica.com/stats.html#Textadept">Stats</a> |</li>
<li><a href="https://github.com/orbitalquark/textadept/wiki">Wiki</a> |</li>
<li><a href="https://foicica.com/lists">Mailing List</a></li>
</ul>
diff --git a/docs/images/languages.png b/docs/images/languages.png
new file mode 100644
index 00000000..754d1bc2
--- /dev/null
+++ b/docs/images/languages.png
Binary files differ
diff --git a/docs/images/loc.png b/docs/images/loc.png
new file mode 100644
index 00000000..f82357af
--- /dev/null
+++ b/docs/images/loc.png
Binary files differ
diff --git a/docs/index.html b/docs/index.html
index 24aa6a57..c330893c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -343,10 +343,14 @@
</li>
</ul>
+ <p id="plots" style="text-align: center;">
+ <img src="images/loc.png" alt="loc"/>
+ <img src="images/languages.png" alt="languages"/>
+ </p>
+
<hr style="clear: both;" />
<p style="text-align: center;">
<a href="faq.html">FAQ</a> &middot;
- <a href="https://foicica.com/stats.html#Textadept">Stats</a> &middot;
<a href="thanks.html">Credits</a>
</p>
diff --git a/docs/manual.md b/docs/manual.md
index afc419d3..b0d6cc9b 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -43,7 +43,7 @@ code tries to avoid going beyond 4000 lines. After more than 12 years of
development, Textadept contains [roughly the same amount of code][] since its
inception while significantly improving year after year.
-[roughly the same amount of code]: https://foicica.com/stats.html#Textadept
+[roughly the same amount of code]: index.html#plots
Textadept is remarkably extensible. It was designed to be that way from the
beginning; the editor's features came later. Most of Textadept's internals are