summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Guthrie <development@colin.guthr.ie>2011-09-27 20:47:02 +0100
committerColin Guthrie <development@colin.guthr.ie>2011-09-27 20:47:02 +0100
commit7cc031a8e979cab3e667a33bed1baf519be3d8e2 (patch)
tree8cad3f65e0a0f309dd8bdba651f9895ea0e32f49
parent423ebb2a5f9d4d38bc632daa7588c565e2e223d5 (diff)
Use a homebrew solution rather than Yahoo pipes as it can't cope with Lennart's slow server responses.
-rw-r--r--pulsar/config.ini5
-rw-r--r--pulsar/index.html.tmpl2
2 files changed, 3 insertions, 4 deletions
diff --git a/pulsar/config.ini b/pulsar/config.ini
index ae97355..9b26062 100644
--- a/pulsar/config.ini
+++ b/pulsar/config.ini
@@ -84,14 +84,13 @@ faceheight = 72
name = Twitter
face = twitter.png
-[http://pipes.yahoo.com/pipes/pipe.run?_id=21bbeb5a6f4816600fdf5f0b11028b1c&_render=rss]
+[http://colin.guthr.ie/mezcalero/]
name = Lennart Poettering
nick = mezcalero
face = mezcalero.png
facewidth = 80
faceheight = 100
-# As we use pipes for only audio-related posts, specify link manually here.
-link = http://0pointer.de/blog/
+realfeed = http://0pointer.de/blog/index.rss20
[http://colin.guthr.ie/tag/pulseaudio/feed/]
name = Colin Guthrie
diff --git a/pulsar/index.html.tmpl b/pulsar/index.html.tmpl
index f114743..23da095 100644
--- a/pulsar/index.html.tmpl
+++ b/pulsar/index.html.tmpl
@@ -174,7 +174,7 @@
<ul>
<TMPL_LOOP Channels>
<li>
- <a href="<TMPL_VAR url ESCAPE="HTML">" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)"></a> <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>
+ <a href="<TMPL_IF realfeed><TMPL_VAR realfeed ESCAPE="HTML"></TMPL_IF><TMPL_UNLESS realfeed><TMPL_VAR url ESCAPE="HTML"></TMPL_UNLESS>" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)"></a> <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>