[Scummvm-cvs-logs] SF.net SVN: scummvm:[39481] web-planet

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Tue Mar 17 13:39:58 CET 2009


Revision: 39481
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39481&view=rev
Author:   djwillis
Date:     2009-03-17 12:39:57 +0000 (Tue, 17 Mar 2009)

Log Message:
-----------
Update up the web-planet module and reorganise a little to make it easier to have the Planet server pull in changes from SVN (such as a new blog added to the config.ini) directly from SVN.

Added Paths:
-----------
    web-planet/README
    web-planet/avatars/
    web-planet/avatars/civilian.png
    web-planet/avatars/developer.png
    web-planet/avatars/djwillis.png
    web-planet/avatars/dreammaster.png
    web-planet/avatars/drmccoy.png
    web-planet/avatars/fingolfin.png
    web-planet/avatars/lordhoto.png
    web-planet/avatars/news.png
    web-planet/avatars/scummvm.png
    web-planet/avatars/sev.png
    web-planet/avatars/student.png
    web-planet/scummvm_template/
    web-planet/scummvm_template/atom.xml.tmpl
    web-planet/scummvm_template/config.ini
    web-planet/scummvm_template/foafroll.xml.tmpl
    web-planet/scummvm_template/index.html.tmpl
    web-planet/scummvm_template/opml.xml.tmpl
    web-planet/scummvm_template/rss10.xml.tmpl
    web-planet/scummvm_template/rss20.xml.tmpl

Removed Paths:
-------------
    web-planet/code/planetvenus/scummvm_template/

Added: web-planet/README
===================================================================
--- web-planet/README	                        (rev 0)
+++ web-planet/README	2009-03-17 12:39:57 UTC (rev 39481)
@@ -0,0 +1,3 @@
+See http://wiki.scummvm.org/index.php/User:DJWillis/Planet
+
+This module holds the code, theme and configuration metadata for the ScummVM Planet site @ http://planet.scummvm.org
\ No newline at end of file


Property changes on: web-planet/README
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: web-planet/avatars/civilian.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/civilian.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/avatars/developer.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/developer.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/avatars/djwillis.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/djwillis.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/avatars/dreammaster.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/dreammaster.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/avatars/drmccoy.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/drmccoy.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/avatars/fingolfin.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/fingolfin.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/avatars/lordhoto.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/lordhoto.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/avatars/news.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/news.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/avatars/scummvm.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/scummvm.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/avatars/sev.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/sev.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/avatars/student.png
===================================================================
(Binary files differ)


