svn commit: samba-web r567 - in trunk/news: . style

deryck at samba.org deryck at samba.org
Thu Mar 10 23:01:11 GMT 2005


Author: deryck
Date: 2005-03-10 23:01:11 +0000 (Thu, 10 Mar 2005)
New Revision: 567

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=567

Log:

Adding link to RSS feed for news site now that all 
seems working with it.

deryck

Modified:
   trunk/news/header2.html
   trunk/news/style/news.css


Changeset:
Modified: trunk/news/header2.html
===================================================================
--- trunk/news/header2.html	2005-03-10 22:05:39 UTC (rev 566)
+++ trunk/news/header2.html	2005-03-10 23:01:11 UTC (rev 567)
@@ -58,7 +58,14 @@
       <!--#include virtual="/samba/news/sections.html" -->
     </div>
     
-    <div class="calendar">
+	<div class="feed">
+	  <h4>RSS Feeds:</h4>
+	  <ul>
+	    <li><a href="/samba/news/sambanews.xml">sambanews.xml</a></li>
+	  </ul>
+	</div>
+    
+	<div class="calendar">
       <p>Presentations, tutorials, etc. by Samba Team members are
 listed in our:</p>
       <ul>

Modified: trunk/news/style/news.css
===================================================================
--- trunk/news/style/news.css	2005-03-10 22:05:39 UTC (rev 566)
+++ trunk/news/style/news.css	2005-03-10 23:01:11 UTC (rev 567)
@@ -63,11 +63,14 @@
 .sections {
 	margin:100px 0 0 0;
 }
+.feed {
+	margin:50px 0 0 0;
+}
 .calendar {
 	width:210px;
 	font-size:small;
 	padding-left:5px;
-	margin:100px 0 0 0;
+	margin:50px 0 0 0;
 }
 .editor {
 	text-align:center;



More information about the samba-cvs mailing list