summaryrefslogtreecommitdiffstats
path: root/planet2/config/stream-config.xml
blob: b602725a3314b7fdedccb242d44f0b1281535d73 (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
<config>

    <planet title="JogAmp Streams"
            description="JogAmp Aggregated Feeds"
            author="Hungry Harry"
            maxEntries="500"
            maxEntriesPerPage="20"
            name="index"
            link="http://jogamp.org/stream/">
        <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="sgothel01" url="http://gdata.youtube.com/feeds/base/users/sgothel/uploads?alt=rss&amp;v=2&amp;orderby=published&amp;client=ytapi-youtube-profile&amp;max-results=50&amp;category=jogamp"/>
    <feed name="demoscenepassivist1" url="http://gdata.youtube.com/feeds/base/users/DemoscenePassivist/uploads?alt=rss&amp;v=2&amp;orderby=published&amp;client=ytapi-youtube-profile&amp;max-results=50&amp;category=jogl"/>
    <feed name="demoscenepassivist2" url="http://gdata.youtube.com/feeds/base/users/DemoscenePassivist/uploads?alt=rss&amp;v=2&amp;orderby=published&amp;client=ytapi-youtube-profile&amp;start-index=50&amp;max-results=50&amp;category=jogl"/>
    <feed name="demoscenepassivist3" url="http://gdata.youtube.com/feeds/base/users/DemoscenePassivist/uploads?alt=rss&amp;v=2&amp;orderby=published&amp;client=ytapi-youtube-profile&amp;start-index=100&amp;max-results=50&amp;category=jogl"/>
    <feed name="demoscenepassivist4" url="http://gdata.youtube.com/feeds/base/users/DemoscenePassivist/uploads?alt=rss&amp;v=2&amp;orderby=published&amp;client=ytapi-youtube-profile&amp;start-index=150&amp;max-results=50&amp;category=jogl"/>

    <feed name="trigger1" url="http://gdata.youtube.com/feeds/base/users/triggerHLM/uploads?alt=rss&amp;v=2&amp;orderby=published&amp;client=ytapi-youtube-profile&amp;max-results=50&amp;category=jogl"/>
    <feed name="trigger2" url="http://gdata.youtube.com/feeds/base/users/triggerHLM/uploads?alt=rss&amp;v=2&amp;orderby=published&amp;client=ytapi-youtube-profile&amp;start-index=50&amp;max-results=50&amp;category=jogl"/>
    <feed name="trigger3" url="http://gdata.youtube.com/feeds/base/users/triggerHLM/uploads?alt=rss&amp;v=2&amp;orderby=published&amp;client=ytapi-youtube-profile&amp;start-index=100&amp;max-results=50&amp;category=jogl"/>
    <feed name="trigger4" url="http://gdata.youtube.com/feeds/base/users/triggerHLM/uploads?alt=rss&amp;v=2&amp;orderby=published&amp;client=ytapi-youtube-profile&amp;start-index=150&amp;max-results=50&amp;category=jogl"/>

    <feed name="demoscenepassivist-favorites1" url="http://gdata.youtube.com/feeds/api/users/DemoscenePassivist/favorites?orderby=updated&amp;max-results=50"/>
    <feed name="demoscenepassivist-favorites2" url="http://gdata.youtube.com/feeds/api/users/DemoscenePassivist/favorites?orderby=updated&amp;start-index=50&amp;max-results=50"/>
    <feed name="demoscenepassivist-favorites3" url="http://gdata.youtube.com/feeds/api/users/DemoscenePassivist/favorites?orderby=updated&amp;start-index=100&amp;max-results=50"/>
    <feed name="demoscenepassivist-favorites4" url="http://gdata.youtube.com/feeds/api/users/DemoscenePassivist/favorites?orderby=updated&amp;start-index=150&amp;max-results=50"/>

    <template keyword="youtube" idpattern="http://www.youtube.com/watch\?v=([^&amp;]+)" descriptionfilter="&lt;span&gt;(.*)&lt;/span&gt;">
<![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>