Core and basic plugins/pl: Difference between revisions

From Miranda NG
Core and basic plugins/pl
Jump to navigation Jump to search
(Imported translation using page migration)
(Imported translation using page migration)
Line 13: Line 13:
{{StdModules|{{PageLangCode}}}}
{{StdModules|{{PageLangCode}}}}


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.
W Mirandzie IM były one dostępne jako oddzielne wtyczki (chat.dll, clist_classic.dll and srmm.dll) lub stanowiły część kodu rdzenia Mirandy.


== Plugins ==
== Plugins ==

Revision as of 11:55, 2 November 2018

Poniżej znajdziesz spis podstawowych plików i najważniejszych wtyczek, które dołączane są w dystrybucji Mirandy NG. Do uruchomienia Mirandy wystarczy właściwie tylko sterownik bazy danych i jakieś wtyczki protokołów w folderze Plugins. Jednak jest wiele wtyczek zapewniających dodatkowe funkcjonalności, które używane są dość często. Dlatego też Miranda dostarczana jest z paczką pewnych wtyczek, tak by każdy mógł wybrać to, co mu odpowiada.

W przypadku użycia instalatora można wybrać jakie wtyczki instalować. Używając archiwum, zbędne wtyczki trzeba usunąć ręcznie. Zestaw wtyczek dostarczany z instalatorem nieznacznie różni się od tego z archiwum. Różnice zaznaczono w poniższej liście.

Rdzeń

Folder Core zawiera standardowe moduły – wtyczki zapewniające podstawową funkcjonalność okna wiadomości, listy kontaktów itd. Są ładowane do pamięci wyłącznie gdy nie są uruchomione ich "zamienniki" znajdujące się w folderze Plugins. Zmniejsza to zużycie pamięci gdy standardowe moduły są zastąpione innymi wtyczkami o zwiększonej funkcjonalności.

Standardowe moduły Mirandy NG to:

W Mirandzie IM były one dostępne jako oddzielne wtyczki (chat.dll, clist_classic.dll and srmm.dll) lub stanowiły część kodu rdzenia Mirandy.

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