[geany/geany-plugins] fb48d4: Update plugins's name in README and code
Frank Lanitz
git-noreply at xxxxx
Wed Aug 10 18:32:23 UTC 2016
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Wed, 10 Aug 2016 18:32:23 UTC
Commit: fb48d40c276019af80871fb74d0738d0bafbbf23
https://github.com/geany/geany-plugins/commit/fb48d40c276019af80871fb74d0738d0bafbbf23
Log Message:
-----------
Update plugins's name in README and code
Modified Paths:
--------------
lipsum/README
lipsum/src/lipsum.c
Modified: lipsum/README
13 lines changed, 5 insertions(+), 8 deletions(-)
===================================================================
@@ -1,12 +1,12 @@
-GeanyLipsum
+Lipsum
-----------
.. contents::
About
------
-GeanyLipsum is a plugin for Geany that implements a Lorem Ipsum
+Lipsum is a plugin for Geany that implements a Lorem Ipsum
generator to insert placeholder text into your document.
@@ -41,9 +41,9 @@ github.com. Get the code by:
git clone https://github.com/geany/geany-plugins.git
If you want to create a patch, please respect the license of
-GeanyLipsum as well as intellectual property of third. Patches that
+Lipsum as well as intellectual property of third. Patches that
should be included to the default distribution must be licensed under
-the same conditions as GeanyLipsum by the copyright owner (GPL2+).
+the same conditions as Lipsum by the copyright owner (GPL2+).
Known issues
@@ -58,7 +58,7 @@ https://github.com/geany/geany-plugins/issues
License
-------
-GeanyLipsum and all its parts is distributed under the terms of the
+Lipsum and all its parts 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
@@ -75,6 +75,3 @@ Frank Lanitz (frank(at)geany(dot)org). Please also do so, if you got
any questions and visiting http://plugins.geany.org didn't help you
to figure out the answer. Visiting the website is also a good start
if you want to check for any update on this plugin.
-
-A more historical page can be found at
-http://frank.uvena.de/en/Geany/geanylipsum
Modified: lipsum/src/lipsum.c
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
- * geanylipsum.c
+ * lipsum.c
*
- * Copyright 2008-2015 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2008-2016 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -36,9 +36,9 @@ PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
- _("GeanyLipsum"),
+ _("Lipsum"),
_("Creating dummy text with Geany"),
- "0.4.4",
+ VERSION,
"Frank Lanitz <frank at frank.uvena.de>")
static GtkWidget *main_menu_item = NULL;
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list