README.txt
Calibre settings for converting the outputs of ffn scraper.py:
Structure detection:
- Detect chapters at: //h:h2
- Insert page breaks before: //h:div
Table of Contents:
- Level 1 TOC: //h:h2
TXT input:
- Paragraph style: single
- Formatting style: markdown
MOBI output:
- Put generated Table of Contents...: yes
SOURCES
- https://docs.python-guide.org/
- https://www.w3schools.com/xml/xpath_syntax.asp
- https://www.pythonforbeginners.com/python-on-the-web/web-scraping-with-beautifulsoup
- https://www.pythonforbeginners.com/python-on-the-web/beautifulsoup-4-python/
- https://daringfireball.net/projects/markdown/syntax
- https://www.crummy.com/software/BeautifulSoup/bs4/doc/#searching-by-css-class
- https://www.w3.org/community/webed/wiki/HTML/Training/Tag_syntax
- https://manual.calibre-ebook.com/conversion.html