forked from dgplug/planet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
planet.ini
207 lines (154 loc) · 5.79 KB
/
planet.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
# Planet configuration file
#
# This illustrates some of Planet's fancier features with example.
# Every planet needs a [Planet] section
[Planet]
# name: Your planet's name
# link: Link to the main page
# owner_name: Your name
# owner_email: Your e-mail address
name = Planet dgplug
link = http://planet.dgplug.org/
owner_name = Kushal Das
owner_email = kushal AT gmail DOT com
# cache_directory: Where cached feeds are stored
# new_feed_items: Number of items to take from new feeds
# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
# feed_timeout: number of seconds to wait for any given feed
cache_directory = examples/cache
new_feed_items = 2
log_level = DEBUG
feed_timeout = 20
# template_files: Space-separated list of output template files
template_files = examples/fancy/index.html.tmpl examples/atom.xml.tmpl examples/rss20.xml.tmpl examples/rss10.xml.tmpl examples/opml.xml.tmpl examples/foafroll.xml.tmpl
# The following provide defaults for each template:
# output_dir: Directory to place output files
# items_per_page: How many items to put on each page
# days_per_page: How many complete days of posts to put on each page
# This is the absolute, hard limit (over the item limit)
# date_format: strftime format for the default 'date' template variable
# new_date_format: strftime format for the 'new_date' template variable
# encoding: output encoding for the file, Python 2.3+ users can use the
# special "xml" value to output ASCII with XML character references
# locale: locale to use for (e.g.) strings in dates, default is taken from your
# system. You can specify more locales separated by ':', planet will
# use the first available one
output_theme = classic_fancy
output_dir = op_target/
items_per_page = 15
days_per_page = 0
date_format = %B %d, %Y %I:%M %p
new_date_format = %B %d, %Y
encoding = utf-8
# locale = C
# To define a different value for a particular template you may create
# a section with the same name as the template file's filename (as given
# in template_files).
# Provide no more than 5 days articles on the front page
[examples/fancy/index.html.tmpl]
days_per_page = 5
# If non-zero, all feeds which have not been updated in the indicated
# number of days will be marked as inactive
activity_threshold = 0
# Options placed in the [DEFAULT] section provide defaults for the feed
# sections. Placing a default here means you only need to override the
# special cases later.
[DEFAULT]
# Hackergotchi default size.
# If we want to put a face alongside a feed, and it's this size, we
# can omit these variables.
facewidth = 65
faceheight = 85
# Any other section defines a feed to subscribe to. The section title
# (in the []s) is the URI of the feed itself. A section can also be
# have any of the following options:
#
# name: Name of the feed (defaults to the title found in the feed)
#
# Additionally any other option placed here will be available in
# the template (prefixed with channel_ for the Items loop). We use
# this trick to make the faces work -- this isn't something Planet
# "natively" knows about. Look at fancy-examples/index.html.tmpl
# for the flip-side of this.
[https://kushaldas.in/rss.xml]
name = Kushal Das
[http://fredericknoronha.wordpress.com/tag/floss-in-india/feed/]
name = Frederick "FN" Noronha
[http://indradg.randomink.org/blog/wp-rss2.php]
name = Indranil Das Gupta
[http://lawgon.livejournal.com/data/rss]
name = Kenneth Gonsalves
[http://rahulsundaram.livejournal.com/data/rss]
name = Rahul Sundaram
[http://sayamindu.randomink.org/ramblings/wp-rss2.php]
name = Sayamindu Dasgupta
[http://web.gnuer.org/blog/feeds/index.rss2]
name = Anurag
[http://bijra.dgplug.org/feed]
name = Bijra HIgh School
[http://arrbee.wordpress.com/feed/]
name = Runa Bhattacharjee
[http://pradeepto.livejournal.com/data/rss]
name= Pradeepto Bhattacharya
[http://sankarshan.randomink.org/blog/feed/]
name= Sankarshan Mukhopadhyay
[http://soumya.dgplug.org/feed/]
name= Soumya Kanti Chakraborty
[http://rtnpro.com/rss/]
name= Ratnadeep Debnath
[http://spechard.wordpress.com/feed]
name = Stéphane Péchard
[http://arunsag.wordpress.com/feed/]
name = Arun Sag
[http://sayanchowdhury.dgplug.org/tags/planet/index.xml]
name = Sayan Chowdhury
[http://desouradeep.wordpress.com/feed/]
name = Souradeep De
[http://sanjibandotme.wordpress.com/feed/]
name = Sanjiban Bairagya
[http://oinig.wordpress.com/feed/]
name = Oindrila Gupta
[http://anurag3rd.wordpress.com/feed/]
name = Anurag Kumar
[http://josepcaselles.wordpress.com/feed/]
name = Arnau Orriols
[http://samxan.wordpress.com/feed/]
name = Samikshan Bairagya
[http://pallavichaurasia94.wordpress.com/feed/]
name = Pallavi Chaurasia
[http://subhoworld.wordpress.com/feed/]
name = Subho
[http://www.shakthimaan.com/news.xml]
name = Shakthi Kannan
[http://arpitarockx6.wordpress.com/feed/]
name = Arpita Roy
[http://chandankumar.dgplug.org/rss.xml]
name = Chandan Kumar
[https://farhaanbukhsh.wordpress.com/feed/]
name = Farhaan Bukhsh
[https://deshmukhsuraj.wordpress.com/feed/]
name = Suraj Deshmukh
[https://trishnag.wordpress.com/feed/]
name = Trishna Guha
[http://kumar-pravin.blogspot.in//feeds/posts/default]
name = Praveen Kumar
[http://feeds.feedburner.com/acetakwas_log_tag_planet]
name = Tosin Damilare James Animashaun
[http://anweshadas.in/rss/]
name = Anwesha Das
[https://dhrish20.wordpress.com/feed/]
name = Dhriti Shikhar
[http://blog.jaysinh.com/feed.xml]
name = Jaysinh Shukla
[http://saptak013.blogspot.in/feeds/posts/default]
name = Saptak Sengupta
[http://www.sanyamkhurana.com/blog/feeds/all.rss.xml]
name = Sanyam Khurana
[https://batcave.vivekanand.xyz/blog/feeds/rss/]
name = Vivek Anand
[https://geeksocket.in/blog/feed/]
name = Bhavin Gandhi
[https://mjbraganza.com/tag/dgplug/rss]
name = Jason Braganza (Personal)
[https://janusworx.com/categories/dgplug.xml]
name = Jason Braganza (Work)