ikiwiki.info
summaryrefslogtreecommitdiff
path: root/po/directives.pot
blob: e9cc93129b6b33bcd35f58a2bd75f5187ab33a6f (plain)
  1. # LOCALE translation of directives pages for ikiwiki.
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the ikiwiki package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: ikiwiki directives 3.20100704\n"
  10. "POT-Creation-Date: 2010-07-16 13:42+0300\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=utf-8\n"
  16. "Content-Transfer-Encoding: 8bit"
  17. #. type: Plain text
  18. #: ikiwiki/directive/aggregate.mdwn:4
  19. msgid ""
  20. "The `aggregate` directive is supplied by the [[!iki plugins/aggregate "
  21. "desc=aggregate]] plugin. This plugin requires extra setup, specifically, a "
  22. "cron job. See the plugin's documentation for details."
  23. msgstr ""
  24. #. type: Plain text
  25. #: ikiwiki/directive/aggregate.mdwn:7
  26. msgid ""
  27. "This directive allows content from other feeds to be aggregated into the "
  28. "wiki. Aggregate a feed as follows:"
  29. msgstr ""
  30. #. type: Plain text
  31. #: ikiwiki/directive/aggregate.mdwn:11
  32. #, no-wrap
  33. msgid ""
  34. "\t\\[[!aggregate name=\"example blog\" dir=\"example\"\n"
  35. "\tfeedurl=\"http://example.com/index.rss\"\n"
  36. "\turl=\"http://example.com/\" updateinterval=\"15\"]]\n"
  37. msgstr ""
  38. #. type: Plain text
  39. #: ikiwiki/directive/aggregate.mdwn:16
  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. #: ikiwiki/directive/aggregate.mdwn:19
  48. msgid ""
  49. "You can then use ikiwiki's [[inline]] directive to create a blog of one or "
  50. "more aggregated feeds. For example:"
  51. msgstr ""
  52. #. type: Plain text
  53. #: ikiwiki/directive/aggregate.mdwn:21
  54. #, no-wrap
  55. msgid "\t\\[[!inline pages=\"internal(example/*)\"]]\n"
  56. msgstr ""
  57. #. type: Plain text
  58. #: ikiwiki/directive/aggregate.mdwn:26
  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. #: ikiwiki/directive/aggregate.mdwn:27 ikiwiki/directive/calendar.mdwn:37 ikiwiki/directive/comment.mdwn:17 ikiwiki/directive/img.mdwn:8 ikiwiki/directive/inline.mdwn:41 ikiwiki/directive/postsparkline.mdwn:16 ikiwiki/directive/sparkline.mdwn:24 ikiwiki/directive/table.mdwn:32
  67. #, no-wrap
  68. msgid "usage"
  69. msgstr ""
  70. #. type: Plain text
  71. #: ikiwiki/directive/aggregate.mdwn:31
  72. msgid ""
  73. "Here are descriptions of all the supported parameters to the `aggregate` "
  74. "directive:"
  75. msgstr ""
  76. #. type: Bullet: '* '
  77. #: ikiwiki/directive/aggregate.mdwn:52
  78. msgid "`name` - A name for the feed. Each feed must have a unique name. Required."
  79. msgstr ""
  80. #. type: Bullet: '* '
  81. #: ikiwiki/directive/aggregate.mdwn:52
  82. msgid ""
  83. "`url` - The url to the web page for the feed that's being aggregated. "
  84. "Required."
  85. msgstr ""
  86. #. type: Bullet: '* '
  87. #: ikiwiki/directive/aggregate.mdwn:52
  88. msgid ""
  89. "`dir` - The directory in the wiki where pages should be saved. Optional, if "
  90. "not specified, the directory is based on the name of the feed."
  91. msgstr ""
  92. #. type: Bullet: '* '
  93. #: ikiwiki/directive/aggregate.mdwn:52
  94. msgid ""
  95. "`feedurl` - The url to the feed. Optional, if it's not specified ikiwiki "
  96. "will look for feeds on the `url`. RSS and atom feeds are supported."
  97. msgstr ""
  98. #. type: Bullet: '* '
  99. #: ikiwiki/directive/aggregate.mdwn:52
  100. msgid ""
  101. "`updateinterval` - How often to check for new posts, in minutes. Default is "
  102. "15 minutes."
  103. msgstr ""
  104. #. type: Bullet: '* '
  105. #: ikiwiki/directive/aggregate.mdwn:52
  106. msgid ""
  107. "`expireage` - Expire old items from this feed if they are older than a "
  108. "specified number of days. Default is to never expire on age."
  109. msgstr ""
  110. #. type: Bullet: '* '
  111. #: ikiwiki/directive/aggregate.mdwn:52
  112. msgid ""
  113. "`expirecount` - Expire old items from this feed if there are more than the "
  114. "specified number total. Oldest items will be expired first. Default is to "
  115. "never expire on count."
  116. msgstr ""
  117. #. type: Bullet: '* '
  118. #: ikiwiki/directive/aggregate.mdwn:52
  119. msgid ""
  120. "`tag` - A tag to tag each post from the feed with. A good tag to use is the "
  121. "name of the feed. Can be repeated multiple times. The [[tag]] plugin must be "
  122. "enabled for this to work."
  123. msgstr ""
  124. #. type: Bullet: '* '
  125. #: ikiwiki/directive/aggregate.mdwn:52
  126. msgid ""
  127. "`template` - Template to use for creating the aggregated pages. Defaults to "
  128. "aggregatepost."
  129. msgstr ""
  130. #. type: Plain text
  131. #: ikiwiki/directive/aggregate.mdwn:56