psa: Moved harmattand code to Qt project with sync option
[feedingit] / FeedingIt-Sync / xml / sync / feedingitsync.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <profile name="feedingitsync" type="sync" >
3    <!--This key is used for display name of the  profile in UI -->
4     <key name="displayname" value="FeedingIt RSS Reader"/>
5     <!--This key is used to tell sync-fw if the profile is enabled or not -->
6     <key name="enabled" value="true" />
7     <!--This key is used if accounts fw is used -->
8     <key name="use_accounts" value="false" />
9     <!--This key is used if profile needs to be hidden in UI -->
10     <key name="hidden" value="true" />
11     <!--This key is used to tell the sync-fw which service to use -->
12     <profile type="service" name="feedingitsync" >
13     </profile>
14     <!--This is used by sync-fw to set customized scheduling information for the profile -->
15    <schedule enabled="true" interval="60" days="1,2,3,4,5,6,7" syncconfiguredtime="" time="">
16        <rush begin="00:00:00" enabled="true" interval="60" end="17:00:00" days="1,2,3,4,5,6,7"/>
17    </schedule>
18 </profile>