Add in an example configuration
This commit is contained in:
parent
8844223b7b
commit
0846a4d170
32
examples/opml-top100.ini
Normal file
32
examples/opml-top100.ini
Normal file
@ -0,0 +1,32 @@
|
||||
# Planet configuration file
|
||||
#
|
||||
# This illustrates some of Planet's 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 = Top 100
|
||||
link = http://planet.intertwingly.net/top100/
|
||||
owner_name = Sam Ruby
|
||||
owner_email = rubys@intertwingly.net
|
||||
|
||||
# cache_directory: Where cached feeds are stored
|
||||
# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
|
||||
cache_directory = /home/rubys/planet/top100
|
||||
log_level = DEBUG
|
||||
|
||||
# The following provide defaults for each template:
|
||||
# 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 = asf
|
||||
output_dir = /home/rubys/public_html/top100
|
||||
items_per_page = 60
|
||||
|
||||
# Reading lists, one per line, indented
|
||||
reading_lists =
|
||||
http://share.opml.org/opml/top100.opml
|
Loading…
x
Reference in New Issue
Block a user