[gnomeweb-wml] Add first skeleton of GNOME Amazon store



commit c2cd98b6c6dca22bf631c8a71efe0b8ad39b3e5a
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Sun Jul 19 21:54:17 2009 +0200

    Add first skeleton of GNOME Amazon store

 configure.in                             |    1 +
 www.gnome.org/friends/Makefile.am        |    2 +-
 www.gnome.org/friends/amazon/Makefile.am |    8 ++++++++
 www.gnome.org/friends/amazon/index.wml   |   19 +++++++++++++++++++
 4 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index f629ec4..fa755e6 100644
--- a/configure.in
+++ b/configure.in
@@ -18,6 +18,7 @@ www.gnome.org/about/Makefile
 www.gnome.org/community/Makefile
 www.gnome.org/css/Makefile
 www.gnome.org/friends/Makefile
+www.gnome.org/friends/amazon/Makefile
 www.gnome.org/friends/banners/Makefile
 www.gnome.org/friends/css/Makefile
 www.gnome.org/friends/images/Makefile
diff --git a/www.gnome.org/friends/Makefile.am b/www.gnome.org/friends/Makefile.am
index e53fab2..5fdae2e 100644
--- a/www.gnome.org/friends/Makefile.am
+++ b/www.gnome.org/friends/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = banners css drive images js
+SUBDIRS = banners css drive images js amazon
 
 urlpath = /friends
 
diff --git a/www.gnome.org/friends/amazon/Makefile.am b/www.gnome.org/friends/amazon/Makefile.am
new file mode 100644
index 0000000..9971ccd
--- /dev/null
+++ b/www.gnome.org/friends/amazon/Makefile.am
@@ -0,0 +1,8 @@
+urlpath = /friends/amazon
+
+include $(top_srcdir)/rules.common
+
+page_DATA = \
+	index.html
+
+EXTRA_DIST=$(page_DATA)
diff --git a/www.gnome.org/friends/amazon/index.wml b/www.gnome.org/friends/amazon/index.wml
new file mode 100644
index 0000000..f83b97e
--- /dev/null
+++ b/www.gnome.org/friends/amazon/index.wml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";;>
+<html>
+
+<head>
+    <title>Friends of GNOME - Amazon</title>
+
+    <link media="all" type="text/css" rel="stylesheet" href="../css/friends.css"/>
+</head>
+
+<body>
+
+    <h1>Friends of GNOME - Support GNOME by shopping at Amazon</h1>
+
+<iframe src="http://astore.amazon.com/gnomestore-20"; width="90%" height="4000" frameborder="0" scrolling="no"></iframe>
+
+</body>
+
+</html>



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