forked from stuartlangridge/planetbirmingham
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbirminghamio.ini
177 lines (148 loc) · 4.15 KB
/
birminghamio.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
# Planet configuration file based on the 'fancy' Planet 2.0 example.
#
# 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 Birmingham
link = https://planet.birmingham.io/
owner_name = Birmingham.IO
# cache_directory: Where cached feeds are stored
# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
# feed_timeout: number of seconds to wait for any given feed
cache_directory = cache
log_level = WARNING
feed_timeout = 20
# output_theme: "theme" of the output
# output_dir: Directory to place output files
# items_per_page: How many items to put on each page
output_theme = templates/birminghamio
output_dir = html
items_per_page = 60
# additional files to copy (note the wildcards!)
bill_of_materials:
icons/apple-touch-icon-57x57.png
icons/apple-touch-icon-60x60.png
icons/apple-touch-icon-72x72.png
icons/apple-touch-icon-76x76.png
icons/apple-touch-icon-114x114.png
icons/apple-touch-icon-120x120.png
icons/apple-touch-icon-144x144.png
icons/apple-touch-icon-152x152.png
icons/apple-touch-icon-precomposed.png
icons/apple-touch-icon.png
icons/browserconfig.xml
icons/favicon-16x16.png
icons/favicon-32x32.png
icons/favicon-96x96.png
icons/favicon-160x160.png
icons/favicon-196x196.png
icons/favicon.ico
icons/mstile-70x70.png
icons/mstile-144x144.png
icons/mstile-150x150.png
icons/mstile-310x150.png
icons/mstile-310x310.png
# 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]
# 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.
#############
# Individuals
#############
[https://www.kryogenix.org/days/feed]
name = Stuart Langridge
twitter = sil
glyphicon = user
[https://www.hybridlogic.co.uk/feed/]
name = Luke Lanchester
twitter = Dachande663
glyphicon = user
[https://www.brucelawson.co.uk/feed/]
name = Bruce Lawson
twitter = brucel
glyphicon = user
[https://rythie.com/blog/atom.xml]
name = Richard Cunningham
twitter = rythie
glyphicon = user
[https://www.sicpers.info/feed/]
name = Graham Lee
glyphicon = user
[https://eclecticdreams.com/feed]
name = Matt Machell
twitter = shuckle
glyphicon = user
[https://davedev.ghost.io/rss/]
name = Dave Dev
twitter = davedev
glyphicon = user
[https://mikehince.com/feed/]
name = Mike Hince
twitter = zer0mike
glyphicon = user
[https://benpaddock.net/feed.xml]
name = Ben Paddock
twitter = _pads
glyphicon = user
[https://www.johnsear.com/index.xml]
name = John Sear
twitter = DiscoStu_UK
glyphicon = user
[https://andrewfray.wordpress.com/feed/]
name = Andrew Fray
twitter = tenpn
glyphicon = user
[https://www.sebastianlenton.com/feed/]
name = Sebastian Lenton
twitter = sebastianlenton
glyphicon = user
[https://marcjenkins.co.uk/feed/]
name = Marc Jenkins
twitter = marcjenkins
glyphicon = user
[https://altreus.blogspot.com/feeds/posts/default]
name = Alastair McGowan-Douglas
twitter = Altreus
glyphicon = user
[https://www.ryandc.co.uk/feed/]
name = Ryan Dean-Corke
twitter = RyanDC
glyphicon = user
[http://blog.joncairns.com/feed.xml]
name = Jon Cairns
twitter = joonty
glyphicon = user
[https://andywootton.wordpress.com/feed/]
name = Andy Wootton
twitter = WooTube
glyphicon = user
[https://jsrn.net/feed.xml]
name = James Nutt
twitter = zerosumjames
glyphicon = user
###########
# Companies
###########
[https://engineering.talis.com/feed.xml]
name = Talis
twitter = taliseng
glyphicon = briefcase
[https://www.brumtechscene.co.uk/atom.xml]
name = The Brum Tech Scene Interviews
twitter = sil
glyphicon = briefcase