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

tera1 : A customized Lino Tera site

A Lino Tera site with a few local customizations.

Used in Lino Tera specs.

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.tera1.startup import *
>>> dd.demo_date()
datetime.date(2015, 5, 23)
>>> tuple(l.django_code for l in settings.SITE.languages)
('en', 'de', 'fr')

This site has lino.modlib.memo installed, but not publisher.

>>> dd.is_installed('publisher')
False
>>> dd.is_installed('memo')
True

This is an example of lino.modlib.memo.front_end being different from publisher.

>>> dd.plugins.memo.front_end
lino.modlib.extjs