54 lines
1.3 KiB
INI
54 lines
1.3 KiB
INI
# Planet configuration file
|
|
|
|
# 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 = ctdo planet
|
|
link = http://planet.ctdo.de/
|
|
owner_name = ctdo
|
|
owner_email = webmaster@ctdo.de
|
|
|
|
# cache_directory: Where cached feeds are stored
|
|
# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
|
|
cache_directory = /home/ctdoplanet/planet/cache/
|
|
log_level = INFO
|
|
|
|
# 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/ctdoplanet/planet/html
|
|
items_per_page = 60
|
|
|
|
# If non-zero, all feeds which have not been updated in the indicated
|
|
# number of days will be marked as inactive
|
|
activity_threshold = 90
|
|
|
|
# filters to be run
|
|
filters = excerpt.py
|
|
|
|
# Don't let any one feed monopolize the output (symptom often occurs when
|
|
# somebody 'migrates' their weblog.
|
|
new_feed_items = 4
|
|
|
|
bill_of_materials:
|
|
.htaccess
|
|
favicon.ico
|
|
robots.txt
|
|
|
|
# filter parameters
|
|
[excerpt.py]
|
|
omit = img p br
|
|
width = 500
|
|
|
|
# add memes to output
|
|
[index.html.xslt]
|
|
|
|
# subscription list
|
|
[http://planet.ctdo.de/planet.ctdo.opml]
|
|
content_type = opml
|