forked from RefletsInfo/iRefletsInfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCategories.plist
81 lines (81 loc) · 1.93 KB
/
Categories.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>categories</key>
<array>
<dict>
<key>slug</key>
<string>home</string>
<key>url</key>
<string>http://reflets.info/feed/</string>
<key>name</key>
<string>Accueil</string>
</dict>
<dict>
<key>slug</key>
<string>economy</string>
<key>name</key>
<string>Economie</string>
<key>url</key>
<string>http://reflets.info/category/economie/feed/</string>
</dict>
<dict>
<key>slug</key>
<string>tribunes</string>
<key>name</key>
<string>Tribunes</string>
<key>url</key>
<string>http://reflets.info/category/tribunes/feed/</string>
</dict>
<dict>
<key>slug</key>
<string>world</string>
<key>name</key>
<string>Monde</string>
<key>url</key>
<string>http://reflets.info/category/monde/feed/</string>
</dict>
<dict>
<key>slug</key>
<string>france</string>
<key>name</key>
<string>France</string>
<key>url</key>
<string>http://reflets.info/category/france/feed/</string>
</dict>
<dict>
<key>slug</key>
<string>technos</string>
<key>name</key>
<string>Technos</string>
<key>url</key>
<string>http://reflets.info/category/technos/feed/</string>
</dict>
<dict>
<key>slug</key>
<string>politic</string>
<key>name</key>
<string>Politique</string>
<key>url</key>
<string>http://reflets.info/category/politique/feed/</string>
</dict>
<dict>
<key>slug</key>
<string>interviews</string>
<key>name</key>
<string>Entretiens</string>
<key>url</key>
<string>http://reflets.info/category/entretiens/feed/</string>
</dict>
<dict>
<key>slug</key>
<string>osef</string>
<key>name</key>
<string>On s'en fout</string>
<key>url</key>
<string>http://reflets.info/category/on-sen-fout/feed/</string>
</dict>
</array>
</dict>
</plist>