~gotwig/gazette/global-service-states

1
2
3
4
5
6
7
8
9
10
11
12
<schemalist>
    <schema path="/org/pantheon/gazette/news/" id="org.pantheon.gazette.news" gettext-domain="gazette">
        <key name="rss-url" type="s">
                <default>"http://feeds.bbci.co.uk/news/world/rss.xml"</default>
                <summary>Specifies the RSS feed that gets used for news.</summary>
        </key>
        <key name="update-interval" type="i">
            <default>300000<!-- 5 min in ms --></default>
            <summary>The time, in ms after which rss-news get updated</summary>
        </key>
    </schema>
</schemalist>