Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 28 Jun 2015 09:27:01 UTC
Commit: 4894e50beb9c379b22d709e4024f94c6f48af772
https://github.com/geany/geany-plugins/commit/4894e50beb9c379b22d709e4024f9…
Log Message:
-----------
Update Windows library references: mention LibGit2 and update CTPL version
Modified Paths:
--------------
README.windows
Modified: README.windows
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -5,8 +5,9 @@ Geany Plugins for Windows
Since the Geany Plugins 0.18 release, the Windows installer contains
a few dependency library files. Currently, these are Enchant 1.5.0 which
is required by the Spell Check plugin, Lua 5.1 for the GeanyLua
-plugin, LibXML2 for the PrettyPrinter plugin, CTPL 0.3.2 for the GeanyGenDoc
-plugin and LibSoup 2.26 for the UpdateChecker plugin.
+plugin, LibXML2 for the PrettyPrinter plugin, CTPL 0.3.4 for the GeanyGenDoc
+plugin, LibGit2 for the Git Change Bar plugin
+and LibSoup 2.26 for the UpdateChecker plugin.
The installation of these dependencies is fully optional but obviously
those plugins which depend on the libraries can't be loaded if the
@@ -22,7 +23,7 @@ http://luaforge.net/frs/?group_id=377
LibXML2 was downloaded from
http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/
-CTPL 0.3.2 was downloaded from
+CTPL 0.3.4 was downloaded from
http://ctpl.tuxfamily.org/
LibSoup 2.26.3 was downloaded from
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sat, 27 Jun 2015 14:16:41 UTC
Commit: 28a41208e944dc667ce0ba2e6f46c77e619a0e53
https://github.com/geany/geany-plugins/commit/28a41208e944dc667ce0ba2e6f46c…
Log Message:
-----------
Merge pull request #258 from b4n/update-readme
Update README
Modified Paths:
--------------
README
Modified: README
137 lines changed, 75 insertions(+), 62 deletions(-)
===================================================================
@@ -5,16 +5,16 @@ Geany-Plugins
Installation
------------
-You can build the plugins using either autotools or waf.
+You can build the plugins using either Autotools or Waf.
-Building with autotools
+Building with Autotools
^^^^^^^^^^^^^^^^^^^^^^^
You can use Autotools to build the Geany plugins in this repository.
Usage::
- ./configure [arguments] or alternatively ./autogen.sh [arguments]
+ ./configure [arguments] or alternatively ./autogen.sh [arguments]
make
sudo make install
@@ -22,62 +22,75 @@ This will configure, build and install most of the Geany plugins.
There is some auto-detection in place which automagically disables
some of the plugins if there are insufficient build dependencies.
The following arguments can tweak the behaviour of the configure
-script:-
+script:
Options
=======
-A full listing of all supported options can be found in ./configure --help.
+A full listing of all supported options can be found in ``./configure --help.``
Enable/Disable Features
=======================
-The following options can be passed to ./configure in forms
---enable-<option>=auto (default), --enable-<option>, --disable-<option>. In all
-cases, --enable-<option>=auto causes the feature to be enabled/disabled
-automatically based on whether the dependency exists on your system.
---enable-<option> causes the feature to be forcefully enabled, causing configure
-to fail with an error message if you have missing
-dependencies. --disable-<option> causes the feature to be forcefully disabled.
+The following options can be passed to ``./configure`` in forms
+``--enable-<option>=auto`` (default), ``--enable-<option>``,
+``--disable-<option>``. In all cases, ``--enable-<option>=auto`` causes the
+feature to be enabled/disabled automatically based on whether the dependency
+exists on your system.
+``--enable-<option>`` causes the feature to be forcefully enabled, causing
+configure to fail with an error message if you have missing
+dependencies.
+``--disable-<option>`` causes the feature to be forcefully disabled.
Available plugins are:
-* addons -- the Addons plugin
-* autoclose -- the Autoclose plugin
-* automark -- the Automark plugin
-* codenav -- the CodeNav plugin
-* commander -- the Commander plugin
-* debugger -- the Debugger plugin
-* defineformat -- the Defineformat plugin
-* devhelp -- the devhelp plugin
-* geanydoc -- the GeanyDoc plugin
-* geanyextrasel -- the GeanyExtraSel plugin
-* geanygendoc -- the GeanyGenDoc plugin
-* geanyinsertnum -- the GeanyInsertNum plugin
-* geanylatex -- the GeanyLaTeX plugin
-* geanylipsum -- the GeanyLipsum plugin
-* geanylua -- the GeanyLua plugin
-* geanyminiscript -- the GeanyMiniScript plugin
-* geanypg -- the geanypg plugin
-* geanyprj -- the GeanyPrj plugin
-* geanysendmail -- the GeanySendmail plugin
-* geanyvc -- the GeanyVC plugin
-* geniuspaste -- the paste to a pastebin plugin
-* gtkspell -- GeanyVC's spell-check support
-* markdown -- the Markdown plugin
-* pretty_printer -- the pretty-printer plugin
-* projectorganizer -- the ProjectOrganizer plugin
-* scope -- the Scope plugin
-* shiftcolumn -- the ShiftColumn plugin
-* spellcheck -- the spellcheck plugin
-* treebrowser -- the Treebrowser plugin
-* tableconvert -- the Tableconvert 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:
-./configure --enable-geanylua --enable-spellcheck
+* ``addons`` -- the Addons plugin
+* ``autoclose`` -- the Autoclose plugin
+* ``automark`` -- the Automark plugin
+* ``codenav`` -- the CodeNav plugin
+* ``commander`` -- the Commander plugin
+* ``debugger`` -- the Debugger plugin
+* ``defineformat`` -- the Defineformat plugin
+* ``devhelp`` -- the devhelp plugin
+* ``geanyctags`` -- the GeanyCtags plugin
+* ``geanydoc`` -- the GeanyDoc plugin
+* ``geanyextrasel`` -- the GeanyExtraSel plugin
+* ``geanygendoc`` -- the GeanyGenDoc plugin
+* ``geanyinsertnum`` -- the GeanyInsertNum plugin
+* ``geanylatex`` -- the GeanyLaTeX plugin
+* ``geanylipsum`` -- the GeanyLipsum plugin
+* ``geanylua`` -- the GeanyLua plugin
+* ``geanymacro`` -- the GeanyMacro plugin
+* ``geanyminiscript`` -- the GeanyMiniScript plugin
+* ``geanynumberedbookmarks`` -- the GeanyNumberedBookmarks plugin
+* ``geanypg`` -- the geanypg plugin
+* ``geanyprj`` -- the GeanyPrj plugin
+* ``geanypy`` -- the Geanypy plugin
+* ``geanysendmail`` -- the GeanySendmail plugin
+* ``geanyvc`` -- the GeanyVC plugin
+* ``geniuspaste`` -- the paste to a pastebin plugin
+* ``gitchangebar`` -- the GitChangeBar plugin
+* ``gtkspell`` -- GeanyVC's spell-check support
+* ``markdown`` -- the Markdown plugin
+* ``multiterm`` -- the multiterm plugin
+* ``overview``-- the overview plugin
+* ``pairtaghighlighter`` -- the PairTagHighlighter plugin
+* ``peg-markdown`` -- use the Peg-Markdown library in the Markdown plugin
+* ``pohelper`` -- the PoHelper plugin
+* ``pretty_printer`` -- the pretty-printer plugin
+* ``projectorganizer`` -- the ProjectOrganizer plugin
+* ``scope`` -- the Scope plugin
+* ``shiftcolumn`` -- the ShiftColumn plugin
+* ``spellcheck`` -- the spellcheck plugin
+* ``treebrowser`` -- the Treebrowser plugin
+* ``tableconvert`` -- the Tableconvert 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::
+
+ ./configure --enable-geanylua --enable-spellcheck
This will force force both geanylua and spellcheck plugins to be enabled even
if some dependencies are missing.
@@ -85,27 +98,27 @@ if some dependencies are missing.
Other tweaks
============
-The following options can be passed to ./configure in the form
---with-<option>=<argument>.
+The following options can be passed to ``./configure`` in the form
+``--with-<option>=<argument>``.
-* lua-pkg -- the name of the lua pkg-config package name.
-* geany-prefix -- Geany's prefix, used when compiling Geany.
+* ``lua-pkg`` -- the name of the Lua pkg-config package name.
+* ``geany-prefix`` -- Geany's prefix, used when compiling Geany.
Compiling Individual Plugins
============================
-The Geany Plugins project uses a recursive automake build system,
-which means that after running ./configure, you may compile each
-individual plug-in by cd-ing into the respective plug-in directory
-and compiling it.
+The Geany Plugins project uses a recursive Automake build system,
+which means that after running ``./configure``, you may compile each
+individual plugin by cd-ing into the respective plugin directory
+and running make inside it.
-Building with waf
+Building with Waf
^^^^^^^^^^^^^^^^^
-Geany-Plugins can also being build using Python based build system waf.
-For doing this you have similar to building with autotools run three steps::
+Geany-Plugins can also being build using Python based build system Waf.
+For doing this you have similar to building with Autotools run three steps::
- ./waf configure
+ ./waf configure [arguments]
./waf build
./waf install
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sat, 27 Jun 2015 13:58:16 UTC
Commit: c71623b4d4d286fcc44e6d86c270cfaa52f36221
https://github.com/geany/geany-plugins/commit/c71623b4d4d286fcc44e6d86c270c…
Log Message:
-----------
Update README
Modified Paths:
--------------
README
Modified: README
137 lines changed, 75 insertions(+), 62 deletions(-)
===================================================================
@@ -5,16 +5,16 @@ Geany-Plugins
Installation
------------
-You can build the plugins using either autotools or waf.
+You can build the plugins using either Autotools or Waf.
-Building with autotools
+Building with Autotools
^^^^^^^^^^^^^^^^^^^^^^^
You can use Autotools to build the Geany plugins in this repository.
Usage::
- ./configure [arguments] or alternatively ./autogen.sh [arguments]
+ ./configure [arguments] or alternatively ./autogen.sh [arguments]
make
sudo make install
@@ -22,62 +22,75 @@ This will configure, build and install most of the Geany plugins.
There is some auto-detection in place which automagically disables
some of the plugins if there are insufficient build dependencies.
The following arguments can tweak the behaviour of the configure
-script:-
+script:
Options
=======
-A full listing of all supported options can be found in ./configure --help.
+A full listing of all supported options can be found in ``./configure --help.``
Enable/Disable Features
=======================
-The following options can be passed to ./configure in forms
---enable-<option>=auto (default), --enable-<option>, --disable-<option>. In all
-cases, --enable-<option>=auto causes the feature to be enabled/disabled
-automatically based on whether the dependency exists on your system.
---enable-<option> causes the feature to be forcefully enabled, causing configure
-to fail with an error message if you have missing
-dependencies. --disable-<option> causes the feature to be forcefully disabled.
+The following options can be passed to ``./configure`` in forms
+``--enable-<option>=auto`` (default), ``--enable-<option>``,
+``--disable-<option>``. In all cases, ``--enable-<option>=auto`` causes the
+feature to be enabled/disabled automatically based on whether the dependency
+exists on your system.
+``--enable-<option>`` causes the feature to be forcefully enabled, causing
+configure to fail with an error message if you have missing
+dependencies.
+``--disable-<option>`` causes the feature to be forcefully disabled.
Available plugins are:
-* addons -- the Addons plugin
-* autoclose -- the Autoclose plugin
-* automark -- the Automark plugin
-* codenav -- the CodeNav plugin
-* commander -- the Commander plugin
-* debugger -- the Debugger plugin
-* defineformat -- the Defineformat plugin
-* devhelp -- the devhelp plugin
-* geanydoc -- the GeanyDoc plugin
-* geanyextrasel -- the GeanyExtraSel plugin
-* geanygendoc -- the GeanyGenDoc plugin
-* geanyinsertnum -- the GeanyInsertNum plugin
-* geanylatex -- the GeanyLaTeX plugin
-* geanylipsum -- the GeanyLipsum plugin
-* geanylua -- the GeanyLua plugin
-* geanyminiscript -- the GeanyMiniScript plugin
-* geanypg -- the geanypg plugin
-* geanyprj -- the GeanyPrj plugin
-* geanysendmail -- the GeanySendmail plugin
-* geanyvc -- the GeanyVC plugin
-* geniuspaste -- the paste to a pastebin plugin
-* gtkspell -- GeanyVC's spell-check support
-* markdown -- the Markdown plugin
-* pretty_printer -- the pretty-printer plugin
-* projectorganizer -- the ProjectOrganizer plugin
-* scope -- the Scope plugin
-* shiftcolumn -- the ShiftColumn plugin
-* spellcheck -- the spellcheck plugin
-* treebrowser -- the Treebrowser plugin
-* tableconvert -- the Tableconvert 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:
-./configure --enable-geanylua --enable-spellcheck
+* ``addons`` -- the Addons plugin
+* ``autoclose`` -- the Autoclose plugin
+* ``automark`` -- the Automark plugin
+* ``codenav`` -- the CodeNav plugin
+* ``commander`` -- the Commander plugin
+* ``debugger`` -- the Debugger plugin
+* ``defineformat`` -- the Defineformat plugin
+* ``devhelp`` -- the devhelp plugin
+* ``geanyctags`` -- the GeanyCtags plugin
+* ``geanydoc`` -- the GeanyDoc plugin
+* ``geanyextrasel`` -- the GeanyExtraSel plugin
+* ``geanygendoc`` -- the GeanyGenDoc plugin
+* ``geanyinsertnum`` -- the GeanyInsertNum plugin
+* ``geanylatex`` -- the GeanyLaTeX plugin
+* ``geanylipsum`` -- the GeanyLipsum plugin
+* ``geanylua`` -- the GeanyLua plugin
+* ``geanymacro`` -- the GeanyMacro plugin
+* ``geanyminiscript`` -- the GeanyMiniScript plugin
+* ``geanynumberedbookmarks`` -- the GeanyNumberedBookmarks plugin
+* ``geanypg`` -- the geanypg plugin
+* ``geanyprj`` -- the GeanyPrj plugin
+* ``geanypy`` -- the Geanypy plugin
+* ``geanysendmail`` -- the GeanySendmail plugin
+* ``geanyvc`` -- the GeanyVC plugin
+* ``geniuspaste`` -- the paste to a pastebin plugin
+* ``gitchangebar`` -- the GitChangeBar plugin
+* ``gtkspell`` -- GeanyVC's spell-check support
+* ``markdown`` -- the Markdown plugin
+* ``multiterm`` -- the multiterm plugin
+* ``overview``-- the overview plugin
+* ``pairtaghighlighter`` -- the PairTagHighlighter plugin
+* ``peg-markdown`` -- use the Peg-Markdown library in the Markdown plugin
+* ``pohelper`` -- the PoHelper plugin
+* ``pretty_printer`` -- the pretty-printer plugin
+* ``projectorganizer`` -- the ProjectOrganizer plugin
+* ``scope`` -- the Scope plugin
+* ``shiftcolumn`` -- the ShiftColumn plugin
+* ``spellcheck`` -- the spellcheck plugin
+* ``treebrowser`` -- the Treebrowser plugin
+* ``tableconvert`` -- the Tableconvert 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::
+
+ ./configure --enable-geanylua --enable-spellcheck
This will force force both geanylua and spellcheck plugins to be enabled even
if some dependencies are missing.
@@ -85,27 +98,27 @@ if some dependencies are missing.
Other tweaks
============
-The following options can be passed to ./configure in the form
---with-<option>=<argument>.
+The following options can be passed to ``./configure`` in the form
+``--with-<option>=<argument>``.
-* lua-pkg -- the name of the lua pkg-config package name.
-* geany-prefix -- Geany's prefix, used when compiling Geany.
+* ``lua-pkg`` -- the name of the Lua pkg-config package name.
+* ``geany-prefix`` -- Geany's prefix, used when compiling Geany.
Compiling Individual Plugins
============================
-The Geany Plugins project uses a recursive automake build system,
-which means that after running ./configure, you may compile each
-individual plug-in by cd-ing into the respective plug-in directory
-and compiling it.
+The Geany Plugins project uses a recursive Automake build system,
+which means that after running ``./configure``, you may compile each
+individual plugin by cd-ing into the respective plugin directory
+and running make inside it.
-Building with waf
+Building with Waf
^^^^^^^^^^^^^^^^^
-Geany-Plugins can also being build using Python based build system waf.
-For doing this you have similar to building with autotools run three steps::
+Geany-Plugins can also being build using Python based build system Waf.
+For doing this you have similar to building with Autotools run three steps::
- ./waf configure
+ ./waf configure [arguments]
./waf build
./waf install
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Fri, 26 Jun 2015 23:03:50 UTC
Commit: dc394c973137dcd67d514889113f70f267140629
https://github.com/geany/geany-plugins/commit/dc394c973137dcd67d514889113f7…
Log Message:
-----------
Document libgit2 depencency in Windows installer
Modified Paths:
--------------
build/geany-plugins.nsi
Modified: build/geany-plugins.nsi
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -235,7 +235,7 @@ SectionEnd
!insertmacro MUI_DESCRIPTION_TEXT ${SEC01} "Required plugin files. You cannot skip these files."
!insertmacro MUI_DESCRIPTION_TEXT ${SEC02} "Various translations for the included plugins."
!insertmacro MUI_DESCRIPTION_TEXT ${SEC03} "Various documentation files for the included plugins."
-!insertmacro MUI_DESCRIPTION_TEXT ${SEC04} "Dependency files for various plugins (currently libenchant for Spell Check, Lua for GeanyLua, libxml2 for PrettyPrinter, CTPL for GeanyGenDoc)."
+!insertmacro MUI_DESCRIPTION_TEXT ${SEC04} "Dependency files for various plugins (currently libenchant for Spell Check, Lua for GeanyLua, libxml2 for PrettyPrinter, CTPL for GeanyGenDoc, libgit2 for Git Change Bar)."
!insertmacro MUI_FUNCTION_DESCRIPTION_END
;;;;;;;;;;;;;;;;;;;;;
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Fri, 26 Jun 2015 17:02:50 UTC
Commit: fd8257347b7f1d937a499b133d00366913a18ac4
https://github.com/geany/geany-plugins/commit/fd8257347b7f1d937a499b133d003…
Log Message:
-----------
Merge pull request #253 from frlan/Tracker_at_github
Change bug tracker from sourceforge to github inside documentation
Modified Paths:
--------------
MAINTAINERS
commander/README
geanygendoc/README
geanylatex/doc/geanylatex.pdf
geanylatex/doc/geanylatex.tex
geanylipsum/README
geanypg/README
geanypg/doc/geanypg.html
geanysendmail/README
git-changebar/README
multiterm/README
pohelper/README
spellcheck/README
tableconvert/README
treebrowser/README
updatechecker/README
webhelper/README
Modified: MAINTAINERS
12 lines changed, 6 insertions(+), 6 deletions(-)
===================================================================
@@ -75,7 +75,7 @@ S: Odd Fixes
geanyextrasel
P: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
M: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
-W: http://sheckley.users.sourceforge.net
+W: http://plugins.geany.org/geanyextrasel.html
S: Maintained
geanygendoc
@@ -87,7 +87,7 @@ S: Maintained
geanyinsertnum
P: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
M: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
-W: http://sheckley.users.sourceforge.net
+W: http://plugins.geany.org/geanyinsertnum.html
S: Maintained
geanylatex
@@ -213,7 +213,7 @@ S: Maintained
scope
P: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
M: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
-W: http://sheckley.users.sourceforge.net
+W: http://plugins.geany.org/scope.html
S: Maintained
shiftcolumn
@@ -235,9 +235,9 @@ W: http://plugins.geany.org/tableconvert.html
S: Maintained
treebrowser
-P:
-M:
-W:
+P:
+M:
+W:
S: Orphaned
updatechecker
Modified: commander/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -42,4 +42,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: https://sourceforge.net/projects/geany-plugins/
+on GitHub: https://github.com/geany/geany-plugins/issues
Modified: geanygendoc/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -67,4 +67,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: https://sourceforge.net/projects/geany-plugins/
+on GitHub: https://github.com/geany/geany-plugins/issues
Modified: geanylatex/doc/geanylatex.pdf
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: geanylatex/doc/geanylatex.tex
10 lines changed, 5 insertions(+), 5 deletions(-)
===================================================================
@@ -197,8 +197,8 @@ \subsection{Compiling the documentation}
\end{lstlisting}
\texttt{htlatex} most likely can be found in a package called \texttt{tex4ht}
--- At least it's called like that on Debian based operating
-systems.
+-- At least it's called like that on Debian based operating
+systems.
\section{Usage}
\begin{figure}[h!]
@@ -863,7 +863,7 @@ \subsubsection{Adding a new feature}
code archive gives a good idea of current wished features and which
are being worked on. Also you can have a look onto the feature request
tracker of geany-plugins project at
-\url{https://sourceforge.net/projects/geany-plugins/} whether you find
+\url{https://github.com/geany/geany-plugins/issues} whether you find
something interesting. Of course we are also open for not in the
sources mentioned before listed items. Just contact one of the authors
(see Chapter \ref{contact}).
@@ -939,8 +939,8 @@ \subsubsection{Sending a patch}
\section{Known issues}
At time of the the documentation was created no issue were known.
Since this is only a snapshot, you will find more recent information
-for all reported issues bug tracking system of SF at \\
-\url{https://sourceforge.net/projects/geany-plugins/}
+for all reported issues bug tracking system of GitHub at \\
+\url{https://github.com/geany/geany-plugins/issues}
\section{Recommendations to improve work with \LaTeX{} and Geany}
Geany is offering a number of nice features that can be used to make
Modified: geanylipsum/README
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -51,8 +51,8 @@ Known issues
At the moment, there is no known issue.
-For more recent information all reported issues will be tracked at
-https://sourceforge.net/projects/geany-plugins/
+For more recent information reported issues will be tracked at
+https://github.com/geany/geany-plugins/issues
License
Modified: geanypg/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -42,7 +42,7 @@ At the moment, the use of pinentry is only supported on unix-like
systems. On Windows gpg-agent has to be used.
For more recent information all reported issues will be tracked at
-https://sourceforge.net/projects/geany-plugins/
+https://github.com/geany/geany-plugins/issues
License
Modified: geanypg/doc/geanypg.html
14 lines changed, 6 insertions(+), 8 deletions(-)
===================================================================
@@ -60,12 +60,10 @@
detached signature.
</p><p>
<h4>Development</h4>
-You can checkout the current source code from the Subversion repository
-at Sourceforge.net.<br><br>
-Get the code from:<br>
-<tt>svn checkout
-http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-plugins/geanypg
-</tt><br><br>
+You can checkout the current source code from the git repository
+at GitHub.com.<br><br>
+Get the code from:<br><br>
+<code>git checkout https://github.com/geany/geany-plugins.git</code><br><br>
If you want to create a patch, please respect the license of GeanyPG as
well as intellectual property of third parties. Patches that should be
included to the default distribution must be licensed under the same
@@ -77,8 +75,8 @@
systems. On Windows gpg-agent has to be used.
</p><p>
For more recent information all reported issues will be tracked at
-<a href="https://sourceforge.net/projects/geany-plugins/">
-https://sourceforge.net/projects/geany-plugins/</a>
+<a href="https://github.com/geany/geany-plugins/issues">
+https://github.com/geany/geany-plugins/issues</a>
</p><p>
<h4>License</h4>
GeanyPG and all its parts is distributed under the terms of the
Modified: geanysendmail/README
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -110,8 +110,8 @@ file names or at mail addresses (e.g. for separating two addresses)
you should keep care of proper quoting since %s, %b and %r will be
replaced without any quotes.
-For more recent information all reported issues will be tracked at
-https://sourceforge.net/projects/geany-plugins/
+For more recent information, issues will be tracked at
+https://github.com/geany/geany-plugins/issues
License
Modified: git-changebar/README
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -35,6 +35,7 @@ To navigate through the hunks of the current file, you need to configure the
plugin's *Go to next hunk* and *Go to previous hunk* keybindings in Geany's
preferences dialog.
+
License
=======
@@ -56,4 +57,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: https://sourceforge.net/projects/geany-plugins/
+on GitHub: https://github.com/geany/geany-plugins/issues
Modified: multiterm/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -75,4 +75,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: https://sourceforge.net/projects/geany-plugins/
+on GitHub: https://github.com/geany/geany-plugins/issues
Modified: pohelper/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -70,4 +70,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: https://sourceforge.net/projects/geany-plugins/
+on GitHub: https://github.com/geany/geany-plugins/issues
Modified: spellcheck/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -93,4 +93,4 @@ Requirements
Ideas, questions, patches and bug reports
-----------------------------------------
Send it to me at enrico(dot)troeger(at)uvena(dot)de
-or report them at http://sourceforge.net/p/geany-plugins/bugs/.
+or report them at https://github.com/geany/geany-plugins/issues.
Modified: tableconvert/README
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -111,8 +111,8 @@ well. Also it is not able to support <thead> and <tbody> at the
moment. However, at least the second point is planned for some later
release.
-For more recent information all reported issues will be tracked at
-https://sourceforge.net/projects/geany-plugins/
+For more recent information reported issues will be tracked at
+https://github.com/geany/geany-plugins/issues
License
Modified: treebrowser/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -76,7 +76,7 @@ TreeBrowser plugin is distrubuted under the same license as and geany.
Ideas, questions, patches and bug reports
=========================================
-Report them at https://sourceforge.net/projects/geany-plugins/.
+Report them at https://github.com/geany/geany-plugins/issues
--
2010 Adrian Dimitrov
Modified: updatechecker/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -65,7 +65,7 @@ Known issues
At the moment, there is no known issue.
For more recent information all reported issues will be tracked at
-https://sourceforge.net/projects/geany-plugins/
+https://github.com/geany/geany-plugins/issues
License
Modified: webhelper/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -79,4 +79,4 @@ Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: https://sourceforge.net/projects/geany-plugins/
+on GitHub: https://github.com/geany/geany-plugins/issues
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).