-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
22 lines (16 loc) · 857 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TODO
====
* Expire feed history
The feed cache doesn't currently expire old entries, so could get
large quite rapidly. We should probably have a config setting for
the cache expiry, the trouble is some channels might need a longer
or shorter one than others.
* Allow display normalisation to specified timezone
Some Planet admins would like their feed to be displayed in the local
timezone, instead of UTC.
* Support OPML and foaf subscriptions
This might be a bit invasive, but I want to be able to subscribe to OPML
and FOAF files, and see each feed as if it were subscribed individually.
Perhaps we can do this with a two-pass configuration scheme, first to pull
the static configs, second to go fetch and generate the dynamic configs.
The more I think about it, the less invasive it sounds. Hmm.