Branch: refs/heads/master
Author: Matthew Brush <matt(a)geany.org>
Committer: GitHub <noreply(a)github.com>
Date: Sat, 13 Oct 2018 16:23:39 UTC
Commit: a3b52ff68fda0aabb87633628850644af2cfa642
https://github.com/geany/geany-plugins/commit/a3b52ff68fda0aabb876336288506…
Log Message:
-----------
Devhelp: Update email address in README
Modified Paths:
--------------
devhelp/README
Modified: devhelp/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -111,4 +111,4 @@ Requirements
Contact developers
------------------
-You can email me at <codebrainz(a)users.sourceforge.net>, or find me on the #geany IRC channel on FreeNode, with the nickname 'codebrainz'.
+You can email me at <matt(a)geany.org>, or find me on the #geany IRC channel on FreeNode, with the nickname 'codebrainz'.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Dominic Hopf <dmaphy(a)googlemail.com>
Committer: Dominic Hopf <dmaphy(a)googlemail.com>
Date: Sat, 13 Oct 2018 12:30:07 UTC
Commit: 207275968517fce28416026c1babc77ce5bdfbef
https://github.com/geany/plugins.geany.org/commit/207275968517fce28416026c1…
Log Message:
-----------
Apply change to downloads.html which has been made manually on the server
Modified Paths:
--------------
content/downloads.html
Modified: content/downloads.html
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -29,7 +29,7 @@ <h2>Download Geany-Plugins</h2>
$version = max($versions);
$wversion = max($wversions);
- echo "The latest version is " . $version . ", you should take a look at the <a href=\"https://raw.githubusercontent.com/geany/geany-plugins/". $version ."/NEWS\">release notes</a>.<br />\n";
+ echo "The latest version is " . $version . ", you should take a look at the <a href=\"https://raw.githubusercontent.com/geany/geany-plugins/". $version .".0/NEWS\">release notes</a>.<br />\n";
echo "<table>";
echo "<tr>";
echo " <th>Download</th>";
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Dominic Hopf <dmaphy(a)googlemail.com>
Committer: Dominic Hopf <dmaphy(a)googlemail.com>
Date: Sat, 13 Oct 2018 11:54:51 UTC
Commit: 5e3a32c18f82abaed5e88e4abb41c247e1c00762
https://github.com/geany/plugins.geany.org/commit/5e3a32c18f82abaed5e88e4ab…
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).
Branch: refs/heads/master
Author: Dominic Hopf <dmaphy(a)googlemail.com>
Committer: GitHub <noreply(a)github.com>
Date: Sat, 13 Oct 2018 11:51:08 UTC
Commit: a1b9df6cdf10fb8c35f9701458469ece9e32e68f
https://github.com/geany/geany-plugins/commit/a1b9df6cdf10fb8c35f9701458469…
Log Message:
-----------
Merge pull request #781 from Akronix/patch-1
Update link to geany latex plugin docs
Modified Paths:
--------------
latex/README
Modified: latex/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
Documentation has been moved into doc subfolder. There you you should
find a PDF or HTML file shipped with sources of this plugin. If there
is no documentation available there, please check
-http://frank.uvena.de/en/Geany/geanylatex instead.
+https://plugins.geany.org/latex.html instead.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).