Core and basic plugins/ru: Difference between revisions

From Miranda NG
Core and basic plugins/ru
Jump to navigation Jump to search
(prepare to migrate translations)
(Updating to match new version of source page)
Line 1: Line 1:
Ядро и базовые плагины
<languages/>
The core and the most important plugins that are included in Miranda NG distribution by default. To run Miranda, you need at least a database driver and some protocol plugin in its Plugins folder. However, there are plugins that provide enhanced functionality and additional features support and thus are used very often. That's why Miranda comes with bunch of plugins, so that everyone could choose plugins to their taste/needs.


В самом минимальном комплекте Miranda NG достаточно лишь иметь в папке Plugins плагин драйвера базы и необходимых вам протоколов. Но исторически сложилось так, что Миранда распространяется с определённым набором плагинов, часть из которых дублирует друг друга.
With the installer you may choose during the installation process not to install the plugins you don't want/plan to use. When using the archive, you have to remove the unwanted plugins manually. The set of plugins within the installer slightly differs from that in the archive, the difference is pointed out in the list below.


В установщике вы можете выбрать нужные плагины в процессе установки. Если же вы скачали дистрибутив в архиве, удалите ненужные плагины вручную перед запуском программы. Набор плагинов в установщике несколько отличается от того, что в архиве; разница отображена в списке ниже.
__TOC__


== Core\ ==
== Core ==


В папке Core в корне программы собраны '''плагины ядра''' Miranda NG, обеспечивающие базовый функционал окна диалогов, чатов, списка контактов и т. д. Плагины ядра загружаются в память только при отсутствии в папке Plugins их «замен». Это уменьшает использование памяти, когда они заменяются другими плагинами с расширенным функционалом. Если «замена» была отключена, соответствующий плагин ядра подгружается автоматически.
Core folder includes the '''standard modules''' – plugins for basic messaging dialog, contact list, group chat support, etc. They are loaded only if their "substitutes" are not found in Plugins folder. This reduces the memory usage when the standard modules are replaced with other plugins with enhanced functionality.


{{StdModules|ru}}
The standard Miranda NG core modules are:
{{StdModules|{{PageLangCode}}}}


В Miranda IM эти плагины были модулями ядра, либо отдельными плагинами (chat.dll, clist_classic.dll и srmm.dll).
In Miranda IM they were either available as separate plugins (chat.dll, clist_classic.dll and srmm.dll) or were built-in into Miranda IM core.


== Plugins ==


== Plugins\ ==
=== Protocols ===
 
=== Протоколы ===
 
