[mail-web] implement new look to mail_gnome_org



commit 8ff7f72fd609f4dfaaec3afeb32a1d8e683050cc
Author: Elena Petrevska <elenapetrevska77 gmail com>
Date:   Thu Jul 5 19:19:46 2012 +0200

    implement new look to mail_gnome_org

 ChangeLog.pre-git   |    3 +
 MAINTAINERS         |    4 +
 css/layout.css      |  318 ++++++++++++++++++++++++++++++++++++++++-------
 css/mail.png        |  Bin 1609 -> 0 bytes
 css/search-icon.png |  Bin 0 -> 395 bytes
 css/search_icon.gif |  Bin 610 -> 0 bytes
 css/star.png        |  Bin 2871 -> 0 bytes
 css/style.css       |   97 ++++++++++++---
 css/tab_left.png    |  Bin 371 -> 0 bytes
 css/tab_right.png   |  Bin 1134 -> 0 bytes
 css/top_bar-bg.png  |  Bin 0 -> 185 bytes
 index.html          |  341 +++++++++++++++++++++++++++++++++++++--------------
 12 files changed, 604 insertions(+), 159 deletions(-)
---
diff --git a/ChangeLog.pre-git b/ChangeLog.pre-git
index 83f17f2..ecb40ce 100644
--- a/ChangeLog.pre-git
+++ b/ChangeLog.pre-git
@@ -1,3 +1,6 @@
+2012-07-05  Elena Petrevska  <elenapetrevska77 gmail com>
+        * :implement the new "gnome.org"-ish design to mail.gnome.org.
+
 2008-11-29  Olav Vitters  <olav bkor dhs org>
 
 	* index.html: Warn people that mailman gnome org is not what they
diff --git a/MAINTAINERS b/MAINTAINERS
index 3692554..d107ae8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5,3 +5,7 @@ Userid: fpeters
 Olav Vitters
 E-mail: olav bkor dhs org
 Userid: ovitters
+
+Elena Petrevska
+E-mail: elenapetrevska77 gmail com
+
diff --git a/css/layout.css b/css/layout.css
index 15eca24..6aefc41 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -1,9 +1,15 @@
 /* Basic tags */
 body {
-	margin: 0px;
-	background-color: white;
-	font-family: sans-serif;
-	color: black;
+
+	padding: 0px;
+   	background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/html-bg.png) repeat-x scroll 0 10px #FFFFFF;
+   	height: 100%;
+   	margin-bottom: 0px;
+        color: #2E3436;
+        font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
+        font-size: 14px;
+        line-height: 1.6;
+        width: 100%;
 }
 
 #body {
@@ -13,6 +19,7 @@ body {
 
 a img {
 	border: 0px;
+	margin-top: 39px;
 }
 
 /* Anchors */
@@ -61,22 +68,6 @@ a:active {
 
 /* Common page elements: Header, footer, etc. */
 
-#logo {
-	position: absolute;
-	top: 10px;
-	left: 10px;
-	border: 0px;
-	z-index: 10;
-
-	width: 64px;
-	height: 64px;
-}
-
-#logo a img {
-	width: 64px;
-	height: 64px;
-}
-
 #hdr {
 	position: absolute;
 	z-index: 5;
@@ -138,8 +129,8 @@ a:active {
 div#search {
 	position: absolute;
 	text-align: right;
-	right: 1em;
-	top: 5em;
+	right: 3em;
+	top: 12em;
 	font-size: 75%;
 }
 
@@ -256,14 +247,6 @@ div.code {
 }
 
 
-body {
-	margin: 0px;
-	padding: 0px;
-	font-family: sans-serif;
-	background: white url(star.png) -100px -200px no-repeat;
-	height: 101%;
-}
-
 #page {
 	margin: 0px;
 	padding: 0px;
@@ -280,7 +263,7 @@ hr {
 	background: #888;
 	border: 0;
 	height: 1px;
-	width: 90%;
+	width: 100%;
 	text-align: center;
 	clear: both;
 }
@@ -288,6 +271,7 @@ hr {
 
 div.body {
 	clear: both;
+	padding-top: 1px;
 }
 
 
@@ -374,28 +358,21 @@ ul.toc li a:hover {
 	padding-left: 27px;
 }
 
-
-#header {
-	background: #729FCF url(mail.png) 15px 10px no-repeat;
-	float: left;
-	width: 100%;
-	font-size: 75%;
-}
-
 #header h1 {
