Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 02 Jan 2022 17:57:40 UTC
Commit: 94c6671a5dc2365578eb801c9e17146e87e03458
https://github.com/geany/geany-plugins/commit/94c6671a5dc2365578eb801c9e171…
Log Message:
-----------
Windows installer: do not hardcode NSIS plugin paths
This makes it easier to build against different installations of NSIS
where the plugin path can differ.
Modified Paths:
--------------
build/geany-plugins.nsi
Modified: build/geany-plugins.nsi
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -84,10 +84,10 @@ Var UNINSTDIR
!include "MUI2.nsh"
;Reserve files used in .onInit, for faster start-up
-ReserveFile "${NSISDIR}\Plugins\x86-unicode\System.dll"
-ReserveFile "${NSISDIR}\Plugins\x86-unicode\UserInfo.dll"
-ReserveFile "${NSISDIR}\Plugins\x86-unicode\InstallOptions.dll"
-ReserveFile "${NSISDIR}\Plugins\x86-unicode\LangDLL.dll"
+ReserveFile /plugin "System.dll"
+ReserveFile /plugin "UserInfo.dll"
+ReserveFile /plugin "InstallOptions.dll"
+ReserveFile /plugin "LangDLL.dll"
!define MUI_ABORTWARNING
!define MUI_ICON "geany-plugins.ico"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Hugo Carvalho <hugokarvalho(a)hotmail.com>
Committer: GitHub <noreply(a)github.com>
Date: Mon, 01 Nov 2021 21:00:44 UTC
Commit: 76dd0c0b6b0dcc36b0d30c182d2e27c065b6286b
https://github.com/geany/geany-plugins/commit/76dd0c0b6b0dcc36b0d30c182d2e2…
Log Message:
-----------
Update portuguese(pt) translation
Corrected the string where it refers to a number and not the word "no".
#. Translators: Number is meant at this point.
#: ../addons/src/ao_bookmarklist.c:342
msgid "No."
msgstr "Nº."
I also corrected some strings where they started with lower case letters
Modified Paths:
--------------
po/pt.po
Modified: po/pt.po
55 lines changed, 29 insertions(+), 26 deletions(-)
===================================================================
@@ -3,21 +3,22 @@
# This file is distributed under the same license as the geany-plugins package.
# André Glória, 2009 - 2011
# Pedro Albuquerque <pmra(a)protonmail.com>, 2015-2020, 2021.
+# Hugo Carvalho <hugokarvalho(a)hotmail.com>, 2021.
#
msgid ""
msgstr ""
"Project-Id-Version: Geany-Plugins 1.38\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-30 03:19+0000\n"
-"PO-Revision-Date: 2021-09-30 07:50+0100\n"
-"Last-Translator: Pedro Albuquerque <pmra(a)protonmail.com>\n"
+"PO-Revision-Date: 2021-11-01 20:50+0000\n"
+"Last-Translator: Hugo Carvalho <hugokarvalho(a)hotmail.com>\n"
"Language-Team: Português <translation-team-pt(a)lists.sourceforge.net>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 2.3\n"
+"X-Generator: Poedit 3.0\n"
#: ../addons/src/ao_bookmarklist.c:190
msgid "(Empty Line)"
@@ -30,7 +31,7 @@ msgstr "_Remover marcador"
#. Translators: Number is meant at this point.
#: ../addons/src/ao_bookmarklist.c:342
msgid "No."
-msgstr "Não."
+msgstr "Nº."
#: ../addons/src/ao_bookmarklist.c:350 ../devhelp/src/dhp-object.c:494
#: ../devhelp/devhelp/dh-window.c:1142
@@ -97,8 +98,8 @@ msgid ""
"%s will be replaced with your current selection. Please keep care on your "
"selection"
msgstr ""
-"%s será substituído na sua selecção actual. Por favor, tenha em atenção o "
-"que tem seleccionado"
+"%s será substituído na sua selecção actual. Tenha em atenção o que tem "
+"seleccionado"
#: ../addons/src/ao_openuri.c:165
msgid "Open URI"
@@ -156,11 +157,11 @@ msgstr "Caminho de ficheiro \"%s\" copiado para a área de transferência."
#: ../addons/src/ao_copyfilepath.c:119 ../addons/src/addons.c:456
msgid "Copy File Path"
-msgstr "Copiar caminho do ficheiro"
+msgstr "Copiar localização do ficheiro"
#: ../addons/src/ao_copyfilepath.c:122
msgid "Copy the file path of the current document to the clipboard"
-msgstr "Copiar o caminho do actual documento para a área de transferência"
+msgstr "Copiar a localização do actual documento para a área de transferência"
#: ../addons/src/addons.c:364 ../autoclose/src/autoclose.c:920
#: ../codenav/src/codenavigation.c:281 ../latex/src/latex.c:208
@@ -171,7 +172,7 @@ msgstr "Copiar o caminho do actual documento para a área de transferência"
#: ../treebrowser/src/treebrowser.c:2102
#: ../updatechecker/src/updatechecker.c:262
msgid "Plugin configuration directory could not be created."
-msgstr "A pasta de configuração da extensão não pôde ser criada."
+msgstr "Não foi possível criar a pasta de configuração da extensão."
#: ../addons/src/addons.c:447
msgid "Focus Bookmark List"
@@ -1145,7 +1146,9 @@ msgstr "400%"
#: ../devhelp/devhelp/dh-window.c:722
msgid "translator_credits"
-msgstr "Pedro Albuquerque <palbuquerque73(a)gmail.com>"
+msgstr ""
+"Pedro Albuquerque <palbuquerque73(a)gmail.com>\n"
+"Hugo Carvalho <hugokarvalho(a)hotmail.com>"
#: ../devhelp/devhelp/dh-window.c:729
msgid "A developers' help browser for GNOME"
@@ -1184,7 +1187,7 @@ msgstr "Novo _separador"
#: ../devhelp/devhelp/dh-window.c:770
msgid "_Print…"
-msgstr "Im_primir..."
+msgstr "Im_primir…"
#: ../devhelp/devhelp/dh-window.c:782 ../devhelp/devhelp/eggfindbar.c:342
msgid "Find Next"
@@ -1262,7 +1265,7 @@ msgstr "Acerca do Devhelp"
#: ../devhelp/devhelp/dh-window.c:1100
msgid "Preferences…"
-msgstr "Preferências..."
+msgstr "Preferências…"
#: ../devhelp/devhelp/dh-window.c:1330
msgid "Error opening the requested link."
@@ -2842,27 +2845,27 @@ msgstr "Enfatizar"
#: ../latex/src/formatpatterns.c:64
msgid "tiny"
-msgstr "Minúsculo"
+msgstr "minúsculo"
#: ../latex/src/formatpatterns.c:65
msgid "scriptsize"
-msgstr "Pequeníssimo"
+msgstr "pequeníssimo"
#: ../latex/src/formatpatterns.c:66
msgid "footnotesize"
-msgstr "Muito pequeno"
+msgstr "muito pequeno"
#: ../latex/src/formatpatterns.c:67
msgid "small"
-msgstr "Pequeno"
+msgstr "pequeno"
#: ../latex/src/formatpatterns.c:68
msgid "normalsize"
-msgstr "Normal"
+msgstr "normal"
#: ../latex/src/formatpatterns.c:69
msgid "large"
-msgstr "Grande"
+msgstr "grande"
#: ../latex/src/formatpatterns.c:70
msgid "Large"
@@ -2874,7 +2877,7 @@ msgstr "Muitíssimo grande"
#: ../latex/src/formatpatterns.c:72
msgid "huge"
-msgstr "Enorme"
+msgstr "enorme"
#: ../latex/src/formatpatterns.c:73
msgid "Huge"
@@ -4026,17 +4029,17 @@ msgstr "Mostrar informação sobre a extensão Mini-Script"
#: ../geanyminiscript/src/gms_gui.c:468
msgid "select the mini-script type"
-msgstr "Seleccionar o tipo de Mini-Script"
+msgstr "seleccionar o tipo de mini-script"
#. Hbox : Radio bouttons for choosing the input:
#. * selection/current document/all documents of the current session
#: ../geanyminiscript/src/gms_gui.c:499
msgid "filter input"
-msgstr "Entrada do filtro"
+msgstr "entrada do filtro"
#: ../geanyminiscript/src/gms_gui.c:501
msgid "select the input of mini-script filter"
-msgstr "Seleccione a entrada do filtro Mini-Script"
+msgstr "seleccionar a entrada do filtro mini-script"
#: ../geanyminiscript/src/gms_gui.c:507
msgid "selection"
@@ -4054,11 +4057,11 @@ msgstr "sessão"
#. * current document/ or new document
#: ../geanyminiscript/src/gms_gui.c:518
msgid "filter output"
-msgstr "Saída do filtro"
+msgstr "saída do filtro"
#: ../geanyminiscript/src/gms_gui.c:520
msgid "select the output of mini-script filter"
-msgstr "Seleccionar a saída do filtro Mini-Script"
+msgstr "seleccionar a saída do filtro mini-script"
#: ../geanyminiscript/src/gms_gui.c:526
msgid "Current Doc."
@@ -4157,7 +4160,7 @@ msgstr "Gravar definições do ficheiro em ficheiro com nome com sufixo"
#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:1251
msgid "remember normal Bookmarks"
-msgstr "Lembrar marcadores normais"
+msgstr "lembrar marcadores normais"
#. create dialog box
#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:1271
@@ -6729,7 +6732,7 @@ msgstr "carga g_db"
#: ../scope/data/scope.glade.h:112 ../scope/data/scope_gtk3.glade.h:112
msgid "p_rogram start"
-msgstr "Início do p_rograma"
+msgstr "início do p_rograma"
#: ../scope/data/scope.glade.h:113 ../scope/data/scope_gtk3.glade.h:113
msgid "Update all _views"
--------------
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: Sat, 09 Oct 2021 12:20:26 UTC
Commit: 1f68c431fe611776b0c77e5b11a028bd92081f9b
https://github.com/geany/plugins.geany.org/commit/1f68c431fe611776b0c77e5b1…
Log Message:
-----------
Update old links
Modified Paths:
--------------
content/README
content/about.html
content/geanylatex.html
content/geanysendmail.html
content/pynav.html
content/start.html
content/togglebars.html
index.php
templates/no-readme-template.html
Modified: content/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -74,7 +74,7 @@ create a pull-request with your images please proceed as follows:
If you write HTML directly you can simply link to the image on github.
If you use restructuredText then also simply use the full URL for the image link, e.g.:
- image:: http://plugins.geany.org/images/plugins/{your plugin name}/example.png
+ image:: https://plugins.geany.org/images/plugins/{your plugin name}/example.png
Contact
-------
Modified: content/about.html
5 lines changed, 2 insertions(+), 3 deletions(-)
===================================================================
@@ -3,9 +3,8 @@ <h2>About</h2>
Dominic Hopf</a>. Feel free to contact him if you like to add some
information or a new plugin or found an error or anything else.</p>
-<p>You will find him and any other plugin developer either on the <a href=
-"http://www.geany.org/Support/MailingList">Geany mailing lists</a> or on the
-<a href="http://www.geany.org/Support/IRC">Geany IRC channels</a>.</p>
+<p>You will find him and any other plugin developer on the <a href=
+"https://www.geany.org/support/mailing-lists/">Geany mailing lists</a>.</p>
<p>Any detailed information on how to contact a specific plugin developer
can be found in the concerning README file of the plugin or on the
Modified: content/geanylatex.html
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
<h2>GeanyLaTeX</h2>
<p>
- The plugin has been renamed an can now be found <a href="http://plugins.geany.org/latex.html">here</a>.
+ The plugin has been renamed an can now be found <a href="https://plugins.geany.org/latex.html">here</a>.
</p>
Modified: content/geanysendmail.html
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
<h2>GeanySendMail</h2>
<p>
- The plugin has been renamed an can now be found <a href="http://plugins.geany.org/sendmail.html">here</a>.
+ The plugin has been renamed an can now be found <a href="https://plugins.geany.org/sendmail.html">here</a>.
</p>
Modified: content/pynav.html
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -19,7 +19,7 @@ <h3>
</p>
<ol class="arabic simple">
<li>Install the <a class="reference external" href=
-"http://plugins.geany.org/geanypy.html">GeanyPy</a> plugin. On Debian/Ubuntu, install <tt class=
+"https://plugins.geany.org/geanypy.html">GeanyPy</a> plugin. On Debian/Ubuntu, install <tt class=
"docutils literal"><span class="pre">geany-plugin-py</span></tt> <a class="reference external"
href="https://bugs.launchpad.net/ubuntu/+source/geany-plugins/+bug/1592928">as well as</a>
<tt class="docutils literal"><span class="pre">python-gtk2</span></tt>.
@@ -28,7 +28,7 @@ <h3>
"https://github.com/vfaronov/geany-pynav/releases">github.com/vfaronov/geany-pynav</a>.
</li>
<li>Extract <tt class="docutils literal">pynav.py</tt> and put it on your <a class=
-"reference external" href="http://www.geany.org/manual/current/index.html#plugins">Geany plugin
+"reference external" href="https://www.geany.org/manual/current/index.html#plugins">Geany plugin
path</a>, e.g. in <tt class="docutils literal"><span class=
"pre">~/.config/geany/plugins/</span></tt>.
</li>
Modified: content/start.html
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -1,10 +1,11 @@
<h2>Welcome</h2>
-<p>This site is the home page for <a href= "http://www.geany.org">Geany</a>
+<p>This site is the home page for <a href= "https://www.geany.org">Geany</a>
plugins. It includes official Geany Plugins, as well as 3rd party ones.</p>
-<p>Some plugins may lack details. Feel free to add them yourself or ask
-<a href="https://www.geany.org/Support/IRC">on IRC</a> about them.</p>
+<p>Some plugins may lack details. Feel free to add them yourself or ask
+<a href="https://www.geany.org/support/mailing-lists/">on our mailing lists</a>
+about them.</p>
<h3>Installation</h3>
See the <a href="install.html">Installation</a> page.
Modified: content/togglebars.html
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -23,7 +23,7 @@ <h3>
<strong>enabled</strong>.
</li>
<li>Install the <a class="reference external" href=
-"http://plugins.geany.org/geanypy.html">GeanyPy</a> plugin. On Debian/Ubuntu, install <tt class=
+"https://plugins.geany.org/geanypy.html">GeanyPy</a> plugin. On Debian/Ubuntu, install <tt class=
"docutils literal"><span class="pre">geany-plugin-py</span></tt> <a class="reference external"
href="https://bugs.launchpad.net/ubuntu/+source/geany-plugins/+bug/1592928">as well as</a>
<tt class="docutils literal"><span class="pre">python-gtk2</span></tt>.
@@ -32,7 +32,7 @@ <h3>
"https://github.com/vfaronov/geany-togglebars/releases">github.com/vfaronov/geany-togglebars</a>.
</li>
<li>Extract <tt class="docutils literal">togglebars.py</tt> and put it on your <a class=
-"reference external" href="http://www.geany.org/manual/current/index.html#plugins">Geany plugin
+"reference external" href="https://www.geany.org/manual/current/index.html#plugins">Geany plugin
path</a>, e.g. in <tt class="docutils literal"><span class=
"pre">~/.config/geany/plugins/</span></tt>.
</li>
Modified: index.php
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -104,7 +104,7 @@
<hr />
<ul>
- <li><a href="http://geany.org/">Geany</a></li>
+ <li><a href="https://geany.org/">Geany</a></li>
</ul>
<hr />
@@ -128,7 +128,7 @@
</p>
<p> Contact the <a
- href="http://www.geany.org/Support/MailingList">Geany Team</a> for
+ href="https://www.geany.org/support/mailing-lists/">Geany Team</a> for
questions.</p>
</div>
</body>
Modified: templates/no-readme-template.html
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -6,6 +6,6 @@ <h2>{plugin_name}</h2>
does, how to use it and so on. You can get some inspiration on how to write
that by having a look at the other plugin pages.<br /> If you like to
contribute, feel free to write a README file for the {plugin_name} plugin
-and send it to someone who as write access to the Subversion repositorys of
-Geany Plugins. Most likely a <a href="http://www.geany.org/Main/Authors">
+and send it to someone who as write access to the Subversion repositories of
+Geany Plugins. Most likely a <a href="https://www.geany.org/about/geany/">
Geany developer</a> is such a person.</p>
--------------
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: Sat, 09 Oct 2021 12:14:06 UTC
Commit: b541a4ca8a3c9be2031a62e2925ded7f6804b6f8
https://github.com/geany/plugins.geany.org/commit/b541a4ca8a3c9be2031a62e29…
Log Message:
-----------
Update frlan's GPG key
Modified Paths:
--------------
content/downloads.html
Modified: content/downloads.html
18 lines changed, 9 insertions(+), 9 deletions(-)
===================================================================
@@ -133,22 +133,22 @@ <h2>Verifying Signatures</h2>
tarballs by checking if the GPG signature is correct. To do this, follow
these instructions:</p>
-<h3>1.37</h3>
+<h3>1.38</h3>
<ul>
- <li>Import the key via <code>gpg --recv-keys B7A4039D0630EA07</code></li>
+ <li>Import the key via <code>gpg --recv-keys 01380DF54FD09D02</code></li>
<li>Verify the downloaded archive either with
<code>gpg --verify geany-plugins-<?php print $version ?>.tar.bz2.sig geany-plugins-<?php print $version ?>.tar.bz2</code> or
<code>gpg --verify geany-plugins-<?php print $version ?>.tar.gz.sig geany-plugins-<?php print $version ?>.tar.gz</code>
</li>
</ul>
-<h3>Pre-1.37</h3>
-<p>Note: The key B507ACD04BA283C9 is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.</p>
+<h3>1.37</h3>
+<p>Note: The key B7A4039D0630EA07 is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.</p>
<ul>
- <li>Import the key via <code>gpg --recv-keys B507ACD04BA283C9</code></li>
+ <li>Import the key via <code>gpg --recv-keys B7A4039D0630EA07</code></li>
<li>Verify the downloaded archive either with
- <code>gpg --verify geany-plugins-<?php print $version ?>.tar.bz2.sig geany-plugins-<?php print $version ?>.tar.bz2</code> or
- <code>gpg --verify geany-plugins-<?php print $version ?>.tar.gz.sig geany-plugins-<?php print $version ?>.tar.gz</code>
+ <code>gpg --verify geany-plugins-1.38.tar.bz2.sig geany-plugins-1.38.tar.bz2</code> or
+ <code>gpg --verify geany-plugins-1.38.tar.gz.sig geany-plugins-1.38.tar.gz</code>
</li>
</ul>
@@ -158,8 +158,8 @@ <h3>Pre-1.37</h3>
<p>Another complete example:</p>
<code>
-wget https://download.geany.org/frlan-pubkey-2020.txt<br />
-gpg --import < frlan-pubkey-2020.txt<br />
+wget https://download.geany.org/frlan-pubkey.txt<br />
+gpg --import < frlan-pubkey.txt<br />
gpg --verify geany-plugins-<?php print $version ?>.tar.bz2.sig geany-plugins-<?php print $version ?>.tar.bz2
</code>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).