config for planet.darcs.net — http://planet.darcs.net
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 | # Planet configuration file -*- sh -*-
#
# 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 Darcs
description = blogs discussing darcs advanced revision control system
link = http://planetdarcs.joyful.com
output_dir = .
items_per_page = 30
days_per_page = 30
owner_name = Simon Michael
owner_email = simon@joyful.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
cache_directory = ./cache
new_feed_items = 100
log_level = WARNING
# template_files: Space-separated list of output template files
template_files = index.html.tmpl atom.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
#see above
#output_dir =
#items_per_page = 60
#days_per_page = 30
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).
[index.html.tmpl]
#days_per_page = 30
#items_per_page = 50
# 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
#ignore_in_feed=updated #published
# 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.
#[http://www.gnome.org/~jdub/blog/?flav=rss]
#name = Jeff Waugh
#face = jdub.png
#facewidth = 70
#faceheight = 74
#offset = 0
[http://blog.darcs.net/feeds/posts/default]
name = Darcs News
[http://blog.codersbase.com/feeds/posts/default/-/darcs]
name = Jason Dagit
[http://koweycode.blogspot.com/feeds/posts/default/-/darcs]
name = Eric Kow
[http://web.mornfall.net/tag/darcs.rss]
name = Petr Rockai
[http://mark.stosberg.com/blog/darcs/atom.xml]
name = Mark Stosberg
ignore_in_feed=updated
[http://blog.patch-tag.com/feed/]
name = the Patch-Tag blog
[http://www.factisresearch.com/tag/sw+darcs/feed/]
name = Stefan Wehr
[http://blog.worldmaker.net/feed/tag/darcs/]
name = Max Battcher
[http://darcs-gsoc2010.blogspot.com/feeds/posts/default]
name = Alexey Levan
[http://abuiles.blogspot.com/feeds/posts/default]
name = Adolfo Builes
[https://www.joachim-breitner.de/blog/feeds/categories/15-Darcs.rss]
name = Joachim Breitner
[http://blog.owenstephens.co.uk/tag/darcs/feed]
name = Owen Stephens
[http://hsenag.livejournal.com/data/rss?tag=darcs]
name = Ganesh Sittampalam
|