-	margin: 0;
-	margin-left: 85px;
-	padding-top: 25px;
-	font-size: 200%;
-	color: #eeeeec;
+	margin-left: 20px;   
+	padding-top: 85px; 
+	font-size: 130%;
+	color: #3F4448;
+	font-weight: inherit;
 }
 
 #tabs {
-	background: url(bar.png) 0 100% repeat-x;
+	position: absolute;
 	width: 100%;
 	float: left;
-	margin: 0;
-	padding: 0;
+	right: 22em;
+    	text-align: right;
+	top: 8.2em;
 }
 
 #portal-globalnav {
@@ -448,7 +425,252 @@ ul.toc li a:hover {
 
 div#content {
 	clear: both;
-	padding: 1em;
+	padding-top: 0.3em;
 	margin: 1em;
 }
 
+#search_and_tabs {
+	display: block;
+	color:  #000;
+}
+
+/* global domain bar */
+
+#global_domain_bar {
+    width: 960px;
+    margin: auto;
+}
+
+#global_domain_bar .maxwidth {
+    margin: 10px;
+    margin-top: -16px;
+}
+
+
+#global_domain_bar .tab {
+    background: none repeat scroll 0 0 #FFFFFF;
+    border-radius: 5px 5px 5px 5px;
+    box-shadow: 0 4px 2px -2px #8FB3D9;
+    float: right;
+    font-size: 12px;
+    line-height: 16px;
+    padding: 6px 8px;
+    position: relative;
+    right: 0;
+}
+
+#global_domain_bar .tab a.root:last-child {
+    border-right: 0 none;
+    margin-right: 0;
+    padding-right: 0;
+}
+
+#global_domain_bar .tab a.root {
+    background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/favicon.png) no-repeat scroll 0 0 #FFFFFF;
+    border-right: 1px solid #CCCCCC;
+    color: #555753;
+    font-weight: bold;
+    margin-right: 3px;
+    padding-left: 18px;
+    padding-right: 6px;
+    text-decoration: none;
+}
+
+
+/* Footer Grass & community */
+
+#footer_grass {
+    background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/grass.png) repeat-x scroll top transparent;
+    height: 39px;
+    margin-top: -33px;
+}
+
+#footer_community {
+    background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/footer_arts/community.png) center no-repeat;
+    height: 180px;
+    margin-top: -33px;
+}
+
+/* FOOTER  */
+
+#footer div.links > div > ul > li {
+    float: left;
+    margin: 0 40px 10px 0;
+}
+
+#footer ul li {
+    margin: 0;
+    padding: 0;
+}
+
+#footer p {
+	color: #3F4448;
+	margin: 0em;
+}
+
+#footer #footnotes {
+    font-size: 9px;
+    margin-top: 4px;
+}
+
+#footer ul.menu > li > a {
+    font-weight: bold;
+}
+
+#footer div.links div a, #footer div.links div strong {
+    display: block;
+    text-decoration: none;
+}
+
+#footer .links a {
+    -moz-transition: background-color 100ms ease-in 0s;
+    color: inherit;
+}
+
+/*top bar*/
+
+.left {
+    float: left;
+}
+
+#top_bar ul {
+    list-style: none outside none;
+    margin: 0;
+    padding: 0 5px;
+}
+
+#top_bar ul li {
+    display: inline;
+    margin: 0 5px 0 0;
+}
+
+#top_bar a {
+    -moz-transition: background 100ms linear 0s;
+    border-radius: 4px 4px 4px 4px;
+    color: #FFFFFF;
+    outline: 0 none;
+    padding: 4px 8px;
+    text-decoration: none;
+    text-shadow: 0 1px 0 #000000;
+}
+
+.right {
+    float: right;
+}
+
+.hidden {
+    display: none;
+}
+
+#top_bar input {
+    -moz-border-bottom-colors: none;
+    -moz-border-image: none;
+    -moz-border-left-colors: none;
+    -moz-border-right-colors: none;
+    -moz-border-top-colors: none;
+    background: url("search-icon.png") no-repeat scroll 8px center transparent;
+    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.3);
+    border-style: none none none solid;
+    border-width: 0 0 0 1px;
+    color: #FFFFFF;
+    font: inherit;
+    margin: -8px 0 -8px -8px;
+    outline: medium none;
+    padding: 8px 8px 8px 28px;
+    width: 150px;
+}
+
+input:-moz-read-write, textarea:-moz-read-write {
+    -moz-user-modify: read-write !important;
+}
+
+#top_bar {
+    background: url("top_bar-bg.png") repeat-x scroll center top #2E3436;
+    border-radius: 6px 6px 6px 6px;
+    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
+    float: right;
+    font-size: 13px;
+    line-height: normal;
+    margin-top: 48px;
+}
+
+.container_12 .grid_9, .container_16 .grid_12 {
+    width: 700px;
+}
+
+.container_12, .container_16 {
+    margin-left: auto;
+    margin-right: auto;
+    width: 960px;
+}
+
+.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
+    display: inline;
+    float: left;
+    margin-left: 10px;
+    margin-right: 10px;
+}
+
+input {
+    -moz-appearance: textfield;
+    -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
+    -moz-user-select: text;
+    background-color: -moz-field;
+    border: 2px inset threedface;
+    color: -moz-fieldtext;
+    cursor: text;
+    font: -moz-field;
+    letter-spacing: normal;
+    line-height: normal !important;
+    padding: 1px 0;
+    text-align: start;
+    text-indent: 0;
+    text-rendering: optimizelegibility;
+    text-shadow: none;
+    text-transform: none;
+    word-spacing: normal;
+}
+
+
+/*logo*/
+
+#header #logo {
+    float: left;
+}
+
+.grid_3, .container_16, .grid_4 {
+    width: 220px;
+}
+
+
+#header #logo img {
+    -moz-transition: opacity 200ms ease-out 0s;
+    height: 78px;
+    margin-left: 10px;
+    opacity: 1;
+    width: 250px;
+    left: 10px;
+    margin-top: 5px;
+}
+
+#header {
+    margin: 20px auto 0;
+    width: 960px;
+    float: center;
+    font-size: 75%;
+}
+
+#except_footer {
+    width: 960px;
+    margin: auto;
+}
+
+#logo_bar {
+    font-size: 75%;
+    margin: 20px auto 0;
+    width: 960px;
+    padding-top: 10px;
+}
+
+
+
diff --git a/css/search-icon.png b/css/search-icon.png
new file mode 100644
index 0000000..90e8d2c
Binary files /dev/null and b/css/search-icon.png differ
diff --git a/css/style.css b/css/style.css
index 53405d4..3d80809 100644
--- a/css/style.css
+++ b/css/style.css
@@ -7,17 +7,13 @@
  *  Decoration
  *  Separators
  */
