summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/pagestats.es.po
blob: da528c47fc2a03baf13f5332c14d322ca68de46c (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 `pagestats` directive is supplied by the [[!iki plugins/pagestats "
  21. "desc=pagestats]] plugin."
  22. msgstr ""
  23. #. type: Plain text
  24. msgid ""
  25. "This directive can generate stats about how pages link to each other. It can "
  26. "produce either a tag cloud, or a table counting the number of links to each "
  27. "page."
  28. msgstr ""
  29. #. type: Plain text
  30. msgid ""
  31. "Here's how to use it to create a [[tag]] cloud, with tags sized based on "
  32. "frequency of use:"
  33. msgstr ""
  34. #. type: Plain text
  35. #, no-wrap
  36. msgid "\t\\[[!pagestats pages=\"tags/*\"]]\n"
  37. msgstr ""
  38. #. type: Plain text
  39. msgid ""
  40. "Here's how to create a list of tags, sized by use as they would be in a "
  41. "cloud."
  42. msgstr ""
  43. #. type: Plain text
  44. #, no-wrap
  45. msgid "\t\\[[!pagestats style=\"list\" pages=\"tags/*\"]]\n"
  46. msgstr ""
  47. #. type: Plain text
  48. msgid "And here's how to create a table of all the pages on the wiki:"
  49. msgstr ""
  50. #. type: Plain text
  51. #, no-wrap
  52. msgid "\t\\[[!pagestats style=\"table\"]]\n"
  53. msgstr ""
  54. #. type: Plain text
  55. msgid ""
  56. "The optional `among` parameter limits the pages whose outgoing links are "
  57. "considered. For instance, to display a cloud of tags used on blog entries, "
  58. "while ignoring other pages that use those tags, you could use:"
  59. msgstr ""
  60. #. type: Plain text
  61. #, no-wrap
  62. msgid "\t\\[[!pagestats pages=\"tags/*\" among=\"blog/posts/*\"]]\n"
  63. msgstr ""
  64. #. type: Plain text
  65. msgid "Or to display a cloud of tags related to Linux, you could use:"
  66. msgstr ""
  67. #. type: Plain text
  68. #, no-wrap
  69. msgid ""
  70. "\t\\[[!pagestats pages=\"tags/* and !tags/linux\" "
  71. "among=\"tagged(linux)\"]]\n"
  72. msgstr ""
  73. #. type: Plain text
  74. msgid ""
  75. "The optional `show` parameter limits display to the specified number of "
  76. "pages. For instance, to show a table of the top ten pages with the most "
  77. "links:"
  78. msgstr ""
  79. #. type: Plain text
  80. #, no-wrap
  81. msgid "\t\\[[!pagestats style=\"table\" show=\"10\"]]\n"
  82. msgstr ""
  83. #. type: Plain text
  84. msgid ""
  85. "The optional `class` parameter can be used to control the class of the "
  86. "generated tag cloud `div` or page stats `table`."
  87. msgstr ""
  88. #. type: Plain text
  89. #, no-wrap
  90. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  91. msgstr ""