summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/jogamp/hungryharry/config.xml
blob: 4ea62b2cd27f12fe9fd1ef58b9e0545a12013632 (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
40
41
42
43
44
45
46

<config>

    <planet title="JogAmp Streams"
            description="JogAmp Aggregated Feeds"
            author="Hungry Harry"
            maxEntries="15"
            maxEntriesPerPage="5"
            name="index"
            link="/home/mbien/NetBeansProjects/JOGAMP/stream">
        <feed>atom_0.3</feed>
        <feed>rss_2.0</feed>
        <template>/home/mbien/NetBeansProjects/JOGAMP/planet2/config/stream-template.html</template>
        <output>/home/mbien/NetBeansProjects/JOGAMP/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&amp;v=2&amp;orderby=published&amp;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#&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" />
                <embed src="http://vimeo.com/moogaloop.swf?clip_id=#id#&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;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=([^&amp;]+)" descriptionfilter="&lt;span&gt;(.*)&lt;/span&gt;">
<![CDATA[
            <object width="480" height="385">
                <param name="movie" value="http://www.youtube.com/v/#id#&hl=en_US&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&hd=1"/>
                <param name="allowFullScreen" value="true"/>
                <param name="allowscriptaccess" value="always"/>
                <embed src="http://www.youtube.com/v/#id#&hl=en_US&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&hd=1"
                   type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385">
                </embed>
            </object>
]]>
    </template>

</config>