[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.334)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 334
Commiter: dancer
Date: 2007-06-07 21:32:32 +0900 (木, 07 6月 2007)
=======================================================
Log:
initial import of planet configuration
=======================================================
Changed:
A planet/config/
A planet/config/config.ini
A planet/config/foafroll.xml.tmpl
A planet/config/index.html.tmpl
A planet/config/opml.xml.tmpl
A planet/config/origindex.html.tmpl
A planet/config/rss10.xml.tmpl
A planet/config/rss20.xml.tmpl
A planet/heads/
A planet/heads/dancer.png
A planet/heads/kmuto.png
A planet/heads/nov.png
Added: planet/config/config.ini
===================================================================
--- planet/config/config.ini (rev 0)
+++ planet/config/config.ini 2007-06-07 12:32:32 UTC (rev 334)
@@ -0,0 +1,122 @@
+# Planet configuration file
+
+# Every planet needs a [Planet] section
+[Planet]
+# name: Your planet's name
+# link: Link to the main page
+# owner_name: Your name
+# owner_email: Your e-mail address
+name = Planet Debian-JP
+link = http://planet.debian.or.jp/
+owner_name = Debian JP Project
+owner_email = board@debian.or.jp
+
+# template_files: Space-separated list of output template files
+# 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
+template_files = index.html.tmpl origindex.html.tmpl rss20.xml.tmpl rss10.xml.tmpl opml.xml.tmpl foafroll.xml.tmpl
+output_dir = /org/planet.debian.or.jp/var/www/
+items_per_page = 200
+days_per_page = 7
+date_format = %B %d, %Y %I:%M %p
+new_date_format = %B %d, %Y
+#encoding = UTF-8
+encoding = EUC-JP
+#locale = ja_JP
+
+# cache_directory: Where cached feeds are stored
+# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
+cache_directory = /org/planet.debian.or.jp/var/cache
+log_level = DEBUG
+
+[origindex.html.tmpl]
+date_format = %I:%M%P
+
+[index.html.tmpl]
+date_format = %I:%M%P
+
+[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 = 65
+faceheight = 85
+
+
+# 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)
+# offset: Number of hours (+ or -) the feed's times tend to be out
+#
+# Additionally any other option placed here will be available in
+# the template (prefixed with channel_ for the Items loop). You can
+# define defaults for these in a [DEFAULT] section, for example
+# Planet Debian uses the following to define faces:
+#
+# [DEFAULT]
+# facewidth = 64
+# faceheight = 64
+#
+# [http://www.blog.com/rss]
+# face = foo.png
+# faceheight = 32
+#
+# The facewidth of the defined blog defaults to 64.
+
+[http://www.netfort.gr.jp/~dancer/diary/recententry.rdf]
+name = dancerj
+face = dancer.png
+
+[http://www.netfort.gr.jp/~dancer/diary/recententry-en.rdf]
+name = dancerj-en
+
+[http://www.netfort.gr.jp/~dancer/ChangeLog.rdf]
+name = dancerj-website
+
+[http://kmuto.jp/d/index.cgi/debian/index.rss]
+name = kmuto
+face = kmuto.png
+
+[http://www.debian.org/security/dsa.en.rdf]
+name = Debian security announce
+
+[http://ukai.org/d/?c=rss]
+name = Ukai
+
+[http://www.sgtpepper.net/hyspro/diary/index.rdf]
+name = Hysteric Programmer
+
+[http://www.hemamu.com/hemamu/diary/index.rdf]
+name = hemamu
+
+[http://d.ma-aya.to/index.rdf]
+name = Henrich
+
+[http://d.hatena.ne.jp/denson/rss]
+name = tamura
+
+[http://utyuuzin.net/d/index.rdf]
+name = utyuuzin
+
+[http://www.netfort.gr.jp/~ohura/blosxom/blosxom.cgi/index.rss]
+name = ohura
+
+[http://www.debian.or.jp/blog/index.cgi/index.rss]
+name = Debian JP Blog
+
+[http://donrails.araki.net/rdf/rdf_category/debian/feed.xml]
+name = araki
+
+[http://pipes.yahoo.com/pipes/pipe.run?_id=GhDYjJP_2xGVGGJPJphxuA&_render=rss]
+name = yabuki
+face = yabuki.jpg
+
+[http://pipes.yahoo.com/pipes/pipe.run?_id=EFFcFW7_2xG7SLQqdbq02Q&_render=rss]
+name = nov
+face = nov.png
+
Added: planet/config/foafroll.xml.tmpl
===================================================================
--- planet/config/foafroll.xml.tmpl (rev 0)
+++ planet/config/foafroll.xml.tmpl 2007-06-07 12:32:32 UTC (rev 334)
@@ -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></foaf:name>
+ <foaf:homepage><TMPL_VAR link></foaf:homepage>
+ <rdfs:seeAlso rdf:resource="<TMPL_VAR uri ESCAPE="HTML">" />
+
+<TMPL_LOOP Channels>
+ <foaf:member>
+ <foaf:Agent>
+ <foaf:name><TMPL_VAR name></foaf:name>
+ <foaf:weblog>
+ <foaf:Document rdf:about="<TMPL_VAR link ESCAPE="HTML">">
+ <dc:title><TMPL_VAR title></dc:title>
+ <rdfs:seeAlso>
+ <rss:channel rdf:about="<TMPL_VAR uri ESCAPE="HTML">" />
+ </rdfs:seeAlso>
+ </foaf:Document>
+ </foaf:weblog>
+ </foaf:Agent>
+ </foaf:member>
+</TMPL_LOOP>
+
+</foaf:Group>
+</rdf:RDF>
Added: planet/config/index.html.tmpl
===================================================================
--- planet/config/index.html.tmpl (rev 0)
+++ planet/config/index.html.tmpl 2007-06-07 12:32:32 UTC (rev 334)
@@ -0,0 +1,94 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+
+<head>
+<title><TMPL_VAR name></title>
+<meta name="generator" content="<TMPL_VAR generator ESCAPE="HTML">">
+<link rel="stylesheet" media="screen" type="text/css" href="http://planet.debian.net/boxless.css">
+<link rel="icon" type="image/x-icon" href="favicon.ico">
+</head>
+
+<body>
+<TMPL_LOOP Items>
+<TMPL_IF new_channel>
+<TMPL_UNLESS __FIRST__>
+</div>
+
+</TMPL_UNLESS>
+</TMPL_IF>
+<TMPL_IF new_date>
+
+
+<h1><TMPL_VAR new_date></h1>
+</TMPL_IF>
+<TMPL_IF new_channel>
+
+<div class="channel">
+<TMPL_IF channel_face>
+<a href="<TMPL_VAR channel_link ESCAPE="HTML">"><img class="face" src="heads/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth ESCAPE="HTML">" height="<TMPL_VAR channel_faceheight ESCAPE="HTML">" alt=""></a>
+</TMPL_IF>
+<h2><a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_VAR channel_name></a></h2>
+</TMPL_IF>
+
+<div class="entry">
+<TMPL_IF title>
+<h3><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a></h3>
+</TMPL_IF>
+<div class="content">
+<TMPL_VAR content>
+</div>
+<p class="date">
+<a href="<TMPL_VAR link>"><TMPL_VAR date></a>
+<a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_VAR channel_name></a>
+<TMPL_IF author>
+
+by <TMPL_VAR author>
+</TMPL_IF>
+<TMPL_IF category>
+
+under <TMPL_VAR category>
+</TMPL_IF>
+<TMPL_IF comments>
+
+(<a href="<TMPL_VAR comments ESCAPE="HTML">">Comments</a>)
+</TMPL_IF>
+</p>
+</div>
+</TMPL_LOOP>
+</div>
+
+
+<div id="sidebar">
+<h1><TMPL_VAR name></h1>
+<div id="logo"><img src="debian.png" width="101" height="124" alt=""></div>
+
+<p>
+A complete feed is available in any of your favourite syndication formats
+linked by the buttons below.
+</p>
+
+<p>
+<a href="rss10.xml"><img class="button" src="rss10.png" width="80" height="15" alt="[RSS 1.0 Feed]"></a>
+<a href="rss20.xml"><img class="button" src="rss20.png" width="80" height="15" alt="[RSS 2.0 Feed]"></a>
+<a href="foafroll.xml"><img class="button" src="foaf.png" width="80" height="15" alt="[FOAF Subscriptions]"></a>
+<a href="opml.xml"><img class="button" src="opml.png" width="80" height="15" alt="[OPML Subscriptions]"></a>
+<a href="http://www.catb.org/hacker-emblem/"><img class="button" src="hacker.png" width="80" height="15" alt="[Hacker]"></a>
+<a href="http://www.planetplanet.org/"><img class="button" src="planet.png" width="80" height="15" alt="[Planet]"></a>
+</p>
+
+<p>
+Last updated: <TMPL_VAR date>.<br>
+All times are UTC.
+</p>
+
+<h2>Subscriptions</h2>
+<ul>
+<TMPL_LOOP Channels>
+<li><a href="<TMPL_VAR link ESCAPE="HTML">" title="<TMPL_VAR title ESCAPE="HTML">"><TMPL_VAR name></a> <a href="<TMPL_VAR url ESCAPE="HTML">">(feed)</a></li>
+</TMPL_LOOP>
+</ul>
+</div>
+</body>
+
+</html>
Added: planet/config/opml.xml.tmpl
===================================================================
--- planet/config/opml.xml.tmpl (rev 0)
+++ planet/config/opml.xml.tmpl 2007-06-07 12:32:32 UTC (rev 334)
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<opml version="1.1">
+ <head>
+ <title><TMPL_VAR name></title>
+ <dateCreated><TMPL_VAR date_822></dateCreated>
+ <dateModified><TMPL_VAR date_822></dateModified>
+ <ownerName><TMPL_VAR owner_name></ownerName>
+ <ownerEmail><TMPL_VAR owner_email></ownerEmail>
+ </head>
+
+ <body>
+ <TMPL_LOOP Channels>
+ <outline text="<TMPL_VAR name ESCAPE="HTML">" xmlUrl="<TMPL_VAR uri ESCAPE="HTML">"/>
+ </TMPL_LOOP>
+ </body>
+</opml>
Added: planet/config/origindex.html.tmpl
===================================================================
--- planet/config/origindex.html.tmpl (rev 0)
+++ planet/config/origindex.html.tmpl 2007-06-07 12:32:32 UTC (rev 334)
@@ -0,0 +1,48 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+
+<head>
+<link rel="stylesheet" type="text/css" href="diary.css">
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=utf-8">
+<title><TMPL_VAR name></title>
+</head>
+
+<body>
+<h1><TMPL_VAR name></h1>
+
+<div class="right">
+<h2>Subscriptions</h2>
+<ul>
+<li><a href="rss10.xml">RSS 1.0 feed</a></li>
+<li><a href="rss20.xml">RSS 2.0 feed</a></li>
+<TMPL_LOOP Channels>
+<li><a href="<TMPL_VAR link ESCAPE="HTML">" title="<TMPL_VAR title ESCAPE="HTML">"><TMPL_VAR name></a> <a href="<TMPL_VAR uri ESCAPE="HTML">">(feed)</a></li>
+</TMPL_LOOP>
+</ul>
+
+<TMPL_LOOP Items>
+<TMPL_IF new_date>
+</div>
+<div class="today">
+<h3><TMPL_VAR new_date></h3>
+</TMPL_IF>
+
+<div class="oneinfo">
+<p><tt><a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_VAR channel_name></a><TMPL_IF title> — <a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a></TMPL_IF></tt>
+<TMPL_VAR content>
+<em><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_IF creator>by <TMPL_VAR creator> at </TMPL_IF><TMPL_VAR date></a></em>
+</p>
+</div>
+
+<TMPL_IF new_date>
+</TMPL_IF>
+</TMPL_LOOP>
+
+<hr>
+<p>
+<em>Last updated: <TMPL_VAR date></em>
+</p>
+</body>
+
+</html>
Added: planet/config/rss10.xml.tmpl
===================================================================
--- planet/config/rss10.xml.tmpl (rev 0)
+++ planet/config/rss10.xml.tmpl 2007-06-07 12:32:32 UTC (rev 334)
@@ -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></title>
+ <link><TMPL_VAR link></link>
+ <description><TMPL_VAR name> - <TMPL_VAR link></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><TMPL_IF title>: <TMPL_VAR title></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 creator>
+ <dc:creator><TMPL_VAR creator></dc:creator>
+ </TMPL_IF>
+</item>
+</TMPL_LOOP>
+
+</rdf:RDF>
Added: planet/config/rss20.xml.tmpl
===================================================================
--- planet/config/rss20.xml.tmpl (rev 0)
+++ planet/config/rss20.xml.tmpl 2007-06-07 12:32:32 UTC (rev 334)
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
+
+<channel>
+ <title><TMPL_VAR name></title>
+ <link><TMPL_VAR link></link>
+ <language>en</language>
+ <description><TMPL_VAR name> - <TMPL_VAR link></description>
+
+<TMPL_LOOP Items>
+<item>
+ <title><TMPL_VAR channel_name><TMPL_IF title>: <TMPL_VAR title></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 creator>
+ <dc:creator><TMPL_VAR creator></dc:creator>
+ </TMPL_IF>
+</item>
+</TMPL_LOOP>
+
+</channel>
+</rss>
Added: planet/heads/dancer.png
===================================================================
(Binary files differ)
Property changes on: planet/heads/dancer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: planet/heads/kmuto.png
===================================================================
(Binary files differ)
Property changes on: planet/heads/kmuto.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: planet/heads/nov.png
===================================================================
(Binary files differ)
Property changes on: planet/heads/nov.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream