From 1945ebc3360b039dfd03f29e8e2d95e9da5c64d9 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Wed, 9 May 2012 00:52:41 +0200 Subject: [PATCH] update URL: fixes #1 --- ChangeLog | 6 ++++++ README | 8 +++++--- VC | 2 +- VERSION | 2 +- clawsker | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index b702ba7..6758f29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-05-09 00:44 mones 0.7.5git458 + + * README + * clawsker + Update homepage URL, fixes #1 + 2012-05-08 15:09 mones 0.7.5git457 * po/clawsker.pot diff --git a/README b/README index d0ba19e..2627e5d 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ Claws Mail is a fast and lightweight Mail User Agent by the Claws Mail Team. You can download the latest version from Clawsker homepage: - http://www.claws-mail.org/clawsker + http://www.claws-mail.org/clawsker.php Dependencies ------------ @@ -61,7 +61,8 @@ Contributing ------------ Patches, bug fixes, and specially, new translations (or updates to the -existing ones) are welcome. +existing ones) are welcome. Development uses git as VCS and takes place on +http://github.com/mones/clawsker/. To create a new translation just change to 'po' directory, copy 'clawsker.pot' into 'xx.po' or 'xx_YY.po', and fill the empty strings and placeholder values. @@ -82,7 +83,7 @@ test it as above (no need to modify the Makefile this time). Bugs ---- -You can send bug reports to the Issues list on http://clawsker.googlecode.com/ +You can send bug reports on http://github.com/mones/clawsker/issues/ list. Also directly by mail to me or in the Claws Mail mailing list, but the Issues list is the preferred way. @@ -94,6 +95,7 @@ Thanks * The Perl-GTK2 folks and Phillip Vandry * Dirk van der Walt, for his Gtk2-Perl Study Guide [0] * Debian, for the Operating System +* GitHub Inc., for providing the git hosting and more [0] http://gtk2-perl.sourceforge.net/doc/gtk2-perl-study-guide/ diff --git a/VC b/VC index de2a00c..c92ddb6 100644 --- a/VC +++ b/VC @@ -1 +1 @@ -457 +458 diff --git a/VERSION b/VERSION index 90fe087..0596a0d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.5git457 +0.7.5git458 diff --git a/clawsker b/clawsker index 2086375..2547bf6 100755 --- a/clawsker +++ b/clawsker @@ -1949,7 +1949,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>."; my $year = "2007-2012"; my $holder = "Ricardo Mones <ricardo\@mones.org>"; - my $url = "http://www.claws-mail.org/clawsker"; + my $url = "http://www.claws-mail.org/clawsker.php"; my $dialog = Gtk2::MessageDialog->new_with_markup ($parent, [qw/modal destroy-with-parent/], -- 2.25.1