-
-
Notifications
You must be signed in to change notification settings - Fork 733
/
atom.ini
90 lines (78 loc) · 1.98 KB
/
atom.ini
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
82
83
84
85
86
87
88
89
90
[blog]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz')
url_path = /news/buzz/atom.xml
item_model = blog-post
[blog-ar]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz', alt='ar_AR')
url_path = /ar_AR/news/buzz/atom.xml
item_model = blog-post
[blog-de]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz', alt='de_DE')
url_path = /de_DE/news/buzz/atom.xml
item_model = blog-post
[blog-es]
name = El Zumbido
source_path = /news/buzz
items = site.query('/news/buzz', alt='es')
url_path = /es/noticias/zumbido/atom.xml
item_model = blog-post
[blog-pt]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz', alt='pt_BR')
url_path = /pr_BR/news/buzz/atom.xml
item_model = blog-post
[blog-zh_CN]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz', alt='zh_CN')
url_path = /zh_CN/news/buzz/atom.xml
item_model = blog-post
[blog-zh_TW]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz', alt='zh_TW')
url_path = /zh_TW/news/buzz/atom.xml
item_model = blog-post
[blog-da]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz', alt='da_DK')
url_path = /da/news/buzz/atom.xml
item_model = blog-post
[blog-ko]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz', alt='ko_KR')
url_path = /ko/news/buzz/atom.xml
item_model = blog-post
[blog-cs]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz', alt='cs_CZ')
url_path = /cs/news/buzz/atom.xml
item_model = blog-post
[blog-tr]
name = Vızıltı
source_path = /news/buzz
items = site.query('/news/buzz', alt='tr_TR')
url_path = /tr/news/buzz/atom.xml
item_model = blog-post
[blog-it]
name = The Buzz
source_path = /news/buzz
items = site.query('/news/buzz', alt='it_IT')
url_path = /it_IT/news/buzz/atom.xml
item_model = blog-post
[blog-pl]
name = Nowiny
source_path = /news/buzz
items = site.query('/news/buzz', alt='pl_PL')
url_path = /pl/news/buzz/atom.xml
item_model = blog-post