diff options
author | JOGAMP DEV TEAM <[email protected]> | 2010-08-18 08:32:05 -0700 |
---|---|---|
committer | JOGAMP DEV TEAM <[email protected]> | 2010-08-18 08:32:05 -0700 |
commit | 0585a301f348ee4f75c6cdf748d5ea91690608db (patch) | |
tree | b596e0b02c4669ab74b2dc2b90145ab605021b6a /planet2/config/config.xml |
initial import of jogamp.org webpage
Diffstat (limited to 'planet2/config/config.xml')
-rw-r--r-- | planet2/config/config.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/planet2/config/config.xml b/planet2/config/config.xml new file mode 100644 index 0000000..28ddf0b --- /dev/null +++ b/planet2/config/config.xml @@ -0,0 +1,44 @@ + +<config> + + <planet title="JogAmp Streams" + description="JogAmp Aggregated Feeds" + author="Hungry Harry" + maxEntries="8" + 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=([^&]+)"> +<![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> |