]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/aggregate.es.po
Typo
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / aggregate.es.po
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. type: Plain text
20 msgid ""
21 "The `aggregate` directive is supplied by the [[!iki plugins/aggregate "
22 "desc=aggregate]] plugin.  This plugin requires extra setup, specifically, a "
23 "cron job. See the plugin's documentation for details."
24 msgstr ""
25
26 #. type: Plain text
27 msgid ""
28 "This directive allows content from other feeds to be aggregated into the "
29 "wiki.  Aggregate a feed as follows:"
30 msgstr ""
31
32 #. type: Plain text
33 #, no-wrap
34 msgid ""
35 "\t\\[[!aggregate name=\"example blog\" dir=\"example\"\n"
36 "\tfeedurl=\"http://example.com/index.rss\"\n"
37 "\turl=\"http://example.com/\" updateinterval=\"15\"]]\n"
38 msgstr ""
39
40 #. type: Plain text
41 msgid ""
42 "That example aggregates posts from the specified RSS feed, updating no more "
43 "frequently than once every 15 minutes (though possibly less frequently, if "
44 "the cron job runs less frequently than that), and puts a page per post under "
45 "the example/ directory in the wiki."
46 msgstr ""
47
48 #. type: Plain text
49 msgid ""
50 "You can then use ikiwiki's [[inline]] directive to create a blog of one or "
51 "more aggregated feeds. For example:"
52 msgstr ""
53
54 #. type: Plain text
55 #, no-wrap
56 msgid "\t\\[[!inline pages=\"internal(example/*)\"]]\n"
57 msgstr ""
58
59 #. type: Plain text
60 msgid ""
61 "Note the use of `internal()` in the [[ikiwiki/PageSpec]] to match aggregated "
62 "pages. By default, aggregated pages are internal pages, which prevents them "
63 "from showing up directly in the wiki, and so this special [[PageSpec]] is "
64 "needed to match them."
65 msgstr ""
66
67 #. type: Title ##
68 #, no-wrap
69 msgid "usage"
70 msgstr ""
71
72 #. type: Plain text
73 msgid ""
74 "Here are descriptions of all the supported parameters to the `aggregate` "
75 "directive:"
76 msgstr ""
77
78 #. type: Bullet: '* '
79 msgid "`name` - A name for the feed. Each feed must have a unique name.  Required."
80 msgstr ""
81
82 #. type: Bullet: '* '
83 msgid ""
84 "`url` - The url to the web page for the feed that's being aggregated.  "
85 "Required."
86 msgstr ""
87
88 #. type: Bullet: '* '
89 msgid ""
90 "`dir` - The directory in the wiki where pages should be saved. Optional, if "
91 "not specified, the directory is based on the name of the feed."
92 msgstr ""
93
94 #. type: Bullet: '* '
95 msgid ""
96 "`feedurl` - The url to the feed. Optional, if it's not specified ikiwiki "
97 "will look for feeds on the `url`. RSS and atom feeds are supported."
98 msgstr ""
99
100 #. type: Bullet: '* '
101 msgid ""
102 "`updateinterval` - How often to check for new posts, in minutes. Default is "
103 "15 minutes."
104 msgstr ""
105
106 #. type: Bullet: '* '
107 msgid ""
108 "`expireage` - Expire old items from this feed if they are older than a "
109 "specified number of days. Default is to never expire on age."
110 msgstr ""
111
112 #. type: Bullet: '* '
113 msgid ""
114 "`expirecount` - Expire old items from this feed if there are more than the "
115 "specified number total. Oldest items will be expired first. Default is to "
116 "never expire on count."
117 msgstr ""
118
119 #. type: Bullet: '* '
120 msgid ""
121 "`tag` - A tag to tag each post from the feed with. A good tag to use is the "
122 "name of the feed. Can be repeated multiple times. The [[tag]] plugin must be "
123 "enabled for this to work."
124 msgstr ""
125
126 #. type: Bullet: '* '
127 msgid ""
128 "`template` - Template to use for creating the aggregated pages. Defaults to "
129 "aggregatepost."
130 msgstr ""
131
132 #. type: Plain text
133 msgid ""
134 "Note that even if you are using subversion or another revision control "
135 "system, pages created by aggregation will *not* be checked into revision "
136 "control."
137 msgstr ""
138
139 #. type: Plain text
140 #, no-wrap
141 msgid "[[!meta robots=\"noindex, follow\"]]\n"
142 msgstr ""