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