Core and basic plugins/ru: Difference between revisions

From Miranda NG
Core and basic plugins/ru
Jump to navigation Jump to search
(Imported translation using page migration)
(Imported translation using page migration)
Line 6: Line 6:
__TOC__
__TOC__


== Core ==
== 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.
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.

Revision as of 11:59, 2 November 2018

Other languages:

В самом минимальном комплекте Miranda NG достаточно лишь иметь в папке Plugins плагин драйвера базы и необходимых вам протоколов. Но исторически сложилось так, что Миранда распространяется с определённым набором плагинов, часть из которых дублирует друг друга.

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

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