art-web r514 - branches/art-hub



Author: thos
Date: Fri Apr 11 21:16:51 2008
New Revision: 514
URL: http://svn.gnome.org/viewvc/art-web?rev=514&view=rev

Log:
* Add art.html for /themes and /backgrounds pages
* Add .htaccess for URL rewriting


Added:
   branches/art-hub/.htaccess
   branches/art-hub/art.html
Modified:
   branches/art-hub/faq.html
   branches/art-hub/index.html

Added: branches/art-hub/.htaccess
==============================================================================
--- (empty file)
+++ branches/art-hub/.htaccess	Fri Apr 11 21:16:51 2008
@@ -0,0 +1,4 @@
+RewriteEngine on
+RewriteRule themes.* art.html
+RewriteRule backgrounds.* art.html
+RewriteRule faq.* faq.html

Added: branches/art-hub/art.html
==============================================================================
--- (empty file)
+++ branches/art-hub/art.html	Fri Apr 11 21:16:51 2008
@@ -0,0 +1,70 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd";>
+<html><head>
+
+
+  <link href="/css/layout.css" rel="stylesheet" type="text/css" media="screen">
+  <link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
+  <link rel="icon" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
+  <link rel="SHORTCUT ICON" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
+  <title>GNOME: The Free Software Desktop Project</title>
+
+
+<link rel="stylesheet" type="text/css" href="css/frontpage.css"></head><body>
+  <!-- site header -->
+  <div id="page">
+    <ul id="general">
+      <li id="siteaction-gnome_home" class="home">
+        <a href="http://www.gnome.org/"; title="Home">Home</a>
+      </li>
+      <li id="siteaction-gnome_news">
+        <a href="http://news.gnome.org/"; title="News">News</a>
+      </li>
+      <li id="siteaction-gnome_projects">
+        <a href="http://www.gnome.org/projects/"; title="Projects">Projects</a>
+      </li>
+      <li id="siteaction-gnome_art">
+        <a href="http://art.gnome.org/"; title="Art">Art</a>
+      </li>
+      <li id="siteaction-gnome_support">
+        <a href="http://www.gnome.org/support/"; title="Support">Support</a>
+      </li>
+      <li id="siteaction-gnome_development">
+        <a href="http://developer.gnome.org/"; title="Development">Development</a>
+      </li>
+      <li id="siteaction-gnome_community">
+        <a href="http://www.gnome.org/community/"; title="Community">Community</a>
+      </li>
+    </ul>
+    <div id="header">
+      <h1>GNOME Art</h1>
+      <div id="tabs">
+        <ul id="portal-globalnav">
+          <li><a href="/"><span>Art</span></a></li>
+          <li><a href="/themes"><span>Themes</span></a></li>
+          <li><a href="/backgrounds"><span>Backgrounds</span></a></li>
+          <li><a href="/faq"><span>FAQ</span></a></li>
+        </ul>
+      </div> <!-- end of #tabs -->
+    </div> <!-- end of #header -->
+  </div>
+<!-- end site header -->
+
+  <div id="body">
+    <div id="content">
+          <h2>Artwork</h2>
+
+	  <p>The web-based directory of artwork is currently offline, but you
+	  can still browser the themes and backgrounds available from
+	  art.gnome.org using <a
+	  href="http://developer.berlios.de/projects/gnomeartng/";>GNOME Art
+	  NG</a>.  </p>
+
+    </div> <!-- end of div#content -->
+
+  <div id="footer">
+    Copyright &copy; 2005-2008 <a href="http://www.gnome.org/";>The GNOME Project</a>.<br>
+    <a href="http://validator.w3.org/check/referer";>Optimised</a> for <a href="http://www.w3.org/";>standards</a>. Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.
+  </div>
+
+  </div> <!-- end of div#body -->
+</body></html>

Modified: branches/art-hub/faq.html
==============================================================================
--- branches/art-hub/faq.html	(original)
+++ branches/art-hub/faq.html	Fri Apr 11 21:16:51 2008
@@ -5,7 +5,8 @@
   <link href="css/layout.css" rel="stylesheet" type="text/css" media="screen">
   <link href="css/style.css" rel="stylesheet" type="text/css" media="all">
   <link rel="icon" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
-  <link rel="SHORTCUT ICON" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";><title>GNOME: The Free Software Desktop Project</title>
+  <link rel="SHORTCUT ICON" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
+  <title>GNOME: The Free Software Desktop Project</title>
 
   <style type="text/css">
     tt {background-color:#FFFFBF;}
@@ -41,12 +42,10 @@
       <h1>GNOME Art</h1>
       <div id="tabs">
         <ul id="portal-globalnav">
-          <li><a href="index.html"><span>Art</span></a></li>
-          <!--
-          <li><a href=""><span>Themes</span></a></li>
-          <li><a href=""><span>Backgrounds</span></a></li>
-          -->
-          <li class="selected"><a href="faq.html"><span>FAQ</span></a></li>
+          <li><a href="/"><span>Art</span></a></li>
+          <li><a href="/themes"><span>Themes</span></a></li>
+          <li><a href="/backgrounds"><span>Backgrounds</span></a></li>
+          <li class="selected"><a href="/faq"><span>FAQ</span></a></li>
         </ul>
       </div> <!-- end of #tabs -->
     </div> <!-- end of #header -->

Modified: branches/art-hub/index.html
==============================================================================
--- branches/art-hub/index.html	(original)
+++ branches/art-hub/index.html	Fri Apr 11 21:16:51 2008
@@ -38,12 +38,10 @@
       <h1>GNOME Art</h1>
       <div id="tabs">
         <ul id="portal-globalnav">
-          <li class="selected"><a href="index.html"><span>Art</span></a></li>
-          <!--
-          <li><a href=""><span>Themes</span></a></li>
-          <li><a href=""><span>Backgrounds</span></a></li>
-          -->
-          <li><a href="faq.html"><span>FAQ</span></a></li>
+          <li class="selected"><a href="/"><span>Art</span></a></li>
+          <li><a href="/themes"><span>Themes</span></a></li>
+          <li><a href="/backgrounds"><span>Backgrounds</span></a></li>
+          <li><a href="/faq"><span>FAQ</span></a></li>
         </ul>
       </div> <!-- end of #tabs -->
     </div> <!-- end of #header -->



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