[gnomeweb-wml] Add a GNOME site for my project GtkImageView.



commit d8b8075ee6ad3b42ec041c1fef2333b12ce55e10
Author: BjÃrn Lindqvist <bjourne gmail com>
Date:   Wed Oct 5 23:47:17 2011 +0200

    Add a GNOME site for my project GtkImageView.

 projects.gnome.org/Makefile.am              |    1 +
 projects.gnome.org/gtkimageview/Makefile.am |    7 +++++++
 projects.gnome.org/gtkimageview/index.html  |   15 +++++++++++++++
 projects.gnome.org/index.html               |    1 +
 4 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/projects.gnome.org/Makefile.am b/projects.gnome.org/Makefile.am
index 080ca39..104ca45 100644
--- a/projects.gnome.org/Makefile.am
+++ b/projects.gnome.org/Makefile.am
@@ -25,6 +25,7 @@ SUBDIRS = css \
 	gnumeric		\
 	guppi			\
 	gtkglext        	\
+	gtkimageview		\
 	gtksourceview		\
 	gtksourceviewmm		\
 	gtranslator		\
diff --git a/projects.gnome.org/gtkimageview/Makefile.am b/projects.gnome.org/gtkimageview/Makefile.am
new file mode 100644
index 0000000..8aff741
--- /dev/null
+++ b/projects.gnome.org/gtkimageview/Makefile.am
@@ -0,0 +1,7 @@
+SUBDIRS =
+
+urlpath = /gtkimageview
+
+page_SCRIPTS = index.html
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gtkimageview/index.html b/projects.gnome.org/gtkimageview/index.html
new file mode 100644
index 0000000..c9d6d45
--- /dev/null
+++ b/projects.gnome.org/gtkimageview/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" >
+    <head>
+        <title>Home of GtkImageView</title>
+    </head>
+    <body>
+        <p>
+            This is the humble home of the GtkImageView widget. It had
+            its previous home at <a href =
+            "http://trac.bjourne.webfactional.com/";>trac.bjourne.webfactional.com/</a>
+            but I have now decided to give it a new home at the GNOME
+            infrastructure.
+        </p>
+    </body>
+</html>
diff --git a/projects.gnome.org/index.html b/projects.gnome.org/index.html
index 364e9fd..690bc29 100644
--- a/projects.gnome.org/index.html
+++ b/projects.gnome.org/index.html
@@ -171,6 +171,7 @@
           <li><a href="http://live.gnome.org/gthumb";>gthumb</a>, Image viewer and browser</li>
           <li><a href="http://www.gtk.org";>GTK+</a>, Graphical Toolkit Library</li>
           <li><a href="http://www.gtk.org/gtk-doc/";>GTK-Doc</a>, API documentation tool</li>
+          <li><a href="http://projects.gnome.org/gtkimageview";>GtkImageView</a>, Image viewer widget for GTK+.</li>
           <li><a href="http://www.gtkmm.org";>gtkmm</a>, C++ bindings</li>
           <li><a href="http://projects.gnome.org/gtksourceviewmm";>gtksourceviewmm</a>, C++ bindings of gtksourceview. Extends the gtkmm API.</li>
           <li><a href="http://gtk2-perl.sourceforge.net/";>GtkPerl</a>, Perl Bindings</li>



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