Carsten Grohmann
fb0105e612
Typo
2022-08-17 21:47:37 +02:00
Carsten Grohmann
99d9f23d30
Add section "Publish a new release"
2022-01-19 08:27:37 +01:00
Carsten Grohmann
788b416a0f
Minor format changes
2022-01-19 08:27:22 +01:00
Carsten Grohmann
489fee0669
Update documentation
2022-01-12 20:24:42 +01:00
Carsten Grohmann
e320fa56a0
Update copyright years
2022-01-02 13:35:09 +01:00
Carsten Grohmann
ef045232d1
Move rollup.js configuration into own config file
2021-12-26 23:04:17 +01:00
Carsten Grohmann
0473dbcc7d
Convert OOM URL to clickable link
2021-09-04 23:24:52 +02:00
Carsten Grohmann
f088d861e2
Fix wrong domain in email address
2021-09-04 22:49:48 +02:00
Carsten Grohmann
98c99fa57f
Update copyright years
2021-02-05 17:04:09 +01:00
Carsten Grohmann
1292d4f1e2
Pin build process to Python 3.7
...
After a package update, transcrypt produces incomplete JS:
__target__/OOMAnalyser.js (147:15)
145: }
146: if (cols_to_strip) {
147: var line = ;
^
148: }
149: if (line.startswith ('kernel:')) {
instead of
146 if (cols_to_strip) {
147 var line = __getitem__ ((function () {
148 var __accu0__ = line;
149 return __call__ (__accu0__.py_split, __accu0__, ' ', cols_to_strip);
150 }) (), __neg__ (1));
151 }
152 if (line.startswith ('kernel:')) {
A temporary pinning of Transcrypt to Python 3.7 solves this issue.
2020-12-08 10:50:40 +01:00
Carsten Grohmann
445b83616b
Add bundler rollup.js to requirements
2020-11-19 09:45:46 +01:00
Carsten Grohmann
a8fe90dd3d
Include pending documentation changes
...
after the migration to Sourcehut, Transcrypt 3.7 and JS bundling with
rollup.
2020-10-29 21:32:41 +01:00
Carsten Grohmann
95455f7ad2
Move project to Sourcehut
...
Github will remain only a mirror.
2020-10-29 15:04:52 +01:00
Carsten Grohmann
c57c74adb2
Align format with Nikola md processor
2020-01-09 20:49:28 +01:00
Carsten Grohmann
a8344d3656
Update copyright years
2020-01-02 20:58:01 +01:00
Carsten Grohmann
99257ddd79
Updated introductory description
2019-12-05 06:44:20 +01:00
Carsten Grohmann
c5698c304d
Update documenation
2019-11-24 10:52:21 +01:00
Carsten Grohmann
6b2947ca0f
Extend documentation especially the README.md file
2019-02-10 18:15:02 +01:00
Carsten Grohmann
ea2e674998
Update copyright years
2019-02-07 20:52:37 +01:00
Carsten Grohmann
eb579c01a7
Pin to the latest Transcrypt 3.6 version
2018-09-30 22:37:35 +02:00
Carsten Grohmann
9e8181225c
Update copyright years
2018-04-06 21:56:29 +02:00
Carsten Grohmann
3887d12ee7
Rework the README
2017-12-21 22:00:34 +01:00
Carsten Grohmann
0592c33b66
Add reference to the public OOM web page
2017-11-25 13:14:54 +01:00
Carsten Grohmann
18e8a3eb56
Initial commit
2017-11-25 12:52:55 +01:00