Property changes on: web-planet/avatars/student.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: web-planet/scummvm_template/atom.xml.tmpl
===================================================================
--- web-planet/scummvm_template/atom.xml.tmpl	                        (rev 0)
+++ web-planet/scummvm_template/atom.xml.tmpl	2009-03-17 12:39:57 UTC (rev 39481)
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+	<title><TMPL_VAR name></title>
+	<link rel="self" href="<TMPL_VAR feed ESCAPE="HTML">"/>
+	<link href="<TMPL_VAR link ESCAPE="HTML">"/>
+	<id><TMPL_VAR feed ESCAPE="HTML"></id>
+	<updated><TMPL_VAR date_iso></updated>
+	<generator uri="http://www.planetplanet.org/"><TMPL_VAR generator ESCAPE="HTML"></generator>
+
+<TMPL_LOOP Items>
+	<entry<TMPL_IF channel_language> xml:lang="<TMPL_VAR channel_language>"</TMPL_IF>>
+		<title type="html"<TMPL_IF title_language> xml:lang="<TMPL_VAR title_language>"</TMPL_IF>><TMPL_VAR title ESCAPE="HTML"></title>
+		<link href="<TMPL_VAR link ESCAPE="HTML">"/>
+		<id><TMPL_VAR id ESCAPE="HTML"></id>
+		<updated><TMPL_VAR date_iso></updated>
+		<content type="html"<TMPL_IF content_language> xml:lang="<TMPL_VAR content_language>"</TMPL_IF>><TMPL_VAR content ESCAPE="HTML"></content>
+		<author>
+<TMPL_IF author_name>
+			<name><TMPL_VAR author_name ESCAPE="HTML"></name>
+<TMPL_IF author_email>
+			<email><TMPL_VAR author_email ESCAPE="HTML"></email>
+</TMPL_IF author_email>
+<TMPL_ELSE>
+<TMPL_IF channel_author_name>
+			<name><TMPL_VAR channel_author_name ESCAPE="HTML"></name>
+<TMPL_IF channel_author_email>
+			<email><TMPL_VAR channel_author_email ESCAPE="HTML"></email>
+</TMPL_IF channel_author_email>
+<TMPL_ELSE>
+			<name><TMPL_VAR channel_name ESCAPE="HTML"></name>
+</TMPL_IF>
+</TMPL_IF>
+			<uri><TMPL_VAR channel_link ESCAPE="HTML"></uri>
+		</author>
+		<source>
+<TMPL_IF channel_title>
+			<title type="html"><TMPL_VAR channel_title ESCAPE="HTML"></title>
+<TMPL_ELSE>
+			<title type="html"><TMPL_VAR channel_name ESCAPE="HTML"></title>
+</TMPL_IF>
+<TMPL_IF channel_subtitle>
+			<subtitle type="html"><TMPL_VAR channel_subtitle ESCAPE="HTML"></subtitle>
+</TMPL_IF>
+			<link rel="self" href="<TMPL_VAR channel_url ESCAPE="HTML">"/>
+<TMPL_IF channel_id>
+			<id><TMPL_VAR channel_id ESCAPE="HTML"></id>
+<TMPL_ELSE>
+			<id><TMPL_VAR channel_url ESCAPE="HTML"></id>
+</TMPL_IF>
+<TMPL_IF channel_updated_iso>
+			<updated><TMPL_VAR channel_updated_iso></updated>
+</TMPL_IF>
+<TMPL_IF channel_rights>
+			<rights type="html"><TMPL_VAR channel_rights ESCAPE="HTML"></rights>
+</TMPL_IF>
+		</source>
+	</entry>
+
+</TMPL_LOOP>
+</feed>


