X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/63dc670e87b4affec562f5ffffa1d8d88deabbae..f1671eeb8b8b6c4e2d61fa22b21df9d9d01a48a7:/po/underlays/directives/ikiwiki/directive/aggregate.es.po diff --git a/po/underlays/directives/ikiwiki/directive/aggregate.es.po b/po/underlays/directives/ikiwiki/directive/aggregate.es.po deleted file mode 100644 index 0f75e8cdf..000000000 --- a/po/underlays/directives/ikiwiki/directive/aggregate.es.po +++ /dev/null @@ -1,142 +0,0 @@ -# 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: 2011-05-05 20:04+0300\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 "" -"The `aggregate` directive is supplied by the [[!iki plugins/aggregate " -"desc=aggregate]] plugin. This plugin requires extra setup, specifically, a " -"cron job. See the plugin's documentation for details." -msgstr "" - -#. type: Plain text -msgid "" -"This directive allows content from other feeds to be aggregated into the " -"wiki. Aggregate a feed as follows:" -msgstr "" - -#. type: Plain text -#, no-wrap -msgid "" -"\t\\[[!aggregate name=\"example blog\" dir=\"example\"\n" -"\tfeedurl=\"http://example.com/index.rss\"\n" -"\turl=\"http://example.com/\" updateinterval=\"15\"]]\n" -msgstr "" - -#. type: Plain text -msgid "" -"That example aggregates posts from the specified RSS feed, updating no more " -"frequently than once every 15 minutes (though possibly less frequently, if " -"the cron job runs less frequently than that), and puts a page per post under " -"the example/ directory in the wiki." -msgstr "" - -#. type: Plain text -msgid "" -"You can then use ikiwiki's [[inline]] directive to create a blog of one or " -"more aggregated feeds. For example:" -msgstr "" - -#. type: Plain text -#, no-wrap -msgid "\t\\[[!inline pages=\"internal(example/*)\"]]\n" -msgstr "" - -#. type: Plain text -msgid "" -"Note the use of `internal()` in the [[ikiwiki/PageSpec]] to match aggregated " -"pages. By default, aggregated pages are internal pages, which prevents them " -"from showing up directly in the wiki, and so this special [[PageSpec]] is " -"needed to match them." -msgstr "" - -#. type: Title ## -#, no-wrap -msgid "usage" -msgstr "" - -#. type: Plain text -msgid "" -"Here are descriptions of all the supported parameters to the `aggregate` " -"directive:" -msgstr "" - -#. type: Bullet: '* ' -msgid "`name` - A name for the feed. Each feed must have a unique name. Required." -msgstr "" - -#. type: Bullet: '* ' -msgid "" -"`url` - The url to the web page for the feed that's being aggregated. " -"Required." -msgstr "" - -#. type: Bullet: '* ' -msgid "" -"`dir` - The directory in the wiki where pages should be saved. Optional, if " -"not specified, the directory is based on the name of the feed." -msgstr "" - -#. type: Bullet: '* ' -msgid "" -"`feedurl` - The url to the feed. Optional, if it's not specified ikiwiki " -"will look for feeds on the `url`. RSS and atom feeds are supported." -msgstr "" - -#. type: Bullet: '* ' -msgid "" -"`updateinterval` - How often to check for new posts, in minutes. Default is " -"15 minutes." -msgstr "" - -#. type: Bullet: '* ' -msgid "" -"`expireage` - Expire old items from this feed if they are older than a " -"specified number of days. Default is to never expire on age." -msgstr "" - -#. type: Bullet: '* ' -msgid "" -"`expirecount` - Expire old items from this feed if there are more than the " -"specified number total. Oldest items will be expired first. Default is to " -"never expire on count." -msgstr "" - -#. type: Bullet: '* ' -msgid "" -"`tag` - A tag to tag each post from the feed with. A good tag to use is the " -"name of the feed. Can be repeated multiple times. The [[tag]] plugin must be " -"enabled for this to work." -msgstr "" - -#. type: Bullet: '* ' -msgid "" -"`template` - Template to use for creating the aggregated pages. Defaults to " -"aggregatepost." -msgstr "" - -#. type: Plain text -msgid "" -"Note that even if you are using subversion or another revision control " -"system, pages created by aggregation will *not* be checked into revision " -"control." -msgstr "" - -#. type: Plain text -#, no-wrap -msgid "[[!meta robots=\"noindex, follow\"]]\n" -msgstr ""