Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

lino_xl.lib.excerpts

Provides a framework for configuring and generating printable documents called "database excerpts".

See also excerpts: Database excerpts.

roles

Roles for this plugin.

doctools

Render a list of all excerpt types with pointers to demo documents.

fixtures.std

Creates a certifying ExcerptType instance for every model that inherits from Certifiable.

fixtures.demo2

Makes sure that there is at least one excerpt for every ExcerptType.

Classes

Plugin(site, app_label, app_name, ...)

See lino.core.Plugin.

class lino_xl.lib.excerpts.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)

Bases: Plugin

See lino.core.Plugin.

responsible_user = None

The username of the user responsible for monitoring the excerpts system. This is currently used only by lino_xl.lib.excerpts.fixtures.demo2.