]> git.deb.at Git - deb/hackedgotchi.git/blob - config/config.ini.tmpl
New atom for tiago.
[deb/hackedgotchi.git] / config / config.ini.tmpl
1 # Planet configuration file
2
3 # The following rules apply for a new language planet:
4 #
5 # * The feeds contain the same content as one would put on planet.debian.org,
6 #   ie. mostly Debian related / from people involved in Debian
7 #
8 # * The feeds provide an own category with only the language for this planet.
9 #
10 # * At least 10 feeds have to be there before a new language gets added.
11 #
12 # * Language planets will appear as planet.debian.org/$LANGUAGE,
13 #   where $LANGUAGE will be the two-letter code for it.
14
15
16 # Little documentation for multi-language planet:
17
18 # In the following, above "Do not change", replace $LANGUAGE with the
19 # name of your language, $2LETTERCODE with the 2 letter iso code.
20 # For example, a german planet would use Deutsch and DE.
21 # Feel free to edit the other values as shown.
22 # Please do not touch the config values below "Do not change", just
23 # skip to the feed list.
24
25 # When you are done, send this file to planet@debian.org and ask for the
26 # addition of the new language planet. Do NOT just commit it, it won't get
27 # picked up by the scripts.
28
29 # After the new language is activated, feel free to edit this file following
30 # the normal rules for all planet config.ini files.
31
32 # Hint: You can use hackergotchis the same way as on main planet. But it is
33 # *one* central storage for hackergotchis, not one per different language.
34
35
36 # Every planet needs a [Planet] section
37 [Planet]
38 # name: Your planet's name.
39 name = Planet Debian $LANGUAGE
40 # link: Link to the main planet page
41 link = http://planet.debian.org/$2LETTERCODE/
42
43 # output_dir: Directory to place output files. Add your 2letter Language code
44 output_dir = www/$2LETTERCODE
45 # date_format: strftime format for the default 'date' template variable
46 date_format = %d %B, %Y %I:%M%p
47 # new_date_format: strftime format for the 'new_date' template variable
48 new_date_format = %B %d, %Y
49 # cache_directory: Where cached feeds are stored. Add your 2letter Language code
50 cache_directory = cache-$2LETTERCODE
51
52 # Translate the following to your language. Do not change the names, just the
53 # text after the =
54 syndicationtext = A complete feed is available in any of your favourite syndication formats linked by the buttons below.
55 searchtext = Search
56 lastupdatetext = Last updated:
57 utctext = All times are UTC.
58 contacttext = Contact:
59 hiddenfeedstext = Hidden Feeds
60 hiddenfeedstext2 = You currently have hidden entries.
61 showalltext = Show all
62 subscriptionstext = Subscriptions
63 feedtext = feed
64 otherplanettext = Planetarium
65
66
67 # Do not change config values below here, just skip to the feeds
68 # Do not change config values below here, just skip to the feeds
69 owner_name = Debian Planet Maintainers
70 owner_email = planet@debian.org
71
72 # Currently no search for Language planets
73 search = false
74 # new_feed_items: Number of items to take from new feeds
75 # log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
76 new_feed_items = 1
77 log_level = DEBUG
78 spider_threads = 15
79
80 # template_files: Space-separated list of output template files
81 template_files = templates/index.html.dj templates/atom.xml.dj templates/rss20.xml.dj templates/rss10.xml.dj templates/opml.xml.dj templates/foafroll.xml.dj
82
83 # The following provide defaults for each template:
84 # items_per_page: How many items to put on each page
85 # days_per_page: How many complete days of posts to put on each page
86 #                This is the absolute, hard limit (over the item limit)
87 # encoding: output encoding for the file, Python 2.3+ users can use the
88 #           special "xml" value to output ASCII with XML character references
89 # locale: locale to use for (e.g.) strings in dates, default is taken from your
90 #         system
91 items_per_page = 60
92 days_per_page = 0
93 encoding = utf-8
94 # locale = C
95
96 [templates/index.html.dj]
97 date_format = %I:%M%P
98
99
100 # Options placed in the [DEFAULT] section provide defaults for the feed
101 # sections.  Placing a default here means you only need to override the
102 # special cases later.
103 [DEFAULT]
104 # Hackergotchi default size.
105 # If we want to put a face alongside a feed, and it's this size, we
106 # can omit these variables.
107 facewidth = 65
108 faceheight = 85
109 future_dates = ignore_date
110
111
112 ############################## FEEDS ##############################
113 #
114 # ADD YOURSELF IN ALPHABETICAL ORDER BELOW
115 #
116 ###################################################################
117
118 # The URL of the feed goes in the []s.
119 # name = Your name
120 # face = filename of your hackergotchi in heads (or leave out entirely)
121 # facewidth/faceheight = size of your hackergotchi, if not default