[gegl-gtk] Update/add some URLs



commit 6990a3971d7b988dd13c421e946715409d25562b
Author: Jon Nordby <jononor gmail com>
Date:   Sun Nov 20 21:25:22 2011 +0100

    Update/add some URLs

 README              |    2 +-
 configure.ac        |    3 +++
 gegl-gtk/gegl-gtk.h |   17 +++++++++++++----
 3 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index b66e7f9..c19b182 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ Maintainer: Jon Nordby <jononor gmail com>
 Homepage: http://www.gegl.org
 Code: http://git.gnome.org/browse/gegl-gtk/
 Bugtracker: http://bugs.gnome.org, product GEGL, component gegl-gtk
-Mailinglist: http://blog.gmane.org/gmane.comp.video.gegl.devel
+Mailinglist: http://mail.gnome.org/mailman/listinfo/gegl-developer-list
 
 == Installing ==
 gegl-gtk uses an autotools build system. To install do:
diff --git a/configure.ac b/configure.ac
index b5b7c67..aacee3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,6 +118,9 @@ dnl ==========================================================================
 AM_INIT_AUTOMAKE(no-define no-dist-gzip foreign)
 AM_CONFIG_HEADER(config.h)
 
+GEGL_GTK_SERVER=www.gegl.org
+AC_SUBST(GEGL_GTK_SERVER)
+
 dnl Initialize libtool
 AC_LIBTOOL_DLOPEN
 AC_PROG_CC
diff --git a/gegl-gtk/gegl-gtk.h b/gegl-gtk/gegl-gtk.h
index 49d5b6b..b18d387 100644
--- a/gegl-gtk/gegl-gtk.h
+++ b/gegl-gtk/gegl-gtk.h
@@ -9,11 +9,20 @@
  * For building GEGL-GTK, please refer to the README file included
  * in the source code tarball.
  *
- * GEGL-GTK supports both GTK+ 2 and 3, and
- * can be used directly as a C library, or in languages
- * with bindings provided by GObject Introspection.
+ * GEGL-GTK supports both GTK+ 2 and 3. It can be used directly as a C library,
+ * or in languages with bindings provided by GObject Introspection.
  *
- * For usage examples, see http://git.gnome.org/browse/gegl-gtk/tree/examples
+ * GEGL-GTK is licensed under the GNU LGPL v3+, and maintained by Jon Nordby
+ *
+ * Homepage: <ulink url="http://www.gegl.org/gegl-gtk";>http://www.gegl.org/gegl-gtk</ulink>
+ *
+ * Code: <ulink url="http://git.gnome.org/browse/gegl-gtk/";>http://git.gnome.org/browse/gegl-gtk/</ulink>
+ *
+ * Bugtracker: <ulink url="http://bugs.gnome.org";>http://bugs.gnome.org</ulink>, product GEGL, component gegl-gtk
+ *
+ * Mailinglist: <ulink url="http://mail.gnome.org/mailman/listinfo/gegl-developer-list";>gegl-developer lists gnome org</ulink>
+ *
+ * For usage examples, see <ulink url="http://git.gnome.org/browse/gegl-gtk/tree/examples";>http://git.gnome.org/browse/gegl-gtk/tree/examples</ulink>
  *
  * GEGL-GTK provides one class: #GeglGtkView
  **/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]