summaryrefslogtreecommitdiff
path: root/TODO
blob: 91cf136b195a1ad13abc08c38b622174f2c568a3 (plain)
  1. Input (last checked 2014-12-27 15:09):
  2. * Split "About" page:
  3. + "Copyright": Dry listing of copyright holders w/ years, licenses,
  4. online and offline contact info for Greens/EFA, and revision
  5. history. One paragraph for each part - Project owners, authors,
  6. designers, smaller contributors (photographer for coverpage).
  7. Check back side of title page for a few books to see common style.
  8. + "Preface": Short text about the creation and the people involved
  9. (i.e. like "About" but uncluttered from legalese).
  10. * Consistently markup lists as such - also within quote blocks.
  11. * Keep headline levels sequential.
  12. Example: Skips level 3 from "Free and Open[...]" to "Definitions".
  13. Processing:
  14. * use Header (not latex RawBlock) as header markup in section filter.
  15. * Refine bibliography regarding web sources and timestamp markup.
  16. <https://tex.stackexchange.com/questions/3587>
  17. * Add quote filter to adjust custom *"foreign"* and "*title*" markup.
  18. * Cap over-long titles in headers.
  19. * Consistently place page numbers at bottom.
  20. * Fix URI escaping (e.g. preserve # as fragment ID and = in query).
  21. + Inspect RFC3986.
  22. + Use URI::Split.
  23. * Optionally visit URIs during build and in draft mode paint failures.
  24. Content modelling:
  25. * Consider use typographic enhancement tunings:
  26. + icomma - avoid automagic space after comma (e.g. money amount).
  27. + ellipsis - ensure balanced space around ellipsis.
  28. + csquote (with explicit british: class ignored with polyglossia).
  29. Styling:
  30. * Curly quotes.
  31. * Use standardized layout for bibliography.
  32. * no quoting around origin link string.
  33. * Add coverpage.
  34. * Add colophon to backmatter (brief facts on book design)
  35. * Fix suppress pagination on title page.
  36. * Use A or B form factor (not Letter) for ebook page size.