Протоколы базового дистрибутива. Полный список протоколов, поддерживаемых Мирандой, см. на странице [[Скачать#Протоколы|Скачать]].


The protocols included in the distribution. See {{Ll|Download#Protocols|Download}} page for the list of protocols supported by Miranda NG.
* {{Plugin|Facebook}}
* {{Plugin|Facebook}}
* {{Plugin|GG|Gadu-Gadu}}
* {{Plugin|GG|Gadu-Gadu}}
Line 27: Line 27:
* {{Plugin|MSN}}
* {{Plugin|MSN}}


=== Служебные плагины ===
=== Service plugins ===


Эти плагины необходимы для сколь-либо удобоваримой работы Миранды и поэтому должны быть в любой сборке.
Plugins that provide services for basic Miranda functionality:


* {{Plugin|AVS}} — поддержка аватаров
* {{Plugin|AVS}} – avatar service
* {{Plugin|CrashDumper}} — создание [[Создание краш-репортов|отчётов об ошибках]] и [[Информация о версиях|версиях]]
* {{Plugin|CrashDumper}} – creates {{Ll|Crash reports|crash reports}} and {{Ll|Version information|version information}} reports


=== Списки контактов ===
=== Contact lists ===


Вместо встроенного {{Plugin|StdClist}} на выбор предоставляются три плагина, подробности о которых можно прочитать в соответствующих статьях:
A contact list is required to run Miranda. The standard {{Plugin|StdClist}} can be replaced with the following plugins:


* {{Plugin|Clist_blind}} — список контактов для слабовидящих (в установщике)
* {{Plugin|Clist_blind}} – contact list for blind folks (installer only)
* {{Plugin|Clist_modern}}
* {{Plugin|Clist_modern}}
* {{Plugin|Clist_nicer}} (В этом случае также можно установить {{Plugin|Cln_skinedit}} — редактор скина.)
* {{Plugin|Clist_nicer}} (You might also want to install {{Plugin|Cln_skinedit}} – skin editor for Clist_nicer.)


=== Диалоговые окна ===
=== Messaging dialogs ===


Вместо встроенного {{Plugin|StdMsg}} можно выбрать:
A messaging dialog plugin is required to run Miranda. The standard {{Plugin|StdMsg}} can be replaced with the following plugins:


* {{Plugin|Scriver}} (в установщике)
* {{Plugin|Scriver}} (installer only)
* {{Plugin|TabSRMM}}
* {{Plugin|TabSRMM}}


=== Драйверы базы ===
=== Database drivers ===


Для запуска Миранды '''необходим''' плагин {{Plugin|Dbx_mdbx}}.
Plugin {{Plugin|Dbx_mdbx}} {{Strong|is essential}} to run Miranda NG.


=== Другие плагины ===
=== Other plugins ===


Можно обойтись и без них, но лучше иметь их в своей сборке.
These are optional but useful.


* {{Plugin|Import}} — импорт истории из других профилей Миранды
* {{Plugin|Import}} – imports contacts and messages
* {{Plugin|PluginUpdater}} — обновление плагинов и других компонентов Миранды (значки, лангпаки), также служит для '''установки''' этих компонентов
* {{Plugin|PluginUpdater}} – updates Miranda plugins and components (icons and langpacks); also allows you to {{Em|install}} these components using Miranda interface
* {{Plugin|TopToolBar}} — панель кнопок для Clist_modern и Clist_nicer
* {{Plugin|TopToolBar}} – adds button bar to Clist_modern and Clist_nicer


== Другие файлы ==
== Other files ==


* Папка Icons\ — значки для протоколов и других плагинов
* Icons folder – contains icons for protocols and other plugins
* Libs folder – библиотеки Visual C++ Redistributable и другие сторонние библиотеки, необходимые для работы программы
* Libs folder – contains Visual C++ Redistributable libraries and third-party libraries required by Miranda
* [[mirandaboot.ini/ru|Mirandaboot.ini]] содержит информацию, необходимую для запуска и работы программы
* {{Ll|Mirandaboot.ini|mirandaboot.ini}} – contains the information required to get Miranda up and running


== См. также ==
== See also ==


* [[Установка и обновление]]
* {{Ll|Installation_and_update}}
* [[Список плагинов|Полный список плагинов]] с их краткими описаниями
* {{Ll|Plugin list|Full plugin list}} with their short descriptions
* [[:Category:Плагины|Категория Плагины]] — группы плагинов по их функционалу
* [[:Category:Plugins{{#translation:}}]] – plugins grouped by their functionality


[[Category:Помощь]]
[[Category:Help{{#translation:}}|{{#getdisplaytitle:{{FULLPAGENAME}}}}]]

Revision as of 11:17, 2 November 2018

Other languages:

The core and the most important plugins that are included in Miranda NG distribution by default. To run Miranda, you need at least a database driver and some protocol plugin in its Plugins folder. However, there are plugins that provide enhanced functionality and additional features support and thus are used very often. That's why Miranda comes with bunch of plugins, so that everyone could choose plugins to their taste/needs.

With the installer you may choose during the installation process not to install the plugins you don't want/plan to use. When using the archive, you have to remove the unwanted plugins manually. The set of plugins within the installer slightly differs from that in the archive, the difference is pointed out in the list below.

Core

Core folder includes the standard modules – plugins for basic messaging dialog, contact list, group chat support, etc. They are loaded only if their "substitutes" are not found in Plugins folder. This reduces the memory usage when the standard modules are replaced with other plugins with enhanced functionality.

The standard Miranda NG core modules are:

In Miranda IM they were either available as separate plugins (chat.dll, clist_classic.dll and srmm.dll) or were built-in into Miranda IM core.

Plugins

Protocols

The protocols included in the distribution. See DownloadDownload page for the list of protocols supported by Miranda NG.

Service plugins

Plugins that provide services for basic Miranda functionality:

Contact lists

A contact list is required to run Miranda. The standard StdClist can be replaced with the following plugins:

Messaging dialogs

A messaging dialog plugin is required to run Miranda. The standard StdMsg can be replaced with the following plugins:

Database drivers

Plugin Dbx_mdbx is essential to run Miranda NG.

Other plugins

These are optional but useful.

  • Import – imports contacts and messages
  • PluginUpdater – updates Miranda plugins and components (icons and langpacks); also allows you to install these components using Miranda interface
  • TopToolBar – adds button bar to Clist_modern and Clist_nicer

Other files

  • Icons folder – contains icons for protocols and other plugins
  • Libs folder – contains Visual C++ Redistributable libraries and third-party libraries required by Miranda
  • mirandaboot.iniMirandaboot.ini – contains the information required to get Miranda up and running

See also