summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/inline.es.po
blob: 98d137b87a0c9dcc78c5fd1f028a17313065d12e (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 `inline` directive is supplied by the [[!iki plugins/inline "
  21. "desc=inline]] plugin."
  22. msgstr ""
  23. #. type: Plain text
  24. msgid ""
  25. "This is a directive that allows including one wiki page inside another. The "
  26. "most common use of inlining is generating blogs and RSS or Atom feeds."
  27. msgstr ""
  28. #. type: Plain text
  29. msgid "Example:"
  30. msgstr ""
  31. #. type: Plain text
  32. #, no-wrap
  33. msgid ""
  34. "\t\\[[!inline pages=\"blog/* and !*/Discussion\" show=\"10\" "
  35. "rootpage=\"blog\"]]\n"
  36. msgstr ""
  37. #. type: Plain text
  38. msgid ""
  39. "Any pages that match the specified [[PageSpec]] (in the example, any "
  40. "[[SubPage]] of \"blog\") will be part of the blog, and the newest 10 of them "
  41. "will appear in the page. Note that if files that are not pages match the "
  42. "[[PageSpec]], they will be included in the feed using RSS enclosures, which "
  43. "is useful for podcasting."
  44. msgstr ""
  45. #. type: Plain text
  46. msgid ""
  47. "The optional `rootpage` parameter tells the wiki that new posts to this blog "
  48. "should default to being [[SubPages|SubPage]] of \"blog\", and enables a form "
  49. "at the top of the blog that can be used to add new items."
  50. msgstr ""
  51. #. type: Plain text
  52. msgid ""
  53. "If you want your blog to have an archive page listing every post ever made "
  54. "to it, you can accomplish that like this:"
  55. msgstr ""
  56. #. type: Plain text
  57. #, no-wrap
  58. msgid "\t\\[[!inline pages=\"blog/* and !*/Discussion\" archive=\"yes\"]]\n"
  59. msgstr ""
  60. #. type: Plain text
  61. msgid ""
  62. "You can even create an automatically generated list of all the pages on the "
  63. "wiki, with the most recently added at the top, like this:"
  64. msgstr ""
  65. #. type: Plain text
  66. #, no-wrap
  67. msgid "\t\\[[!inline pages=\"* and !*/Discussion\" archive=\"yes\"]]\n"
  68. msgstr ""
  69. #. type: Plain text
  70. msgid ""
  71. "If you want to be able to add pages to a given blog feed by tagging them, "
  72. "you can do that too. To tag a page, just make it link to a page or pages "
  73. "that represent its tags. Then use the special `link()` [[PageSpec]] to match "
  74. "all pages that have a given tag:"
  75. msgstr ""
  76. #. type: Plain text
  77. #, no-wrap
  78. msgid "\t\\[[!inline pages=\"link(life)\"]]\n"
  79. msgstr ""
  80. #. type: Plain text
  81. msgid "Or include some tags and exclude others:"
  82. msgstr ""
  83. #. type: Plain text
  84. #, no-wrap
  85. msgid "\t\\[[!inline pages=\"link(debian) and !link(social)\"]]\n"
  86. msgstr ""
  87. #. type: Title ##
  88. #, no-wrap
  89. msgid "usage"
  90. msgstr ""
  91. #. type: Plain text
  92. msgid ""
  93. "There are many parameters you can use with the `inline` directive. These are "
  94. "the commonly used ones:"
  95. msgstr ""
  96. #. type: Bullet: '* '
  97. msgid "`pages` - A [[PageSpec]] of the pages to inline."
  98. msgstr ""
  99. #. type: Bullet: '* '
  100. msgid ""
  101. "`show` - Specify the maximum number of matching pages to inline. Default is "
  102. "10, unless archiving, when the default is to show all. Set to 0 to show all "
  103. "matching pages."
  104. msgstr ""
  105. #. type: Bullet: '* '
  106. msgid ""
  107. "`archive` - If set to \"yes\", only list page titles and some metadata, not "
  108. "full contents."
  109. msgstr ""
  110. #. type: Bullet: '* '
  111. msgid ""
  112. "`description` - Sets the description of the rss feed if one is generated. "
  113. "Defaults to the name of the wiki."
  114. msgstr ""
  115. #. type: Bullet: '* '
  116. msgid ""
  117. "`skip` - Specify a number of pages to skip displaying. Can be useful to "
  118. "produce a feed that only shows archived pages."
  119. msgstr ""
  120. #. type: Bullet: '* '
  121. msgid "`postform` - Set to \"yes\" to enable a form to post new pages to a blog."
  122. msgstr ""
  123. #. type: Bullet: '* '
  124. msgid "`postformtext` - Set to specify text that is displayed in a postform."
  125. msgstr ""
  126. #. type: Bullet: '* '
  127. msgid ""
  128. "`rootpage` - Enables the postform, and allows controling where newly posted "
  129. "pages should go, by specifiying the page that they should be a [[SubPage]] "
  130. "of."
  131. msgstr ""
  132. #. type: Plain text
  133. msgid "Here are some less often needed parameters:"
  134. msgstr ""
  135. #. type: Bullet: '* '
  136. msgid ""
  137. "`actions` - If set to \"yes\" add links to the bottom of the inlined pages "
  138. "for editing and discussion (if they would be shown at the top of the page "
  139. "itself)."
  140. msgstr ""
  141. #. type: Bullet: '* '
  142. msgid ""
  143. "`rss` - controls generation of an rss feed. If the wiki is configured to "
  144. "generate rss feeds by default, set to \"no\" to disable. If the wiki is "
  145. "configured to `allowrss`, set to \"yes\" to enable."
  146. msgstr ""
  147. #. type: Bullet: '* '
  148. msgid ""
  149. "`atom` - controls generation of an atom feed. If the wiki is configured to "
  150. "generate atom feeds by default, set to \"no\" to disable. If the wiki is "
  151. "configured to `allowatom`, set to \"yes\" to enable."
  152. msgstr ""
  153. #. type: Bullet: '* '
  154. msgid ""
  155. "`feeds` - controls generation of all types of feeds. Set to \"no\" to "
  156. "disable generating any feeds."
  157. msgstr ""
  158. #. type: Bullet: '* '
  159. msgid ""
  160. "`emptyfeeds` - Set to \"no\" to disable generation of empty feeds. Has no "
  161. "effect if `rootpage` or `postform` is set."
  162. msgstr ""
  163. #. type: Plain text
  164. #, no-wrap
  165. msgid ""
  166. "* `id` - Set to specify the value of the HTML `id` attribute for the\n"
  167. " feed links or the post form. Useful if you have multiple forms in the\n"
  168. " same page.\n"
  169. "* `template` - Specifies the template to fill out to display each inlined\n"
  170. " page. By default the `inlinepage` template is used, while\n"
  171. " the `archivepage` template is used for archives. Set this parameter to\n"
  172. " use some other, custom template, such as the `titlepage` template that\n"
  173. " only shows post titles or the `microblog` template, optimised for\n"
  174. " microblogging. Note that you should still set `archive=yes` if\n"
  175. " your custom template does not include the page content.\n"
  176. "* `raw` - Rather than the default behavior of creating a blog,\n"
  177. " if raw is set to \"yes\", the page will be included raw, without "
  178. "additional\n"
  179. " markup around it, as if it were a literal part of the source of the \n"
  180. " inlining page.\n"
  181. "* `sort` - Controls how inlined pages are [[sorted|pagespec/sorting]].\n"
  182. " The default is to sort the newest created pages first.\n"
  183. "* `reverse` - If set to \"yes\", causes the sort order to be reversed.\n"
  184. "* `feedshow` - Specify the maximum number of matching pages to include in\n"
  185. " the rss/atom feeds. The default is the same as the `show` value above.\n"
  186. "* `feedonly` - Only generate the feed, do not display the pages inline on\n"
  187. " the page.\n"
  188. "* `quick` - Build archives in quick mode, without reading page contents "
  189. "for\n"
  190. " metadata. This also turns off generation of any feeds.\n"
  191. "* `timeformat` - Use this to specify how to display the time or date for "
  192. "pages\n"
  193. " in the blog. The format string is passed to the strftime(3) function.\n"
  194. "* `feedpages` - A [[PageSpec]] of inlined pages to include in the rss/atom\n"
  195. " feeds. The default is the same as the `pages` value above, and only "
  196. "pages\n"
  197. " matched by that value are included, but some of those can be excluded by\n"
  198. " specifying a tighter [[PageSpec]] here.\n"
  199. "* `guid` - If a URI is given here (perhaps a UUID prefixed with "
  200. "`urn:uuid:`),\n"
  201. " the Atom feed will have this as its `<id>`. The default is to use the "
  202. "URL\n"
  203. " of the page containing the `inline` directive.\n"
  204. "* `feedfile` - Can be used to change the name of the file generated for "
  205. "the\n"
  206. " feed. This is particularly useful if a page contains multiple feeds.\n"
  207. " For example, set \"feedfile=feed\" to cause it to generate "
  208. "`page/feed.atom`\n"
  209. " and/or `page/feed.rss`. This option is not supported if the wiki is\n"
  210. " configured not to use `usedirs`.\n"
  211. "* `pagenames` - If given instead of `pages`, this is interpreted as a\n"
  212. " space-separated list of links to pages (with the same\n"
  213. " [[SubPage/LinkingRules]] as in a [[ikiwiki/WikiLink]]), and they are "
  214. "inlined\n"
  215. " in exactly the order given: the `sort` and `pages` parameters cannot be "
  216. "used\n"
  217. " in conjunction with this one.\n"
  218. msgstr ""
  219. #. type: Plain text
  220. #, no-wrap
  221. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  222. msgstr ""