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