-body * {
+body {
   font-family: verdana, arial, sans-serif;
 }
 
-div#content {
-	max-width: 50em;
-}
-
 div#content a {
 	color: #3465a4;
-	border-bottom: 1px dotted #888;
+	border-bottom: 1px #888;
 	text-decoration: none;
 }
 
@@ -40,11 +36,17 @@ h1 {
 }
 
 h2 {
-  font-size: 1.2em;
+    font-size: 25px;
+}
+
+h3, dt {
+    font-size: 21px;
+    margin: 0.4em 0 0.5em;
+    color: #2E3436;
 }
 
-h3 {
-  font-size: 1.0em;
+p, dd, .action_box, ul, ol {
+    margin: 0.4em 0 1em;
 }
 
 /*  lists  */
@@ -124,27 +126,31 @@ input[type=radio] {
 /* footer */
 
 #footer {
-	text-align: center;
-	margin: 3em 3em 1em 3em;
-	border-top: 1px solid gray;
-	padding-top: 1.5em;
-	color: #888;
-	font-size: 80%;
+    background: none repeat scroll 0 0 #D3D7CF;
+    clear: left;
+    color: #555753;
+    padding: 14px 0 195px;
+    margin-bottom: 0;
+}
+
+#footer {
+    font-size: 10px;
+    line-height: 1.5em;
 }
 
 #footer ul {
-	margin: 0;
-	padding: 0;
+    list-style: none outside none;
+    margin: 0;
+    padding: 0;
 }
 
 #footer li {
 	display: inline;
-	padding: 0 1em;
+	padding: 0 0;
 }
 
 #footer a {
 	color: #3465a4;
