Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino_xl.lib.excerpts¶
Provides a framework for configuring and generating printable documents called “database excerpts”.
See also excerpts: Database excerpts.
Roles for this plugin. |
|
Render a list of all excerpt types with pointers to demo documents. |
|
Creates a certifying |
|
Makes sure that there is at least one excerpt for every ExcerptType. |
Classes
|
See |
- 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
.