# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2013-05-19 00:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: Plain text msgid "" "[[Ikiwiki]] uses many templates for many purposes. By editing its templates, " "you can fully customise its appearance, and avoid duplicate content." msgstr "" #. type: Plain text msgid "" "Ikiwiki uses the HTML::Template module as its template engine. This supports " "things like conditionals and loops in templates and is pretty easy to " "learn. All you really need to know to modify templates is this:" msgstr "" #. type: Bullet: '* ' msgid "To insert the value of a template variable, use ``." msgstr "" #. type: Bullet: '* ' msgid "" "To make a block of text conditional on a variable being set use `text`." msgstr "" #. type: Bullet: '* ' msgid "" "To use one block of text if a variable is set and a second if it's not, use " "`textother text`" msgstr "" #. type: Plain text #, no-wrap msgid "[[!if test=\"enabled(template) or enabled(edittemplate)\" then=\"\"\"\n" msgstr "" #. type: Title ## #, no-wrap msgid "template pages" msgstr "" #. type: Plain text msgid "" "Template pages are regular wiki pages that are used as templates for other " "pages." msgstr "" #. type: Plain text #, no-wrap msgid "[[!if test=\"enabled(template)\" then=\"\"\"\n" msgstr "" #. type: Plain text msgid "" "The [[!iki ikiwiki/directive/template desc=\"template directive\"]] allows " "template pages to be filled out and inserted into other pages in the wiki." msgstr "" #. type: Plain text #, no-wrap msgid "[[!if test=\"enabled(edittemplate)\" then=\"\"\"\n" msgstr "" #. type: Plain text msgid "" "The [[!iki ikiwiki/directive/edittemplate desc=\"edittemplate directive\"]] " "can be used to make new pages default to containing text from a template " "page, which can be filled out as the page is edited." msgstr "" #. type: Plain text #, no-wrap msgid "" "[[!if test=\"(enabled(template) or enabled(edittemplate))\n" "and enabled(inline)\" then=\"\"\"\n" msgstr "" #. type: Plain text msgid "These template pages are currently available:" msgstr "" #. type: Plain text #, no-wrap msgid "" "[[!inline pages=\"templates/* and !*.tmpl and !templates/*/* and " "!*/discussion\"\n" "feeds=no archive=yes sort=title template=titlepage\n" "rootpage=templates postformtext=\"Add a new template page named:\"]]\n" msgstr "" #. type: Title ## #, no-wrap msgid "template files" msgstr "" #. type: Plain text msgid "" "Template files are unlike template pages in that they have the extension " "`.tmpl`. Template files are used extensively by Ikiwiki to generate html. " "They can contain html that would not normally be allowed on a wiki page." msgstr "" #. type: Plain text msgid "" "Template files are located in `/usr/share/ikiwiki/templates` by default; the " "`templatedir` setting can be used to make another directory be searched " "first. Customised template files can also be placed inside the " "\"templates/\" directory in your wiki's source -- files placed there " "override ones in the `templatedir`." msgstr "" #. type: Plain text msgid "Here is a full list of the template files used:" msgstr "" #. type: Bullet: '* ' msgid "" "`page.tmpl` - Used for displaying all regular wiki pages. This is the key " "template to customise to change the look and feel of Ikiwiki. [[!if " "test=\"enabled(pagetemplate)\" then=\"\"\"" msgstr "" #. type: Plain text #, no-wrap msgid "" " (The [[!iki ikiwiki/directive/pagetemplate desc=\"pagetemplate " "directive\"]]\n" " can be used to make a page use a different template than " "`page.tmpl`.)\"\"\"]]\n" "* `rsspage.tmpl` - Used for generating rss feeds for blogs.\n" "* `rssitem.tmpl` - Used for generating individual items on rss feeds.\n" "* `atompage.tmpl` - Used for generating atom feeds for blogs.\n" "* `atomitem.tmpl` - Used for generating individual items on atom feeds.\n" "* `inlinepage.tmpl` - Used for displaying a post in a blog.\n" "* `archivepage.tmpl` - Used for listing a page in a blog archive page.\n" "* `titlepage.tmpl` - Used for listing a page by title in a blog archive " "page.\n" "* `microblog.tmpl` - Used for showing a microblogging post inline.\n" "* `blogpost.tmpl` - Used for a form to add a post to a blog (and rss/atom " "links)\n" "* `feedlink.tmpl` - Used to add rss/atom links if `blogpost.tmpl` is not " "used.\n" "* `aggregatepost.tmpl` - Used by the aggregate plugin to create\n" " a page for a post.\n" "* `searchform.tmpl`, `googleform.tmpl` - Used by the search plugin \n" " and google plugin to add search forms to wiki pages.\n" "* `searchquery.tmpl` - This is a Omega template, used by the\n" " search plugin.\n" "* `comment.tmpl` - Used by the comments plugin to display a comment.\n" "* `change.tmpl` - Used to create a page describing a change made to the " "wiki.\n" "* `recentchanges.tmpl` - Used for listing a change on the RecentChanges " "page.\n" "* `autoindex.tmpl` - Filled in by the autoindex plugin to make index " "pages.\n" "* `autotag.tmpl` - Filled in by the tag plugin to make tag pages.\n" "* `calendarmonth.tmpl`, `calendaryear.tmpl` - Used by ikiwiki-calendar to\n" " make calendar archive pages.\n" "* `trails.tmpl` - Used by the trail plugin to generate links on each page\n" " that is a member of a trail.\n" "* `notifyemail.tmpl` - Used by the notifymail plugin to generate mails " "about\n" " changed pages.\n" "* `editpage.tmpl`, `editconflict.tmpl`, `editcreationconflict.tmpl`,\n" " `editfailedsave.tmpl`, `editpagegone.tmpl`, `pocreatepage.tmpl`,\n" " `editcomment.tmpl` `commentmoderation.tmpl`, `renamesummary.tmpl`,\n" " `passwordmail.tmpl`, `openid-selector.tmpl`, `revert.tmpl` - Parts of " "ikiwiki's user\n" " interface; do not normally need to be customised.\n" msgstr "" #. type: Plain text #, no-wrap msgid "[[!meta robots=\"noindex, follow\"]]\n" msgstr ""