-	border-bottom: 1px dotted #888;
 	text-decoration: none;
 }
 
@@ -152,3 +158,56 @@ input[type=radio] {
 	border-bottom: 1px solid #888
 }
 
+
+
+h1, h2, h3, h4, h5, h6, dt {
+    color: #0489B7;
+}
+h1 {
+    font-size: 42px;
+}
+h2 {
+    font-size: 25px;
+}
+h3, dt {
+    font-size: 21px;
+    margin: 0.4em 0 0.5em;
+    color: #2E3436;
+}
+dt {
+    color: #E36615;
+}
+dt a:hover {
+    color: #fa7721;    
+}
+h4 {
+    font-size: 16px;
+    color: #ce5c00;
+}
+h5 {
+    font-size: 14px;
+}
+h6 {
+    font-size: 12px;
+}
+ol {
+    list-style:decimal;
+}
+ul {
+    list-style:square;
+}
+li {
+    margin-left:30px;
+}
+dl,dt,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset {
+    margin: 0.8em 0 0.4em;
+}
+p, dd, .action_box, ul, ol {
+    margin: 0.4em 0 1em;
+}
+code {
+    background: #ececec;
+    background: rgba(0,0,0,0.1);
+    padding: 1px;
+}
+
diff --git a/css/top_bar-bg.png b/css/top_bar-bg.png
new file mode 100644
index 0000000..567188c
Binary files /dev/null and b/css/top_bar-bg.png differ
diff --git a/index.html b/index.html
index 38d4b0b..60a338e 100644
--- a/index.html
+++ b/index.html
@@ -1,131 +1,288 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd";>
+<!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";>
 <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";>
+  <meta name="generator" content=
+  "HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" />
+  <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 Mail Services</title>
   <base href="http://mail.gnome.org/"; />
 </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>
-	GTK+ and GNOME Mailing Lists
-      </h1>
-      <div id="control">
-        <div id="search">
-          <form method="get" action="http://www.google.com/custom";>
-            <input type="hidden" name="domains" value="mail.gnome.org">
-            <input type="hidden" name="hq" id="hq" value="inurl:/archives/">
-            <input type="hidden" name="sitesearch" value="mail.gnome.org">
-            <input type="text" name="q" maxlength="255" size="15" class="searchTerms">
-            <input type="submit" class="searchButton" value="Search">
+<body id="mail_gnome">
+  <div id="except_footer">
+    <div id="header" class="container_12">
+      <div id="global_domain_bar">
+        <div class="maxwidth">
+          <div class="tab">
+            <a class="root" href="http://www.gnome.org/";>GNOME.org</a>
+          </div>
+        </div>
+      </div>
+    </div><!-- header -->
+
+    <div id="logo_bar" class="container_12">
+      <div id="logo" class="grid_3">
+        <a title="Go to home page" href="https://mail.gnome.org/";><img src="http://www-old.gnome.org/css/gnome-mail.png"; alt="GNOME: Mail Services" /></a>
+      </div>
+
+      <div id="top_bar" class="grid_9">
+        <div class="left">
+          <div class="menu-globalnav-container">
+            <ul id="menu-globalnav" class="menu">
+              <li id="menu-item-1039" class=
+              "menu-item menu-item-type-post_type menu-item-object-page menu-item-1039">
+              <a href="http://www.mail.gnome.org/";>Home</a></li>
+
+              <li id="menu-item-1037" class=
+              "menu-item menu-item-type-post_type menu-item-object-page menu-item-1037">
+              <a href="https://mail.gnome.org/mailman/listinfo/";>Mailing Lists</a></li>
+
+              <li id="menu-item-1040" class=
+              "menu-item menu-item-type-post_type menu-item-object-page menu-item-1040">
+              <a href="https://mail.gnome.org/archives/";>List Archives</a></li>
+            </ul>
+          </div>
+        </div>
+
+        <div class="right">
+          <form role="search" method="get" id="searchform" action=
+          "http://www.google.com/custom";>
+            <div>
+              <label class="hidden" for="s">Search</label> <input type="text" name="q"
+              maxlength="255" size="15" class="searchTerms" placeholder="Search" />
+              <input type="hidden" name="domains" value="mail.gnome.org" /> <input type=
+              "hidden" name="hq" id="hq" value="inurl:/archives/" /> <input type="hidden"
+              name="sitesearch" value="mail.gnome.org" />
+            </div>
           </form>
         </div>
       </div>