Property changes on: web-planet/scummvm_template/atom.xml.tmpl
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: web-planet/scummvm_template/config.ini
===================================================================
--- web-planet/scummvm_template/config.ini	                        (rev 0)
+++ web-planet/scummvm_template/config.ini	2009-03-17 12:39:57 UTC (rev 39481)
@@ -0,0 +1,159 @@
+# Planet configuration file
+
+# Every planet needs a [Planet] section
+[Planet]
+name = Planet ScummVM
+link = http://planet.scummvm.org/
+owner_name = The ScummVM Team
+owner_email = djwillis at scummvm.org
+
+# cache_directory: Where cached feeds are stored
+# new_feed_items: Number of items to take from new feeds
+# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
+# feed_timeout: number of seconds to wait for any given feed
+cache_directory = scummvm_template/cache
+new_feed_items = 3
+log_level = ERROR
+feed_timeout = 20
+
+# template_files: Space-separated list of output template files
+template_files = scummvm_template/index.html.tmpl scummvm_template/atom.xml.tmpl scummvm_template/rss20.xml.tmpl scummvm_template/rss10.xml.tmpl scummvm_template/opml.xml.tmpl scummvm_template/foafroll.xml.tmpl
+
+# The following provide defaults for each template:
+# output_dir: Directory to place output files
+# items_per_page: How many items to put on each page
+# days_per_page: How many complete days of posts to put on each page
+#                This is the absolute, hard limit (over the item limit)
+# date_format: strftime format for the default 'date' template variable
+# new_date_format: strftime format for the 'new_date' template variable
+# encoding: output encoding for the file, Python 2.3+ users can use the
+#           special "xml" value to output ASCII with XML character references
+# locale: locale to use for (e.g.) strings in dates, default is taken from your
+#         system. You can specify more locales separated by ':', planet will
+#         use the first available one
+output_dir = /home/planet/www/planet/
+
+items_per_page = 20
+days_per_page = 50
+date_format = %B %d, %Y %I:%M %p
+new_date_format = %B %d, %Y
+encoding = utf-8
+# locale = C
+
+
+# To define a different value for a particular template you may create
+# a section with the same name as the template file's filename (as given
+# in template_files).
+
+# Provide no more than 7 days articles on the front page
+[scummvm_template/index.html.tmpl]
+#days_per_page = 7
+
+# If non-zero, all feeds which have not been updated in the indicated
+# number of days will be marked as inactive
+activity_threshold = 0
+
+
+# Options placed in the [DEFAULT] section provide defaults for the feed
+# sections.  Placing a default here means you only need to override the
+# special cases later.
+[DEFAULT]
+# Hackergotchi default size.
+# If we want to put a face alongside a feed, and it's this size, we
+# can omit these variables.
+facewidth = 50
+faceheight = 50
+face = avatars/scummvm.png
+
+# Any other section defines a feed to subscribe to.  The section title
+# (in the []s) is the URI of the feed itself.  A section can also be
+# have any of the following options:
+# 
+# name: Name of the feed (defaults to the title found in the feed)
+#
+# Additionally any other option placed here will be available in
+# the template (prefixed with channel_ for the Items loop).  We use
+# this trick to make the faces work -- this isn't something Planet
+# "natively" knows about.  Look at fancy-examples/index.html.tmpl
+# for the flip-side of this.
+
+# Removed Feeds (existing posts will stay in the cache).
+
+# Removed 2008 GSoC blogs that are not updated any more.
+
+#[http://cp-gsoc.blogspot.com/feeds/posts/default]
+#name = Chris Page - GSoC
+#face = avatars/student.png
+
+#[http://scummsci.blogspot.com/feeds/posts/default]
+#name = Sami Zerrade - GSoC
+#face = avatars/student.png
+
+#[http://kenny-gsoc.blogspot.com/feeds/posts/default]
+#name = Stephen Kennedy - GSoC
+#face = avatars/student.png
+
+#[http://soc.smartlikearoboc.com/?feed=rss2]
+#name = Vicent Marti - GSoC
+#face = avatars/student.png
+
+#[http://www.marwanhilmi.com/?feed=rss2]
+#name = Marwan Hilmi - GSoC
+#face = avatars/student.png
+
+# Current Feeds
+
+# Add new feeds to the end of this list. 
+# Make sure you point at the RSS/Atom URL and NOT the blog directly.
+
+[http://sev-notes.blogspot.com/feeds/posts/default]
+name = Eugene Sandulenko (Sev)
+face = avatars/sev.png
+
+[http://blog.quendi.de/feed/]
+name = Max Horn (Fingolfin)
+face = avatars/fingolfin.png
+
+[http://scummvm.distant-earth.com/scummvm/feed/rss.xml]
+name = John Willis (DJWillis)
+face = avatars/djwillis.png
+
+[http://www.jameswoodcock.co.uk/wp-rss2.php?cat=12]
+name = James Woodcock
+face = avatars/civilian.png
+
+[http://buddhahacks.wordpress.com/feed/]
+name = Kari  Salminen (Buddha)
+face = avatars/dev.png
+
+[http://www.scummvm.org/feed-rss20.php]
+name = ScummVM News Headlines
+face = avatars/news.png
+
+[http://dm-notes.blogspot.com/feeds/posts/default]
+name = Paul Gilbert (Dreammaster)
+face = avatars/dreammaster.png
+
+[http://lordhoto.blogspot.com/feeds/posts/default]
+name = Johannes Schickel (LordHoto)
+face = avatars/lordhoto.png
+
+[http://clone2727.blogspot.com/feeds/posts/default]
+name = Matthew Hoops (Clone2727)
+face = avatars/developer.png
+
+[http://feeds.feedburner.com/PalmOS-Games-ScummVM]
+name = Chris Apers (Chrilith)
+face = avatars/developer.png
+
+[http://sanguinehearts.blogspot.com/feeds/posts/default]
+name = Rob Megone (Sanguine)
+face = avatars/civilian.png
+
+[http://drmccoy.de/gobsmacked/?feed=rss2]
+name = Sven Hesse (DrMcCoy)
+face = avatars/drmccoy.png
+
+[http://t7gre.blogspot.com/feeds/posts/default]
+name = Henry Bush (spookypeanut)
+face = avatars/developer.png


Property changes on: web-planet/scummvm_template/config.ini
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: web-planet/scummvm_template/foafroll.xml.tmpl
===================================================================
--- web-planet/scummvm_template/foafroll.xml.tmpl	                        (rev 0)
+++ web-planet/scummvm_template/foafroll.xml.tmpl	2009-03-17 12:39:57 UTC (rev 39481)
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<rdf:RDF
+	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+	xmlns:foaf="http://xmlns.com/foaf/0.1/"
+	xmlns:rss="http://purl.org/rss/1.0/"
+	xmlns:dc="http://purl.org/dc/elements/1.1/"
+>
+<foaf:Group>
+	<foaf:name><TMPL_VAR name ESCAPE="HTML"></foaf:name>
+	<foaf:homepage><TMPL_VAR link ESCAPE="HTML"></foaf:homepage>
+	<rdfs:seeAlso rdf:resource="<TMPL_VAR url ESCAPE="HTML">" />
+
+<TMPL_LOOP Channels>
+	<foaf:member>
+		<foaf:Agent>
+			<foaf:name><TMPL_VAR name ESCAPE="HTML"></foaf:name>
+			<foaf:weblog>
+				<foaf:Document rdf:about="<TMPL_VAR link ESCAPE="HTML">">
+					<dc:title><TMPL_VAR title_plain ESCAPE="HTML"></dc:title>
+					<rdfs:seeAlso>
+						<rss:channel rdf:about="<TMPL_VAR url ESCAPE="HTML">" />
+					</rdfs:seeAlso>
+				</foaf:Document>
+			</foaf:weblog>
+		</foaf:Agent>
+	</foaf:member>
+</TMPL_LOOP>
+
+</foaf:Group>
+</rdf:RDF>


Property changes on: web-planet/scummvm_template/foafroll.xml.tmpl
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: web-planet/scummvm_template/index.html.tmpl
===================================================================
--- web-planet/scummvm_template/index.html.tmpl	                        (rev 0)
+++ web-planet/scummvm_template/index.html.tmpl	2009-03-17 12:39:57 UTC (rev 39481)
@@ -0,0 +1,163 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+
+### ScummVM Planet HTML template.
+
+<!-- HTML/CSS coding by John Willis using the great work of Yaroslav Fedevych jaroslaw at nospam.kiev.ua as a starting point -->
+
+<head>
+<title>Planet ScummVM - Updated: <TMPL_VAR date></title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="generator" content="<TMPL_VAR generator ESCAPE="HTML">">
+<link rel="stylesheet" href="planet.css" type="text/css">
+<TMPL_IF feedtype>
+<link rel="alternate" href="<TMPL_VAR feed ESCAPE="HTML">" title="<TMPL_VAR channel_title_plain ESCAPE="HTML">" type="application/<TMPL_VAR feedtype>+xml">
+</TMPL_IF>
+</head>
+
+<body>
+<h1><TMPL_VAR name></h1>
+
+Welcome to the ScummVM planet - This aggregates the personal blogs of developers, teams members and active participants from all around the ScummVM community.<br>If you wish to subscribe to updates to the planet or individual blogs please use the links on the right hand side.<br>To add your blog to the planet contact DJWillis.
+
+<TMPL_LOOP Items>
+<TMPL_IF new_date>
+<TMPL_UNLESS __FIRST__>
+### End <div class="channelgroup">
+</div>
+### End <div class="daygroup">
+</div>
+</TMPL_UNLESS>
+<div class="daygroup">
+<h2><img src="./images/date-calender.png" alt="" width="41" height="39"><TMPL_VAR new_date></h2>
+</TMPL_IF>
+
+<TMPL_IF new_channel>
+<TMPL_UNLESS new_date>
+### End <div class="channelgroup">
+</div>
+</TMPL_UNLESS>
+<div class="channelgroup">
+
+### Planet provides template variables for *all* configuration options for
+### the channel (and defaults), even if it doesn't know about them.  We
+### exploit this here to add hackergotchi faces to our channels.  Planet
+### doesn't know about the "face", "facewidth" and "faceheight" configuration
+### variables, but makes them available to us anyway.
+
+<h3><a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title_plain ESCAPE="HTML">"><TMPL_VAR channel_name></a></h3>
+<TMPL_IF channel_face>
+<img class="face" src="images/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth ESCAPE="HTML">" height="<TMPL_VAR channel_faceheight ESCAPE="HTML">" alt="">
+</TMPL_IF>
+</TMPL_IF>
+
+
+<div class="entrygroup" id="<TMPL_VAR id>"<TMPL_IF channel_language> lang="<TMPL_VAR channel_language>"</TMPL_IF>>
+<TMPL_IF title>
+<h4<TMPL_IF title_language> lang="<TMPL_VAR title_language>"</TMPL_IF>><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a></h4>
+</TMPL_IF>
+<div class="entry">
+<div class="content"<TMPL_IF content_language> lang="<TMPL_VAR content_language>"</TMPL_IF>>
+<TMPL_VAR content>
+</div>
+
+### Planet also makes available all of the information from the feed
+### that it can.  Use the 'planet-cache' tool on the cache file for
+### a particular feed to find out what additional keys it supports.
+### Comment extra fields are 'author' and 'category' which we
+### demonstrate below.
+
+<p class="date">
+<a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_IF author>by <TMPL_VAR author> at </TMPL_IF><TMPL_VAR date><TMPL_IF category> under <TMPL_VAR category></TMPL_IF></a>
+</p>
+</div>
+</div>
+
+<TMPL_IF __LAST__>
+### End <div class="channelgroup">
+</div>
+### End <div class="daygroup">
+</div>
+</TMPL_IF>
+</TMPL_LOOP>
+
+<div class="sidebar">
+
+<td class="menus">
+  <table class="menu" cellspacing="0">
+  <tfoot>
+    <tr>
+      <td><img src="./images/menu-bottom.gif" alt="" width="145" height="13"></td>
+    </tr>
+  </tfoot>
+  <tr class="menu-main"><th>Main Menu</th></tr>
+  <tbody><tr><td><ul>
+<li><a href='http://www.scummvm.org/'>Home</a></li><li><a href='http://forums.scummvm.org/'>Forums</a></li><li><a href='http://wiki.scummvm.org/'>Wiki</a></li><li><a href='http://sourceforge.net/donate/index.php?group_id=37116'>Donate to ScummVM</a>
+</li>
+
+</ul></td></tr>
+</tbody>
+</table> 
+
+<table class="menu-rss" cellspacing="0">
+  <tfoot>
+    <tr>
+      <td><img src="./images/menu-bottom.gif" alt="" width="145" height="13"></td>
+    </tr>
+  </tfoot>
+  <tr class="menu-subs"><th>Subscription Links</th></tr>
+  <tbody><tr><td>
+<ul>
+<li>
+<a href="rss20.xml">Planet ScummVM</a>
+</li>
+
+<li>
+<a href="http://www.scummvm.org/feed-rss20.php">ScummVM News</a>
+</li>
+</ul>
+
+</td></tr>
+</tbody>
+</table>  
+
+<table class="menu" cellspacing="0">
+  <tfoot>
+    <tr>
+      <td><img src="./images/menu-bottom.gif" alt="" width="145" height="13"></td>
+    </tr>
+  </tfoot>
+  <tr class="menu-subs"><th>Aggregated blogs</th></tr>
+  <tbody><tr><td>
+<ul>
+
+<TMPL_LOOP Channels>
+<li>
+<a <TMPL_IF link>href="<TMPL_VAR link ESCAPE="HTML">" </TMPL_IF><TMPL_IF message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR name></a>
+</li>
+</TMPL_LOOP>
+</ul>
+
+</td></tr>
+</tbody>
+</table>  
+
+<table class="menu" cellspacing="0">
+  <tfoot>
+<tr><td><img src="./images/hangmonk.gif" alt="monkey" align="right" width="55" height="57">
+</td></tr>  
+</tfoot>
+  </table>
+</td>
+</tr>
+<strong>Last updated:</strong><br>
+<TMPL_VAR date><br>
+<em>All times are UTC.</em><br>
+<br>
+Powered by:<br>
+<a href="http://www.planetplanet.org/"><img src="images/planet.png" width="80" height="15" alt="Planet" border="0"></a>
+
+</div>
+</body>
+
+</html>


Property changes on: web-planet/scummvm_template/index.html.tmpl
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: web-planet/scummvm_template/opml.xml.tmpl
===================================================================
--- web-planet/scummvm_template/opml.xml.tmpl	                        (rev 0)
+++ web-planet/scummvm_template/opml.xml.tmpl	2009-03-17 12:39:57 UTC (rev 39481)
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<opml version="1.1">
+	<head>
+		<title><TMPL_VAR name ESCAPE="HTML"></title>
+		<dateModified><TMPL_VAR date_822></dateModified>
+		<ownerName><TMPL_VAR owner_name></ownerName>
+		<ownerEmail><TMPL_VAR owner_email></ownerEmail>
+	</head>
+	
+	<body>
+		<TMPL_LOOP Channels>
+		<outline type="rss" text="<TMPL_VAR name ESCAPE="HTML">" xmlUrl="<TMPL_VAR url ESCAPE="HTML">" title="<TMPL_IF title><TMPL_VAR title ESCAPE="HTML"></TMPL_IF><TMPL_UNLESS title><TMPL_VAR name ESCAPE="HTML"></TMPL_UNLESS>"<TMPL_IF channel_link> htmlUrl="<TMPL_VAR channel_link ESCAPE="HTML">"</TMPL_IF> />
+		</TMPL_LOOP>
+	</body>
+</opml>


Property changes on: web-planet/scummvm_template/opml.xml.tmpl
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: web-planet/scummvm_template/rss10.xml.tmpl
===================================================================
--- web-planet/scummvm_template/rss10.xml.tmpl	                        (rev 0)
+++ web-planet/scummvm_template/rss10.xml.tmpl	2009-03-17 12:39:57 UTC (rev 39481)
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<rdf:RDF
+	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+	xmlns:dc="http://purl.org/dc/elements/1.1/"
+	xmlns:foaf="http://xmlns.com/foaf/0.1/"
+	xmlns:content="http://purl.org/rss/1.0/modules/content/"
+	xmlns="http://purl.org/rss/1.0/"
+>
+<channel rdf:about="<TMPL_VAR link ESCAPE="HTML">">
+	<title><TMPL_VAR name ESCAPE="HTML"></title>
+	<link><TMPL_VAR link ESCAPE="HTML"></link>
+	<description><TMPL_VAR name ESCAPE="HTML"> - <TMPL_VAR link ESCAPE="HTML"></description>
+
+	<items>
+		<rdf:Seq>
+<TMPL_LOOP Items>
+			<rdf:li rdf:resource="<TMPL_VAR id ESCAPE="HTML">" />
+</TMPL_LOOP>
+		</rdf:Seq>
+	</items>
+</channel>
+
+<TMPL_LOOP Items>
+<item rdf:about="<TMPL_VAR id ESCAPE="HTML">">
+	<title><TMPL_VAR channel_name ESCAPE="HTML"><TMPL_IF title>: <TMPL_VAR title_plain ESCAPE="HTML"></TMPL_IF></title>
+	<link><TMPL_VAR link ESCAPE="HTML"></link>
+	<TMPL_IF content>
+	<content:encoded><TMPL_VAR content ESCAPE="HTML"></content:encoded>
+	</TMPL_IF>
+	<dc:date><TMPL_VAR date_iso></dc:date>
+	<TMPL_IF author_name>
+	<dc:creator><TMPL_VAR author_name></dc:creator>
+	</TMPL_IF>
+</item>
+</TMPL_LOOP>
+
+</rdf:RDF>


Property changes on: web-planet/scummvm_template/rss10.xml.tmpl
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: web-planet/scummvm_template/rss20.xml.tmpl
===================================================================
--- web-planet/scummvm_template/rss20.xml.tmpl	                        (rev 0)
+++ web-planet/scummvm_template/rss20.xml.tmpl	2009-03-17 12:39:57 UTC (rev 39481)
@@ -0,0 +1,30 @@
+<?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><TMPL_VAR id ESCAPE="HTML"></guid>
+	<link><TMPL_VAR link ESCAPE="HTML"></link>
+	<TMPL_IF content>
+	<description><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>
+</item>
+</TMPL_LOOP>
+
+</channel>
+</rss>


Property changes on: web-planet/scummvm_template/rss20.xml.tmpl
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list