File tree Expand file tree Collapse file tree 5 files changed +48
-6
lines changed
Expand file tree Collapse file tree 5 files changed +48
-6
lines changed Original file line number Diff line number Diff line change 11< h3 > Links</ h3 >
22< p >
3- < a href ="https://github .com/lsaffre " target ="_blank "> GitHub </ a >
3+ < a href ="https://gitlab .com/lsaffre " target ="_blank "> GitLab </ a >
44< br /> < a href ="http://www.lino-framework.org " target ="_blank "> Lino</ a >
55< br /> < a href ="http://www.saffre-rumma.net " target ="_blank "> Rumma & Ko</ a >
66< br />
7- < a type ="application/rss+xml " href ="http://luc.lino-framework.org/rss.xml "> < img src ="http://luc.lino-framework.org/_static/feed-icon-16.gif " title ="RSS feed "/> RSS feed</ a >
7+ < a type ="application/rss+xml " href ="https://luc.lino-framework.org/rss.xml "> < img
8+ src ="https://luc.lino-framework.org/_static/feed-icon-16.gif " title ="RSS feed "/> RSS feed</ a >
89</ p >
9-
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Support Python 3 (by using feedgen instead of feedformatter)
1111
1212My sphinxfeed fork now works under Python 3.
1313
14- To generate the RSS feeds for my blogs I use `sphinxfeed
14+ To generate the RSS feeds for my blogs I used `sphinxfeed
1515<https://github.com/lsaffre/sphinxfeed> `__. Which uses feedformatter, which is
1616dead. So I had replace it. See also :doc: `0228 `. But which replacement to
1717choose? There is Santiago Valdarrama's `rfeed
@@ -40,7 +40,7 @@ Result: All my blogs are now being built under Python 3.
4040On `this thread <https://github.com/sphinx-doc/sphinx/issues/2 >`__ TormodLandet
4141writes that `sphinxcontrib-newsfeed
4242<https://pypi.org/project/sphinxcontrib-newsfeed/> `__ supports Python 3 since
43- 2015. Why am I not using this? I vaguely remember that I *did * use it in the
43+ 2015. Why am I not using this? I vaguely remember that I *did * use it in the
4444beginning but were not satisfied because it is more difficult to configure and
4545requires more everyday typing.
4646
8484TODO:
8585
8686- New journals have no match rules
87- - hide VAT related fields
87+ - hide VAT related fields
Original file line number Diff line number Diff line change 1+ :date: 2021-10-28
2+
3+ ==========================
4+ Together on our way
5+ ==========================
6+
7+ Thursday, October 28, 2021
8+
9+ Congratulations to Hannes and Sharif: They managed to collaborate completely
10+ without my help and get Jane back after an accident during Upgrade. This is an
11+ important little success in the history of Lino: a :term: `application developer `
12+ and a :term: `site maintainer ` collaborating to maintain a :term: `Lino site `.
13+ Lino is getting bigger than me.
14+
15+ This is just one of many small signs I see almost every day and which tell me:
16+ we are on the right way. Lino is in a kind of cocoon state. This blog is getting
17+ less used as I delegate coding to Sharif whenever possible and as Jane becomes
18+ our main communication channel. We are together on our way as a team. We are
19+ ready for the next Lino project without being in a hurry. We use spare time for
20+ doing creative research work.
Original file line number Diff line number Diff line change 1+ :date: 2021-11-19
2+
3+ ============================================
4+ rST localisation for language "et" not found
5+ ============================================
6+
7+ Friday, November 19, 2021
8+
9+ Today I upgraded docutils after some time. And afterwards I had the following
10+ warnings when building a website in Estonian::
11+
12+ /mysite/some/arbitrary/file.rst:: WARNING: rST localisation for language "et" not found.
13+
14+ This was because docutils `now supports i18n
15+ <https://docutils.sourceforge.io/docs/howto/i18n.html> `__. To fix the problem at
16+ least for me, I said ``cp en.py et.py `` in two source code directories below
17+ docutils:
18+
19+ - .../lib/python3.8/site-packages/docutils/languages
20+ - .../lib/python3.8/site-packages/docutils/parsers/rst/languages
Original file line number Diff line number Diff line change 103103
104104linkcheck_anchors = False
105105linkcheck_ignore = [r'http://localhost:\d+/' ]
106+
107+ templates_path .append (".templates" )
You can’t perform that action at this time.
0 commit comments