aboutsummaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/aggregate.da.po
blob: 38ffc044be6238c5c27f9002499a8a61c17e804f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Danish translation of directives/ikiwiki/directive/aggregrate page for ikiwiki.
# Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
# This file is distributed under the same license as the ikiwiki package.
# Jonas Smedegaard <dr@jones.dk>, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: ikiwiki 3.15\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-05-05 20:04+0300\n"
"PO-Revision-Date: 2009-07-23 00:06+0200\n"
"Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
"Language-Team: None\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Language: Danish\n"
"X-Poedit-Country: DENMARK\n"
"X-Poedit-SourceCharset: utf-8\n"

#. type: Plain text
msgid ""
"The `aggregate` directive is supplied by the [[!iki plugins/aggregate "
"desc=aggregate]] plugin.  This plugin requires extra setup, specifically, a "
"cron job. See the plugin's documentation for details."
msgstr ""

#. type: Plain text
msgid ""
"This directive allows content from other feeds to be aggregated into the "
"wiki.  Aggregate a feed as follows:"
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"\t\\[[!aggregate name=\"example blog\" dir=\"example\"\n"
"\tfeedurl=\"http://example.com/index.rss\"\n"
"\turl=\"http://example.com/\" updateinterval=\"15\"]]\n"
msgstr ""
"\t\\[[!aggregate name=\"eksempel blog\" dir=\"eksempel\"\n"
"\tfeedurl=\"http://eksempel.dk/index.rss\"\n"
"\turl=\"http://eksempel.dk/\" updateinterval=\"15\"]]\n"

#. type: Plain text
msgid ""
"That example aggregates posts from the specified RSS feed, updating no more "
"frequently than once every 15 minutes (though possibly less frequently, if "
"the cron job runs less frequently than that), and puts a page per post under "
"the example/ directory in the wiki."
msgstr ""

#. type: Plain text
msgid ""
"You can then use ikiwiki's [[inline]] directive to create a blog of one or "
"more aggregated feeds. For example:"
msgstr ""

#. type: Plain text
#, no-wrap
msgid "\t\\[[!inline pages=\"internal(example/*)\"]]\n"
msgstr "\t\\[[!inline pages=\"internal(eksempel/*)\"]]\n"

#. type: Plain text
msgid ""
"Note the use of `internal()` in the [[ikiwiki/PageSpec]] to match aggregated "
"pages. By default, aggregated pages are internal pages, which prevents them "
"from showing up directly in the wiki, and so this special [[PageSpec]] is "
"needed to match them."
msgstr ""

#. type: Title ##
#, no-wrap
msgid "usage"
msgstr "brug"

#. type: Plain text
msgid ""
"Here are descriptions of all the supported parameters to the `aggregate` "
"directive:"
msgstr ""

#. type: Bullet: '* '
msgid ""
"`name` - A name for the feed. Each feed must have a unique name.  Required."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`url` - The url to the web page for the feed that's being aggregated.  "
"Required."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`dir` - The directory in the wiki where pages should be saved. Optional, if "
"not specified, the directory is based on the name of the feed."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`feedurl` - The url to the feed. Optional, if it's not specified ikiwiki "
"will look for feeds on the `url`. RSS and atom feeds are supported."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`updateinterval` - How often to check for new posts, in minutes. Default is "
"15 minutes."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`expireage` - Expire old items from this feed if they are older than a "
"specified number of days. Default is to never expire on age."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`expirecount` - Expire old items from this feed if there are more than the "
"specified number total. Oldest items will be expired first. Default is to "
"never expire on count."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`tag` - A tag to tag each post from the feed with. A good tag to use is the "
"name of the feed. Can be repeated multiple times. The [[tag]] plugin must be "
"enabled for this to work."
msgstr ""

#. type: Bullet: '* '
msgid ""
"`template` - Template to use for creating the aggregated pages. Defaults to "
"aggregatepost."
msgstr ""

#. type: Plain text
msgid ""
"Note that even if you are using subversion or another revision control "
"system, pages created by aggregation will *not* be checked into revision "
"control."
msgstr ""

#. type: Plain text
#, no-wrap
msgid "[[!meta robots=\"noindex, follow\"]]\n"
msgstr "[[!meta robots=\"noindex, follow\"]]\n"