-      <div id="tabs">
-        <ul id="portal-globalnav">
-          <li id="portaltab-root" class="selected">
-            <a href="/"><span>Home</span></a>
-          </li>
-          <li><a href="/mailman/listinfo"><span>Mailing lists</span></a></li>
-          <li><a href="/archives"><span>List archives</span></a></li>
-        </ul>
-      </div> <!-- end of #tabs -->
-    </div> <!-- end of #header -->
-  </div>
-<!-- end site header -->
+    </div>
+
+    <div class="body">
+      <div id="content">
 
-  <div class="body">
-    <div id="content">
+        <h2>List Rules and FAQS</h2>
 
-    <p>This server hosts the GNOME mailing lists, powered by <a href="http://www.list.org/";>Mailman</a></p>
+        <h3>Code of Conduct</h3>
 
-    <h2>List Rules and FAQS</h2>
-   
-    <h3>Code of Conduct</h3>
+        <p>On the GNOME mailing lists you will be expected to know and follow <a href=
+        "http://live.gnome.org/CodeOfConduct";>GNOME's Code Of Conduct</a>.</p>
 
-    <p>On the GNOME mailing lists you will be expected to know and follow <a href="http://live.gnome.org/CodeOfConduct";>GNOME's Code Of Conduct</a>.</p>
+        <h3>Do I have to be subscribed to post?</h3>
 
-    <h3>Do I have to be subscribed to post?</h3>
+        <p>The majority of the lists are 'subscriber only', which means that posts from
+        non-members will be held for approval by the list moderator. This can take
+        several days, so while subscribing is not strictly required, it is recommended.
+        (It also reduces the burden on the list moderators)</p>
 
-    <p>The majority of the lists are 'subscriber only', which means that posts from non-members will be held for approval by the list moderator. This can take several days, so while subscribing is not strictly required, it is recommended. (It also reduces the burden on the list moderators)</p>
+        <h3>How do I unsubscribe?</h3>
 
-    <h3>How do I unsubscribe?</h3>
+        <p>Go to the <a href="http://mail.gnome.org/mailman/listinfo/";>list information
+        page</a> for the list in question, enter your email address in the text field at
+        the very bottom, and click on "Edit Options". On the next page you'll find
+        information about how to unsubscribe, and about how to get your password mailed
+        to you.</p>
 
-    <p>Go to the <a href="http://mail.gnome.org/mailman/listinfo/";>list information page</a> for the list in question, enter your email address in the text field at the very bottom, and click on "Edit Options". On the next page you'll find information about how to unsubscribe, and about how to get your password mailed to you.</p>
+        <h3>Is cross-posting allowed?</h3>
 
-    <h3>Is cross-posting allowed?</h3>
+        <p>Cross-posting between the mailing lists should be avoided. The partial one
+        exception to this is announcements; see below for more details on that.</p>
 
-    <p>Cross-posting between the mailing lists should be avoided. The partial one exception to this is announcements; see below for more details on that.</p>
+        <h3>Are job postings OK?</h3>
 
-    <h3>Are job postings OK?</h3>
+        <p>Job postings are allowed on gtk-list and only on gtk-list. Other rules about
+        job postings include:</p>
 
-    <p>Job postings are allowed on gtk-list and only on gtk-list. Other rules about job postings include:</p>
+        <ul>
+          <li>Job postings must be directly related to GTK+/GNOME. Job postings about
+          general X Window System, Linux, or Unix jobs are not acceptable.</li>
 
-    <ul>
-      <li>Job postings must be directly related to GTK+/GNOME. Job postings about general X Window System, Linux, or Unix jobs are not acceptable.</li>
+          <li>The subject line should clearly indicate that the mail is a job posting,
+          and should indicate the locality when applicable.</li>
 
-      <li>The subject line should clearly indicate that the mail is a job posting, and should indicate the locality when applicable.</li>
+          <li>Frequent reposting of the same job is not acceptable. While there is no
+          hard-and-fast rule about this, posting the same job more than once every two
+          months is likely too much.</li>
+        </ul>
 
