-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepub.yaml
54 lines (54 loc) · 2.14 KB
/
epub.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
51
52
53
54
from: html+smart
output-file: swe-ebook.epub
file-scope: false
metadata:
author:
- Titus Winters
- Tom Manshreck
- Hyrum Wright
lang: en-US
epub-metadata: meta.xml
verbosity: WARNING
epub-cover-image: "${.}/cover.jpg"
request-headers:
- ["User-Agent", "Mozilla/5.0"]
table-of-contents: true
toc-depth: 2
shift-heading-level-by: 1
epub-chapter-level: 2
filters:
- ./filter.py
input-files:
- https://abseil.io/resources/swe-book/html/foreword.html
- https://abseil.io/resources/swe-book/html/pr01.html
- https://abseil.io/resources/swe-book/html/part1.html
- https://abseil.io/resources/swe-book/html/ch01.html
- https://abseil.io/resources/swe-book/html/part2.html
- https://abseil.io/resources/swe-book/html/ch02.html
- https://abseil.io/resources/swe-book/html/ch03.html
- https://abseil.io/resources/swe-book/html/ch04.html
- https://abseil.io/resources/swe-book/html/ch05.html
- https://abseil.io/resources/swe-book/html/ch06.html
- https://abseil.io/resources/swe-book/html/ch07.html
- https://abseil.io/resources/swe-book/html/part3.html
- https://abseil.io/resources/swe-book/html/ch08.html
- https://abseil.io/resources/swe-book/html/ch09.html
- https://abseil.io/resources/swe-book/html/ch10.html
- https://abseil.io/resources/swe-book/html/ch11.html
- https://abseil.io/resources/swe-book/html/ch12.html
- https://abseil.io/resources/swe-book/html/ch13.html
- https://abseil.io/resources/swe-book/html/ch14.html
- https://abseil.io/resources/swe-book/html/ch15.html
- https://abseil.io/resources/swe-book/html/part4.html
- https://abseil.io/resources/swe-book/html/ch16.html
- https://abseil.io/resources/swe-book/html/ch17.html
- https://abseil.io/resources/swe-book/html/ch18.html
- https://abseil.io/resources/swe-book/html/ch19.html
- https://abseil.io/resources/swe-book/html/ch20.html
- https://abseil.io/resources/swe-book/html/ch21.html
- https://abseil.io/resources/swe-book/html/ch22.html
- https://abseil.io/resources/swe-book/html/ch23.html
- https://abseil.io/resources/swe-book/html/ch24.html
- https://abseil.io/resources/swe-book/html/ch25.html
- https://abseil.io/resources/swe-book/html/part5.html
- https://abseil.io/resources/swe-book/html/ch26.html