[geany/plugins.geany.org] 5e3a32: #8: Generate the HTML page for latex plugin instead of maintaining our own

Dominic Hopf git-noreply at xxxxx
Sat Oct 13 11:54:51 UTC 2018


Branch:      refs/heads/master
Author:      Dominic Hopf <dmaphy at googlemail.com>
Committer:   Dominic Hopf <dmaphy at googlemail.com>
Date:        Sat, 13 Oct 2018 11:54:51 UTC
Commit:      5e3a32c18f82abaed5e88e4abb41c247e1c00762
             https://github.com/geany/plugins.geany.org/commit/5e3a32c18f82abaed5e88e4abb41c247e1c00762

Log Message:
-----------
#8: Generate the HTML page for latex plugin instead of maintaining our own


Modified Paths:
--------------
    content/latex.html
    gencontent.sh

Modified: content/latex.html
6 lines changed, 0 insertions(+), 6 deletions(-)
===================================================================
@@ -1,6 +0,0 @@
-<h2>GeanyLaTeX</h2>
-<p>
-  The documentation for the GeanyLaTeX plugin can be found at
-  <a class="reference external" href=
-  "https://plugins.geany.org/latex.html">https://plugins.geany.org/latex.html</a>.
-</p>


Modified: gencontent.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -68,7 +68,7 @@ LOGDIR=${WORKDIR}"gencontent_logs/"
 
 # plugins to exclude from the nightly re-generation via rst2html because they
 # have a separate HTML page not generated from the README file
-declare -a EXCLUDE_PLUGINS=( latex geanylua jsonprettifier quick_open_file togglebar pynav )
+declare -a EXCLUDE_PLUGINS=( geanylua jsonprettifier quick_open_file togglebar pynav )
 
 RST2HTML=$(which rst2html)
 TIDY=$(which tidy)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list