1 # Danish translation of directives/ikiwiki/directive/inline 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.
8 "Project-Id-Version: ikiwiki 3.15\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2010-03-14 22:09+0000\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"
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"
24 "The `inline` directive is supplied by the [[!iki plugins/inline "
25 "desc=inline]] plugin."
30 "This is a directive that allows including one wiki page inside another. The "
31 "most common use of inlining is generating blogs and RSS or Atom feeds."
40 msgid "\t\\[[!inline pages=\"blog/* and !*/Discussion\" show=\"10\" rootpage=\"blog\"]]\n"
41 msgstr "\t\\[[!inline pages=\"blog/* and !*/Discussion\" show=\"10\" rootpage=\"blog\"]]\n"
45 "Any pages that match the specified [[PageSpec]] (in the example, any "
46 "[[SubPage]] of \"blog\") will be part of the blog, and the newest 10 of them "
47 "will appear in the page. Note that if files that are not pages match the "
48 "[[PageSpec]], they will be included in the feed using RSS enclosures, which "
49 "is useful for podcasting."
54 "The optional `rootpage` parameter tells the wiki that new posts to this blog "
55 "should default to being [[SubPages|SubPage]] of \"blog\", and enables a form "
56 "at the top of the blog that can be used to add new items."
61 "If you want your blog to have an archive page listing every post ever made "
62 "to it, you can accomplish that like this:"
67 msgid "\t\\[[!inline pages=\"blog/* and !*/Discussion\" archive=\"yes\"]]\n"
68 msgstr "\t\\[[!inline pages=\"blog/* and !*/Discussion\" archive=\"yes\"]]\n"
72 "You can even create an automatically generated list of all the pages on the "
73 "wiki, with the most recently added at the top, like this:"
78 msgid "\t\\[[!inline pages=\"* and !*/Discussion\" archive=\"yes\"]]\n"
79 msgstr "\t\\[[!inline pages=\"* and !*/Discussion\" archive=\"yes\"]]\n"
83 "If you want to be able to add pages to a given blog feed by tagging them, "
84 "you can do that too. To tag a page, just make it link to a page or pages "
85 "that represent its tags. Then use the special `link()` [[PageSpec]] to match "
86 "all pages that have a given tag:"
91 msgid "\t\\[[!inline pages=\"link(life)\"]]\n"
92 msgstr "\t\\[[!inline pages=\"link(livet)\"]]\n"
95 msgid "Or include some tags and exclude others:"
100 msgid "\t\\[[!inline pages=\"link(debian) and !link(social)\"]]\n"
101 msgstr "\t\\[[!inline pages=\"link(debian) and !link(venner)\"]]\n"
110 "There are many parameters you can use with the `inline` directive. These are "
111 "the commonly used ones:"
114 #. type: Bullet: '* '
115 msgid "`pages` - A [[PageSpec]] of the pages to inline."
118 #. type: Bullet: '* '
120 "`show` - Specify the maximum number of matching pages to inline. Default is "
121 "10, unless archiving, when the default is to show all. Set to 0 to show all "
125 #. type: Bullet: '* '
127 "`archive` - If set to \"yes\", only list page titles and some metadata, not "
131 #. type: Bullet: '* '
133 "`description` - Sets the description of the rss feed if one is generated. "
134 "Defaults to the name of the wiki."
137 #. type: Bullet: '* '
139 "`skip` - Specify a number of pages to skip displaying. Can be useful to "
140 "produce a feed that only shows archived pages."
143 #. type: Bullet: '* '
145 "`postform` - Set to \"yes\" to enable a form to post new pages to a blog."
148 #. type: Bullet: '* '
149 msgid "`postformtext` - Set to specify text that is displayed in a postform."
152 #. type: Bullet: '* '
154 "`rootpage` - Enables the postform, and allows controling where newly posted "
155 "pages should go, by specifiying the page that they should be a [[SubPage]] "
160 msgid "Here are some less often needed parameters:"
163 #. type: Bullet: '* '
165 "`actions` - If set to \"yes\" add links to the bottom of the inlined pages "
166 "for editing and discussion (if they would be shown at the top of the page "
170 #. type: Bullet: '* '
172 "`rss` - controls generation of an rss feed. If the wiki is configured to "
173 "generate rss feeds by default, set to \"no\" to disable. If the wiki is "
174 "configured to `allowrss`, set to \"yes\" to enable."
177 #. type: Bullet: '* '
179 "`atom` - controls generation of an atom feed. If the wiki is configured to "
180 "generate atom feeds by default, set to \"no\" to disable. If the wiki is "
181 "configured to `allowatom`, set to \"yes\" to enable."
184 #. type: Bullet: '* '
186 "`feeds` - controls generation of all types of feeds. Set to \"no\" to "
187 "disable generating any feeds."
190 #. type: Bullet: '* '
192 "`emptyfeeds` - Set to \"no\" to disable generation of empty feeds. Has no "
193 "effect if `rootpage` or `postform` is set."
196 #. type: Bullet: '* '
198 "`template` - Specifies the template to fill out to display each inlined "
199 "page. By default the `inlinepage` template is used, while the `archivepage` "
200 "template is used for archives. Set this parameter to use some other, custom "
201 "template, such as the `titlepage` template that only shows post titles or "
202 "the `microblog` template, optimised for microblogging. Note that you should "
203 "still set `archive=yes` if your custom template does not include the page "
207 #. type: Bullet: '* '
209 "`raw` - Rather than the default behavior of creating a blog, if raw is set "
210 "to \"yes\", the page will be included raw, without additional markup around "
211 "it, as if it were a literal part of the source of the inlining page."
214 #. type: Bullet: '* '
216 "`sort` - Controls how inlined pages are [[sorted|pagespec/sorting]]. The "
217 "default is to sort the newest created pages first."
220 #. type: Bullet: '* '
221 msgid "`reverse` - If set to \"yes\", causes the sort order to be reversed."
224 #. type: Bullet: '* '
226 "`feedshow` - Specify the maximum number of matching pages to include in the "
227 "rss/atom feeds. The default is the same as the `show` value above."
230 #. type: Bullet: '* '
232 "`feedonly` - Only generate the feed, do not display the pages inline on the "
236 #. type: Bullet: '* '
238 "`quick` - Build archives in quick mode, without reading page contents for "
239 "metadata. This also turns off generation of any feeds."
242 #. type: Bullet: '* '
244 "`timeformat` - Use this to specify how to display the time or date for pages "
245 "in the blog. The format string is passed to the strftime(3) function."
248 #. type: Bullet: '* '
250 "`feedpages` - A [[PageSpec]] of inlined pages to include in the rss/atom "
251 "feeds. The default is the same as the `pages` value above, and only pages "
252 "matched by that value are included, but some of those can be excluded by "
253 "specifying a tighter [[PageSpec]] here."
256 #. type: Bullet: '* '
258 "`guid` - If a URI is given here (perhaps a UUID prefixed with `urn:uuid:`), "
259 "the Atom feed will have this as its `<id>`. The default is to use the URL of "
260 "the page containing the `inline` directive."
263 #. type: Bullet: '* '
265 "`feedfile` - Can be used to change the name of the file generated for the "
266 "feed. This is particularly useful if a page contains multiple feeds. For "
267 "example, set \"feedfile=feed\" to cause it to generate `page/feed.atom` and/"
268 "or `page/feed.rss`. This option is not supported if the wiki is configured "
269 "not to use `usedirs`."
272 #. type: Bullet: '* '
274 "`pagenames` - If given instead of `pages`, this is interpreted as a space-"
275 "separated list of links to pages (with the same [[SubPage/LinkingRules]] as "
276 "in a [[ikiwiki/WikiLink]]), and they are inlined in exactly the order given: "
277 "the `sort` and `pages` parameters cannot be used in conjunction with this "
283 msgid "[[!meta robots=\"noindex, follow\"]]\n"
284 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
288 "A related directive is the [[ikiwiki/directive/edittemplate]] directive, "
289 "which allows default text for a new page to be specified."