summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/inline.da.po
blob: 34040a0141067fb68c84f78ac4eb6de2a814be6f (plain)
  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.
  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-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"
  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. #. type: Plain text
  22. msgid ""
  23. "The `inline` directive is supplied by the [[!iki plugins/inline "
  24. "desc=inline]] plugin."
  25. msgstr ""
  26. #. type: Plain text
  27. msgid ""
  28. "This is a directive that allows including one wiki page inside another. The "
  29. "most common use of inlining is generating blogs and RSS or Atom feeds."
  30. msgstr ""
  31. #. type: Plain text
  32. msgid "Example:"
  33. msgstr ""
  34. #. type: Plain text
  35. #, fuzzy, no-wrap
  36. msgid "\t\\[[!inline pages=\"blog/* and !*/Discussion\" show=\"10\" rootpage=\"blog\"]]\n"
  37. msgstr ""
  38. "[[!inline pages=\"templates/* and !*/discussion\" feeds=no archive=yes\n"
  39. "sort=title template=titlepage]]\n"
  40. #. type: Plain text
  41. msgid ""
  42. "Any pages that match the specified [[PageSpec]] (in the example, any "
  43. "[[SubPage]] of \"blog\") will be part of the blog, and the newest 10 of them "
  44. "will appear in the page. Note that if files that are not pages match the "
  45. "[[PageSpec]], they will be included in the feed using RSS enclosures, which "
  46. "is useful for podcasting."
  47. msgstr ""
  48. #. type: Plain text
  49. msgid ""
  50. "The optional `rootpage` parameter tells the wiki that new posts to this blog "
  51. "should default to being [[SubPages|SubPage]] of \"blog\", and enables a form "
  52. "at the top of the blog that can be used to add new items."
  53. msgstr ""
  54. #. type: Plain text
  55. msgid ""
  56. "If you want your blog to have an archive page listing every post ever made "
  57. "to it, you can accomplish that like this:"
  58. msgstr ""
  59. #. type: Plain text
  60. #, fuzzy, no-wrap
  61. msgid "\t\\[[!inline pages=\"blog/* and !*/Discussion\" archive=\"yes\"]]\n"
  62. msgstr ""
  63. "[[!inline pages=\"templates/* and !*/discussion\" feeds=no archive=yes\n"
  64. "sort=title template=titlepage]]\n"
  65. #. type: Plain text
  66. msgid ""
  67. "You can even create an automatically generated list of all the pages on the "
  68. "wiki, with the most recently added at the top, like this:"
  69. msgstr ""
  70. #. type: Plain text
  71. #, fuzzy, no-wrap
  72. msgid "\t\\[[!inline pages=\"* and !*/Discussion\" archive=\"yes\"]]\n"
  73. msgstr ""
  74. "[[!inline pages=\"templates/* and !*/discussion\" feeds=no archive=yes\n"
  75. "sort=title template=titlepage]]\n"
  76. #. type: Plain text
  77. msgid ""
  78. "If you want to be able to add pages to a given blog feed by tagging them, "
  79. "you can do that too. To tag a page, just make it link to a page or pages "
  80. "that represent its tags. Then use the special `link()` [[PageSpec]] to match "
  81. "all pages that have a given tag:"
  82. msgstr ""
  83. #. type: Plain text
  84. #, fuzzy, no-wrap
  85. msgid "\t\\[[!inline pages=\"link(life)\"]]\n"
  86. msgstr "\t\\[[!inline pages=\"blog/*\"]]\n"
  87. #. type: Plain text
  88. msgid "Or include some tags and exclude others:"
  89. msgstr ""
  90. #. type: Plain text
  91. #, fuzzy, no-wrap
  92. msgid "\t\\[[!inline pages=\"link(debian) and !link(social)\"]]\n"
  93. msgstr "\t\\[[!inline pages=\"blog/*\"]]\n"
  94. #. type: Plain text
  95. #, fuzzy, no-wrap
  96. msgid "## usage\n"
  97. msgstr "## Underoverskrift\n"
  98. #. type: Plain text
  99. msgid ""
  100. "There are many parameters you can use with the `inline` directive. These are "
  101. "the commonly used ones:"
  102. msgstr ""
  103. #. type: Bullet: '* '
  104. msgid "`pages` - A [[PageSpec]] of the pages to inline."
  105. msgstr ""
  106. #. type: Bullet: '* '
  107. msgid ""
  108. "`show` - Specify the maximum number of matching pages to inline. Default is "
  109. "10, unless archiving, when the default is to show all. Set to 0 to show all "
  110. "matching pages."
  111. msgstr ""
  112. #. type: Bullet: '* '
  113. msgid ""
  114. "`archive` - If set to \"yes\", only list page titles and some metadata, not "
  115. "full contents."
  116. msgstr ""
  117. #. type: Bullet: '* '
  118. msgid ""
  119. "`description` - Sets the description of the rss feed if one is generated. "
  120. "Defaults to the name of the wiki."
  121. msgstr ""
  122. #. type: Bullet: '* '
  123. msgid ""
  124. "`skip` - Specify a number of pages to skip displaying. Can be useful to "
  125. "produce a feed that only shows archived pages."
  126. msgstr ""
  127. #. type: Bullet: '* '
  128. msgid ""
  129. "`postform` - Set to \"yes\" to enable a form to post new pages to a blog."
  130. msgstr ""
  131. #. type: Bullet: '* '
  132. msgid "`postformtext` - Set to specify text that is displayed in a postform."
  133. msgstr ""
  134. #. type: Bullet: '* '
  135. msgid ""
  136. "`rootpage` - Enable the postform, and allows controling where newly posted "
  137. "pages should go, by specifiying the page that they should be a [[SubPage]] "
  138. "of."
  139. msgstr ""
  140. #. type: Plain text
  141. msgid "Here are some less often needed parameters:"
  142. msgstr ""
  143. #. type: Bullet: '* '
  144. msgid ""
  145. "`actions` - If set to \"yes\" add links to the bottom of the inlined pages "
  146. "for editing and discussion (if they would be shown at the top of the page "
  147. "itself)."
  148. msgstr ""
  149. #. type: Bullet: '* '
  150. msgid ""
  151. "`rss` - controls generation of an rss feed. If the wiki is configured to "
  152. "generate rss feeds by default, set to \"no\" to disable. If the wiki is "
  153. "configured to `allowrss`, set to \"yes\" to enable."
  154. msgstr ""
  155. #. type: Bullet: '* '
  156. msgid ""
  157. "`atom` - controls generation of an atom feed. If the wiki is configured to "
  158. "generate atom feeds by default, set to \"no\" to disable. If the wiki is "
  159. "configured to `allowatom`, set to \"yes\" to enable."
  160. msgstr ""
  161. #. type: Bullet: '* '
  162. msgid ""
  163. "`feeds` - controls generation of all types of feeds. Set to \"no\" to "
  164. "disable generating any feeds."
  165. msgstr ""
  166. #. type: Bullet: '* '
  167. msgid ""
  168. "`emptyfeeds` - Set to \"no\" to disable generation of empty feeds. Has no "
  169. "effect if `rootpage` or `postform` is set."
  170. msgstr ""
  171. #. type: Bullet: '* '
  172. msgid ""
  173. "`template` - Specifies the template to fill out to display each inlined "
  174. "page. By default the `inlinepage` template is used, while the `archivepage` "
  175. "template is used for archives. Set this parameter to use some other, custom "
  176. "template, such as the `titlepage` template that only shows post titles or "
  177. "the `microblog` template, optimised for microblogging. Note that you should "
  178. "still set `archive=yes` if your custom template does not include the page "
  179. "content."
  180. msgstr ""
  181. #. type: Bullet: '* '
  182. msgid ""
  183. "`raw` - Rather than the default behavior of creating a blog, if raw is set "
  184. "to \"yes\", the page will be included raw, without additional markup around "
  185. "it, as if it were a literal part of the source of the inlining page."
  186. msgstr ""
  187. #. type: Bullet: '* '
  188. msgid ""
  189. "`sort` - Controls how inlined pages are sorted. The default, \"age\" is to "
  190. "sort newest created pages first. Setting it to \"title\" will sort pages by "
  191. "title, and \"mtime\" sorts most recently modified pages first. If [[!cpan "
  192. "Sort::Naturally]] is installed, `sort` can be set to \"title_natural\" to "
  193. "sort by title with numbers treated as such (\"1 2 9 10 20\" instead of \"1 "
  194. "10 2 20 9\")."
  195. msgstr ""
  196. #. type: Bullet: '* '
  197. msgid "`reverse` - If set to \"yes\", causes the sort order to be reversed."
  198. msgstr ""
  199. #. type: Bullet: '* '
  200. msgid ""
  201. "`feedshow` - Specify the maximum number of matching pages to include in the "
  202. "rss/atom feeds. The default is the same as the `show` value above."
  203. msgstr ""
  204. #. type: Bullet: '* '
  205. msgid ""
  206. "`feedonly` - Only generate the feed, do not display the pages inline on the "
  207. "page."
  208. msgstr ""
  209. #. type: Bullet: '* '
  210. msgid ""
  211. "`quick` - Build archives in quick mode, without reading page contents for "
  212. "metadata. By default, this also turns off generation of any feeds."
  213. msgstr ""
  214. #. type: Bullet: '* '
  215. msgid ""
  216. "`timeformat` - Use this to specify how to display the time or date for pages "
  217. "in the blog. The format string is passed to the strftime(3) function."
  218. msgstr ""
  219. #. type: Bullet: '* '
  220. msgid ""
  221. "`feedpages` - A [[PageSpec]] of inlined pages to include in the rss/atom "
  222. "feeds. The default is the same as the `pages` value above, and only pages "
  223. "matched by that value are included, but some of those can be excluded by "
  224. "specifying a tighter [[PageSpec]] here."
  225. msgstr ""
  226. #. type: Bullet: '* '
  227. msgid ""
  228. "`guid` - If a URI is given here (perhaps a UUID prefixed with `urn:uuid:`), "
  229. "the Atom feed will have this as its `<id>`. The default is to use the URL of "
  230. "the page containing the `inline` directive."
  231. msgstr ""
  232. #. type: Bullet: '* '
  233. msgid ""
  234. "`feedfile` - Can be used to change the name of the file generated for the "
  235. "feed. This is particularly useful if a page contains multiple feeds. For "
  236. "example, set \"feedfile=feed\" to cause it to generate `page/feed.atom` and/"
  237. "or `page/feed.rss`. This option is not supported if the wiki is configured "
  238. "not to use `usedirs`."
  239. msgstr ""
  240. #. type: Plain text
  241. #, no-wrap
  242. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  243. msgstr "[[!meta robots=\"noindex, follow\"]]\n"
  244. #. type: Plain text
  245. msgid ""
  246. "A related directive is the [[ikiwiki/directive/edittemplate]] directive, "
  247. "which allows default text for a new page to be specified."
  248. msgstr ""