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