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.
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"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 "The `meta` directive is supplied by the [[!iki plugins/meta desc=meta]] "
27 "This directive allows inserting arbitrary metadata into the source of a "
28 "page. Enter the metadata as follows:"
34 "\t\\[[!meta field=\"value\"]]\n"
35 "\t\\[[!meta field=\"value\" param=\"value\" param=\"value\"]]\n"
40 "The first form sets a given field to a given value, while the second form "
41 "also specifies some additional sub-parameters. You can have only one field "
42 "per `meta` directive, use more directives if you want to specify more "
48 "The field values are treated as HTML entity-escaped text, so you can include "
49 "a quote in the text by writing `"` and so on."
53 msgid "Supported fields:"
63 " Overrides the title of the page, which is generally the same as the\n"
70 " Note that if the title is overridden, a \"title_overridden\" variable "
72 " be set to a true value in the template; this can be used to format "
74 " differently in this case.\n"
80 " An optional `sortas` parameter will be used preferentially when\n"
81 " [[ikiwiki/pagespec/sorting]] by `meta(title)`:\n"
86 msgid "\t\\[[!meta title=\"The Beatles\" sortas=\"Beatles, The\"]]\n"
91 msgid "\t\\[[!meta title=\"David Bowie\" sortas=\"Bowie, David\"]]\n"
101 " Specifies a license for the page, for example, \"GPL\". Can contain\n"
102 " WikiLinks and arbitrary markup.\n"
105 #. type: Bullet: '* '
112 " Specifies the copyright of the page, for example, \"Copyright 2007 by\n"
113 " Joey Hess\". Can contain WikiLinks and arbitrary markup.\n"
116 #. type: Bullet: '* '
122 msgid " Specifies the author of a page.\n"
128 " An optional `sortas` parameter will be used preferentially when\n"
129 " [[ikiwiki/pagespec/sorting]] by `meta(author)`:\n"
134 msgid "\t\\[[!meta author=\"Joey Hess\" sortas=\"Hess, Joey\"]]\n"
137 #. type: Bullet: '* '
143 msgid " Specifies an url for the author of a page.\n"
146 #. type: Bullet: '* '
153 " Specifies a short description for the page. This will be put in\n"
154 " the html header, and can also be displayed by eg, the [[map]] directive.\n"
157 #. type: Bullet: '* '
164 " Specifies a permanent link to the page, if different than the page\n"
165 " generated by ikiwiki.\n"
168 #. type: Bullet: '* '
175 " Specifies the creation date of the page. The date can be entered in\n"
176 " nearly any format, since it's parsed by [[!cpan TimeDate]].\n"
179 #. type: Bullet: '* '
186 " Adds a stylesheet to a page. The stylesheet is treated as a wiki link to\n"
187 " a `.css` file in the wiki, so it cannot be used to add links to external\n"
188 " stylesheets. Example:\n"
194 "\t\\[[!meta stylesheet=somestyle rel=\"alternate stylesheet\"\n"
195 "\ttitle=\"somestyle\"]]\n"
201 " However, this will be scrubbed away if the \n"
202 " [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled,\n"
203 " since it can be used to insert unsafe content.\n"
206 #. type: Bullet: '* '
213 " Adds a script to a page. The script is treated as a wiki link to\n"
214 " a `.js` file in the wiki, so it cannot be used to add links to external\n"
215 " scripts. The optional `defer` and `async` keywords can be used to set\n"
216 " the corresponding HTML4 and HTML5 script options. Example:\n"
221 msgid "\t\\[[!meta script=somescript defer async]]\n"
226 msgid " The tag is subject to scrubbing as with the stylesheet and link fields.\n"
229 #. type: Bullet: '* '
236 " Adds html <link> tags to perform OpenID delegation to an external\n"
237 " OpenID server. This lets you use an ikiwiki page as your OpenID.\n"
243 " By default this will delegate for both `openid` and `openid2`. To only\n"
244 " delegate for one, add a parameter such as `delegate=openid`.\n"
250 " An optional `xrds-location`\n"
251 " parameter lets you specify the location of any [eXtensible Resource\n"
252 " DescriptorS](http://www.windley.com/archives/2007/05/using_xrds.shtml).\n"
264 "\t\\[[!meta openid=\"http://joeyh.myopenid.com/\"\n"
265 "\tserver=\"http://www.myopenid.com/server\"\n"
266 "\txrds-location=\"http://www.myopenid.com/xrds?username=joeyh.myopenid.com\"\"]]\n"
269 #. type: Bullet: '* '
276 " Specifies a link to another page. This can be used as a way to make the\n"
277 " wiki treat one page as linking to another without displaying a "
279 " [[ikiwiki/WikiLink]]:\n"
284 msgid " \\[[!meta link=otherpage]]\n"
289 msgid " It can also be used to insert a html <link> tag. For example:\n"
295 " \\[[!meta link=\"http://joeyh.myopenid.com/\" "
296 "rel=\"openid.delegate\"]]\n"
303 " However, this latter syntax won't be allowed if the \n"
304 " [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled, since "
305 "it can be used to\n"
306 " insert unsafe content.\n"
309 #. type: Bullet: '* '
315 msgid " Causes the page to redirect to another page in the wiki.\n"
320 msgid " \t\\[[!meta redir=otherpage]]\n"
326 " Optionally, a delay (in seconds) can be specified. The default is to\n"
327 " redirect without delay.\n"
332 msgid " It can also be used to redirect to an external url. For example:\n"
337 msgid " \t\\[[!meta redir=\"http://example.com/\"]]\n"
343 " For both cases, an anchor to jump to inside the destination page may also "
345 " specified using the common `#ANCHOR` syntax.\n"
348 #. type: Bullet: '* '
354 msgid " Causes the robots meta tag to be written:\n"
359 msgid " \\[[!meta robots=\"index, nofollow\"]]\n"
365 " Valid values for the attribute are: \"index\", \"noindex\", \"follow\", "
367 " \"nofollow\". Multiple comma-separated values are allowed, but obviously "
369 " some combinations make sense. If there is no robots meta tag, \"index,\n"
370 " follow\" is used as the default.\n"
375 msgid " The value is escaped, but its contents are not otherwise checked.\n"
378 #. type: Bullet: '* '
385 " Specifies a globally unique ID for a page. This guid should be a URI\n"
386 " (in particular, it can be `urn:uuid:` followed by a UUID, as per\n"
387 " [[!rfc 4122]]), and it will be used to identify the page's entry in RSS\n"
388 " and Atom feeds. If not given, the default is to use the page's URL as "
396 " This is mostly useful when a page has moved, to keep the guids for\n"
397 " pages unchanged and avoid_flooding_aggregators\n"
398 " (see [[!iki tips/howto_avoid_flooding_aggregators]]).\n"
401 #. type: Bullet: '* '
408 " Specifies a fake modification time for a page, to be output into RSS and\n"
409 " Atom feeds. This is useful to avoid flooding aggregators that sort by\n"
410 " modification time, like Planet: for instance, when editing an old blog "
412 " to add tags, you could set `updated` to be one second later than the "
414 " value. The date/time can be given in any format that\n"
415 " [[!cpan TimeDate]] can understand, just like the `date` field.\n"
418 #. type: Bullet: '* '
425 " Adds a Friend of a Friend "
426 "([FOAF](http://wiki.foaf-project.org/w/Autodiscovery))\n"
427 " reference to a page.\n"
432 msgid " \t\\[[!meta foaf=foaf.rdf]]\n"
437 "If the field is not one of the above predefined fields, the metadata will be "
438 "written to the generated html page as a <meta> header. However, this "
439 "won't be allowed if the [[!iki plugins/htmlscrubber desc=htmlscrubber]] "
440 "plugin is enabled, since it can be used to insert unsafe content."
445 msgid "[[!meta robots=\"noindex, follow\"]]\n"