File tree Expand file tree Collapse file tree 7 files changed +8
-9
lines changed Expand file tree Collapse file tree 7 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11MIT 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
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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
99To build pdf file run:
1010
Original file line number Diff line number Diff 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, '' ) ;
Original file line number Diff line number Diff line change 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} ) ;
Original file line number Diff line number Diff line change 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} ) ;
Original file line number Diff line number Diff line change 22 title : 'Метапрограммирование' ,
33 subtitle : 'Мультипарадигменный подход в инженерии программного обеспечения' ,
44 copyright : '© Тимур Шемсединов, Сообщество Метархия' ,
5- location : 'Киев, 2015 — 2022 ' ,
5+ location : 'Киев, 2015 — 2025 ' ,
66} ) ;
Original file line number Diff line number Diff line change 22 title : 'Метапрограмування' ,
33 subtitle : 'Мультипарадигмовий підхід в інженерії програмного забезпечення' ,
44 copyright : '© Тимур Шемсединов, Спільнота Метархія' ,
5- location : 'Київ, 2015 — 2022 ' ,
5+ location : 'Київ, 2015 — 2025 ' ,
66} ) ;
You can’t perform that action at this time.
0 commit comments