Glossary ======== .. glossary:: plugin A drop-in piece of functionality. A plugin is a concrete class that extends :py:class:`betty.plugin.Plugin`. Read more about :doc:`plugins `. plugin instance An object that is an instance of a :term:`plugin` (class). Read more about :doc:`plugins `. plugin type A plugin type is a potentially abstract class that is or extends :py:class:`betty.plugin.Plugin`. Read more about :doc:`plugins `. static site A website that consists solely of prebuilt files that are served to visitors directly as they are. Read more about `static web pages on Wikipedia `_ static site generator A software application that builds :term:`static sites `. Read more about `static site generators on Wikipedia `_