Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 03 Mar 2018 14:29:18 UTC
Commit: 25e6a714181b2ef276f0679de79866c113cee8ff
https://github.com/geany/plugins.geany.org/commit/25e6a714181b2ef276f0679de…
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).
Branch: refs/heads/master
Author: Dominic Hopf <dmaphy(a)googlemail.com>
Committer: GitHub <noreply(a)github.com>
Date: Sat, 13 Oct 2018 11:46:10 UTC
Commit: a9ea08e410f6b40bb926f20fb1d5fe0bd02e2f0e
https://github.com/geany/plugins.geany.org/commit/a9ea08e410f6b40bb926f20fb…
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).
Branch: refs/heads/master
Author: Dominic Hopf <dmaphy(a)googlemail.com>
Committer: Dominic Hopf <dmaphy(a)googlemail.com>
Date: Sat, 13 Oct 2018 11:37:22 UTC
Commit: ef3417cf44dc8bbe0de9dd839ccea2f5b1407262
https://github.com/geany/plugins.geany.org/commit/ef3417cf44dc8bbe0de9dd839…
Log Message:
-----------
Update version number for newline plugin: 2014-03 -> 2015-03
Modified Paths:
--------------
content/newline-plugin.html
Modified: content/newline-plugin.html
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -30,7 +30,7 @@
</div><div class="section" id="download"><h3>Download Files List</h3>
<p>project discussion page on <a target="_blank" href="https://sourceforge.net/p/newline-plugin/discussion/">sourceforge</a></p>
<h5>Sources</h5>
-<p><a target="_blank" href="https://sourceforge.net/projects/newline-plugin/files/latest/download">newline-2014-03.zip</a> - these other 5 files expect to be placed with the external sources</p>
+<p><a target="_blank" href="https://sourceforge.net/projects/newline-plugin/files/latest/download">newline-2015-03.zip</a> - these other 5 files expect to be placed with the external sources</p>
<p>newline_bat.cpp, newline.c, newline_sh.c - source files</p>
<p>newline.bat, newline_sh - build scripts for each platform</p>
<h5>External Tools</h5>
@@ -139,4 +139,4 @@ <h5>Notepad specific</h5>
<p>notepad word select was hidden accidentally</p>
</div>
- </div>
\ No newline at end of file
+ </div>
--------------
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)fedoraproject.org>
Committer: Dominic Hopf <dmaphy(a)fedoraproject.org>
Date: Sat, 13 Oct 2018 10:40:06 UTC
Commit: fe7c7ad27f0ccd4a4b690b4ad32e51c23031123d
https://github.com/geany/geany-plugins/commit/fe7c7ad27f0ccd4a4b690b4ad32e5…
Log Message:
-----------
Alphabetically sort plugin listing in README
Modified Paths:
--------------
README
Modified: README
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -57,15 +57,16 @@ Available plugins are:
* ``automark`` -- the Automark plugin
* ``codenav`` -- the CodeNav plugin
* ``commander`` -- the Commander plugin
+* ``cppcheck`` -- static code analysis using cppcheck (see also HACKING)
* ``debugger`` -- the Debugger plugin
* ``defineformat`` -- the Defineformat plugin
* ``devhelp`` -- the devhelp plugin
+* ``extra-c-warnings`` -- extra C Compiler warnings (see also HACKING)
* ``geanyctags`` -- the GeanyCtags plugin
* ``geanydoc`` -- the GeanyDoc plugin
* ``geanyextrasel`` -- the GeanyExtraSel plugin
* ``geanygendoc`` -- the GeanyGenDoc plugin
* ``geanyinsertnum`` -- the GeanyInsertNum plugin
-* ``latex`` -- the LaTeX plugin
* ``geanylua`` -- the GeanyLua plugin
* ``geanymacro`` -- the GeanyMacro plugin
* ``geanyminiscript`` -- the GeanyMiniScript plugin
@@ -77,6 +78,7 @@ Available plugins are:
* ``geniuspaste`` -- the paste to a pastebin plugin
* ``gitchangebar`` -- the GitChangeBar plugin
* ``gtkspell`` -- GeanyVC's spell-check support
+* ``latex`` -- the LaTeX plugin
* ``lineoperations`` -- simple line functions that can be applied to an open file
* ``lipsum`` -- the Lipsum plugin
* ``markdown`` -- the Markdown plugin
@@ -91,13 +93,11 @@ Available plugins are:
* ``sendmail`` -- the GeanySendmail plugin
* ``shiftcolumn`` -- the ShiftColumn plugin
* ``spellcheck`` -- the spellcheck plugin
-* ``treebrowser`` -- the Treebrowser plugin
* ``tableconvert`` -- the Tableconvert plugin
+* ``treebrowser`` -- the Treebrowser plugin
* ``updatechecker`` -- the Updatechecker plugin
* ``webhelper`` -- the WebHelper plugin
* ``xmlsnippets`` -- the XMLSnippets plugin
-* ``extra-c-warnings`` -- extra C Compiler warnings (see also HACKING)
-* ``cppcheck`` -- static code analysis using cppcheck (see also HACKING)
Example::
--------------
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 10:15:50 UTC
Commit: f642dc8a3e5fca1e4e1d262f0ac1987118be43f8
https://github.com/geany/plugins.geany.org/commit/f642dc8a3e5fca1e4e1d262f0…
Log Message:
-----------
Merge pull request #14 from Akronix/remove-sourceforge
Removed old links to sourceforge. Fixes partially #5
Modified Paths:
--------------
content/start.html
templates/template.html
Modified: content/start.html
14 lines changed, 5 insertions(+), 9 deletions(-)
===================================================================
@@ -1,8 +1,7 @@
<h2>Welcome</h2>
<p> What you will find here is a lot of plugin stuff for <a href=
-"http://www.geany.org">Geany</a>. There is a <a href=
-"https://sourceforge.net/projects/geany-plugins/">Geany Plugins project</a>
+"http://www.geany.org">Geany</a>. There is a Geany Plugins project</a>
containing a lot of plugins, which is developed by various developers on <a
href="https://github.com/geany/geany-plugins">GitHub</a>. </p>
@@ -23,14 +22,11 @@ <h2>Welcome</h2>
<p> The pages for any plugin delivered with the Geany Plugins project are
automatically generated by a shell script using <a href=
"http://docutils.sourceforge.net/">rst2html from doctools</a> and <a href=
-"http://tidy.sourceforge.net/">HTML Tidy</a>. Basis for that are the README
+"http://www.html-tidy.org/">HTML Tidy</a>. Basis for that are the README
files for each plugin, checked out and updated from <a href=
-"https://github.com/geany/geany-plugins">Git</a>, so if you think there's
-something wrong, you can feel free to <a href=
-"https://sourceforge.net/tracker/?group_id=222729&atid=1056532">report
-issues</a> against the according plugin (or even this website) at <a href=
-"https://sourceforge.net/tracker/?group_id=222729&atid=1056532">
-SourceForge</a> or <a href="https://github.com/geany/geany-plugins/issues">GitHub</a>.<br />
+"https://github.com/geany/geany-plugins">GitHub</a>, so if you think there's
+something wrong, you can feel free to report
+issues against the according plugin (or even this website) at <a href="https://github.com/geany/geany-plugins/issues">GitHub</a>.<br />
The <a href= "https://github.com/geany/plugins.geany.org" >source code of
this script</a> (including the whole source for the plugins.geany.org
Modified: templates/template.html
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -98,10 +98,10 @@ <h3>License</h3>
<div class="section" id="ideas-questions-patches-and-bug-reports">
<h3>Ideas, questions, patches and bug reports</h3>
<p>If your plugins concerns to the Geany Plugins project, you can leave the
- sourceforge tracker linked as it is, you decided yourself what information
+ Github issue tracker linked as it is, you decided yourself what information
you will provide to contact you.</p>
- <p><a class="reference external" href="http://sourceforge.net/tracker/?group_id=222729">http://sourceforge.net/tracker/?group_id=222729</a></p>
+ <p><a class="reference external" href="https://github.com/geany/geany-plugins/issues">Github issue tracker</a></p>
<p><a href="#index">back to top</a></p>
</div>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Abel Serrano Juste <akronix5(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: Fri, 12 Oct 2018 08:36:52 UTC
Commit: 0793ef9844acc8e58508d11c85a204937e5a2996
https://github.com/geany/geany-plugins/commit/0793ef9844acc8e58508d11c85a20…
Log Message:
-----------
Update link to geany latex plugin docs
Closes https://github.com/geany/plugins.geany.org/issues/8
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).
Branch: refs/heads/master
Author: Abel Serrano Juste <akronix5(a)gmail.com>
Committer: Abel Serrano Juste <akronix5(a)gmail.com>
Date: Fri, 12 Oct 2018 08:15:23 UTC
Commit: 9eaaa927149f4cf1a99be1073c08278d78eea373
https://github.com/geany/plugins.geany.org/commit/9eaaa927149f4cf1a99be1073…
Log Message:
-----------
Removed old links to sourceforge. Fixes partially #5
Modified Paths:
--------------
content/start.html
templates/template.html
Modified: content/start.html
14 lines changed, 5 insertions(+), 9 deletions(-)
===================================================================
@@ -1,8 +1,7 @@
<h2>Welcome</h2>
<p> What you will find here is a lot of plugin stuff for <a href=
-"http://www.geany.org">Geany</a>. There is a <a href=
-"https://sourceforge.net/projects/geany-plugins/">Geany Plugins project</a>
+"http://www.geany.org">Geany</a>. There is a Geany Plugins project</a>
containing a lot of plugins, which is developed by various developers on <a
href="https://github.com/geany/geany-plugins">GitHub</a>. </p>
@@ -23,14 +22,11 @@ <h2>Welcome</h2>
<p> The pages for any plugin delivered with the Geany Plugins project are
automatically generated by a shell script using <a href=
"http://docutils.sourceforge.net/">rst2html from doctools</a> and <a href=
-"http://tidy.sourceforge.net/">HTML Tidy</a>. Basis for that are the README
+"http://www.html-tidy.org/">HTML Tidy</a>. Basis for that are the README
files for each plugin, checked out and updated from <a href=
-"https://github.com/geany/geany-plugins">Git</a>, so if you think there's
-something wrong, you can feel free to <a href=
-"https://sourceforge.net/tracker/?group_id=222729&atid=1056532">report
-issues</a> against the according plugin (or even this website) at <a href=
-"https://sourceforge.net/tracker/?group_id=222729&atid=1056532">
-SourceForge</a> or <a href="https://github.com/geany/geany-plugins/issues">GitHub</a>.<br />
+"https://github.com/geany/geany-plugins">GitHub</a>, so if you think there's
+something wrong, you can feel free to report
+issues against the according plugin (or even this website) at <a href="https://github.com/geany/geany-plugins/issues">GitHub</a>.<br />
The <a href= "https://github.com/geany/plugins.geany.org" >source code of
this script</a> (including the whole source for the plugins.geany.org
Modified: templates/template.html
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -98,10 +98,10 @@ <h3>License</h3>
<div class="section" id="ideas-questions-patches-and-bug-reports">
<h3>Ideas, questions, patches and bug reports</h3>
<p>If your plugins concerns to the Geany Plugins project, you can leave the
- sourceforge tracker linked as it is, you decided yourself what information
+ Github issue tracker linked as it is, you decided yourself what information
you will provide to contact you.</p>
- <p><a class="reference external" href="http://sourceforge.net/tracker/?group_id=222729">http://sourceforge.net/tracker/?group_id=222729</a></p>
+ <p><a class="reference external" href="https://github.com/geany/geany-plugins/issues">Github issue tracker</a></p>
<p><a href="#index">back to top</a></p>
</div>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).