[SCM] Samba Website Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Fri Dec 3 03:27:04 MST 2010


The branch, master has been updated
       via  0b7d4e4 Avoid RSS link on pages that don't have any news on them.
      from  9a7340a added link to planet.samba.org blogs

http://gitweb.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0b7d4e42696eea593d70429d092b0e8f43c7307d
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Dec 3 11:25:46 2010 +0100

    Avoid RSS link on pages that don't have any news on them.
    
    This also makes it impossible to add RSS links to other pages.

-----------------------------------------------------------------------

Summary of changes:
 header_style.html       |    1 -
 header_style_start.html |    1 -
 index.html              |    1 +
 3 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/header_style.html b/header_style.html
index d314e4d..1658bc2 100755
--- a/header_style.html
+++ b/header_style.html
@@ -8,7 +8,6 @@
 		<link rel="stylesheet" type="text/css" media="print"
 		 href="/samba/style/2010/grey/print.css">
 
-		<link rel="alternate" href="http://news.samba.org/feeds/sambanews/" type="application/rss+xml" title="Samba News">
 		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
 		<meta http-equiv="Content-Language" content="en-us">
 		<meta name="keywords" content="Samba SMB CIFS">
diff --git a/header_style_start.html b/header_style_start.html
index c7b0b11..51a3be7 100644
--- a/header_style_start.html
+++ b/header_style_start.html
@@ -8,7 +8,6 @@
 		<link rel="stylesheet" type="text/css" media="print"
 		 href="/samba/style/2010/grey/print.css">
 
-		<link rel="alternate" href="http://news.samba.org/feeds/sambanews/" type="application/rss+xml" title="Samba News">
 		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
 		<meta http-equiv="Content-Language" content="en-us">
 		<meta name="keywords" content="Samba SMB CIFS">
diff --git a/index.html b/index.html
index 4c9eccb..83acf4e 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
 <!--#include virtual="/samba/header.html" -->
   <title>Samba - opening windows to a wider world</title>
+  <link rel="alternate" href="http://news.samba.org/feeds/sambanews/" type="application/rss+xml" title="Samba News">
 <!--#include virtual="/samba/global_menu_start.html" -->
 
 <h1>Opening Windows</h1>


-- 
Samba Website Repository


More information about the samba-cvs mailing list