File: ModulePrefs_xmlUrl.xml

package info (click to toggle)
listparser 0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: xml: 1,228; python: 818; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<!--
    Description: iGoogle: Detect a feed
    Eval: result['bozo'] == 0
    Eval: result['feeds'][0]['url'] == 'http://localhost/feed'
-->
<GadgetTabML xmlns="http://schemas.google.com/GadgetTabML/2008">
    <Module type="RSS" xmlns="http://www.google.com/ig">
        <ModulePrefs xmlUrl="http://localhost/feed" />
    </Module>
</GadgetTabML>