Мир «Детей Пространства»
Check-in [41049d0739]
00000
00000
00:00:00
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Добавлена обложка для «Из пешек в королевы»
Timelines: family | ancestors | descendants | both | show | trunk
Files: files | file ages | folders
SHA1: 41049d07397d1f4ddf0dd5122ffeb8770d2b7350
User & Date: vitus 2026-01-02 08:26:38.103
Context
2026-01-05
06:13
queen.fb2 made valid fb2 check-in: 95df04c05a user: vitus tags: show, trunk
2026-01-02
08:26
Добавлена обложка для «Из пешек в королевы» check-in: 41049d0739 user: vitus tags: show, trunk
2023-12-27
19:21
Fix javascript syntax check-in: 536f3a1606 user: vitus tags: show, trunk
Changes
Unified Diff Ignore Whitespace Patch
Added .fossil-settings/binary-glob.




>
>
1
2
*.png
*.jpg
Changes to Makefile.
21
22
23
24
25
26
27
28
29
30
31
32
33
34

35
36
37
38
39



40
41
42
43
44
45
46
spacians.fb2: Tex2fb2 fb2meta.xml onefile.tex
	./Tex2fb2 fb2meta.xml onefile.tex > $@

queen_anno.html: queen_anno.txt
	pandoc -o $@ $+
queen.fb2.zip:	queen.fb2
	zip $@ $+
queen.fb2: queen.mkd queen_anno.html
	pandoc -t fb2 -f markdown -V language.ru -o $@ $<
	cp $@ orig.fb2
	sed -i 's!<annotation>.*</annotation>!!g' $@
	sed -i 's!<title-info>!<title-info><genre>sf_social</genre>!' $@
	sed -i 's!\(<book-title>.*</book-title>\)\(<author>.*</author>\)!\2\1!' $@
	sed -i 's!</title-info>!<lang>ru</lang></title-info>!' $@

	sed -i "s!</book-title>!</book-title><annotation>`cat queen_anno.html|tr -d '\n'`</annotation>!" $@
	sed -i "s!</annotation>!</annotation><date value='`date "+%Y-%m-%d"`'>`date +%Y`</date>!" $@
	sed -i "s!</program-used>!</program-used><date value='`date "+%Y-%m-%d"`'>`date +%Y`</date>!" $@
	sed -i 's!<document-info>!<document-info><author><first-name>Виктор</first-name><last-name>Вагнер</last-name></author>!'  $@
	sed -i 's!</document-info>!<src-url>${SRC_URL}</src-url><id>${QUEEN_UUID}</id><version>${QUEEN_VER}</version></document-info>!' $@



spacians.html: onefile.tex
	pandoc -t html ${RTS} -V date=`date +%x` --toc --standalone  -o $@ $+ 

spacians.docx: onefile.tex
	pandoc -t docx ${RTS} -V date=`date +%x` --standalone -o $@ $+

queen.html: queen.mkd







|






>





>
>
>







21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
spacians.fb2: Tex2fb2 fb2meta.xml onefile.tex
	./Tex2fb2 fb2meta.xml onefile.tex > $@

queen_anno.html: queen_anno.txt
	pandoc -o $@ $+
queen.fb2.zip:	queen.fb2
	zip $@ $+
queen.fb2: queen.mkd queen_anno.html queen-cover.jpg
	pandoc -t fb2 -f markdown -V language.ru -o $@ $<
	cp $@ orig.fb2
	sed -i 's!<annotation>.*</annotation>!!g' $@
	sed -i 's!<title-info>!<title-info><genre>sf_social</genre>!' $@
	sed -i 's!\(<book-title>.*</book-title>\)\(<author>.*</author>\)!\2\1!' $@
	sed -i 's!</title-info>!<lang>ru</lang></title-info>!' $@
	sed -i 's!<lang>!<coverpage><image l:href="#cover" /></coverpage><lang>!' $@
	sed -i "s!</book-title>!</book-title><annotation>`cat queen_anno.html|tr -d '\n'`</annotation>!" $@
	sed -i "s!</annotation>!</annotation><date value='`date "+%Y-%m-%d"`'>`date +%Y`</date>!" $@
	sed -i "s!</program-used>!</program-used><date value='`date "+%Y-%m-%d"`'>`date +%Y`</date>!" $@
	sed -i 's!<document-info>!<document-info><author><first-name>Виктор</first-name><last-name>Вагнер</last-name></author>!'  $@
	sed -i 's!</document-info>!<src-url>${SRC_URL}</src-url><id>${QUEEN_UUID}</id><version>${QUEEN_VER}</version></document-info>!' $@
	sed -i "s!</FictionBook>!<binary id='cover' content-type='image/jpeg'>!" $@
	base64 -w 0 queen-cover.jpg >> $@
	echo "</binary></FictionBook>" >>$@
spacians.html: onefile.tex
	pandoc -t html ${RTS} -V date=`date +%x` --toc --standalone  -o $@ $+ 

spacians.docx: onefile.tex
	pandoc -t docx ${RTS} -V date=`date +%x` --standalone -o $@ $+

queen.html: queen.mkd
Added queen-cover.jpg.

cannot compute difference between binary files