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: 2009-07-19 23:45+0200\n"
11 "PO-Revision-Date: 2009-07-19 23:45+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"
42 "[[!inline pages=\"templates/* and !*/discussion\" feeds=no archive=yes\n"
43 "sort=title template=titlepage]]\n"
47 "Any pages that match the specified [[PageSpec]] (in the example, any "
48 "[[SubPage]] of \"blog\") will be part of the blog, and the newest 10 of them "
49 "will appear in the page. Note that if files that are not pages match the "
50 "[[PageSpec]], they will be included in the feed using RSS enclosures, which "
51 "is useful for podcasting."
56 "The optional `rootpage` parameter tells the wiki that new posts to this blog "
57 "should default to being [[SubPages|SubPage]] of \"blog\", and enables a form "
58 "at the top of the blog that can be used to add new items."
63 "If you want your blog to have an archive page listing every post ever made "
64 "to it, you can accomplish that like this:"
69 msgid "\t\\[[!inline pages=\"blog/* and !*/Discussion\" archive=\"yes\"]]\n"
71 "[[!inline pages=\"templates/* and !*/discussion\" feeds=no archive=yes\n"
72 "sort=title template=titlepage]]\n"
76 "You can even create an automatically generated list of all the pages on the "
77 "wiki, with the most recently added at the top, like this:"
82 msgid "\t\\[[!inline pages=\"* and !*/Discussion\" archive=\"yes\"]]\n"
84 "[[!inline pages=\"templates/* and !*/discussion\" feeds=no archive=yes\n"
85 "sort=title template=titlepage]]\n"
89 "If you want to be able to add pages to a given blog feed by tagging them, "
90 "you can do that too. To tag a page, just make it link to a page or pages "
91 "that represent its tags. Then use the special `link()` [[PageSpec]] to match "
92 "all pages that have a given tag:"
97 msgid "\t\\[[!inline pages=\"link(life)\"]]\n"
98 msgstr "\t\\[[!inline pages=\"blog/*\"]]\n"
101 msgid "Or include some tags and exclude others:"
106 msgid "\t\\[[!inline pages=\"link(debian) and !link(social)\"]]\n"
107 msgstr "\t\\[[!inline pages=\"blog/*\"]]\n"
112 msgstr "## Underoverskrift\n"
116 "There are many parameters you can use with the `inline` directive. These are "
117 "the commonly used ones:"
120 #. type: Bullet: '* '
121 msgid "`pages` - A [[PageSpec]] of the pages to inline."
124 #. type: Bullet: '* '
126 "`show` - Specify the maximum number of matching pages to inline. Default is "
127 "10, unless archiving, when the default is to show all. Set to 0 to show all "
131 #. type: Bullet: '* '
133 "`archive` - If set to \"yes\", only list page titles and some metadata, not "
137 #. type: Bullet: '* '
139 "`description` - Sets the description of the rss feed if one is generated. "
140 "Defaults to the name of the wiki."
143 #. type: Bullet: '* '
145 "`skip` - Specify a number of pages to skip displaying. Can be useful to "
146 "produce a feed that only shows archived pages."
149 #. type: Bullet: '* '
151 "`postform` - Set to \"yes\" to enable a form to post new pages to a blog."
154 #. type: Bullet: '* '
155 msgid "`postformtext` - Set to specify text that is displayed in a postform."
158 #. type: Bullet: '* '
160 "`rootpage` - Enable the postform, and allows controling where newly posted "
161 "pages should go, by specifiying the page that they should be a [[SubPage]] "
166 msgid "Here are some less often needed parameters:"
169 #. type: Bullet: '* '
171 "`actions` - If set to \"yes\" add links to the bottom of the inlined pages "
172 "for editing and discussion (if they would be shown at the top of the page "
176 #. type: Bullet: '* '
178 "`rss` - controls generation of an rss feed. If the wiki is configured to "
179 "generate rss feeds by default, set to \"no\" to disable. If the wiki is "
180 "configured to `allowrss`, set to \"yes\" to enable."
183 #. type: Bullet: '* '
185 "`atom` - controls generation of an atom feed. If the wiki is configured to "
186 "generate atom feeds by default, set to \"no\" to disable. If the wiki is "
187 "configured to `allowatom`, set to \"yes\" to enable."
190 #. type: Bullet: '* '
192 "`feeds` - controls generation of all types of feeds. Set to \"no\" to "
193 "disable generating any feeds."
196 #. type: Bullet: '* '
198 "`emptyfeeds` - Set to \"no\" to disable generation of empty feeds. Has no "
199 "effect if `rootpage` or `postform` is set."
202 #. type: Bullet: '* '
204 "`template` - Specifies the template to fill out to display each inlined "
205 "page. By default the `inlinepage` template is used, while the `archivepage` "
206 "template is used for archives. Set this parameter to use some other, custom "
207 "template, such as the `titlepage` template that only shows post titles or "
208 "the `microblog` template, optimised for microblogging. Note that you should "
209 "still set `archive=yes` if your custom template does not include the page "
213 #. type: Bullet: '* '
215 "`raw` - Rather than the default behavior of creating a blog, if raw is set "
216 "to \"yes\", the page will be included raw, without additional markup around "
217 "it, as if it were a literal part of the source of the inlining page."
220 #. type: Bullet: '* '
222 "`sort` - Controls how inlined pages are sorted. The default, \"age\" is to "
223 "sort newest created pages first. Setting it to \"title\" will sort pages by "
224 "title, and \"mtime\" sorts most recently modified pages first. If [[!cpan "
225 "Sort::Naturally]] is installed, `sort` can be set to \"title_natural\" to "
226 "sort by title with numbers treated as such (\"1 2 9 10 20\" instead of \"1 "
230 #. type: Bullet: '* '
231 msgid "`reverse` - If set to \"yes\", causes the sort order to be reversed."
234 #. type: Bullet: '* '
236 "`feedshow` - Specify the maximum number of matching pages to include in the "
237 "rss/atom feeds. The default is the same as the `show` value above."
240 #. type: Bullet: '* '
242 "`feedonly` - Only generate the feed, do not display the pages inline on the "
246 #. type: Bullet: '* '
248 "`quick` - Build archives in quick mode, without reading page contents for "
249 "metadata. By default, this also turns off generation of any feeds."
252 #. type: Bullet: '* '
254 "`timeformat` - Use this to specify how to display the time or date for pages "
255 "in the blog. The format string is passed to the strftime(3) function."
258 #. type: Bullet: '* '
260 "`feedpages` - A [[PageSpec]] of inlined pages to include in the rss/atom "
261 "feeds. The default is the same as the `pages` value above, and only pages "
262 "matched by that value are included, but some of those can be excluded by "
263 "specifying a tighter [[PageSpec]] here."
266 #. type: Bullet: '* '
268 "`guid` - If a URI is given here (perhaps a UUID prefixed with `urn:uuid:`), "
269 "the Atom feed will have this as its `<id>`. The default is to use the URL of "
270 "the page containing the `inline` directive."
273 #. type: Bullet: '* '
275 "`feedfile` - Can be used to change the name of the file generated for the "
276 "feed. This is particularly useful if a page contains multiple feeds. For "
277 "example, set \"feedfile=feed\" to cause it to generate `page/feed.atom` and/"
278 "or `page/feed.rss`. This option is not supported if the wiki is configured "
279 "not to use `usedirs`."
284 msgid "[[!meta robots=\"noindex, follow\"]]\n"
285 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
289 "A related directive is the [[ikiwiki/directive/edittemplate]] directive, "
290 "which allows default text for a new page to be specified."