-      <li>Frequent reposting of the same job is not acceptable. While there is no hard-and-fast rule about this, posting the same job more than once every two months is likely too much.</li>
-    </ul>
+        <p>GNOME-related job openings may be added to the <a href=
+        "http://live.gnome.org/Jobs";>Jobs wiki page</a>.</p>
 
-    <p>
-      GNOME-related job openings may be added to the <a
-      href="http://live.gnome.org/Jobs";>Jobs wiki page</a>.
-    </p>
+        <h3>Are announcements OK?</h3>
 
-    <h3>Are announcements OK?</h3>
+        <p>Announcements about applications should <strong>only</strong> be sent to
+        gnome-announce-list gnome org, the <a href=
+        "http://www.gnome.org/softwaremap/";>GNOME software map</a>, or to general forums
+        such as <a href="http://freshmeat.net";>freshmeat.net</a>.</p>
 
-    <p>Announcements about applications should <b>only</b> be sent to gnome-announce-list gnome org, the <a href="http://www.gnome.org/softwaremap/";>GNOME software map</a>, or to general forums such as <a href="http://freshmeat.net";>freshmeat.net</a>.</p>
+        <p>Announcements of tools and libraries of interest to people programming with
+        GTK+, and of binary distributions of GTK+ are suitable for the GTK+ mailing
+        lists. Wide cross-posting is discouraged. Announcements should usually go to
+        gtk-list and no more than one other GTK+ mailing list appropriate to the subject
+        of the announcement. If you cross-post the announcement, please set the Reply-To:
+        header of your email to point to a single mailing list.</p>
 
-    <p>Announcements of tools and libraries of interest to people programming with GTK+, and of binary distributions of GTK+ are suitable for the GTK+ mailing lists. Wide cross-posting is discouraged. Announcements should usually go to gtk-list and no more than one other GTK+ mailing list appropriate to the subject of the announcement. If you cross-post the announcement, please set the Reply-To: header of your email to point to a single mailing list.</p>
+        <h3>My contact details are in your mailing list archives. Will you remove
+        them?</h3>
 
-    <h3>My contact details are in your mailing list archives. Will you remove them?</h3>
+        <p>All messages sent to gnome.org mailing lists will be archived. You should not
+        include any information in your postings that you would not wish to become
+        publicly available for the indefinite future. You should disable your signature
+        when posting if you do not want it's details becoming public knowledge. All posts
+        will remain viewable by posterity. Site policy is to not edit the archives
+        except, except maybe in rare cases to remove viruses.</p>
 
-    <p>All messages sent to gnome.org mailing lists will be archived. You should not include any information in your postings that you would not wish to become publicly available for the indefinite future. You should disable your signature when posting if you do not want it's details becoming public knowledge. All posts will remain viewable by posterity. Site policy is to not edit the archives except, except maybe in rare cases to remove viruses.</p>
+        <p>Apart from the work it causes our volunteer sysadmins, removing your address
+        from the archives won't remove it from the lists that spammers have already
+        harvested. Once it's become public knowledge, your choices are to either change
+        your e-mail address, learn to live with (i.e. delete) the spam, or protect your
+        inbox by installing some kind of spam filtering software.</p>
 
-    <p>Apart from the work it causes our volunteer sysadmins, removing your address from the archives won't remove it from the lists that spammers have already harvested. Once it's become public knowledge, your choices are to either change your e-mail address, learn to live with (i.e. delete) the spam, or protect your inbox by installing some kind of spam filtering software.</p>
+        <h3>Who should I contact if I have a problem with any of the mailing lists?</h3>
 
-    <h3>Who should I contact if I have a problem with any of the mailing lists?</h3>
+        <p>For administrative questions contact <a href=
+        "mailto:mailman gnome org">mailman gnome org</a>. Note: don't mail to this
+        address unless you understand what 'regarding mailing list' means. Other GNOME
+        mailing list information can be found on our <a href=
+        "http://live.gnome.org/MailingLists";>MailingLists wiki page</a>.</p>
+      </div><!-- end of content -->
+    </div>
+  </div><!--end of except_footer-->
 
-    <p>For administrative questions contact <a href="mailto:mailman gnome org">mailman gnome org</a>. Note: don't mail to this address unless you understand what 'regarding mailing list' means. Other GNOME mailing list information can be found on our <a href="http://live.gnome.org/MailingLists";>MailingLists wiki page</a>.</p>
+  <div id="footer_community"></div>
 
