[geany/plugins.geany.org] a9ea08: Merge pull request #11 from eht16/issue8_update_plugins

Dominic Hopf git-noreply at xxxxx
Sat Oct 13 11:46:10 UTC 2018


Branch:      refs/heads/master
Author:      Dominic Hopf <dmaphy at googlemail.com>
Committer:   GitHub <noreply at github.com>
Date:        Sat, 13 Oct 2018 11:46:10 UTC
Commit:      a9ea08e410f6b40bb926f20fb1d5fe0bd02e2f0e
             https://github.com/geany/plugins.geany.org/commit/a9ea08e410f6b40bb926f20fb1d5fe0bd02e2f0e

Log Message:
-----------
Merge pull request #11 from eht16/issue8_update_plugins

Rename GeanyLatex and remove Sendmail from exclude list


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

Modified: content/geanylatex.html
4 lines changed, 1 insertions(+), 3 deletions(-)
===================================================================
@@ -1,6 +1,4 @@
 <h2>GeanyLaTeX</h2>
 <p>
-  The documentation for the GeanyLaTeX plugin can be found at
-  <a class="reference external" href=
-  "http://frank.uvena.de/en/Geany/geanylatex">http://frank.uvena.de/en/Geany/geanylatex</a>.
+  The plugin has been renamed an can now be found <a href="http://plugins.geany.org/latex.html">here</a>.
 </p>


Modified: content/latex.html
6 lines changed, 6 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,6 @@
+<h2>GeanyLaTeX</h2>
+<p>
+  The documentation for the GeanyLaTeX plugin can be found at
+  <a class="reference external" href=
+  "https://plugins.geany.org/latex/">https://plugins.geany.org/latex/</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=( geanylatex geanylua jsonprettifier quick_open_file sendmail togglebar pynav )
+declare -a EXCLUDE_PLUGINS=( latex 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