Index: trunk/tools/planet/pt/config.ini |
— | — | @@ -1,104 +1,104 @@ |
2 | | -# Planet configuration file - pt.planet.wikimedia.org
|
3 | | -
|
4 | | -# Every planet needs a [Planet] section
|
5 | | -[Planet]
|
6 | | -
|
7 | | -# Your planet's name
|
8 | | -name=Planeta Wikimedia
|
9 | | -# Link to the main page
|
10 | | -link=http://pt.planet.wikimedia.org
|
11 | | -# Your name
|
12 | | -owner_name=Leonardo Gregianin
|
13 | | -# Your e-mail address
|
14 | | -owner_email=leogregianin@gmail.com
|
15 | | -
|
16 | | -# cache_directory: Where cached feeds are stored
|
17 | | -# new_feed_items: Number of items to take from new feeds
|
18 | | -# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
|
19 | | -cache_directory = /usr/local/planet/wikimedia/pt/cache
|
20 | | -new_feed_items = 2
|
21 | | -log_level = ERROR
|
22 | | -
|
23 | | -# template_files: Space-separated list of output template files
|
24 | | -template_files = /usr/local/planet/wikimedia/pt/templates/index.html.tmpl /usr/local/planet/wikimedia/pt/templates/atom.xml.tmpl /usr/local/planet/wikimedia/pt/templates/rss20.xml.tmpl /usr/local/planet/wikimedia/pt/templates/rss10.xml.tmpl /usr/local/planet/wikimedia/pt/templates/opml.xml.tmpl /usr/local/planet/wikimedia/pt/templates/foafroll.xml.tmpl
|
25 | | -
|
26 | | -# The following provide defaults for each template:
|
27 | | -# output_dir: Directory to place output files
|
28 | | -# items_per_page: How many items to put on each page
|
29 | | -# days_per_page: How many complete days of posts to put on each page
|
30 | | -# This is the absolute, hard limit (over the item limit)
|
31 | | -# date_format: strftime format for the default 'date' template variable
|
32 | | -# new_date_format: strftime format for the 'new_date' template variable
|
33 | | -# encoding: output encoding for the file, Python 2.3+ users can use the
|
34 | | -# special "xml" value to output ASCII with XML character references
|
35 | | -# locale: locale to use for (e.g.) strings in dates, default is taken from your
|
36 | | -# system
|
37 | | -output_dir = /usr/local/planet/wikimedia/pt/www
|
38 | | -items_per_page = 30
|
39 | | -days_per_page = 0
|
40 | | -date_format = %B %d, %Y %I:%M %p
|
41 | | -new_date_format = %B %d, %Y
|
42 | | -encoding = utf-8
|
43 | | -# locale = C
|
44 | | -
|
45 | | -# To define a different value for a particular template you may create
|
46 | | -# a section with the same name as the template file's filename (as given
|
47 | | -# in template_files).
|
48 | | -#
|
49 | | -# [examples/rss10.xml.tmpl]
|
50 | | -# items_per_page = 30
|
51 | | -# encoding = xml
|
52 | | -
|
53 | | -
|
54 | | -# Any other section defines a feed to subscribe to. The section title
|
55 | | -# (in the []s) is the URI of the feed itself. A section can also be
|
56 | | -# have any of the following options:
|
57 | | -#
|
58 | | -# name: Name of the feed (defaults to the title found in the feed)
|
59 | | -#
|
60 | | -# Additionally any other option placed here will be available in
|
61 | | -# the template (prefixed with channel_ for the Items loop). You can
|
62 | | -# define defaults for these in a [DEFAULT] section, for example
|
63 | | -# Planet Debian uses the following to define faces:
|
64 | | -#
|
65 | | -# [DEFAULT]
|
66 | | -# facewidth = 64
|
67 | | -# faceheight = 64
|
68 | | -#
|
69 | | -# [http://www.blog.com/rss]
|
70 | | -# face = foo.png
|
71 | | -# faceheight = 32
|
72 | | -#
|
73 | | -# The facewidth of the defined blog defaults to 64.
|
74 | | -
|
75 | | -# Add blogs here!
|
76 | | -
|
77 | | -[http://wikiesfera.blogspot.com/atom.xml]
|
78 | | -name=Wikiesfera
|
79 | | -
|
80 | | -[http://aartedepilotarumfogao.blogspot.com/atom.xml]
|
81 | | -name=A arte de pilotar um fogão
|
82 | | -
|
83 | | -[http://blog.360.yahoo.com/rss-vQ4U_w4meqog4pPcjy5Zt9RsvJOv]
|
84 | | -name=Waldir
|
85 | | -
|
86 | | -[http://rei-artur.blogspot.com/feeds/posts/default/-/Wikipedia]
|
87 | | -name=Rei-artur
|
88 | | -
|
89 | | -[http://wikificacoes.blogspot.com/atom.xml]
|
90 | | -name=Wikificações
|
91 | | -
|
92 | | -[http://beta.blogger.com/feeds/5438831074184593201/posts/full/-/planeta]
|
93 | | -name=Wikipolítica
|
94 | | -
|
95 | | -[http://feeds.feedburner.com/enwikizine]
|
96 | | -name=Wikizine
|
97 | | -
|
98 | | -[http://wiking.blogs.sapo.pt/data/rss?tag=wiki]
|
99 | | -name=Wiking
|
100 | | -
|
101 | | -[http://leogregianin.wordpress.com/tag/wikipedia/feed/]
|
102 | | -name=Leonardo Gregianin
|
103 | | -
|
104 | | -[http://cultivandoojardim.blogspot.com/atom.xml]
|
105 | | -name=Cultivando o Jardim
|
| 2 | +# Planet configuration file - pt.planet.wikimedia.org |
| 3 | + |
| 4 | +# Every planet needs a [Planet] section |
| 5 | +[Planet] |
| 6 | + |
| 7 | +# Your planet's name |
| 8 | +name=Planeta Wikimedia |
| 9 | +# Link to the main page |
| 10 | +link=http://pt.planet.wikimedia.org |
| 11 | +# Your name |
| 12 | +owner_name=Leonardo Gregianin |
| 13 | +# Your e-mail address |
| 14 | +owner_email=leogregianin@gmail.com |
| 15 | + |
| 16 | +# cache_directory: Where cached feeds are stored |
| 17 | +# new_feed_items: Number of items to take from new feeds |
| 18 | +# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL |
| 19 | +cache_directory = /usr/local/planet/wikimedia/pt/cache |
| 20 | +new_feed_items = 2 |
| 21 | +log_level = ERROR |
| 22 | + |
| 23 | +# template_files: Space-separated list of output template files |
| 24 | +template_files = /usr/local/planet/wikimedia/pt/templates/index.html.tmpl /usr/local/planet/wikimedia/pt/templates/atom.xml.tmpl /usr/local/planet/wikimedia/pt/templates/rss20.xml.tmpl /usr/local/planet/wikimedia/pt/templates/rss10.xml.tmpl /usr/local/planet/wikimedia/pt/templates/opml.xml.tmpl /usr/local/planet/wikimedia/pt/templates/foafroll.xml.tmpl |
| 25 | + |
| 26 | +# The following provide defaults for each template: |
| 27 | +# output_dir: Directory to place output files |
| 28 | +# items_per_page: How many items to put on each page |
| 29 | +# days_per_page: How many complete days of posts to put on each page |
| 30 | +# This is the absolute, hard limit (over the item limit) |
| 31 | +# date_format: strftime format for the default 'date' template variable |
| 32 | +# new_date_format: strftime format for the 'new_date' template variable |
| 33 | +# encoding: output encoding for the file, Python 2.3+ users can use the |
| 34 | +# special "xml" value to output ASCII with XML character references |
| 35 | +# locale: locale to use for (e.g.) strings in dates, default is taken from your |
| 36 | +# system |
| 37 | +output_dir = /usr/local/planet/wikimedia/pt/www |
| 38 | +items_per_page = 30 |
| 39 | +days_per_page = 0 |
| 40 | +date_format = %B %d, %Y %I:%M %p |
| 41 | +new_date_format = %B %d, %Y |
| 42 | +encoding = utf-8 |
| 43 | +# locale = C |
| 44 | + |
| 45 | +# To define a different value for a particular template you may create |
| 46 | +# a section with the same name as the template file's filename (as given |
| 47 | +# in template_files). |
| 48 | +# |
| 49 | +# [examples/rss10.xml.tmpl] |
| 50 | +# items_per_page = 30 |
| 51 | +# encoding = xml |
| 52 | + |
| 53 | + |
| 54 | +# Any other section defines a feed to subscribe to. The section title |
| 55 | +# (in the []s) is the URI of the feed itself. A section can also be |
| 56 | +# have any of the following options: |
| 57 | +# |
| 58 | +# name: Name of the feed (defaults to the title found in the feed) |
| 59 | +# |
| 60 | +# Additionally any other option placed here will be available in |
| 61 | +# the template (prefixed with channel_ for the Items loop). You can |
| 62 | +# define defaults for these in a [DEFAULT] section, for example |
| 63 | +# Planet Debian uses the following to define faces: |
| 64 | +# |
| 65 | +# [DEFAULT] |
| 66 | +# facewidth = 64 |
| 67 | +# faceheight = 64 |
| 68 | +# |
| 69 | +# [http://www.blog.com/rss] |
| 70 | +# face = foo.png |
| 71 | +# faceheight = 32 |
| 72 | +# |
| 73 | +# The facewidth of the defined blog defaults to 64. |
| 74 | + |
| 75 | +# Add blogs here! |
| 76 | + |
| 77 | +[http://wikiesfera.blogspot.com/atom.xml] |
| 78 | +name=Wikiesfera |
| 79 | + |
| 80 | +[http://aartedepilotarumfogao.blogspot.com/atom.xml] |
| 81 | +name=A arte de pilotar um fogão |
| 82 | + |
| 83 | +[http://blog.360.yahoo.com/rss-vQ4U_w4meqog4pPcjy5Zt9RsvJOv] |
| 84 | +name=Waldir |
| 85 | + |
| 86 | +[http://rei-artur.blogspot.com/feeds/posts/default/-/Wikipedia] |
| 87 | +name=Rei-artur |
| 88 | + |
| 89 | +[http://wikificacoes.blogspot.com/atom.xml] |
| 90 | +name=Wikificações |
| 91 | + |
| 92 | +[http://beta.blogger.com/feeds/5438831074184593201/posts/full/-/planeta] |
| 93 | +name=Wikipolítica |
| 94 | + |
| 95 | +[http://feeds.feedburner.com/enwikizine] |
| 96 | +name=Wikizine |
| 97 | + |
| 98 | +[http://wiking.blogs.sapo.pt/data/rss?tag=wiki] |
| 99 | +name=Wiking |
| 100 | + |
| 101 | +[http://leogregianin.wordpress.com/tag/wikipedia/feed/] |
| 102 | +name=Leonardo Gregianin |
| 103 | + |
| 104 | +[http://cultivandoojardim.blogspot.com/atom.xml] |
| 105 | +name=Cultivando o Jardim |