Branch: refs/heads/master Author: Dominic Hopf dmaphy@googlemail.com Committer: Dominic Hopf dmaphy@googlemail.com Date: Sat, 13 Oct 2018 11:54:51 UTC Commit: 5e3a32c18f82abaed5e88e4abb41c247e1c00762 https://github.com/geany/plugins.geany.org/commit/5e3a32c18f82abaed5e88e4abb...
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%22%3Ehttps://plugins.geany.org/latex.ht...</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).
plugins-commits@lists.geany.org