blob: 1e4839ce3ff6e0cb4ea10bef31247947d2aa7026 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<config>
<planet title="JogAmp Streams"
description="JogAmp Aggregated Feeds"
author="Hungry Harry"
maxEntries="16"
link="http://jogamp.org/stream/">
<feed>atom_0.3</feed>
<feed>rss_2.0</feed>
<template>/srv/www/jogamp.org/planet2/config/stream-template.html</template>
<output>/srv/www/jogamp.org/stream</output>
</planet>
<!--
<feed name="vimeo" url="http://vimeo.com/tag:jogl/rss"/>
-->
<feed name="demoscenepassivist" url="http://gdata.youtube.com/feeds/base/users/DemoscenePassivist/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile"/>
<template keyword="vimeo" idpattern="http://vimeo.com/([0-9]+)">
<![CDATA[
<object width="400" height="320">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=#id#&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" />
<embed src="http://vimeo.com/moogaloop.swf?clip_id=#id#&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1"
type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="320">
</embed>
</object>
]]>
</template>
<template keyword="youtube" idpattern="http://www.youtube.com/watch\?v=([^&]+)" descriptionfilter="<span>(.*)</span>">
<![CDATA[
<a href="http://www.youtube.com/watch?v=#id#"><img src="http://img.youtube.com/vi/#id#/1.jpg" alt="Youtube Video Thumbnail 1"/></a>
<a href="http://www.youtube.com/watch?v=#id#"><img src="http://img.youtube.com/vi/#id#/2.jpg" alt="Youtube Video Thumbnail 2"/></a>
<a href="http://www.youtube.com/watch?v=#id#"><img src="http://img.youtube.com/vi/#id#/3.jpg" alt="Youtube Video Thumbnail 3"/></a>
]]>
</template>
</config>
|