-  </div> <!-- end of content -->
+  <div id="footer_grass"></div>
 
   <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 class="container_12" id="container_12">
+      <div class="links grid_9">
+        <div class="menu-footer-container">
+          <ul id="menu-footer" class="menu">
+            <li id="menu-item-1048" class=
+            "menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1048">
+            <a href="/">The GNOME Project</a>
+
+              <ul class="sub-menu">
+                <li id="menu-item-1049" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1049">
+                <a href="http://www.gnome.org/about/";>About Us</a></li>
+
+                <li id="menu-item-1050" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1050">
+                <a href="http://www.gnome.org/get-involved/";>Get Involved</a></li>
+
+                <li id="menu-item-1051" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1051">
+                <a href="http://www.gnome.org/teams/";>Teams</a></li>
+
+                <li id="menu-item-1053" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1053">
+                <a href="http://www.gnome.org/support-gnome/";>Support GNOME</a></li>
+
+                <li id="menu-item-1054" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1054">
+                <a href="http://www.gnome.org/contact/";>Contact Us</a></li>
+
+                <li id="menu-item-2246" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-2246">
+                <a href="http://www.gnome.org/foundation/";>The GNOME Foundation</a></li>
+              </ul>
+            </li>
 
-  </div> <!-- end of div.body -->
+            <li id="menu-item-1047" class=
+            "menu-item menu-item-type-custom menu-item-object-custom menu-item-1047">
+              <a href="#">Resources</a>
+
+              <ul class="sub-menu">
+                <li id="menu-item-1055" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1055">
+                <a href="http://developer.gnome.org";>Developer Center</a></li>
+
+                <li id="menu-item-1056" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1056">
+                <a href="http://library.gnome.org";>Documentation</a></li>
+
+                <li id="menu-item-1057" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1057">
+                <a href="http://live.gnome.org";>Wiki</a></li>
+
+                <li id="menu-item-1058" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1058">
+                <a href="http://mail.gnome.org/mailman/listinfo";>Mailing Lists</a></li>
+
+                <li id="menu-item-1059" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1059">
+                <a href="http://live.gnome.org/GnomeIrcChannels";>IRC Channels</a></li>
+
+                <li id="menu-item-1060" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1060">
+                <a href="https://bugzilla.gnome.org/";>Bug Tracker</a></li>
+
+                <li id="menu-item-1061" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1061">
+                <a href="http://git.gnome.org/browse/";>Development Code</a></li>
+
+                <li id="menu-item-1062" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1062">
+                <a href="http://live.gnome.org/Jhbuild";>Build Tool</a></li>
+              </ul>
+            </li>
+
+            <li id="menu-item-1046" class=
+            "menu-item menu-item-type-custom menu-item-object-custom menu-item-1046">
+              <a href="/news">News</a>
+
+              <ul class="sub-menu">
+                <li id="menu-item-1063" class=
+                "menu-item menu-item-type-post_type menu-item-object-page menu-item-1063">
+                <a href="http://www.gnome.org/press/";>Press Releases</a></li>
+
+                <li id="menu-item-1064" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1064">
+                <a href="http://www.gnome.org/start/stable";>Latest Release</a></li>
+
+                <li id="menu-item-1065" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1065">
+                <a href="http://planet.gnome.org";>Planet GNOME</a></li>
+
+                <li id="menu-item-1066" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1066">
+                <a href="http://gnomejournal.org";>GNOME Journal</a></li>
+
+                <li id="menu-item-1067" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1067">
+                <a href="http://news.gnome.org";>Development News</a></li>
+
+                <li id="menu-item-1068" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1068">
+                <a href="http://identi.ca/gnome";>Identi.ca</a></li>
+
+                <li id="menu-item-1069" class=
+                "menu-item menu-item-type-custom menu-item-object-custom menu-item-1069">
+                <a href="http://twitter.com/gnome";>Twitter</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div>
+      </div>
+
+      <div id="footnotes" class="grid_9">
+       <p> Copyright &copy; 2005 - 2012 <a href="http://www.gnome.org/";><strong>The GNOME Project</strong></a>.<br />
+       <small><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>.
+        Powered by <a href="http://www.list.org/";>MailMan</a></small></p>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
+



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