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