Property changes on: trunk/tools/planet/zh/config.ini |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 1 | + native |
Index: trunk/tools/planet/ca/config.ini |
— | — | @@ -1,76 +1,76 @@ |
2 | | -# Planet configuration file - ca.planet.wikimedia.org
|
3 | | -
|
4 | | -# Every planet needs a [Planet] section
|
5 | | -[Planet]
|
6 | | -
|
7 | | -# Your planet's name
|
8 | | -name=Planet Wikimedia
|
9 | | -# Link to the main page
|
10 | | -link=http://ca.planet.wikimedia.org
|
11 | | -# Your name
|
12 | | -owner_name=Brion Vibber
|
13 | | -# Your e-mail address
|
14 | | -owner_email=brion@wikimedia.org
|
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/ca/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/ca/templates/index.html.tmpl /usr/local/planet/wikimedia/ca/templates/atom.xml.tmpl /usr/local/planet/wikimedia/ca/templates/rss20.xml.tmpl /usr/local/planet/wikimedia/ca/templates/rss10.xml.tmpl /usr/local/planet/wikimedia/ca/templates/opml.xml.tmpl /usr/local/planet/wikimedia/ca/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/ca/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 = ca_ES.UTF-8
|
44 | | -
|
45 | | -
|
46 | | -# To define a different value for a particular template you may create
|
47 | | -# a section with the same name as the template file's filename (as given
|
48 | | -# in template_files).
|
49 | | -#
|
50 | | -# [examples/rss10.xml.tmpl]
|
51 | | -# items_per_page = 30
|
52 | | -# encoding = xml
|
53 | | -
|
54 | | -
|
55 | | -# Any other section defines a feed to subscribe to. The section title
|
56 | | -# (in the []s) is the URI of the feed itself. A section can also be
|
57 | | -# have any of the following options:
|
58 | | -#
|
59 | | -# name: Name of the feed (defaults to the title found in the feed)
|
60 | | -#
|
61 | | -# Additionally any other option placed here will be available in
|
62 | | -# the template (prefixed with channel_ for the Items loop). You can
|
63 | | -# define defaults for these in a [DEFAULT] section, for example
|
64 | | -# Planet Debian uses the following to define faces:
|
65 | | -#
|
66 | | -# [DEFAULT]
|
67 | | -# facewidth = 64
|
68 | | -# faceheight = 64
|
69 | | -#
|
70 | | -# [http://www.blog.com/rss]
|
71 | | -# face = foo.png
|
72 | | -# faceheight = 32
|
73 | | -#
|
74 | | -# The facewidth of the defined blog defaults to 64.
|
75 | | -
|
76 | | -#[http://url]
|
77 | | -#name=Name
|
| 2 | +# Planet configuration file - ca.planet.wikimedia.org |
| 3 | + |
| 4 | +# Every planet needs a [Planet] section |
| 5 | +[Planet] |
| 6 | + |
| 7 | +# Your planet's name |
| 8 | +name=Planet Wikimedia |
| 9 | +# Link to the main page |
| 10 | +link=http://ca.planet.wikimedia.org |
| 11 | +# Your name |
| 12 | +owner_name=Brion Vibber |
| 13 | +# Your e-mail address |
| 14 | +owner_email=brion@wikimedia.org |
| 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/ca/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/ca/templates/index.html.tmpl /usr/local/planet/wikimedia/ca/templates/atom.xml.tmpl /usr/local/planet/wikimedia/ca/templates/rss20.xml.tmpl /usr/local/planet/wikimedia/ca/templates/rss10.xml.tmpl /usr/local/planet/wikimedia/ca/templates/opml.xml.tmpl /usr/local/planet/wikimedia/ca/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/ca/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 = ca_ES.UTF-8 |
| 44 | + |
| 45 | + |
| 46 | +# To define a different value for a particular template you may create |
| 47 | +# a section with the same name as the template file's filename (as given |
| 48 | +# in template_files). |
| 49 | +# |
| 50 | +# [examples/rss10.xml.tmpl] |
| 51 | +# items_per_page = 30 |
| 52 | +# encoding = xml |
| 53 | + |
| 54 | + |
| 55 | +# Any other section defines a feed to subscribe to. The section title |
| 56 | +# (in the []s) is the URI of the feed itself. A section can also be |
| 57 | +# have any of the following options: |
| 58 | +# |
| 59 | +# name: Name of the feed (defaults to the title found in the feed) |
| 60 | +# |
| 61 | +# Additionally any other option placed here will be available in |
| 62 | +# the template (prefixed with channel_ for the Items loop). You can |
| 63 | +# define defaults for these in a [DEFAULT] section, for example |
| 64 | +# Planet Debian uses the following to define faces: |
| 65 | +# |
| 66 | +# [DEFAULT] |
| 67 | +# facewidth = 64 |
| 68 | +# faceheight = 64 |
| 69 | +# |
| 70 | +# [http://www.blog.com/rss] |
| 71 | +# face = foo.png |
| 72 | +# faceheight = 32 |
| 73 | +# |
| 74 | +# The facewidth of the defined blog defaults to 64. |
| 75 | + |
| 76 | +#[http://url] |
| 77 | +#name=Name |
Property changes on: trunk/tools/planet/ca/config.ini |
___________________________________________________________________ |
Added: svn:eol-style |
78 | 78 | + native |
Property changes on: trunk/tools/planet/gmq/config.ini |
___________________________________________________________________ |
Added: svn:eol-style |
79 | 79 | + native |
Index: trunk/tools/planet/ja/config.ini |
— | — | @@ -1,76 +1,76 @@ |
2 | | -# Planet configuration file - ja.planet.wikimedia.org
|
3 | | -
|
4 | | -# Every planet needs a [Planet] section
|
5 | | -[Planet]
|
6 | | -
|
7 | | -# Your planet's name
|
8 | | -name=Planet Wikimedia
|
9 | | -# Link to the main page
|
10 | | -link=http://ja.planet.wikimedia.org
|
11 | | -# Your name
|
12 | | -owner_name=Brion Vibber
|
13 | | -# Your e-mail address
|
14 | | -owner_email=brion@wikimedia.org
|
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/ja/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/ja/templates/index.html.tmpl /usr/local/planet/wikimedia/ja/templates/atom.xml.tmpl /usr/local/planet/wikimedia/ja/templates/rss20.xml.tmpl /usr/local/planet/wikimedia/ja/templates/rss10.xml.tmpl /usr/local/planet/wikimedia/ja/templates/opml.xml.tmpl /usr/local/planet/wikimedia/ja/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/en/www
|
38 | | -items_per_page = 30
|
39 | | -days_per_page = 0
|
40 | | -date_format = %Y年%-m月%-d日 %I:%M %p
|
41 | | -new_date_format = %Y年%-m月%-d日
|
42 | | -encoding = utf-8
|
43 | | -locale = ja_JP.UTF-8
|
44 | | -
|
45 | | -
|
46 | | -# To define a different value for a particular template you may create
|
47 | | -# a section with the same name as the template file's filename (as given
|
48 | | -# in template_files).
|
49 | | -#
|
50 | | -# [examples/rss10.xml.tmpl]
|
51 | | -# items_per_page = 30
|
52 | | -# encoding = xml
|
53 | | -
|
54 | | -
|
55 | | -# Any other section defines a feed to subscribe to. The section title
|
56 | | -# (in the []s) is the URI of the feed itself. A section can also be
|
57 | | -# have any of the following options:
|
58 | | -#
|
59 | | -# name: Name of the feed (defaults to the title found in the feed)
|
60 | | -#
|
61 | | -# Additionally any other option placed here will be available in
|
62 | | -# the template (prefixed with channel_ for the Items loop). You can
|
63 | | -# define defaults for these in a [DEFAULT] section, for example
|
64 | | -# Planet Debian uses the following to define faces:
|
65 | | -#
|
66 | | -# [DEFAULT]
|
67 | | -# facewidth = 64
|
68 | | -# faceheight = 64
|
69 | | -#
|
70 | | -# [http://www.blog.com/rss]
|
71 | | -# face = foo.png
|
72 | | -# faceheight = 32
|
73 | | -#
|
74 | | -# The facewidth of the defined blog defaults to 64.
|
75 | | -
|
76 | | -#[http://url]
|
77 | | -#name=Name
|
| 2 | +# Planet configuration file - ja.planet.wikimedia.org |
| 3 | + |
| 4 | +# Every planet needs a [Planet] section |
| 5 | +[Planet] |
| 6 | + |
| 7 | +# Your planet's name |
| 8 | +name=Planet Wikimedia |
| 9 | +# Link to the main page |
| 10 | +link=http://ja.planet.wikimedia.org |
| 11 | +# Your name |
| 12 | +owner_name=Brion Vibber |
| 13 | +# Your e-mail address |
| 14 | +owner_email=brion@wikimedia.org |
| 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/ja/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/ja/templates/index.html.tmpl /usr/local/planet/wikimedia/ja/templates/atom.xml.tmpl /usr/local/planet/wikimedia/ja/templates/rss20.xml.tmpl /usr/local/planet/wikimedia/ja/templates/rss10.xml.tmpl /usr/local/planet/wikimedia/ja/templates/opml.xml.tmpl /usr/local/planet/wikimedia/ja/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/en/www |
| 38 | +items_per_page = 30 |
| 39 | +days_per_page = 0 |
| 40 | +date_format = %Y年%-m月%-d日 %I:%M %p |
| 41 | +new_date_format = %Y年%-m月%-d日 |
| 42 | +encoding = utf-8 |
| 43 | +locale = ja_JP.UTF-8 |
| 44 | + |
| 45 | + |
| 46 | +# To define a different value for a particular template you may create |
| 47 | +# a section with the same name as the template file's filename (as given |
| 48 | +# in template_files). |
| 49 | +# |
| 50 | +# [examples/rss10.xml.tmpl] |
| 51 | +# items_per_page = 30 |
| 52 | +# encoding = xml |
| 53 | + |
| 54 | + |
| 55 | +# Any other section defines a feed to subscribe to. The section title |
| 56 | +# (in the []s) is the URI of the feed itself. A section can also be |
| 57 | +# have any of the following options: |
| 58 | +# |
| 59 | +# name: Name of the feed (defaults to the title found in the feed) |
| 60 | +# |
| 61 | +# Additionally any other option placed here will be available in |
| 62 | +# the template (prefixed with channel_ for the Items loop). You can |
| 63 | +# define defaults for these in a [DEFAULT] section, for example |
| 64 | +# Planet Debian uses the following to define faces: |
| 65 | +# |
| 66 | +# [DEFAULT] |
| 67 | +# facewidth = 64 |
| 68 | +# faceheight = 64 |
| 69 | +# |
| 70 | +# [http://www.blog.com/rss] |
| 71 | +# face = foo.png |
| 72 | +# faceheight = 32 |
| 73 | +# |
| 74 | +# The facewidth of the defined blog defaults to 64. |
| 75 | + |
| 76 | +#[http://url] |
| 77 | +#name=Name |
Property changes on: trunk/tools/planet/ja/config.ini |
___________________________________________________________________ |
Added: svn:eol-style |
78 | 78 | + native |
Index: trunk/tools/planet/es/config.ini |
— | — | @@ -1,124 +1,124 @@ |
2 | | -# Planet configuration file - es.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://es.planet.wikimedia.org
|
11 | | -# Your name
|
12 | | -owner_name=Brion Vibber
|
13 | | -# Your e-mail address
|
14 | | -owner_email=brion@wikimedia.org
|
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/es/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/es/templates/index.html.tmpl /usr/local/planet/wikimedia/es/templates/atom.xml.tmpl /usr/local/planet/wikimedia/es/templates/rss20.xml.tmpl /usr/local/planet/wikimedia/es/templates/rss10.xml.tmpl /usr/local/planet/wikimedia/es/templates/opml.xml.tmpl /usr/local/planet/wikimedia/es/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/es/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 = es_ES.UTF-8
|
44 | | -
|
45 | | -
|
46 | | -# To define a different value for a particular template you may create
|
47 | | -# a section with the same name as the template file's filename (as given
|
48 | | -# in template_files).
|
49 | | -#
|
50 | | -# [examples/rss10.xml.tmpl]
|
51 | | -# items_per_page = 30
|
52 | | -# encoding = xml
|
53 | | -
|
54 | | -
|
55 | | -# Any other section defines a feed to subscribe to. The section title
|
56 | | -# (in the []s) is the URI of the feed itself. A section can also be
|
57 | | -# have any of the following options:
|
58 | | -#
|
59 | | -# name: Name of the feed (defaults to the title found in the feed)
|
60 | | -#
|
61 | | -# Additionally any other option placed here will be available in
|
62 | | -# the template (prefixed with channel_ for the Items loop). You can
|
63 | | -# define defaults for these in a [DEFAULT] section, for example
|
64 | | -# Planet Debian uses the following to define faces:
|
65 | | -#
|
66 | | -# [DEFAULT]
|
67 | | -# facewidth = 64
|
68 | | -# faceheight = 64
|
69 | | -#
|
70 | | -# [http://www.blog.com/rss]
|
71 | | -# face = foo.png
|
72 | | -# faceheight = 32
|
73 | | -#
|
74 | | -# The facewidth of the defined blog defaults to 64.
|
75 | | -
|
76 | | -[http://rataube.blogspot.com/feeds/posts/default/-/wikipedia]
|
77 | | -name=Asteroide Humor
|
78 | | -
|
79 | | -[http://blowerie.blogspot.com/feeds/posts/default]
|
80 | | -name=Blowerie
|
81 | | -
|
82 | | -[http://diariowiki.blogspot.com/feeds/posts/default]
|
83 | | -name=Diario Wiki
|
84 | | -
|
85 | | -[http://eswiki.wordpress.com/feed/]
|
86 | | -name=Un caprichoso mandarín
|
87 | | -
|
88 | | -[http://imperiogremlin.blogspot.com/rss.xml]
|
89 | | -name=Imperio Gremlin
|
90 | | -
|
91 | | -[http://alhen.wordpress.com/feed/]
|
92 | | -name=La bitácora de Alhen
|
93 | | -
|
94 | | -[http://gustavo86wikies.blogspot.com/feeds/posts/default]
|
95 | | -name=La cueva de Gustavo86
|
96 | | -
|
97 | | -[http://wikipedia.jynus.com/mensaje.rss]
|
98 | | -name=Mensaje de Planet
|
99 | | -
|
100 | | -[http://www.patriciolorente.com.ar/feed/]
|
101 | | -name=Señales de Humo
|
102 | | -
|
103 | | -[http://wikireto.wordpress.com/feed/]
|
104 | | -name=Wiki-reto: 250k
|
105 | | -
|
106 | | -[http://wikiblog.wordpress.com/feed/]
|
107 | | -name=WikiBlog
|
108 | | -
|
109 | | -[http://wikidemencia.blogspot.com/feeds/posts/default]
|
110 | | -name=Wikidemencia
|
111 | | -
|
112 | | -[http://wikilocos.blogspot.com/feeds/posts/default]
|
113 | | -name=Wikilocos
|
114 | | -
|
115 | | -[http://siabef.blogspot.com/rss.xml]
|
116 | | -name=Wikipedia según Siabef
|
117 | | -
|
118 | | -[http://orejotas.wordpress.com/feed/]
|
119 | | -name=Wikipedistas con botones
|
120 | | -
|
121 | | -[http://wikitira.blogspot.com/rss.xml]
|
122 | | -name=Wikitira
|
123 | | -
|
124 | | -[http://lenguasyredes.blogspot.com/rss.xml]
|
125 | | -name=lenguasyredes
|
| 2 | +# Planet configuration file - es.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://es.planet.wikimedia.org |
| 11 | +# Your name |
| 12 | +owner_name=Brion Vibber |
| 13 | +# Your e-mail address |
| 14 | +owner_email=brion@wikimedia.org |
| 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/es/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/es/templates/index.html.tmpl /usr/local/planet/wikimedia/es/templates/atom.xml.tmpl /usr/local/planet/wikimedia/es/templates/rss20.xml.tmpl /usr/local/planet/wikimedia/es/templates/rss10.xml.tmpl /usr/local/planet/wikimedia/es/templates/opml.xml.tmpl /usr/local/planet/wikimedia/es/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/es/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 = es_ES.UTF-8 |
| 44 | + |
| 45 | + |
| 46 | +# To define a different value for a particular template you may create |
| 47 | +# a section with the same name as the template file's filename (as given |
| 48 | +# in template_files). |
| 49 | +# |
| 50 | +# [examples/rss10.xml.tmpl] |
| 51 | +# items_per_page = 30 |
| 52 | +# encoding = xml |
| 53 | + |
| 54 | + |
| 55 | +# Any other section defines a feed to subscribe to. The section title |
| 56 | +# (in the []s) is the URI of the feed itself. A section can also be |
| 57 | +# have any of the following options: |
| 58 | +# |
| 59 | +# name: Name of the feed (defaults to the title found in the feed) |
| 60 | +# |
| 61 | +# Additionally any other option placed here will be available in |
| 62 | +# the template (prefixed with channel_ for the Items loop). You can |
| 63 | +# define defaults for these in a [DEFAULT] section, for example |
| 64 | +# Planet Debian uses the following to define faces: |
| 65 | +# |
| 66 | +# [DEFAULT] |
| 67 | +# facewidth = 64 |
| 68 | +# faceheight = 64 |
| 69 | +# |
| 70 | +# [http://www.blog.com/rss] |
| 71 | +# face = foo.png |
| 72 | +# faceheight = 32 |
| 73 | +# |
| 74 | +# The facewidth of the defined blog defaults to 64. |
| 75 | + |
| 76 | +[http://rataube.blogspot.com/feeds/posts/default/-/wikipedia] |
| 77 | +name=Asteroide Humor |
| 78 | + |
| 79 | +[http://blowerie.blogspot.com/feeds/posts/default] |
| 80 | +name=Blowerie |
| 81 | + |
| 82 | +[http://diariowiki.blogspot.com/feeds/posts/default] |
| 83 | +name=Diario Wiki |
| 84 | + |
| 85 | +[http://eswiki.wordpress.com/feed/] |
| 86 | +name=Un caprichoso mandarín |
| 87 | + |
| 88 | +[http://imperiogremlin.blogspot.com/rss.xml] |
| 89 | +name=Imperio Gremlin |
| 90 | + |
| 91 | +[http://alhen.wordpress.com/feed/] |
| 92 | +name=La bitácora de Alhen |
| 93 | + |
| 94 | +[http://gustavo86wikies.blogspot.com/feeds/posts/default] |
| 95 | +name=La cueva de Gustavo86 |
| 96 | + |
| 97 | +[http://wikipedia.jynus.com/mensaje.rss] |
| 98 | +name=Mensaje de Planet |
| 99 | + |
| 100 | +[http://www.patriciolorente.com.ar/feed/] |
| 101 | +name=Señales de Humo |
| 102 | + |
| 103 | +[http://wikireto.wordpress.com/feed/] |
| 104 | +name=Wiki-reto: 250k |
| 105 | + |
| 106 | +[http://wikiblog.wordpress.com/feed/] |
| 107 | +name=WikiBlog |
| 108 | + |
| 109 | +[http://wikidemencia.blogspot.com/feeds/posts/default] |
| 110 | +name=Wikidemencia |
| 111 | + |
| 112 | +[http://wikilocos.blogspot.com/feeds/posts/default] |
| 113 | +name=Wikilocos |
| 114 | + |
| 115 | +[http://siabef.blogspot.com/rss.xml] |
| 116 | +name=Wikipedia según Siabef |
| 117 | + |
| 118 | +[http://orejotas.wordpress.com/feed/] |
| 119 | +name=Wikipedistas con botones |
| 120 | + |
| 121 | +[http://wikitira.blogspot.com/rss.xml] |
| 122 | +name=Wikitira |
| 123 | + |
| 124 | +[http://lenguasyredes.blogspot.com/rss.xml] |
| 125 | +name=lenguasyredes |
Property changes on: trunk/tools/planet/es/config.ini |
___________________________________________________________________ |
Added: svn:eol-style |
126 | 126 | + native |