~gotwig/gazette/global-service-states

« back to all changes in this revision

Viewing changes to plugins/News/data/news.gschema.xml

  • Committer: Santiago Ocamica
  • Date: 2013-05-20 01:17:36 UTC
  • Revision ID: santi6982@gmail.com-20130520011736-1ihvd5g23a93svd8
Initial work on porting the switchboard plug

Show diffs side-by-side

added added

removed removed

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