Branch: refs/heads/1.22_release
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sat, 07 Jul 2012 11:33:35
Commit: 879570e9fa222d66585cc7f51b1e13b114e42f3a
https://github.com/geany/geany-plugins/commit/879570e9fa222d66585cc7f51b1e1…
Log Message:
-----------
Adding a hint to waf into top of README
Modified Paths:
--------------
README
Modified: README
2 files changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -5,6 +5,8 @@ Geany-Plugins
Installation
------------
+You can build the plugins using either autotools or waf.
+
Building with autotools
^^^^^^^^^^^^^^^^^^^^^^^
@@ 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: Dominic Hopf <dmaphy(a)googlemail.com>
Committer: Dominic Hopf <dmaphy(a)googlemail.com>
Date: Sat, 07 Jul 2012 11:08:21
Commit: d99910ce71698ce28f914bac5752366250b94b08
https://github.com/geany/plugins.geany.org/commit/d99910ce71698ce28f914bac5…
Log Message:
-----------
basically work on master branch
This makes sure the master branch is updated as well before building
and switches back to master branch after build
Modified Paths:
--------------
gencontent.sh
Modified: gencontent.sh
9 files changed, 9 insertions(+), 0 deletions(-)
===================================================================
@@ -102,6 +102,12 @@ if [ ! -d $SOURCESDIR ]; then
fi
cd $SOURCESDIR
+
+echo "Checking out master branch..."
+git checkout master
+echo "Updating master branch..."
+git pull
+
VERSION=`git tag -l | tail -n1`
echo "Found latest Geany-Plugins version: $VERSION."
@@ -202,5 +208,8 @@ do
fi # if [ -d $SOURCESDIR$i -a $i"x" != "buildx" -a $i"x" != "pox" ];
done
+echo "Switching back to master branch..."
+git checkout master
+
# clean up any unneccessary files
find $LOGDIR -mtime +7 -delete # delete logfiles older than 7 days
@@ 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 Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 07 Jul 2012 10:36:32
Commit: 2f27d75317cffc0d9e9a0ff8543db06a225d40ca
https://github.com/geany/geany-plugins/commit/2f27d75317cffc0d9e9a0ff8543db…
Log Message:
-----------
Change image URLs to point to the (same) self-hosted images
While at it, also add a real alt text instead of just the copied template text.
Modified Paths:
--------------
addons/README
Modified: addons/README
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -1,11 +1,11 @@
Addons
======
-.. image:: http://img534.imageshack.us/img534/94/addonssmall.png
+.. image:: http://plugins.geany.org/images/plugins/addons/addonssmall.png
:width: 400
- :alt: image of a plugin in work (if applicable)
+ :alt: Demonstration of the Addons plugin (Tasks, Bookmark List, Occurrence Highlighting, ...)
:align: right
- :target: http://img594.imageshack.us/img594/3962/addonsb.png
+ :target: http://plugins.geany.org/images/plugins/addons/addonsb.png
.. contents::
@@ 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 Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 07 Jul 2012 10:36:32
Commit: 2f27d75317cffc0d9e9a0ff8543db06a225d40ca
https://github.com/geany/geany-plugins/commit/2f27d75317cffc0d9e9a0ff8543db…
Log Message:
-----------
Change image URLs to point to the (same) self-hosted images
While at it, also add a real alt text instead of just the copied template text.
Modified Paths:
--------------
addons/README
Modified: addons/README
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -1,11 +1,11 @@
Addons
======
-.. image:: http://img534.imageshack.us/img534/94/addonssmall.png
+.. image:: http://plugins.geany.org/images/plugins/addons/addonssmall.png
:width: 400
- :alt: image of a plugin in work (if applicable)
+ :alt: Demonstration of the Addons plugin (Tasks, Bookmark List, Occurrence Highlighting, ...)
:align: right
- :target: http://img594.imageshack.us/img594/3962/addonsb.png
+ :target: http://plugins.geany.org/images/plugins/addons/addonsb.png
.. contents::
@@ 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 Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 07 Jul 2012 10:34:08
Commit: 0397de52b4f3c2a00712c258386ccb4993da9575
https://github.com/geany/geany-plugins/commit/0397de52b4f3c2a00712c258386cc…
Log Message:
-----------
Strip trailing whitespaces
No content changes.
Modified Paths:
--------------
addons/README
Modified: addons/README
8 files changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -84,11 +84,11 @@ replacing a selection.
^^^^^^^^^^^^^^^^^^^^^^^^
Provides two methods for enclosing selected text in characters. If the 'Enclose
selection automatically' option is checked in Preferences, selected text will
-be surrounded when certain characters are pressed (e.g. highlight a string and
-press ", the string will be surrounded in double quotes). Also allows you to
-define up to eight of your own opening and closing character pairs, which can
+be surrounded when certain characters are pressed (e.g. highlight a string and
+press ", the string will be surrounded in double quotes). Also allows you to
+define up to eight of your own opening and closing character pairs, which can
then be linked to a keybinding (e.g. set [ and ] to be Enclose Pair 1 and the
-keybinding to ctrl+[ , highlight some text and press ctrl+[ to surround the
+keybinding to ctrl+[ , highlight some text and press ctrl+[ to surround the
selected text in brackets).
Requirements
@@ 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 Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 07 Jul 2012 10:34:08
Commit: 0397de52b4f3c2a00712c258386ccb4993da9575
https://github.com/geany/geany-plugins/commit/0397de52b4f3c2a00712c258386cc…
Log Message:
-----------
Strip trailing whitespaces
No content changes.
Modified Paths:
--------------
addons/README
Modified: addons/README
8 files changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -84,11 +84,11 @@ replacing a selection.
^^^^^^^^^^^^^^^^^^^^^^^^
Provides two methods for enclosing selected text in characters. If the 'Enclose
selection automatically' option is checked in Preferences, selected text will
-be surrounded when certain characters are pressed (e.g. highlight a string and
-press ", the string will be surrounded in double quotes). Also allows you to
-define up to eight of your own opening and closing character pairs, which can
+be surrounded when certain characters are pressed (e.g. highlight a string and
+press ", the string will be surrounded in double quotes). Also allows you to
+define up to eight of your own opening and closing character pairs, which can
then be linked to a keybinding (e.g. set [ and ] to be Enclose Pair 1 and the
-keybinding to ctrl+[ , highlight some text and press ctrl+[ to surround the
+keybinding to ctrl+[ , highlight some text and press ctrl+[ to surround the
selected text in brackets).
Requirements
@@ 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 Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 07 Jul 2012 10:29:35
Commit: e7ea0a2773e3c939e1a29a1efd0c253194a0dc0d
https://github.com/geany/geany-plugins/commit/e7ea0a2773e3c939e1a29a1efd0c2…
Log Message:
-----------
Update README to conform to the common layout
Modified Paths:
--------------
spellcheck/README
Modified: spellcheck/README
61 files changed, 5 insertions(+), 56 deletions(-)
===================================================================
@@ -18,54 +18,12 @@ The plugin's configure dialog lists all available languages/dictionaries
which can be used for the spell check.
-Downloads
----------
+Features
+--------
-Spell Check is part of the combined Geany Plugins release.
-For more information and downloads, please visit
-http://plugins.geany.org/geany-plugins/
-
-
-Development Code
-^^^^^^^^^^^^^^^^
-
-Get the code from:
-
- git clone git://github.com/geany/geany-plugins.git
-
-
-Requirements
-------------
-For compiling the plugin yourself, you will need the GTK (>= 2.8.0) libraries
-and header files. You will also need its dependency libraries and header
-files, such as Pango, Glib and ATK. All these files are available at
-http://www.gtk.org.
-Furthermore, you need to have installed enchant with its development files
-(libenchant-dev or enchant-devel).
-
-And obviously, you will need have Geany installed. If you have Geany installed
-from the sources, you should be ready to go.
-If you used a prepared package e.g. from your distribution you probably need
-to install an additional package, this might be called geany-dev or geany-devel.
-Please note that in order to compile and use this plugin, you need Geany 0.16
-or later.
-
-Furthermore you need, of course, a C compiler and the Make tool.
-The GNU versions of these tools are recommended.
-
-
-Installation
-------------
-Compiling and installing the code is done by the following three commands:
-$ ./configure
-$ make
-$ make install
-
-For more configuration details run
-$ ./configure --help
-
-If there are any errors during compilation, check your build environment
-and try to find the error, otherwise contact one of the authors.
+ * Check spelling while typing
+ * Highlight spelling mistakes
+ * Editor-menu integration
Usage
@@ -125,15 +83,6 @@ Known issues
loaded again.
-License
--------
-Spell Check is distributed under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version. A copy of this license
-can be found in the file COPYING included with the source code of this
-program.
-
-
Ideas, questions, patches and bug reports
-----------------------------------------
Send it to me at enrico(dot)troeger(at)uvena(dot)de
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).