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