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