planet-web r547 - in trunk: config/people themes/gnome web/heads



Author: jdub
Date: Tue Apr 29 02:45:54 2008
New Revision: 547
URL: http://svn.gnome.org/viewvc/planet-web?rev=547&view=rev

Log:
hackergotchis for rob and jurg, added hackergotchis to rss

Added:
   trunk/themes/gnome/rss20.xml.tmpl
   trunk/web/heads/juergbi.png   (contents, props changed)
   trunk/web/heads/robtaylor2.png
      - copied unchanged from r536, /trunk/web/heads/robtaylor.png
Removed:
   trunk/web/heads/robtaylor.png
Modified:
   trunk/config/people/config.ini

Modified: trunk/config/people/config.ini
==============================================================================
--- trunk/config/people/config.ini	(original)
+++ trunk/config/people/config.ini	Tue Apr 29 02:45:54 2008
@@ -1189,7 +1189,7 @@
 
 [http://blogs.gnome.org/juergbi/feed/]
 name = JÃrg Billeter
-#face = http://planet.gnome.org/heads/juergbi.png
+face = http://planet.gnome.org/heads/juergbi.png
 nick = juergbi
 
 [http://www.ogmaciel.com/?feed=rss2]
@@ -1447,6 +1447,11 @@
 face = http://planet.gnome.org/heads/bgmerrell.png
 nick = bgmerrell
 
+[http://blogs.gnome.org/bcicek/feed/]
+name = Baris Cicek
+#face = http://planet.gnome.org/heads/baris.png
+nick = baris
+
 # 500ing on 2007-11-30
 #[http://www.curtis.hovey.name/category/sinzui/feed/]
 #name = Curtis Hovey

Added: trunk/themes/gnome/rss20.xml.tmpl
==============================================================================
--- (empty file)
+++ trunk/themes/gnome/rss20.xml.tmpl	Tue Apr 29 02:45:54 2008
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<rss version="2.0">
+
+<channel>
+	<title><TMPL_VAR name></title>
+	<link><TMPL_VAR link ESCAPE="HTML"></link>
+	<language>en</language>
+	<description><TMPL_VAR name ESCAPE="HTML"> - <TMPL_VAR link ESCAPE="HTML"></description>
+
+<TMPL_LOOP Items>
+<item>
+	<title><TMPL_VAR channel_name ESCAPE="HTML"><TMPL_IF title>: <TMPL_VAR title_plain ESCAPE="HTML"></TMPL_IF></title>
+	<guid isPermaLink="<TMPL_VAR guid_isPermaLink>"><TMPL_VAR id ESCAPE="HTML"></guid>
+	<link><TMPL_VAR link ESCAPE="HTML"></link>
+	<TMPL_IF content>
+	<description><TMPL_IF channel_face>&lt;img src="<TMPL_VAR channel_face ESCAPE="HTML">" alt="" align="right"&gt; </TMPL_IF><TMPL_VAR content ESCAPE="HTML"></description>
+	</TMPL_IF>
+	<pubDate><TMPL_VAR date_822></pubDate>
+	<TMPL_IF author_email>
+	<TMPL_IF author_name>
+	<author><TMPL_VAR author_email> (<TMPL_VAR author_name>)</author>
+	<TMPL_ELSE>
+	<author><TMPL_VAR author_email></author>
+	</TMPL_IF>
+	</TMPL_IF>
+	<TMPL_IF enclosure_href>
+        <enclosure url="<TMPL_VAR enclosure_href ESCAPE="HTML">" length="<TMPL_VAR enclosure_length>" type="<TMPL_VAR enclosure_type>"/>
+	</TMPL_IF>
+</item>
+</TMPL_LOOP>
+
+</channel>
+</rss>

Added: trunk/web/heads/juergbi.png
==============================================================================
Binary file. No diff available.



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