[geany/plugins.geany.org] 25e6a7: Rename GeanyLatex and remove Sendmail from exclude list
Enrico Tröger
git-noreply at xxxxx
Sat Oct 13 11:46:15 UTC 2018
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sat, 03 Mar 2018 14:29:18 UTC
Commit: 25e6a714181b2ef276f0679de79866c113cee8ff
https://github.com/geany/plugins.geany.org/commit/25e6a714181b2ef276f0679de79866c113cee8ff
Log Message:
-----------
Rename GeanyLatex and remove Sendmail from exclude list
We don't have a replacement HTML file for Sendmail, so use the upstream
README.
Fix broken link to upstream LaTeX documentation.
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