Plugin:PluginUpdater/ru: Difference between revisions

From Miranda NG
Plugin:PluginUpdater/ru
Jump to navigation Jump to search
(Imported translation using page migration)
(Imported translation using page migration)
Line 22: Line 22:
* Нажмите кнопку {{Button|Загрузка}}.
* Нажмите кнопку {{Button|Загрузка}}.


== How it works ==
== Особенности ==


This plugin compares hashes of the installed plugins with those on the server and if they differ, downloads archived updates and replaces the local copy.
This plugin compares hashes of the installed plugins with those on the server and if they differ, downloads archived updates and replaces the local copy.

Revision as of 14:31, 31 December 2017

Other languages:
Plugin updater
Plugin updater
Имя файла PluginUpdater.dll
Авторы Mataes, George Hazan
Скачать
Стабильная версия: 32-bit, 64-bit
Версия в разработке: 32-bit, 64-bit

Примечание
Не следует путать с плагином IM Updater для Miranda IM.

Установка и обновление плагинов и других компонентов Miranda NG (значков и языковых пакетов).

Выбор версии

Изменить источник обновления (например, переключиться со стабильной версии Миранды на версию в разработке) можно в настройках плагина: Настройки → Службы → Обновление плагинов. Доступны следующие опции:

  • Стабильная версия — выпускается «when it is ready», обычно раз в 1–2 месяца.
  • Версия в разработке (менее стабильна) — обновляется чаще; вы сможете раньше попробовать новый функционал.
  • Версия в разработке с отладочными символами — используйте эту версию для создания краш-репортов.
  • Заданная пользователем версия — для сборщиков: в настройках можно указать свой URL для проверки обновлений плагином. При этом вы становитесь ответственными за своевременное обновление хранилища плагинов.
Компоненты для установки

Установка плагинов и компонентов

PluginUpdater позволяет загружать и устанавливать несколько плагинов за раз:

  • Выберите в главном меню пункт «Компоненты для установки».
  • В окне «Список компонентов» отметьте плагины, лангпак или наборы значков, которые вы желаете установить. Нажатие на значок «Информация» откроет вики-страницу плагина в браузере.
  • Нажмите кнопку Загрузка.

Особенности

This plugin compares hashes of the installed plugins with those on the server and if they differ, downloads archived updates and replaces the local copy.

It should be noted that PluginUpdater doesn't check plugins' versions nor their compilation dates. So if you compile a plugin by yourself (or somebody does and shares it with you), PluginUpdater will still download its "older" version from the server. This was done on purpose to avoid problems with plugins from doubtful sources.

Special algorithm for calculating plugins' hashes ignores information about DLL compilation time (which is also written to DLL). Thus a plugin compiled from the same source code with the same compiler but at different time will have the same hash for PluginUpdater but different one for ordinary MD5 calculation tools.

Tips and tricks

  1. PluginUpdater remembers user's choice of the components in the list of updates. If you have a custom langpack or an icon set (e.g. Proto_Jabber.dll) which you don't want to update, uncheck the corresponding items in the list. You need to do this once, those components will remain unchecked during the next updates and thus won't get updated.
  2. If you set the key of Байт type PluginUpdater/RestartCurrentProfile = 0, the plugin will restart Miranda to Profile manager (revision 3346). PluginUpdater restarts Miranda to current profile by default.