add URL to pod and about
authorRicardo Mones <ricardo@mones.org>
Mon, 22 Jun 2009 16:50:01 +0000 (16:50 +0000)
committerRicardo Mones <ricardo@mones.org>
Mon, 22 Jun 2009 16:50:01 +0000 (16:50 +0000)
ChangeLog
VERSION
clawsker

index 2be90b48174ec84eba44d3eb9b96c3787f622575..7e89afc09ad38d15c278b08c2ae8b386bc8e84b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-22 18:47  mones   0.6.0svn253
+
+       * clawsker
+               Add URL in manual page and about window
+
 2009-06-19 19:16  mones   0.6.0svn252
 
        * clawsker
 2009-06-19 19:16  mones   0.6.0svn252
 
        * clawsker
diff --git a/VERSION b/VERSION
index 707b965848583994ab6eebfc66afcda97a14f3fd..971f4cd4f7e4e7819f73fb28162d6b4ed687eafc 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6.0svn252
+0.6.0svn253
index 5ba179c357fc2e4600c8918b613fdf80e0f858c6..f0861539e478ee9c82f3ccfba8e181f667cc2865 100755 (executable)
--- a/clawsker
+++ b/clawsker
@@ -53,9 +53,15 @@ A running Claws Mail cannot be detected if using the --clawsrc option because
 the directory is not assumed to be a Claws Mail configuration dir. If that is 
 the case use the --alternate-config-dir option instead.
 
 the directory is not assumed to be a Claws Mail configuration dir. If that is 
 the case use the --alternate-config-dir option instead.
 
+=head1 SEE ALSO
+
+Clawsker homepage "L<http://www.claws-mail.org/clawsker>"
+
 =head1 AUTHOR
 
 =head1 AUTHOR
 
-Ricardo Mones E<lt>ricardo@mones.orgE<gt>
+Main author is Ricardo Mones E<lt>ricardo@mones.orgE<gt> with the help of
+others. See the AUTHORS file on source tarball for a detailed list of 
+contributors.
 
 =head1 LICENSE
 
 
 =head1 LICENSE
 
@@ -1993,12 +1999,14 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.";
     my $year = "2007-2009";
     my $holder = "Ricardo Mones &lt;ricardo\@mones.org&gt;";
 along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.";
     my $year = "2007-2009";
     my $holder = "Ricardo Mones &lt;ricardo\@mones.org&gt;";
+    my $url = "http://www.claws-mail.org/clawsker";
 
     my $dialog = Gtk2::MessageDialog->new_with_markup ($parent, 
                     [qw/modal destroy-with-parent/], 
                    'info', 'close', 
                    "<span size=\"x-large\" weight=\"bold\">$title</span>\n"
 
     my $dialog = Gtk2::MessageDialog->new_with_markup ($parent, 
                     [qw/modal destroy-with-parent/], 
                    'info', 'close', 
                    "<span size=\"x-large\" weight=\"bold\">$title</span>\n"
-                   . "<span size=\"large\">$vers</span>\n"
+                   . "<span size=\"large\">$vers</span>\n\n"
+                   . "<span color=\"blue\" size=\"large\">$url</span>\n\n"
                    . "<span>Copyright $year by $holder</span>\n\n"
                    . "<span size=\"large\">$lic</span>\n\n"
                    . "<span size=\"small\">$license</span>");
                    . "<span>Copyright $year by $holder</span>\n\n"
                    . "<span size=\"large\">$lic</span>\n\n"
                    . "<span size=\"small\">$license</span>");