Branch: refs/heads/1.22_release
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 08 Jul 2012 07:56:48
Commit: 93af1f950f19f172e6908f6b1e72ff0b9f0444a4
https://github.com/geany/geany-plugins/commit/93af1f950f19f172e6908f6b1e72f…
Log Message:
-----------
GeanyLaTeX: Adding a hint in which package htlatex can be found... maybe
Modified Paths:
--------------
geanylatex/doc/geanylatex.tex
Modified: geanylatex/doc/geanylatex.tex
5 files changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -190,12 +190,15 @@ \subsection{Compiling the documentation}
usage of \texttt{pdflatex} (should be delivered with your favorite
\LaTeX{} distribution) is recommended. For compiling into HTML format you
might like to use \texttt{htlatex}. The HTML version of this documentation
-shipped with source tarball has been compiled with
+shipped with source tarball has been compiled with:
\begin{lstlisting}[caption={Compiling of documentation}]
htlatex geanylatex.tex xhtml -cvalidate -interaction=batchmode
\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.
\section{Usage}
\begin{figure}[h!]
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 08 Jul 2012 07:39:44
Commit: acc625ba604f3c30e89ded1d2e12930e3fa27f08
https://github.com/geany/geany-plugins/commit/acc625ba604f3c30e89ded1d2e129…
Log Message:
-----------
Merge pull request #56 from Enrix835/master
GeniusPaste: minor updates
Modified Paths:
--------------
geniuspaste/README
geniuspaste/src/geniuspaste.c
Modified: geniuspaste/README
27 files changed, 17 insertions(+), 10 deletions(-)
===================================================================
@@ -5,18 +5,30 @@ GeniusPaste Plugin
About
-----
-This plugin allows you to paste your code from Geany in five different
-pastebins. It supports this services:
+This plugin allows the user to paste the code from Geany into five different
+pastebins. At the moment it supports this services:
* codepad.org
- * pastebin.com
+ * tinypaste.com
* pastebin.geany.org
* dpaste.de
* sprunge.us
-GeniusPaste detects automatically the syntax of your code and paste it
+GeniusPaste detects automatically the syntax of the code and paste it
with syntax highlighting enabled.
-It also redirects you to the pasted code opening a new browser tab.
+It can also display the pasted code opening a new browser tab.
+
+Issues
+------
+The API of the pastebin services can be updated in every moment. It
+may happen that GeniusPaste plugin could use an outdated API that meanwhile
+has been deprecated.
+
+If you get a unexpected API response during the paste process (practically
+if the plugin doesn't return a link to the pasted code) write a email to me
+and warn me about the changes:
+
+<enrico(dot)trt(at)gmail(dot)com>
Requirements
------------
@@ -37,8 +49,3 @@ license can be found in the file COPYING included with the source code
of this program. If not, you will be able to get a copy by contacting
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
-
-
-Info, questions and more
-------------------------
-Enrico Trotta <enrico(dot)trt(at)gmail(dot)com>
Modified: geniuspaste/src/geniuspaste.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -99,7 +99,7 @@
PLUGIN_VERSION_CHECK(147)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, PLUGIN_NAME,
_("Paste your code on your favorite pastebin"),
- PLUGIN_VERSION, "Enrico Trotta");
+ PLUGIN_VERSION, "Enrico Trotta <enrico.trt(a)gmail.com>");
static gint indexof(const gchar * string, gchar c)
{
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/1.22_release
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 08 Jul 2012 07:39:44
Commit: acc625ba604f3c30e89ded1d2e12930e3fa27f08
https://github.com/geany/geany-plugins/commit/acc625ba604f3c30e89ded1d2e129…
Log Message:
-----------
Merge pull request #56 from Enrix835/master
GeniusPaste: minor updates
Modified Paths:
--------------
geniuspaste/README
geniuspaste/src/geniuspaste.c
Modified: geniuspaste/README
27 files changed, 17 insertions(+), 10 deletions(-)
===================================================================
@@ -5,18 +5,30 @@ GeniusPaste Plugin
About
-----
-This plugin allows you to paste your code from Geany in five different
-pastebins. It supports this services:
+This plugin allows the user to paste the code from Geany into five different
+pastebins. At the moment it supports this services:
* codepad.org
- * pastebin.com
+ * tinypaste.com
* pastebin.geany.org
* dpaste.de
* sprunge.us
-GeniusPaste detects automatically the syntax of your code and paste it
+GeniusPaste detects automatically the syntax of the code and paste it
with syntax highlighting enabled.
-It also redirects you to the pasted code opening a new browser tab.
+It can also display the pasted code opening a new browser tab.
+
+Issues
+------
+The API of the pastebin services can be updated in every moment. It
+may happen that GeniusPaste plugin could use an outdated API that meanwhile
+has been deprecated.
+
+If you get a unexpected API response during the paste process (practically
+if the plugin doesn't return a link to the pasted code) write a email to me
+and warn me about the changes:
+
+<enrico(dot)trt(at)gmail(dot)com>
Requirements
------------
@@ -37,8 +49,3 @@ license can be found in the file COPYING included with the source code
of this program. If not, you will be able to get a copy by contacting
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
-
-
-Info, questions and more
-------------------------
-Enrico Trotta <enrico(dot)trt(at)gmail(dot)com>
Modified: geniuspaste/src/geniuspaste.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -99,7 +99,7 @@
PLUGIN_VERSION_CHECK(147)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, PLUGIN_NAME,
_("Paste your code on your favorite pastebin"),
- PLUGIN_VERSION, "Enrico Trotta");
+ PLUGIN_VERSION, "Enrico Trotta <enrico.trt(a)gmail.com>");
static gint indexof(const gchar * string, gchar c)
{
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Enrico Trotta <enrico.trt(a)gmail.com>
Committer: Enrico Trotta <enrico.trt(a)gmail.com>
Date: Sat, 07 Jul 2012 16:22:46
Commit: d66e2d4e5c15ce394afb8d57df670a7d62c6b126
https://github.com/geany/geany-plugins/commit/d66e2d4e5c15ce394afb8d57df670…
Log Message:
-----------
update README and add the author's email in the plugin info
Modified Paths:
--------------
geniuspaste/README
geniuspaste/src/geniuspaste.c
Modified: geniuspaste/README
27 files changed, 17 insertions(+), 10 deletions(-)
===================================================================
@@ -5,18 +5,30 @@ GeniusPaste Plugin
About
-----
-This plugin allows you to paste your code from Geany in five different
-pastebins. It supports this services:
+This plugin allows the user to paste the code from Geany into five different
+pastebins. At the moment it supports this services:
* codepad.org
- * pastebin.com
+ * tinypaste.com
* pastebin.geany.org
* dpaste.de
* sprunge.us
-GeniusPaste detects automatically the syntax of your code and paste it
+GeniusPaste detects automatically the syntax of the code and paste it
with syntax highlighting enabled.
-It also redirects you to the pasted code opening a new browser tab.
+It can also display the pasted code opening a new browser tab.
+
+Issues
+------
+The API of the pastebin services can be updated in every moment. It
+may happen that GeniusPaste plugin could use an outdated API that meanwhile
+has been deprecated.
+
+If you get a unexpected API response during the paste process (practically
+if the plugin doesn't return a link to the pasted code) write a email to me
+and warn me about the changes:
+
+<enrico(dot)trt(at)gmail(dot)com>
Requirements
------------
@@ -37,8 +49,3 @@ license can be found in the file COPYING included with the source code
of this program. If not, you will be able to get a copy by contacting
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
-
-
-Info, questions and more
-------------------------
-Enrico Trotta <enrico(dot)trt(at)gmail(dot)com>
Modified: geniuspaste/src/geniuspaste.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -99,7 +99,7 @@
PLUGIN_VERSION_CHECK(147)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, PLUGIN_NAME,
_("Paste your code on your favorite pastebin"),
- PLUGIN_VERSION, "Enrico Trotta");
+ PLUGIN_VERSION, "Enrico Trotta <enrico.trt(a)gmail.com>");
static gint indexof(const gchar * string, gchar c)
{
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/1.22_release
Author: Enrico Trotta <enrico.trt(a)gmail.com>
Committer: Enrico Trotta <enrico.trt(a)gmail.com>
Date: Sat, 07 Jul 2012 16:22:46
Commit: d66e2d4e5c15ce394afb8d57df670a7d62c6b126
https://github.com/geany/geany-plugins/commit/d66e2d4e5c15ce394afb8d57df670…
Log Message:
-----------
update README and add the author's email in the plugin info
Modified Paths:
--------------
geniuspaste/README
geniuspaste/src/geniuspaste.c
Modified: geniuspaste/README
27 files changed, 17 insertions(+), 10 deletions(-)
===================================================================
@@ -5,18 +5,30 @@ GeniusPaste Plugin
About
-----
-This plugin allows you to paste your code from Geany in five different
-pastebins. It supports this services:
+This plugin allows the user to paste the code from Geany into five different
+pastebins. At the moment it supports this services:
* codepad.org
- * pastebin.com
+ * tinypaste.com
* pastebin.geany.org
* dpaste.de
* sprunge.us
-GeniusPaste detects automatically the syntax of your code and paste it
+GeniusPaste detects automatically the syntax of the code and paste it
with syntax highlighting enabled.
-It also redirects you to the pasted code opening a new browser tab.
+It can also display the pasted code opening a new browser tab.
+
+Issues
+------
+The API of the pastebin services can be updated in every moment. It
+may happen that GeniusPaste plugin could use an outdated API that meanwhile
+has been deprecated.
+
+If you get a unexpected API response during the paste process (practically
+if the plugin doesn't return a link to the pasted code) write a email to me
+and warn me about the changes:
+
+<enrico(dot)trt(at)gmail(dot)com>
Requirements
------------
@@ -37,8 +49,3 @@ license can be found in the file COPYING included with the source code
of this program. If not, you will be able to get a copy by contacting
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
-
-
-Info, questions and more
-------------------------
-Enrico Trotta <enrico(dot)trt(at)gmail(dot)com>
Modified: geniuspaste/src/geniuspaste.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -99,7 +99,7 @@
PLUGIN_VERSION_CHECK(147)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, PLUGIN_NAME,
_("Paste your code on your favorite pastebin"),
- PLUGIN_VERSION, "Enrico Trotta");
+ PLUGIN_VERSION, "Enrico Trotta <enrico.trt(a)gmail.com>");
static gint indexof(const gchar * string, gchar c)
{
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sat, 07 Jul 2012 12:25:20
Commit: 881bd9767445180c97f0c8a7c77a0621826870d9
https://github.com/geany/geany-plugins/commit/881bd9767445180c97f0c8a7c77a0…
Log Message:
-----------
GeanyGenDoc: Remove deprecated information from README
Modified Paths:
--------------
geanygendoc/README
Modified: geanygendoc/README
23 files changed, 0 insertions(+), 23 deletions(-)
===================================================================
@@ -1,4 +1,3 @@
-===========
GeanyGenDoc
===========
@@ -32,28 +31,6 @@ You may also want the following packages that enables extra features:
rst2html -- is needed to (re)generate the HTML manual.
-Installation
-============
-
-Compiling and installing the plugin is done by running the following
-commands from the top-level directory (it is the parent of the one
-containing this file if you're building GeanyGenDoc as part of Geany-plugins):
-
-::
-
- $ ./configure
- $ make
- $ make install
-
-For more configuration details, run
-
-::
-
- $ ./configure --help
-
-For detailed instructions, see the INSTALL file.
-
-
Usage
=====
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).