Skip to content

Commit b6922ec

Browse files
committed
Refresh project build files
1 parent cb98b66 commit b6922ec

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2015-2023 Timur Shemsedinov and How.Programming.Works contributors
3+
Copyright (c) 2015-2025 Timur Shemsedinov and How.Programming.Works contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[Index EN](content/en/Index.md) | [Оглавление RU](content/ru/Index.md) | [Зміст UK](content/uk/Index.md) | [Obsah CZ](content/cz/Index.md)
66

7-
Generated books are located in */release* folder
7+
Generated books are located in _/release_ folder
88

99
To build pdf file run:
1010

content/build.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ const generate = async (config, lang) => {
2626
content.push({ text: front.copyright, ...config.copyright });
2727
content.push({ text: front.location, ...config.location });
2828

29-
const parseInline = (s) => {
30-
return s.split('`').map((text, i) => {
29+
const parseInline = (s) =>
30+
s.split('`').map((text, i) => {
3131
const style = i % 2 === 0 ? 'normal' : 'bold';
3232
return { text, style };
3333
});
34-
};
3534

3635
const caption = (s) => {
3736
const text = s.replace(/#/g, '');

content/cz/Book.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: 'Metaprogramování',
33
subtitle: 'Multiparadigmatický přístup v\nsoftwarovém inženýrství',
44
copyright: '© Timur Shemsedinov, Společenství Metarhia',
5-
location: 'Kyjev, 2015 — 2022',
5+
location: 'Kyjev, 2015 — 2025',
66
});

content/en/Book.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: 'Metaprogramming',
33
subtitle: 'Multi-paradigm approach in the Software Engineering',
44
copyright: '© Timur Shemsedinov, Metarhia community',
5-
location: 'Kiev, 2015 — 2022',
5+
location: 'Kiev, 2015 — 2025',
66
});

content/ru/Book.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: 'Метапрограммирование',
33
subtitle: 'Мультипарадигменный подход в инженерии программного обеспечения',
44
copyright: '© Тимур Шемсединов, Сообщество Метархия',
5-
location: 'Киев, 2015 — 2022',
5+
location: 'Киев, 2015 — 2025',
66
});

content/uk/Book.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: 'Метапрограмування',
33
subtitle: 'Мультипарадигмовий підхід в інженерії програмного забезпечення',
44
copyright: '© Тимур Шемсединов, Спільнота Метархія',
5-
location: 'Київ, 2015 — 2022',
5+
location: 'Київ, 2015 — 2025',
66
});

0 commit comments

Comments
 (0)