summaryrefslogtreecommitdiff
path: root/po/basewiki.pot
blob: b60d7b8143f575eb5a99c4fae4729a7bc2e6c875 (plain)
  1. # LOCALE translation of basewiki 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 basewiki 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.mdwn:1 ikiwiki/directive.mdwn:1 ikiwiki/formatting.mdwn:2 ikiwiki/markdown.mdwn:1 ikiwiki/openid.mdwn:2 ikiwiki/pagespec.mdwn:1 ikiwiki/pagespec/attachment.mdwn:1 ikiwiki/pagespec/po.mdwn:20 ikiwiki/pagespec/sorting.mdwn:26 ikiwiki/searching.mdwn:1 ikiwiki/subpage.mdwn:1 ikiwiki/subpage/linkingrules.mdwn:1 ikiwiki/wikilink.mdwn:1 templates.mdwn:80
  19. #, no-wrap
  20. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  21. msgstr ""
  22. #. type: Plain text
  23. #: ikiwiki.mdwn:6
  24. #, no-wrap
  25. msgid ""
  26. "This wiki is powered by [ikiwiki](http://ikiwiki.info/).\n"
  27. "[[!if test=\"enabled(version)\"\n"
  28. " then=\"(Currently running version [[!version ]].)\"\n"
  29. "]]\n"
  30. msgstr ""
  31. #. type: Plain text
  32. #: ikiwiki.mdwn:8
  33. msgid "Some documentation on using ikiwiki:"
  34. msgstr ""
  35. #. type: Bullet: '* '
  36. #: ikiwiki.mdwn:17
  37. msgid "[[ikiwiki/formatting]]"
  38. msgstr ""
  39. #. type: Bullet: '* '
  40. #: ikiwiki.mdwn:17
  41. msgid "[[ikiwiki/wikilink]]"
  42. msgstr ""
  43. #. type: Bullet: '* '
  44. #: ikiwiki.mdwn:17
  45. msgid "[[ikiwiki/subpage]]"
  46. msgstr ""
  47. #. type: Bullet: '* '
  48. #: ikiwiki.mdwn:17
  49. msgid "[[ikiwiki/pagespec]]"
  50. msgstr ""
  51. #. type: Bullet: '* '
  52. #: ikiwiki.mdwn:17
  53. msgid "[[ikiwiki/directive]]"
  54. msgstr ""
  55. #. type: Bullet: '* '
  56. #: ikiwiki.mdwn:17
  57. msgid "[[ikiwiki/markdown]]"
  58. msgstr ""
  59. #. type: Bullet: '* '
  60. #: ikiwiki.mdwn:17
  61. msgid "[[ikiwiki/openid]]"
  62. msgstr ""
  63. #. type: Bullet: '* '
  64. #: ikiwiki.mdwn:17
  65. msgid "[[ikiwiki/searching]]"
  66. msgstr ""
  67. #. type: Bullet: '* '
  68. #: ikiwiki.mdwn:17
  69. msgid "[[templates]]"
  70. msgstr ""
  71. #. type: Plain text
  72. #: ikiwiki/directive.mdwn:4
  73. msgid ""
  74. "Directives are similar to a [[ikiwiki/WikiLink]] in form, except they begin "
  75. "with `!` and may contain parameters. The general form is:"
  76. msgstr ""
  77. #. type: Plain text
  78. #: ikiwiki/directive.mdwn:6
  79. #, no-wrap
  80. msgid "\t\\[[!directive param=\"value\" param=\"value\"]]\n"
  81. msgstr ""
  82. #. type: Plain text
  83. #: ikiwiki/directive.mdwn:9
  84. msgid ""
  85. "This gets expanded before the rest of the page is processed, and can be used "
  86. "to transform the page in various ways."
  87. msgstr ""
  88. #. type: Plain text
  89. #: ikiwiki/directive.mdwn:12
  90. msgid ""
  91. "The quotes around values can be omitted if the value is a simple word. "
  92. "Also, some directives may use parameters without values, for example:"
  93. msgstr ""
  94. #. type: Plain text
  95. #: ikiwiki/directive.mdwn:14
  96. #, no-wrap
  97. msgid "\t\\[[!tag foo]]\n"
  98. msgstr ""
  99. #. type: Plain text
  100. #: ikiwiki/directive.mdwn:17
  101. msgid ""
  102. "A directive does not need to all be on one line, it can be wrapped to "
  103. "multiple lines if you like:"
  104. msgstr ""
  105. #. type: Plain text
  106. #: ikiwiki/directive.mdwn:20
  107. #, no-wrap
  108. msgid ""
  109. "\t\\[[!directive foo=\"baldersnatch\"\n"
  110. "\tbar=\"supercalifragilisticexpialidocious\" baz=11]]\n"
  111. msgstr ""
  112. #. type: Plain text
  113. #: ikiwiki/directive.mdwn:24
  114. msgid ""
  115. "Also, multiple lines of *quoted* text can be used for a value. To allow "
  116. "quote marks inside the quoted text, delimit the block of text with "
  117. "triple-quotes:"
  118. msgstr ""
  119. #. type: Plain text
  120. #: ikiwiki/directive.mdwn:25
  121. #, no-wrap
  122. msgid "\t\\[[!directive text=\"\"\"\n"
  123. msgstr ""
  124. #. type: Bullet: ' 1. '
  125. #: ikiwiki/directive.mdwn:29
  126. msgid "\"foo\""
  127. msgstr ""
  128. #. type: Bullet: ' 2. '
  129. #: ikiwiki/directive.mdwn:29
  130. msgid "\"bar\""
  131. msgstr ""
  132. #. type: Bullet: ' 3. '
  133. #: ikiwiki/directive.mdwn:29
  134. msgid "\"baz\""
  135. msgstr ""
  136. #. type: Plain text
  137. #: ikiwiki/directive.mdwn:38
  138. msgid ""
  139. "ikiwiki also has an older syntax for directives, which requires a space in "
  140. "directives to distinguish them from [[wikilinks|ikiwiki/wikilink]]. This "
  141. "syntax has several disadvantages: it requires a space after directives with "
  142. "no parameters (such as `\\[[pagecount ]]`), and it prohibits spaces in "
  143. "[[wikilinks|ikiwiki/wikilink]]. ikiwiki now provides the `!`-prefixed "
  144. "syntax shown above as default. However, ikiwiki still supports wikis using "
  145. "the older syntax, if the `prefix_directives` option is disabled."
  146. msgstr ""
  147. #. type: Plain text
  148. #: ikiwiki/directive.mdwn:39 ikiwiki/formatting.mdwn:103
  149. #, no-wrap
  150. msgid "[[!if test=\"enabled(listdirectives)\" then=\"\"\"\n"
  151. msgstr ""
  152. #. type: Plain text
  153. #: ikiwiki/directive.mdwn:41
  154. msgid "Here is a list of currently available directives in this wiki:"
  155. msgstr ""
  156. #. type: Plain text
  157. #: ikiwiki/directive.mdwn:42
  158. #, no-wrap
  159. msgid "[[!listdirectives ]]\n"
  160. msgstr ""
  161. #. type: Plain text
  162. #: ikiwiki/formatting.mdwn:1
  163. #, no-wrap
  164. msgid "[[!meta title=\"Formatting wiki pages\"]]\n"
  165. msgstr ""
  166. #. type: Plain text
  167. #: ikiwiki/formatting.mdwn:7
  168. msgid ""
  169. "Text on this wiki is, by default, written in a form very close to how you "
  170. "might write text for an email message. This style of text formatting is "
  171. "called [[MarkDown]], and it works like this:"
  172. msgstr ""
  173. #. type: Plain text
  174. #: ikiwiki/formatting.mdwn:9
  175. msgid "Leave blank lines between paragraphs."
  176. msgstr ""
  177. #. type: Plain text
  178. #: ikiwiki/formatting.mdwn:12
  179. msgid ""
  180. "You can *\\*emphasise\\** or **\\*\\*strongly emphasise\\*\\*** text by "
  181. "placing it in single or double asterisks."
  182. msgstr ""
  183. #. type: Plain text
  184. #: ikiwiki/formatting.mdwn:14
  185. msgid "To create a list, start each line with an asterisk:"
  186. msgstr ""
  187. #. type: Bullet: '* '
  188. #: ikiwiki/formatting.mdwn:17
  189. msgid "\"* this is my list\""
  190. msgstr ""
  191. #. type: Bullet: '* '
  192. #: ikiwiki/formatting.mdwn:17
  193. msgid "\"* another item\""
  194. msgstr ""
  195. #. type: Plain text
  196. #: ikiwiki/formatting.mdwn:20
  197. msgid ""
  198. "To make a numbered list, start each line with a number (any number will do) "
  199. "followed by a period:"
  200. msgstr ""
  201. #. type: Bullet: '1. '
  202. #: ikiwiki/formatting.mdwn:24
  203. msgid "\"1. first line\""
  204. msgstr ""
  205. #. type: Bullet: '2. '
  206. #: ikiwiki/formatting.mdwn:24
  207. msgid "\"2. second line\""
  208. msgstr ""
  209. #. type: Bullet: '2. '
  210. #: ikiwiki/formatting.mdwn:24
  211. msgid "\"2. third line\""
  212. msgstr ""
  213. #. type: Plain text
  214. #: ikiwiki/formatting.mdwn:28
  215. msgid ""
  216. "To create a header, start a line with one or more `#` characters followed by "
  217. "a space and the header text. The number of `#` characters controls the size "
  218. "of the header:"
  219. msgstr ""
  220. #. type: Title #
  221. #: ikiwiki/formatting.mdwn:29
  222. #, no-wrap
  223. msgid "# h1"
  224. msgstr ""
  225. #. type: Title ##
  226. #: ikiwiki/formatting.mdwn:30
  227. #, no-wrap
  228. msgid "## h2"
  229. msgstr ""
  230. #. type: Title ###
  231. #: ikiwiki/formatting.mdwn:31
  232. #, no-wrap
  233. msgid "### h3"
  234. msgstr ""
  235. #. type: Title ####
  236. #: ikiwiki/formatting.mdwn:32
  237. #, no-wrap
  238. msgid "#### h4"
  239. msgstr ""
  240. #. type: Title #####
  241. #: ikiwiki/formatting.mdwn:33
  242. #, no-wrap
  243. msgid "##### h5"
  244. msgstr ""
  245. #. type: Title ######
  246. #: ikiwiki/formatting.mdwn:34
  247. #, no-wrap
  248. msgid "###### h6"
  249. msgstr ""
  250. #. type: Plain text
  251. #: ikiwiki/formatting.mdwn:38
  252. msgid ""
  253. "To create a horizontal rule, just write three or more dashes or stars on "
  254. "their own line:"
  255. msgstr ""
  256. #. type: Plain text
  257. #: ikiwiki/formatting.mdwn:42
  258. #, no-wrap
  259. msgid "To quote someone, prefix the quote with \">\":\n"
  260. msgstr ""
  261. #. type: Plain text
  262. #: ikiwiki/formatting.mdwn:45
  263. #, no-wrap
  264. msgid ""
  265. "> To be or not to be,\n"
  266. "> that is the question.\n"
  267. msgstr ""
  268. #. type: Plain text
  269. #: ikiwiki/formatting.mdwn:47
  270. msgid "To write a code block, indent each line with a tab or 4 spaces:"
  271. msgstr ""
  272. #. type: Plain text
  273. #: ikiwiki/formatting.mdwn:50
  274. #, no-wrap
  275. msgid ""
  276. "\t10 PRINT \"Hello, world!\"\n"
  277. "\t20 GOTO 10\n"
  278. msgstr ""
  279. #. type: Plain text
  280. #: ikiwiki/formatting.mdwn:54
  281. #, no-wrap
  282. msgid ""
  283. "To link to an url or email address, you can just put the\n"
  284. "url in angle brackets: <<http://ikiwiki.info>>, or you can use the\n"
  285. "form \\[link text\\]\\(url\\)\n"
  286. msgstr ""
  287. #. type: Plain text
  288. #: ikiwiki/formatting.mdwn:59
  289. msgid ""
  290. "In addition to basic html formatting using [[MarkDown]], this wiki lets you "
  291. "use the following additional features:"
  292. msgstr ""
  293. #. type: Bullet: '* '
  294. #: ikiwiki/formatting.mdwn:62
  295. msgid ""
  296. "To link to another page on the wiki, place the page's name inside double "
  297. "square brackets. So you would use `\\[[WikiLink]]` to link to [[WikiLink]]."
  298. msgstr ""
  299. #. type: Plain text
  300. #: ikiwiki/formatting.mdwn:63
  301. #, no-wrap
  302. msgid "[[!if test=\"enabled(smiley) and smileys\" then=\"\"\"\n"
  303. msgstr ""
  304. #. type: Bullet: '* '
  305. #: ikiwiki/formatting.mdwn:65
  306. msgid "Insert [[smileys]] and some other useful symbols. :-)"
  307. msgstr ""
  308. #. type: Plain text
  309. #: ikiwiki/formatting.mdwn:67
  310. #, no-wrap
  311. msgid "[[!if test=\"enabled(shortcut) and shortcuts\" then=\"\"\"\n"
  312. msgstr ""
  313. #. type: Bullet: '* '
  314. #: ikiwiki/formatting.mdwn:69
  315. msgid "Use [[shortcuts]] to link to common resources."
  316. msgstr ""
  317. #. type: Plain text
  318. #: ikiwiki/formatting.mdwn:71
  319. #, no-wrap
  320. msgid "\t\\[[!wikipedia War\\_of\\_1812]]\n"
  321. msgstr ""
  322. #. type: Plain text
  323. #: ikiwiki/formatting.mdwn:73
  324. #, no-wrap
  325. msgid "[[!if test=\"enabled(template) and templates\" then=\"\"\"\n"
  326. msgstr ""
  327. #. type: Bullet: '* '
  328. #: ikiwiki/formatting.mdwn:76
  329. msgid ""
  330. "Create and fill out [[templates]] for repeated chunks of parameterized wiki "
  331. "text."
  332. msgstr ""
  333. #. type: Plain text
  334. #: ikiwiki/formatting.mdwn:80
  335. #, no-wrap
  336. msgid ""
  337. "* Insert various [[directives|directive]] onto a page to perform useful\n"
  338. " actions.\n"
  339. "[[!if test=\"enabled(toc) or enabled(meta) or enabled(inline)\" "
  340. "then=\"\"\"\n"
  341. msgstr ""
  342. #. type: Plain text
  343. #: ikiwiki/formatting.mdwn:82
  344. #, no-wrap
  345. msgid " For example, you can:\n"
  346. msgstr ""
  347. #. type: Plain text
  348. #: ikiwiki/formatting.mdwn:84
  349. #, no-wrap
  350. msgid "[[!if test=\"enabled(toc)\" then=\"\"\"\n"
  351. msgstr ""
  352. #. type: Bullet: ' * '
  353. #: ikiwiki/formatting.mdwn:86
  354. msgid "Add a table of contents to a page:"
  355. msgstr ""
  356. #. type: Plain text
  357. #: ikiwiki/formatting.mdwn:88
  358. #, no-wrap
  359. msgid "\t\\[[!toc]]\n"
  360. msgstr ""
  361. #. type: Plain text
  362. #: ikiwiki/formatting.mdwn:91 ikiwiki/pagespec/sorting.mdwn:15 recentchanges.mdwn:1
  363. #, no-wrap
  364. msgid "[[!if test=\"enabled(meta)\" then=\"\"\"\n"
  365. msgstr ""
  366. #. type: Bullet: ' * '
  367. #: ikiwiki/formatting.mdwn:93
  368. msgid "Change the title of a page:"
  369. msgstr ""
  370. #. type: Plain text
  371. #: ikiwiki/formatting.mdwn:95
  372. #, no-wrap
  373. msgid "\t\\[[!meta title=\"full page title\"]]\n"
  374. msgstr ""
  375. #. type: Plain text
  376. #: ikiwiki/formatting.mdwn:97
  377. #, no-wrap
  378. msgid "[[!if test=\"enabled(inline)\" then=\"\"\"\n"
  379. msgstr ""
  380. #. type: Bullet: ' * '
  381. #: ikiwiki/formatting.mdwn:99
  382. msgid "Create a blog by inlining a set of pages:"
  383. msgstr ""
  384. #. type: Plain text
  385. #: ikiwiki/formatting.mdwn:101
  386. #, no-wrap
  387. msgid "\t\\[[!inline pages=\"blog/*\"]]\n"
  388. msgstr ""
  389. #. type: Plain text
  390. #: ikiwiki/formatting.mdwn:105
  391. #, no-wrap
  392. msgid " Full list of [[directives|directive]] enabled for this wiki:\n"
  393. msgstr ""
  394. #. type: Plain text
  395. #: ikiwiki/formatting.mdwn:105
  396. #, no-wrap
  397. msgid " [[!listdirectives ]]\n"
  398. msgstr ""
  399. #. type: Plain text
  400. #: ikiwiki/markdown.mdwn:5
  401. msgid ""
  402. "[Markdown](http://daringfireball.net/projects/markdown/) is a minimal "
  403. "markup language that resembles plain text as used in email messages. It is "
  404. "the markup language used by this wiki by default."
  405. msgstr ""
  406. #. type: Plain text
  407. #: ikiwiki/markdown.mdwn:8
  408. msgid ""
  409. "For documentation about the markdown syntax, see [[formatting]] and "
  410. "[Markdown: syntax](http://daringfireball.net/projects/markdown/syntax)."
  411. msgstr ""
  412. #. type: Plain text
  413. #: ikiwiki/markdown.mdwn:11
  414. msgid ""
  415. "Note that [[WikiLinks|WikiLink]] and [[directives|directive]] are not part "
  416. "of the markdown syntax, and are the only bit of markup that this wiki "
  417. "handles internally."
  418. msgstr ""
  419. #. type: Plain text
  420. #: ikiwiki/openid.mdwn:1
  421. #, no-wrap
  422. msgid "[[!meta title=\"OpenID\"]]\n"
  423. msgstr ""
  424. #. type: Plain text
  425. #: ikiwiki/openid.mdwn:7
  426. #, no-wrap
  427. msgid ""
  428. "[[!if test=\"enabled(openid)\"\n"
  429. " then=\"This wiki has OpenID **enabled**.\"\n"
  430. " else=\"This wiki has OpenID **disabled**.\"]]\n"
  431. msgstr ""
  432. #. type: Plain text
  433. #: ikiwiki/openid.mdwn:11
  434. msgid ""
  435. "[OpenID](http://openid.net) is a decentralized authentication mechanism that "
  436. "allows you to have one login that you can use on a growing number of "
  437. "websites."
  438. msgstr ""
  439. #. type: Plain text
  440. #: ikiwiki/openid.mdwn:15
  441. msgid ""
  442. "If you have an account with some of the larger web service providers, you "
  443. "might already have an OpenID. [Directory of OpenID "
  444. "providers](http://openiddirectory.com/openid-providers-c-1.html)"
  445. msgstr ""
  446. #. type: Plain text
  447. #: ikiwiki/openid.mdwn:16
  448. #, no-wrap
  449. msgid "[[!if test=\"enabled(openid)\" then=\"\"\"\n"
  450. msgstr ""
  451. #. type: Plain text
  452. #: ikiwiki/openid.mdwn:20
  453. msgid ""
  454. "To sign in to this wiki using OpenID, just enter it in the OpenID field in "
  455. "the signin form. You do not need to give this wiki a password or go through "
  456. "any registration process when using OpenID."
  457. msgstr ""
  458. #. type: Plain text
  459. #: ikiwiki/openid.mdwn:26
  460. msgid ""
  461. "It's also possible to make a page in the wiki usable as an OpenID url, by "
  462. "delegating it to an openid server. Here's an example of how to do that:"
  463. msgstr ""
  464. #. type: Plain text
  465. #: ikiwiki/openid.mdwn:28
  466. #, no-wrap
  467. msgid ""
  468. "\t\\[[!meta openid=\"http://yourid.myopenid.com/\"\n"
  469. "\t server=\"http://www.myopenid.com/server\"]]\n"
  470. msgstr ""
  471. #. type: Plain text
  472. #: ikiwiki/pagespec.mdwn:6
  473. msgid ""
  474. "To select a set of pages, such as pages that are locked, pages whose commit "
  475. "emails you want subscribe to, or pages to combine into a blog, the wiki uses "
  476. "a PageSpec. This is an expression that matches a set of pages."
  477. msgstr ""
  478. #. type: Plain text
  479. #: ikiwiki/pagespec.mdwn:9
  480. msgid ""
  481. "The simplest PageSpec is a simple list of pages. For example, this matches "
  482. "any of the three listed pages:"
  483. msgstr ""
  484. #. type: Plain text
  485. #: ikiwiki/pagespec.mdwn:11
  486. #, no-wrap
  487. msgid "\tfoo or bar or baz\n"
  488. msgstr ""
  489. #. type: Plain text
  490. #: ikiwiki/pagespec.mdwn:17
  491. msgid ""
  492. "More often you will want to match any pages that have a particular thing in "
  493. "their name. You can do this using a glob pattern. \"`*`\" stands for any "
  494. "part of a page name, and \"`?`\" for any single letter of a page name. So "
  495. "this matches all pages about music, and any [[SubPage]]s of the SandBox, but "
  496. "does not match the SandBox itself:"
  497. msgstr ""
  498. #. type: Plain text
  499. #: ikiwiki/pagespec.mdwn:19
  500. #, no-wrap
  501. msgid "\t*music* or SandBox/*\n"
  502. msgstr ""
  503. #. type: Plain text
  504. #: ikiwiki/pagespec.mdwn:22
  505. msgid ""
  506. "You can also prefix an item with \"`!`\" to skip pages that match it. So to "
  507. "match all pages except for Discussion pages and the SandBox:"
  508. msgstr ""
  509. #. type: Bullet: ' * '
  510. #: ikiwiki/pagespec.mdwn:24
  511. msgid "and !SandBox and !*/Discussion"
  512. msgstr ""
  513. #. type: Plain text
  514. #: ikiwiki/pagespec.mdwn:26
  515. msgid ""
  516. "Some more elaborate limits can be added to what matches using these "
  517. "functions:"
  518. msgstr ""
  519. #. type: Plain text
  520. #: ikiwiki/pagespec.mdwn:58
  521. #, no-wrap
  522. msgid ""
  523. "* \"`glob(someglob)`\" - matches pages and other files that match the given "
  524. "glob.\n"
  525. " Just writing the glob by itself is actually a shorthand for this "
  526. "function.\n"
  527. "* \"`page(glob)`\" - like `glob()`, but only matches pages, not other "
  528. "files\n"
  529. "* \"`link(page)`\" - matches only pages that link to a given page (or "
  530. "glob)\n"
  531. "* \"`tagged(tag)`\" - matches pages that are tagged or link to the given tag "
  532. "(or\n"
  533. " tags matched by a glob)\n"
  534. "* \"`backlink(page)`\" - matches only pages that a given page links to\n"
  535. "* \"`creation_month(month)`\" - matches only files created on the given "
  536. "month\n"
  537. "* \"`creation_day(mday)`\" - or day of the month\n"
  538. "* \"`creation_year(year)`\" - or year\n"
  539. "* \"`created_after(page)`\" - matches only files created after the given "
  540. "page\n"
  541. " was created\n"
  542. "* \"`created_before(page)`\" - matches only files created before the given "
  543. "page\n"
  544. " was created\n"
  545. "* \"`internal(glob)`\" - like `glob()`, but matches even internal-use \n"
  546. " pages that globs do not usually match.\n"
  547. "* \"`title(glob)`\", \"`author(glob)`\", \"`authorurl(glob)`\",\n"
  548. " \"`license(glob)`\", \"`copyright(glob)`\", \"`guid(glob)`\" \n"
  549. " - match pages that have the given metadata, matching the specified glob.\n"
  550. "* \"`user(username)`\" - tests whether a modification is being made by a\n"
  551. " user with the specified username. If openid is enabled, an openid can "
  552. "also\n"
  553. " be put here. Glob patterns can be used in the username. For example, \n"
  554. " to match all openid users, use `user(*://*)`\n"
  555. "* \"`admin()`\" - tests whether a modification is being made by one of the\n"
  556. " wiki admins.\n"
  557. "* \"`ip(address)`\" - tests whether a modification is being made from the\n"
  558. " specified IP address.\n"
  559. "* \"`comment(glob)`\" - matches comments to a page matching the glob.\n"
  560. "* \"`comment_pending(glob)`\" - matches unmoderated, pending comments.\n"
  561. "* \"`postcomment(glob)`\" - matches only when comments are being \n"
  562. " posted to a page matching the specified glob\n"
  563. msgstr ""
  564. #. type: Plain text
  565. #: ikiwiki/pagespec.mdwn:61
  566. msgid ""
  567. "For example, to match all pages in a blog that link to the page about music "
  568. "and were written in 2005:"
  569. msgstr ""
  570. #. type: Plain text
  571. #: ikiwiki/pagespec.mdwn:63
  572. #, no-wrap
  573. msgid "\tblog/* and link(music) and creation_year(2005)\n"
  574. msgstr ""
  575. #. type: Plain text
  576. #: ikiwiki/pagespec.mdwn:69
  577. msgid ""
  578. "Note the use of \"and\" in the above example, that means that only pages "
  579. "that match each of the three expressions match the whole. Use \"and\" when "
  580. "you want to combine expression like that; \"or\" when it's enough for a page "
  581. "to match one expression. Note that it doesn't make sense to say \"index and "
  582. "SandBox\", since no page can match both expressions."
  583. msgstr ""
  584. #. type: Plain text
  585. #: ikiwiki/pagespec.mdwn:73
  586. msgid ""
  587. "More complex expressions can also be created, by using parentheses for "
  588. "grouping. For example, to match pages in a blog that are tagged with either "
  589. "of two tags, use:"
  590. msgstr ""
  591. #. type: Plain text
  592. #: ikiwiki/pagespec.mdwn:75
  593. #, no-wrap
  594. msgid "\tblog/* and (tagged(foo) or tagged(bar))\n"
  595. msgstr ""
  596. #. type: Plain text
  597. #: ikiwiki/pagespec.mdwn:80
  598. msgid ""
  599. "Note that page names in PageSpecs are matched against the absolute filenames "
  600. "of the pages in the wiki, so a pagespec \"foo\" used on page \"a/b\" will "
  601. "not match a page named \"a/foo\" or \"a/b/foo\". To match relative to the "
  602. "directory of the page containing the pagespec, you can use \"./\". For "
  603. "example, \"./foo\" on page \"a/b\" matches page \"a/foo\"."
  604. msgstr ""
  605. #. type: Plain text
  606. #: ikiwiki/pagespec/attachment.mdwn:5
  607. #, no-wrap
  608. msgid ""
  609. "[[!if test=\"enabled(attachment)\"\n"
  610. " then=\"This wiki has attachments **enabled**.\"\n"
  611. " else=\"This wiki has attachments **disabled**.\"]]\n"
  612. msgstr ""
  613. #. type: Plain text
  614. #: ikiwiki/pagespec/attachment.mdwn:9
  615. msgid ""
  616. "If attachments are enabled, the wiki admin can control what types of "
  617. "attachments will be accepted, via the `allowed_attachments` configuration "
  618. "setting."
  619. msgstr ""
  620. #. type: Plain text
  621. #: ikiwiki/pagespec/attachment.mdwn:14
  622. msgid ""
  623. "For example, to limit most users to uploading small images, and nothing "
  624. "else, while allowing larger mp3 files to be uploaded by joey into a specific "
  625. "directory, and check all attachments for viruses, something like this could "
  626. "be used:"
  627. msgstr ""
  628. #. type: Plain text
  629. #: ikiwiki/pagespec/attachment.mdwn:16
  630. #, no-wrap
  631. msgid ""
  632. "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) "
  633. "and maxsize(15mb)) or (mimetype(image/*) and maxsize(50kb)))\n"
  634. msgstr ""
  635. #. type: Plain text
  636. #: ikiwiki/pagespec/attachment.mdwn:19
  637. msgid ""
  638. "The regular [[ikiwiki/PageSpec]] syntax is expanded with the following "
  639. "additional tests:"
  640. msgstr ""
  641. #. type: Bullet: '* '
  642. #: ikiwiki/pagespec/attachment.mdwn:23
  643. msgid ""
  644. "\"`maxsize(size)`\" - tests whether the attachment is no larger than the "
  645. "specified size. The size defaults to being in bytes, but \"kb\", \"mb\", "
  646. "\"gb\" etc can be used to specify the units."
  647. msgstr ""
  648. #. type: Bullet: '* '
  649. #: ikiwiki/pagespec/attachment.mdwn:26
  650. msgid ""
  651. "\"`minsize(size)`\" - tests whether the attachment is no smaller than the "
  652. "specified size."
  653. msgstr ""
  654. #. type: Bullet: '* '
  655. #: ikiwiki/pagespec/attachment.mdwn:30
  656. msgid ""
  657. "\"`ispage()`\" - tests whether the attachment will be treated by ikiwiki as "
  658. "a wiki page. (Ie, if it has an extension of \".mdwn\", or of any other "
  659. "enabled page format)."
  660. msgstr ""
  661. #. type: Plain text
  662. #: ikiwiki/pagespec/attachment.mdwn:34
  663. #, no-wrap
  664. msgid ""
  665. " So, if you don't want to allow wiki pages to be uploaded as attachments,\n"
  666. " use `!ispage()` ; if you only want to allow wiki pages to be uploaded\n"
  667. " as attachments, use `ispage()`.\n"
  668. msgstr ""
  669. #. type: Bullet: '* '
  670. #: ikiwiki/pagespec/attachment.mdwn:37
  671. msgid ""
  672. "\"`mimetype(foo/bar)`\" - checks the MIME type of the attachment. You can "
  673. "include a glob in the type, for example `mimetype(image/*)`."
  674. msgstr ""
  675. #. type: Bullet: '* '
  676. #: ikiwiki/pagespec/attachment.mdwn:38
  677. msgid "\"`virusfree()`\" - checks the attachment with an antiviral program."
  678. msgstr ""
  679. #. type: Plain text
  680. #: ikiwiki/pagespec/po.mdwn:4
  681. #, no-wrap
  682. msgid ""
  683. "[[!if test=\"enabled(po)\"\n"
  684. " then=\"This wiki has po support **enabled**.\"\n"
  685. " else=\"This wiki has po support **disabled**.\"]]\n"
  686. msgstr ""
  687. #. type: Plain text
  688. #: ikiwiki/pagespec/po.mdwn:9
  689. msgid ""
  690. "If the [[!iki plugins/po desc=po]] plugin is enabled, the regular "
  691. "[[ikiwiki/PageSpec]] syntax is expanded with the following additional tests "
  692. "that can be used to improve user navigation in a multi-lingual wiki:"
  693. msgstr ""
  694. #. type: Bullet: '* '
  695. #: ikiwiki/pagespec/po.mdwn:16
  696. msgid ""
  697. "\"`lang(LL)`\" - tests whether a page is written in the language specified "
  698. "as a ISO639-1 (two-letter) language code."
  699. msgstr ""
  700. #. type: Bullet: '* '
  701. #: ikiwiki/pagespec/po.mdwn:16
  702. msgid ""
  703. "\"`currentlang()`\" - tests whether a page is written in the same language "
  704. "as the current page."
  705. msgstr ""
  706. #. type: Bullet: '* '
  707. #: ikiwiki/pagespec/po.mdwn:16
  708. msgid ""
  709. "\"`needstranslation()`\" - tests whether a page needs translation work. Only "
  710. "slave pages match this PageSpec."
  711. msgstr ""
  712. #. type: Plain text
  713. #: ikiwiki/pagespec/po.mdwn:19
  714. msgid ""
  715. "Note that every non-po page is considered to be written in "
  716. "`po_master_language`, as specified in `ikiwiki.setup`."
  717. msgstr ""
  718. #. type: Plain text
  719. #: ikiwiki/pagespec/sorting.mdwn:5
  720. msgid ""
  721. "Some [[directives|ikiwiki/directive]] that use "
  722. "[[PageSpecs|ikiwiki/pagespec]] allow specifying the order that matching "
  723. "pages are shown in. The following sort orders can be specified."
  724. msgstr ""
  725. #. type: Bullet: '* '
  726. #: ikiwiki/pagespec/sorting.mdwn:7
  727. msgid "`age` - List pages from the most recently created to the oldest."
  728. msgstr ""
  729. #. type: Bullet: '* '
  730. #: ikiwiki/pagespec/sorting.mdwn:9
  731. msgid "`mtime` - List pages with the most recently modified first."
  732. msgstr ""
  733. #. type: Plain text
  734. #: ikiwiki/pagespec/sorting.mdwn:11
  735. #, no-wrap
  736. msgid ""
  737. "* `title` - Order by title (page name).\n"
  738. "[[!if test=\"enabled(sortnaturally)\" then=\"\"\"\n"
  739. msgstr ""
  740. #. type: Bullet: '* '
  741. #: ikiwiki/pagespec/sorting.mdwn:14
  742. msgid ""
  743. "`title_natural` - Orders by title, but numbers in the title are treated as "
  744. "such, (\"1 2 9 10 20\" instead of \"1 10 2 20 9\")"
  745. msgstr ""
  746. #. type: Bullet: '* '
  747. #: ikiwiki/pagespec/sorting.mdwn:20
  748. msgid ""
  749. "`meta(title)` - Order according to the `\\[[!meta title=\"foo\" "
  750. "sortas=\"bar\"]]` or `\\[[!meta title=\"foo\"]]` [[ikiwiki/directive]], or "
  751. "the page name if no full title was set. `meta(author)`, `meta(date)`, "
  752. "`meta(updated)`, etc. also work."
  753. msgstr ""
  754. #. type: Plain text
  755. #: ikiwiki/pagespec/sorting.mdwn:25
  756. msgid ""
  757. "In addition, you can combine several sort orders and/or reverse the order of "
  758. "sorting, with a string like `age -title` (which would sort by age, then by "
  759. "title in reverse order if two pages have the same age)."
  760. msgstr ""
  761. #. type: Plain text
  762. #: ikiwiki/searching.mdwn:6
  763. #, no-wrap
  764. msgid ""
  765. "[[!if test=\"enabled(search)\"\n"
  766. "then=\"This wiki has searching **enabled**.\"\n"
  767. "else=\"This wiki has searching **disabled**.\"]]\n"
  768. msgstr ""
  769. #. type: Plain text
  770. #: ikiwiki/searching.mdwn:10
  771. msgid ""
  772. "If searching is enabled, you can enter search terms in the search field, as "
  773. "you'd expect. There are a few special things you can do to construct more "
  774. "powerful searches."
  775. msgstr ""
  776. #. type: Bullet: '* '
  777. #: ikiwiki/searching.mdwn:20
  778. msgid "To match a phrase, enclose it in double quotes."
  779. msgstr ""
  780. #. type: Bullet: '* '
  781. #: ikiwiki/searching.mdwn:20
  782. msgid "`AND` can be used to search for documents containing two expressions."
  783. msgstr ""
  784. #. type: Bullet: '* '
  785. #: ikiwiki/searching.mdwn:20
  786. msgid ""
  787. "`OR` can be used to search for documents containing either one of two "
  788. "expressions."
  789. msgstr ""
  790. #. type: Bullet: '* '
  791. #: ikiwiki/searching.mdwn:20
  792. msgid ""
  793. "Parentheses can be used to build up complicated search expressions. For "
  794. "example, \"(foo AND bar) OR (me AND you)\""
  795. msgstr ""
  796. #. type: Bullet: '* '
  797. #: ikiwiki/searching.mdwn:20
  798. msgid ""
  799. "Prefix a search term with \"-\" to avoid it from appearing in the results. "
  800. "For example, \"-discussion\" will omit \"discussion\"."
  801. msgstr ""
  802. #. type: Bullet: '* '
  803. #: ikiwiki/searching.mdwn:20
  804. msgid "To search for a page with a given title, use \"title:foo\"."
  805. msgstr ""
  806. #. type: Bullet: '* '
  807. #: ikiwiki/searching.mdwn:20
  808. msgid "To search for pages that contain a \"bar\" link, use \"link:bar\"."
  809. msgstr ""
  810. #. type: Plain text
  811. #: ikiwiki/subpage.mdwn:6
  812. msgid ""
  813. "ikiwiki supports placing pages in a directory hierarchy. For example, this "
  814. "page, [[SubPage]] has some related pages placed under it, like "
  815. "[[SubPage/LinkingRules]]. This is a useful way to add some order to your "
  816. "wiki rather than just having a great big directory full of pages."
  817. msgstr ""
  818. #. type: Plain text
  819. #: ikiwiki/subpage.mdwn:11
  820. msgid ""
  821. "To add a SubPage, just make a subdirectory and put pages in it. For example, "
  822. "this page is subpage.mdwn in this wiki's source, and there is also a subpage "
  823. "subdirectory, which contains subpage/linkingrules.mdwn. Subpages can be "
  824. "nested as deeply as you'd like."
  825. msgstr ""
  826. #. type: Plain text
  827. #: ikiwiki/subpage.mdwn:12
  828. msgid "Linking to and from a SubPage is explained in [[LinkingRules]]."
  829. msgstr ""
  830. #. type: Plain text
  831. #: ikiwiki/subpage/linkingrules.mdwn:6
  832. msgid ""
  833. "To link to or from a [[SubPage]], you can normally use a regular "
  834. "[[WikiLink]] that does not contain the name of the parent directory of the "
  835. "[[SubPage]]. Ikiwiki descends the directory hierarchy looking for a page "
  836. "that matches your link."
  837. msgstr ""
  838. #. type: Plain text
  839. #: ikiwiki/subpage/linkingrules.mdwn:10
  840. msgid ""
  841. "For example, if FooBar/SubPage links to \"OtherPage\", ikiwiki will first "
  842. "prefer pointing the link to FooBar/SubPage/OtherPage if it exists, next to "
  843. "FooBar/OtherPage and finally to OtherPage in the root of the wiki."
  844. msgstr ""
  845. #. type: Plain text
  846. #: ikiwiki/subpage/linkingrules.mdwn:16
  847. msgid ""
  848. "Note that this means that if a link on FooBar/SomePage to \"OtherPage\" "
  849. "currently links to OtherPage, in the root of the wiki, and FooBar/OtherPage "
  850. "is created, the link will _change_ to point to FooBar/OtherPage. On the "
  851. "other hand, a link from BazBar to \"OtherPage\" would be unchanged by this "
  852. "creation of a [[SubPage]] of FooBar."
  853. msgstr ""
  854. #. type: Plain text
  855. #: ikiwiki/subpage/linkingrules.mdwn:20
  856. msgid ""
  857. "You can also specify a link that contains a directory name, like "
  858. "\"FooBar/OtherPage\" to more exactly specify what page to link to. This is "
  859. "the only way to link to an unrelated [[SubPage]]."
  860. msgstr ""
  861. #. type: Plain text
  862. #: ikiwiki/subpage/linkingrules.mdwn:23
  863. msgid ""
  864. "You can use this to, for example, to link from BazBar to \"FooBar/SubPage\", "
  865. "or from BazBar/SubPage to \"FooBar/SubPage\"."
  866. msgstr ""
  867. #. type: Plain text
  868. #: ikiwiki/subpage/linkingrules.mdwn:29
  869. msgid ""
  870. "You can also use \"/\" at the start of a link, to specify exactly which page "
  871. "to link to, when there are multiple pages with similar names and the link "
  872. "goes to the wrong page by default. For example, linking from "
  873. "\"FooBar/SubPage\" to \"/OtherPage\" will link to the \"OtherPage\" in the "
  874. "root of the wiki, even if there is a \"FooBar/OtherPage\"."
  875. msgstr ""
  876. #. type: Plain text
  877. #: ikiwiki/subpage/linkingrules.mdwn:33
  878. msgid ""
  879. "Also, if the wiki is configured with a userdir, you can link to pages within "
  880. "the userdir without specifying a path to them. This is to allow for easy "
  881. "linking to a user's page in the userdir, to sign a comment. These links are "
  882. "checked for last of all."
  883. msgstr ""
  884. #. type: Plain text
  885. #: ikiwiki/wikilink.mdwn:5
  886. msgid ""
  887. "WikiLinks provide easy linking between pages of the wiki. To create a "
  888. "[[WikiLink]], just put the name of the page to link to in double brackets. "
  889. "For example `\\[[WikiLink]]`."
  890. msgstr ""
  891. #. type: Plain text
  892. #: ikiwiki/wikilink.mdwn:8
  893. msgid ""
  894. "If you ever need to write something like `\\[[WikiLink]]` without creating a "
  895. "wikilink, just prefix it with a `\\`, like `\\\\[[WikiLink]]`."
  896. msgstr ""
  897. #. type: Plain text
  898. #: ikiwiki/wikilink.mdwn:11
  899. msgid ""
  900. "There are some special [[SubPage/LinkingRules]] that come into play when "
  901. "linking between [[SubPages|SubPage]]."
  902. msgstr ""
  903. #. type: Plain text
  904. #: ikiwiki/wikilink.mdwn:15
  905. msgid ""
  906. "WikiLinks are matched with page names in a case-insensitive manner, so you "
  907. "don't need to worry about getting the case the same, and can capitalise "
  908. "links at the start of a sentence, and so on."
  909. msgstr ""
  910. #. type: Plain text
  911. #: ikiwiki/wikilink.mdwn:19
  912. msgid ""
  913. "It's also possible to write a WikiLink that uses something other than the "
  914. "page name as the link text. For example `\\[[foo_bar|SandBox]]` links to the "
  915. "SandBox page, but the link will appear like this: [[foo_bar|SandBox]]."
  916. msgstr ""
  917. #. type: Plain text
  918. #: ikiwiki/wikilink.mdwn:22
  919. msgid ""
  920. "To link to an anchor inside a page, you can use something like "
  921. "`\\[[WikiLink#foo]]` ."
  922. msgstr ""
  923. #. type: Plain text
  924. #: ikiwiki/wikilink.mdwn:25
  925. msgid ""
  926. "If the file linked to by a WikiLink looks like an image, it will be "
  927. "displayed inline on the page."
  928. msgstr ""
  929. #. type: Plain text
  930. #: ikiwiki/wikilink.mdwn:29
  931. msgid ""
  932. "You can also put an url in a WikiLink, to link to an external page. Email "
  933. "addresses can also be used to generate a mailto link."
  934. msgstr ""
  935. #. type: Plain text
  936. #: index.mdwn:2
  937. msgid "Welcome to your new wiki."
  938. msgstr ""
  939. #. type: Plain text
  940. #: index.mdwn:4
  941. msgid "All wikis are supposed to have a [[SandBox]], so this one does too."
  942. msgstr ""
  943. #. type: Plain text
  944. #: index.mdwn:7
  945. msgid "This wiki is powered by [[ikiwiki]]."
  946. msgstr ""
  947. #. type: Plain text
  948. #: recentchanges.mdwn:2
  949. #, no-wrap
  950. msgid "[[!meta title=\"RecentChanges\"]]\n"
  951. msgstr ""
  952. #. type: Plain text
  953. #: recentchanges.mdwn:5
  954. msgid "Recent changes to this wiki:"
  955. msgstr ""
  956. #. type: Plain text
  957. #: recentchanges.mdwn:7
  958. #, no-wrap
  959. msgid ""
  960. "[[!inline pages=\"internal(recentchanges/change_*) and !*/Discussion\" \n"
  961. "template=recentchanges show=0]]\n"
  962. msgstr ""
  963. #. type: Plain text
  964. #: sandbox.mdwn:2
  965. msgid "This is the SandBox, a page anyone can edit to learn how to use the wiki."
  966. msgstr ""
  967. #. type: Plain text
  968. #: sandbox.mdwn:6
  969. msgid "Here's a paragraph."
  970. msgstr ""
  971. #. type: Plain text
  972. #: sandbox.mdwn:8
  973. msgid "Here's another one with *emphasised* text."
  974. msgstr ""
  975. #. type: Title #
  976. #: sandbox.mdwn:9
  977. #, no-wrap
  978. msgid "Header"
  979. msgstr ""
  980. #. type: Title ##
  981. #: sandbox.mdwn:11
  982. #, no-wrap
  983. msgid "Subheader"
  984. msgstr ""
  985. #. type: Plain text
  986. #: sandbox.mdwn:20
  987. #, no-wrap
  988. msgid ""
  989. "> This is a blockquote.\n"
  990. ">\n"
  991. "> This is the first level of quoting.\n"
  992. ">\n"
  993. "> > This is nested blockquote.\n"
  994. ">\n"
  995. "> Back to the first level.\n"
  996. msgstr ""
  997. #. type: Plain text
  998. #: sandbox.mdwn:22
  999. msgid "Numbered list"
  1000. msgstr ""
  1001. #. type: Bullet: '1. '
  1002. #: sandbox.mdwn:26
  1003. msgid "First item."
  1004. msgstr ""
  1005. #. type: Bullet: '1. '
  1006. #: sandbox.mdwn:26
  1007. msgid "Another."
  1008. msgstr ""
  1009. #. type: Bullet: '1. '
  1010. #: sandbox.mdwn:26
  1011. msgid "And another.."
  1012. msgstr ""
  1013. #. type: Plain text
  1014. #: sandbox.mdwn:28
  1015. msgid "Bulleted list"
  1016. msgstr ""
  1017. #. type: Bullet: '* '
  1018. #: sandbox.mdwn:31
  1019. msgid "*item*"
  1020. msgstr ""
  1021. #. type: Bullet: '* '
  1022. #: sandbox.mdwn:31
  1023. msgid "item"
  1024. msgstr ""
  1025. #. type: Plain text
  1026. #: sandbox.mdwn:32
  1027. msgid "[[ikiwiki/WikiLink]]"
  1028. msgstr ""
  1029. #. type: Plain text
  1030. #: shortcuts.mdwn:4
  1031. #, no-wrap
  1032. msgid ""
  1033. "[[!if test=\"enabled(shortcut)\"\n"
  1034. " then=\"This wiki has shortcuts **enabled**.\"\n"
  1035. " else=\"This wiki has shortcuts **disabled**.\"]]\n"
  1036. msgstr ""
  1037. #. type: Plain text
  1038. #: shortcuts.mdwn:6
  1039. msgid "Some examples of using shortcuts include:"
  1040. msgstr ""
  1041. #. type: Plain text
  1042. #: shortcuts.mdwn:11
  1043. #, no-wrap
  1044. msgid ""
  1045. "\t\\[[!google foo]]\n"
  1046. "\t\\[[!wikipedia War_of_1812]]\n"
  1047. "\t\\[[!debbug 12345]]\n"
  1048. "\tCheck the \\[[!cia ikiwiki desc=\"CIA page for %s\"]].\n"
  1049. msgstr ""
  1050. #. type: Plain text
  1051. #: shortcuts.mdwn:13
  1052. msgid "This page controls what shortcut links the wiki supports."
  1053. msgstr ""
  1054. #. type: Bullet: '* '
  1055. #: shortcuts.mdwn:64
  1056. msgid "[[!shortcut name=google url=\"http://www.google.com/search?q=%s\"]]"
  1057. msgstr ""
  1058. #. type: Bullet: '* '
  1059. #: shortcuts.mdwn:64
  1060. msgid "[[!shortcut name=archive url=\"http://web.archive.org/*/%S\"]]"
  1061. msgstr ""
  1062. #. type: Bullet: '* '
  1063. #: shortcuts.mdwn:64
  1064. msgid "[[!shortcut name=gmap url=\"http://maps.google.com/maps?q=%s\"]]"
  1065. msgstr ""
  1066. #. type: Bullet: '* '
  1067. #: shortcuts.mdwn:64
  1068. msgid "[[!shortcut name=gmsg url=\"http://groups.google.com/groups?selm=%s\"]]"
  1069. msgstr ""
  1070. #. type: Bullet: '* '
  1071. #: shortcuts.mdwn:64
  1072. msgid "[[!shortcut name=wikipedia url=\"http://en.wikipedia.org/wiki/%s\"]]"
  1073. msgstr ""
  1074. #. type: Bullet: '* '
  1075. #: shortcuts.mdwn:64
  1076. msgid "[[!shortcut name=wikitravel url=\"http://wikitravel.org/en/%s\"]]"
  1077. msgstr ""
  1078. #. type: Bullet: '* '
  1079. #: shortcuts.mdwn:64
  1080. msgid "[[!shortcut name=wiktionary url=\"http://en.wiktionary.org/wiki/%s\"]]"
  1081. msgstr ""
  1082. #. type: Bullet: '* '
  1083. #: shortcuts.mdwn:64
  1084. msgid ""
  1085. "[[!shortcut name=debbug url=\"http://bugs.debian.org/%S\" desc=\"Debian bug "
  1086. "#%s\"]]"
  1087. msgstr ""
  1088. #. type: Bullet: '* '
  1089. #: shortcuts.mdwn:64
  1090. msgid ""
  1091. "[[!shortcut name=deblist url=\"http://lists.debian.org/debian-%s\" "
  1092. "desc=\"debian-%s@lists.debian.org\"]]"
  1093. msgstr ""
  1094. #. type: Bullet: '* '
  1095. #: shortcuts.mdwn:64
  1096. msgid "[[!shortcut name=debpkg url=\"http://packages.debian.org/%s\"]]"
  1097. msgstr ""
  1098. #. type: Bullet: '* '
  1099. #: shortcuts.mdwn:64
  1100. msgid "[[!shortcut name=debpkgsid url=\"http://packages.debian.org/sid/%s\"]]"
  1101. msgstr ""
  1102. #. type: Bullet: '* '
  1103. #: shortcuts.mdwn:64
  1104. msgid "[[!shortcut name=debpts url=\"http://packages.qa.debian.org/%s\"]]"
  1105. msgstr ""
  1106. #. type: Bullet: '* '
  1107. #: shortcuts.mdwn:64
  1108. msgid "[[!shortcut name=debmsg url=\"http://lists.debian.org/msgid-search/%s\"]]"
  1109. msgstr ""
  1110. #. type: Bullet: '* '
  1111. #: shortcuts.mdwn:64
  1112. msgid ""
  1113. "[[!shortcut name=debrt "
  1114. "url=\"https://rt.debian.org/Ticket/Display.html?id=%s\"]]"
  1115. msgstr ""
  1116. #. type: Plain text
  1117. #: shortcuts.mdwn:64
  1118. #, no-wrap
  1119. msgid ""
  1120. "* [[!shortcut name=debss url=\"http://snapshot.debian.net/package/%s\"]]\n"
  1121. " * Usage: `\\[[!debss package]]`, `\\[[!debss package#version]]`, or "
  1122. "`\\[[!debss package/version]]`. See http://snapshot.debian.net for "
  1123. "details.\n"
  1124. "* [[!shortcut name=debwiki url=\"http://wiki.debian.org/%s\"]]\n"
  1125. "* [[!shortcut name=fdobug "
  1126. "url=\"https://bugs.freedesktop.org/show_bug.cgi?id=%s\" "
  1127. "desc=\"freedesktop.org bug #%s\"]]\n"
  1128. "* [[!shortcut name=fdolist "
  1129. "url=\"http://lists.freedesktop.org/mailman/listinfo/%s\" "
  1130. "desc=\"%s@lists.freedesktop.org\"]]\n"
  1131. "* [[!shortcut name=gnomebug "
  1132. "url=\"http://bugzilla.gnome.org/show_bug.cgi?id=%s\" desc=\"GNOME bug "
  1133. "#%s\"]]\n"
  1134. "* [[!shortcut name=linuxbug "
  1135. "url=\"http://bugzilla.kernel.org/show_bug.cgi?id=%s\" desc=\"Linux bug "
  1136. "#%s\"]]\n"
  1137. "* [[!shortcut name=mozbug "
  1138. "url=\"https://bugzilla.mozilla.org/show_bug.cgi?id=%s\" desc=\"Mozilla bug "
  1139. "#%s\"]]\n"
  1140. "* [[!shortcut name=gnulist url=\"http://lists.gnu.org/mailman/listinfo/%s\" "
  1141. "desc=\"%s@gnu.org\"]]\n"
  1142. "* [[!shortcut name=marcmsg url=\"http://marc.info/?i=%s\"]]\n"
  1143. "* [[!shortcut name=marclist url=\"http://marc.info/?l=%s\"]]\n"
  1144. "* [[!shortcut name=gmane url=\"http://dir.gmane.org/gmane.%s\" "
  1145. "desc=\"gmane.%s\"]]\n"
  1146. "* [[!shortcut name=gmanemsg url=\"http://mid.gmane.org/%s\"]]\n"
  1147. "* [[!shortcut name=cpan "
  1148. "url=\"http://search.cpan.org/search?mode=dist&query=%s\"]]\n"
  1149. "* [[!shortcut name=ctan "
  1150. "url=\"http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s\"]]\n"
  1151. "* [[!shortcut name=hoogle url=\"http://haskell.org/hoogle/?q=%s\"]]\n"
  1152. "* [[!shortcut name=iki url=\"http://ikiwiki.info/%S/\"]]\n"
  1153. "* [[!shortcut name=ljuser url=\"http://%s.livejournal.com/\"]]\n"
  1154. "* [[!shortcut name=rfc url=\"http://www.ietf.org/rfc/rfc%s.txt\" desc=\"RFC "
  1155. "%s\"]]\n"
  1156. "* [[!shortcut name=c2 url=\"http://c2.com/cgi/wiki?%s\"]]\n"
  1157. "* [[!shortcut name=meatballwiki "
  1158. "url=\"http://www.usemod.com/cgi-bin/mb.pl?%s\"]]\n"
  1159. "* [[!shortcut name=emacswiki "
  1160. "url=\"http://www.emacswiki.org/cgi-bin/wiki/%s\"]]\n"
  1161. "* [[!shortcut name=haskellwiki url=\"http://haskell.org/haskellwiki/%s\"]]\n"
  1162. "* [[!shortcut name=dict "
  1163. "url=\"http://www.dict.org/bin/Dict?Form=Dict1&Strategy=*&Database=*&Query=%s\"]]\n"
  1164. "* [[!shortcut name=imdb url=\"http://imdb.com/find?q=%s\"]]\n"
  1165. "* [[!shortcut name=gpg "
  1166. "url=\"http://pgpkeys.mit.edu:11371/pks/lookup?op=vindex&exact=on&search=0x%s\"]]\n"
  1167. "* [[!shortcut name=perldoc "
  1168. "url=\"http://perldoc.perl.org/search.html?q=%s\"]]\n"
  1169. "* [[!shortcut name=whois "
  1170. "url=\"http://reports.internic.net/cgi/whois?whois_nic=%s&type=domain\"]]\n"
  1171. "* [[!shortcut name=cve "
  1172. "url=\"http://cve.mitre.org/cgi-bin/cvename.cgi?name=%s\"]]\n"
  1173. "* [[!shortcut name=cia url=\"http://cia.vc/stats/project/%s\"]]\n"
  1174. "* [[!shortcut name=ciauser url=\"http://cia.vc/stats/user/%s\"]]\n"
  1175. "* [[!shortcut name=flickr url=\"http://www.flickr.com/photos/%s\"]]\n"
  1176. "* [[!shortcut name=man url=\"http://linux.die.net/man/%s\"]]\n"
  1177. "* [[!shortcut name=ohloh url=\"http://www.ohloh.net/projects/%s\"]]\n"
  1178. "* [[!shortcut name=cpanrt "
  1179. "url=\"https://rt.cpan.org/Ticket/Display.html?id=%s\" desc=\"CPAN "
  1180. "RT#%s\"]]\n"
  1181. "* [[!shortcut name=novellbug "
  1182. "url=\"https://bugzilla.novell.com/show_bug.cgi?id=%s\" desc=\"bug %s\"]]\n"
  1183. msgstr ""
  1184. #. type: Plain text
  1185. #: shortcuts.mdwn:70
  1186. msgid ""
  1187. "To add a new shortcut, use the `shortcut` [[ikiwiki/directive]]. In the url, "
  1188. "\"%s\" is replaced with the text passed to the named shortcut, after "
  1189. "[[!wikipedia url_encoding]] it, and '%S' is replaced with the raw, "
  1190. "non-encoded text. The optional `desc` parameter controls the description of "
  1191. "the link."
  1192. msgstr ""
  1193. #. type: Plain text
  1194. #: shortcuts.mdwn:75
  1195. msgid ""
  1196. "Remember that the `name` you give the shortcut will become a new "
  1197. "[[ikiwiki/directive]]. Avoid using a `name` that conflicts with an existing "
  1198. "directive. These directives also accept a `desc` parameter that will "
  1199. "override the one provided at definition time."
  1200. msgstr ""
  1201. #. type: Plain text
  1202. #: shortcuts.mdwn:79
  1203. msgid ""
  1204. "If you come up with a shortcut that you think others might find useful, "
  1205. "consider contributing it to the [shortcuts page on the ikiwiki "
  1206. "wiki](http://ikiwiki.info/shortcuts/), so that future versions of ikiwiki "
  1207. "will include your shortcut in the standard underlay."
  1208. msgstr ""
  1209. #. type: Plain text
  1210. #: templates.mdwn:3
  1211. msgid ""
  1212. "[[Ikiwiki]] uses many templates for many purposes. By editing its templates, "
  1213. "you can fully customise this site."
  1214. msgstr ""
  1215. #. type: Plain text
  1216. #: templates.mdwn:8
  1217. msgid ""
  1218. "Templates are located in `/usr/share/ikiwiki/templates` by default; the "
  1219. "`templatedir` setting can be used to make another directory be searched "
  1220. "first. Customised templates can also be placed inside the \"templates/\" "
  1221. "directory in your wiki's source."
  1222. msgstr ""
  1223. #. type: Plain text
  1224. #: templates.mdwn:12
  1225. msgid ""
  1226. "Ikiwiki uses the HTML::Template module as its template engine. This supports "
  1227. "things like conditionals and loops in templates and is pretty easy to "
  1228. "learn. All you really need to know to modify templates is this:"
  1229. msgstr ""
  1230. #. type: Bullet: '* '
  1231. #: templates.mdwn:18
  1232. msgid "To insert the value of a template variable, use `<TMPL_VAR variable>`."
  1233. msgstr ""
  1234. #. type: Bullet: '* '
  1235. #: templates.mdwn:18
  1236. msgid ""
  1237. "To make a block of text conditional on a variable being set use `<TMPL_IF "
  1238. "variable>text</TMPL_IF>`."
  1239. msgstr ""
  1240. #. type: Bullet: '* '
  1241. #: templates.mdwn:18
  1242. msgid ""
  1243. "To use one block of text if a variable is set and a second if it's not, use "
  1244. "`<TMPL_IF variable>text<TMPL_ELSE>other text</TMPL_IF>`"
  1245. msgstr ""
  1246. #. type: Plain text
  1247. #: templates.mdwn:19
  1248. #, no-wrap
  1249. msgid "[[!if test=\"enabled(template)\" then=\"\"\"\n"
  1250. msgstr ""
  1251. #. type: Title ##
  1252. #: templates.mdwn:20
  1253. #, no-wrap
  1254. msgid "template pages"
  1255. msgstr ""
  1256. #. type: Plain text
  1257. #: templates.mdwn:25
  1258. msgid ""
  1259. "The [[!iki ikiwiki/directive/template desc=\"template directive\"]] allows "
  1260. "wiki pages to be used as templates, filled out and inserted into other pages "
  1261. "in the wiki."
  1262. msgstr ""
  1263. #. type: Plain text
  1264. #: templates.mdwn:27
  1265. #, no-wrap
  1266. msgid "[[!if test=\"enabled(edittemplate)\" then=\"\"\"\n"
  1267. msgstr ""
  1268. #. type: Title ##
  1269. #: templates.mdwn:28
  1270. #, no-wrap
  1271. msgid "default content for new pages"
  1272. msgstr ""
  1273. #. type: Plain text
  1274. #: templates.mdwn:33
  1275. msgid ""
  1276. "The [[!iki ikiwiki/directive/edittemplate desc=\"edittemplate directive\"]] "
  1277. "can be used to make new pages default to containing text from a template "
  1278. "page, which can be filled as out the page is edited."
  1279. msgstr ""
  1280. #. type: Plain text
  1281. #: templates.mdwn:36
  1282. #, no-wrap
  1283. msgid ""
  1284. "[[!if test=\"(enabled(template) or enabled(edittemplate))\n"
  1285. "and enabled(inline)\" then=\"\"\"\n"
  1286. msgstr ""
  1287. #. type: Plain text
  1288. #: templates.mdwn:40
  1289. #, no-wrap
  1290. msgid ""
  1291. "[[!inline pages=\"templates/* and !*.tmpl and !templates/*/* and "
  1292. "!*/discussion\"\n"
  1293. "feeds=no archive=yes sort=title template=titlepage\n"
  1294. "rootpage=templates postformtext=\"Add a new template named:\"]]\n"
  1295. msgstr ""
  1296. #. type: Title ##
  1297. #: templates.mdwn:42
  1298. #, no-wrap
  1299. msgid "wiki templates"
  1300. msgstr ""
  1301. #. type: Plain text
  1302. #: templates.mdwn:46
  1303. msgid ""
  1304. "These templates are used to build the wiki. The aim is to keep almost all "
  1305. "html out of ikiwiki and in the templates."
  1306. msgstr ""
  1307. #. type: Bullet: '* '
  1308. #: templates.mdwn:48
  1309. msgid ""
  1310. "`page.tmpl` - Used for displaying all regular wiki pages. This is the key "
  1311. "template to customise. [[!if test=\"enabled(pagetemplate)\" then=\"\"\""
  1312. msgstr ""
  1313. #. type: Plain text
  1314. #: templates.mdwn:79
  1315. #, no-wrap
  1316. msgid ""
  1317. " (The [[!iki ikiwiki/directive/pagetemplate desc=\"pagetemplate "
  1318. "directive\"]]\n"
  1319. " can be used to make a page use a different template than "
  1320. "`page.tmpl`.)\"\"\"]]\n"
  1321. "* `rsspage.tmpl` - Used for generating rss feeds for blogs.\n"
  1322. "* `rssitem.tmpl` - Used for generating individual items on rss feeds.\n"
  1323. "* `atompage.tmpl` - Used for generating atom feeds for blogs.\n"
  1324. "* `atomitem.tmpl` - Used for generating individual items on atom feeds.\n"
  1325. "* `inlinepage.tmpl` - Used for displaying a post in a blog.\n"
  1326. "* `archivepage.tmpl` - Used for listing a page in a blog archive page.\n"
  1327. "* `titlepage.tmpl` - Used for listing a page by title in a blog archive "
  1328. "page.\n"
  1329. "* `microblog.tmpl` - Used for showing a microblogging post inline.\n"
  1330. "* `blogpost.tmpl` - Used for a form to add a post to a blog (and a rss/atom "
  1331. "links)\n"
  1332. "* `feedlink.tmpl` - Used to add rss/atom links if `blogpost.tmpl` is not "
  1333. "used.\n"
  1334. "* `aggregatepost.tmpl` - Used by the aggregate plugin to create\n"
  1335. " a page for a post.\n"
  1336. "* `searchform.tmpl`, `googleform.tmpl` - Used by the search plugin \n"
  1337. " and google plugin to add search forms to wiki pages.\n"
  1338. "* `searchquery.tmpl` - This is a Omega template, used by the\n"
  1339. " search plugin.\n"
  1340. "* `comment.tmpl` - Used by the comments plugin to display a comment.\n"
  1341. "* `change.tmpl` - Used to create a page describing a change made to the "
  1342. "wiki.\n"
  1343. "* `recentchanges.tmpl` - Used for listing a change on the RecentChanges "
  1344. "page.\n"
  1345. "* `autoindex.tmpl` - Filled in by the autoindex plugin to make index "
  1346. "pages.\n"
  1347. "* `autotag.tmpl` - Filled in by the tag plugin to make tag pages.\n"
  1348. "* `calendarmonth.tmpl`, `calendaryear.tmpl` - Used by ikiwiki-calendar to\n"
  1349. " make calendar archive pages.\n"
  1350. "* `editpage.tmpl`, `editconflict.tmpl`, `editcreationconflict.tmpl`,\n"
  1351. " `editfailedsave.tmpl`, `editpagegone.tmpl`, `pocreatepage.tmpl`,\n"
  1352. " `editcomment.tmpl` `commentmoderation.tmpl`, `renamesummary.tmpl`,\n"
  1353. " `passwordmail.tmpl`, `openid-selector.tmpl` - Parts of ikiwiki's user\n"
  1354. " interface; do not normally need to be customised.\n"
  1355. msgstr ""
  1356. #. type: Plain text
  1357. #: templates/note.mdwn:11
  1358. #, no-wrap
  1359. msgid ""
  1360. "<div class=\"notebox\">\n"
  1361. "<TMPL_VAR text>\n"
  1362. "</div>\n"
  1363. "<TMPL_UNLESS text>\n"
  1364. "Use this template to insert a note into a page. The note will be styled to\n"
  1365. "float to the right of other text on the page. This template has one\n"
  1366. "parameter:\n"
  1367. "<ul>\n"
  1368. "<li>`text` - the text to display in the note\n"
  1369. "</ul>\n"
  1370. "</TMPL_UNLESS>\n"
  1371. msgstr ""
  1372. #. type: Plain text
  1373. #: templates/popup.mdwn:16
  1374. #, no-wrap
  1375. msgid ""
  1376. "<TMPL_UNLESS mouseover>\n"
  1377. "Use this template to create a popup window that is displayed when the "
  1378. "mouse\n"
  1379. "is over part of the page. This template has two parameters:\n"
  1380. "<ul>\n"
  1381. "<li>`mouseover` - This is the text or other content that triggers the\n"
  1382. "popup.\n"
  1383. "<li>`popup` - This should be the content of the popup window. It can be\n"
  1384. "anything, even images or a whole little wiki page, but should not be too\n"
  1385. "large for good usability.\n"
  1386. "</ul>\n"
  1387. "Note that browsers that do not support the CSS will display the popup\n"
  1388. "inline in the page, inside square brackets.\n"
  1389. "</TMPL_UNLESS>\n"
  1390. "<span class=\"popup\"><TMPL_VAR mouseover>\n"
  1391. "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR "
  1392. "popup></span><span class=\"paren\">]</span>\n"
  1393. "</span>\n"
  1394. msgstr ""