planet-web r670 - in trunk: config/news themes/gnome



Author: ovitters
Date: Tue Jan 27 22:30:03 2009
New Revision: 670
URL: http://svn.gnome.org/viewvc/planet-web?rev=670&view=rev

Log:
Fix link to RSS feeds.


Modified:
   trunk/config/news/config.ini
   trunk/themes/gnome/index.html.tmpl

Modified: trunk/config/news/config.ini
==============================================================================
--- trunk/config/news/config.ini	(original)
+++ trunk/config/news/config.ini	Tue Jan 27 22:30:03 2009
@@ -1,6 +1,6 @@
 [Planet]
 name = GNOME News
-link = http://planet.gnome.org/news/
+link = http://news.gnome.org/
 owner_name = Jeff Waugh
 owner_email = jdub gnome org
  
@@ -131,5 +131,5 @@
 [http://rss.gmane.org/messages/complete/gmane.comp.gnome.devel.announce]
 name = Development
 #face = 
-fixedwidth = indeed
+fixedwidth = 1
 

Modified: trunk/themes/gnome/index.html.tmpl
==============================================================================
--- trunk/themes/gnome/index.html.tmpl	(original)
+++ trunk/themes/gnome/index.html.tmpl	Tue Jan 27 22:30:03 2009
@@ -6,8 +6,8 @@
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<link rel="shortcut icon" type="image/png" href="http://planet.gnome.org/img/gnome-16.png";>
-	<link rel="alternate" type="application/atom+xml" title="Planet GNOME Atom 1.0" href="http://planet.gnome.org/atom.xml";>
-	<link rel="alternate" type="application/rss+xml" title="Planet GNOME RSS 2.0" href="http://planet.gnome.org/rss20.xml";>
+	<link rel="alternate" type="application/atom+xml" title="Planet GNOME Atom 1.0" href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
+	<link rel="alternate" type="application/rss+xml" title="Planet GNOME RSS 2.0" href="<TMPL_VAR link ESCAPE="HTML">rss20.xml">
 
 	<link rel="stylesheet" href="http://planet.gnome.org/nlayout.css"; type="text/css">
 	<link rel="stylesheet" href="http://planet.gnome.org/planet.css"; type="text/css">



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