20140103 (Friday, 03 January 2014)¶
Merged lino.apps
to lino.modlib
¶
I did it: I stepped back and merged lino.apps
back to
lino.modlib
. The following apps were moved:
lino.modlib.beid
lino.modlib.eid_jslib
lino.modlib.extensible
lino.modlib.plain
Yes, the name modlib is not optimal because normal people don’t
guess what it means. But I felt very bad with the half-way situation,
and lino.apps
clashed with django.apps
which now means
something completely different.
Thanks to Joe for helping me to take this decision. Here is our chat:
API docs still pointed to google code repository¶
I noticed that the API docs still pointed to the google code repository because srcref_url was not set correctly. Fixed.
Merged lino.examples to lino.projects¶
Once you start to tidy up, you cannot easily stop: When the first
merge had taken relatively little time I got eager and also moved the
modules below lino.examples
back to lino.projects
. My
original idea had been the opposite, but also here I turned back
because I discovered that writing from lino.examples.std import *
for every Lino settings.py
file would sound strange.
lino.projects.start
lino.projects.docs