Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More

about : Information about a site

The lino.modlib.about plugin is always installed. It mainly defines the about.About frame, which shows information about this Lino site. It also defines some utilities, like the TimeZones and DateFormats choicelists.

This page contains code snippets (lines starting with >>>), which are being tested during our development workflow. The following snippet initializes the demo project used throughout this page.

>>> from lino_book.projects.noi1e.startup import *

Which means that code snippets in this document are tested using the lino_book.projects.noi1e demo project.

Information about the site

class lino.modlib.about.About

The window that opens via the menu command Site ‣ About to show information about this Lino site.

It is visible also to anonymous users.

Information about this site includes:

  • The site owner

  • Used third-party libraries and their versions

  • Time stamps of source code.

  • Complexity factors: Some numbers that express the complexity of this site. These numbers may be used by a hosting provider for computing the price of their services.