From ce6b63d97068e71369bad95e7959d0110717bbfd Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 24 Sep 2006 22:21:57 +0200 Subject: cache, metadata & purgefile updates Cache - add dependency for metadata renderer file - check metadata for end of page life, "date valid end". Metadata Renderer - RSS syntax mode now sets rendered page expiry, "date valid end" and includes the feed URL in "relation haspart". Purgefile For all wiki installations the purgefile records the earliest time before which no cache purge (based on data consistency) is required. Cache files older than this time MAY need to be purged. - remove purgeonadd configuration setting darcs-hash:20060924202157-9b6ab-4531e91411c41914eeab2b6a8160c3d46b001cee.gz --- lib/plugins/config/lang/ru/lang.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/plugins/config/lang/ru') diff --git a/lib/plugins/config/lang/ru/lang.php b/lib/plugins/config/lang/ru/lang.php index 32bb72249..430e70155 100644 --- a/lib/plugins/config/lang/ru/lang.php +++ b/lib/plugins/config/lang/ru/lang.php @@ -101,7 +101,6 @@ $lang['canonical'] = 'Полные канонические адреса (URL) $lang['autoplural'] = 'Автоматическое мн. число'; //try (non)plural form of nonexisting files? $lang['usegzip'] = 'Использовать gzip (для истории правок)'; //gzip old revisions? $lang['cachetime'] = 'Время жизни кэш-файла (сек.)'; //maximum age for cachefile in seconds (defaults to a day) -$lang['purgeonadd'] = 'Обнулять кэш при создании страницы'; //purge cache when a new file is added (needed for up to date links) $lang['locktime'] = 'Время блокировки страницы (сек.)'; //maximum age for lockfiles (defaults to 15 minutes) $lang['notify'] = 'Е-мэйл для извещений'; //send change info to this email (leave blank for nobody) $lang['mailfrom'] = 'Е-мэйл Вики (От:)'; //use this email when sending mails -- cgit v1.2.3