# 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 Schmanet link = http://planet.schmanet.janet/ owner_name = Janet Weiss owner_email = janet@slut.sex # cache_directory: Where cached feeds are stored # log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL cache_directory = cache log_level = DEBUG # template_files: Space-separated list of output template files template_files = fancy-examples/index.html.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 output_dir = output items_per_page = 60 days_per_page = 0 date_format = %B %d, %Y %I:%M %p # 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 7 days articles on the front page [fancy-examples/index.html.tmpl] items_per_page = 30 # 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) # offset: Number of hours (+ or -) the feed's times tend to be out # # 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.livejournal.com/users/keybuk/data/rss] name = Scott James Remnant face = keybuk.png # pick up the default facewidth and faceheight [http://www.gnome.org/~jdub/blog/?flav=rss] name = Jeff Waugh face = jdub.png facewidth = 70 faceheight = 74 [http://usefulinc.com/edd/blog/rss91] name = Edd Dumbill face = edd.png facewidth = 62 faceheight = 80 [http://blog.clearairturbulence.org/?flav=rss] name = Thom May face = thom.png # pick up the default faceheight only facewidth = 59 [http://codeblogs.ximian.com/blogs/evolution/index.rdf] name = Evolution face = evolution.png facewidth = 48 faceheight = 48