summaryrefslogtreecommitdiff
path: root/TODO
blob: fc0d09968f80926b79976e961a7be1410c6233e7 (plain)
  1. Input (last checked 2014-12-27 15:09):
  2. * Consistently markup list as such - also within quote blocks.
  3. * Verify hyperlinks.
  4. Example: NYT crocker opinion URL redirects (non-query URL works).
  5. * Verify hyperlink markup.
  6. Example: link in footnote 32 at section 3.4 is "1".
  7. * Keep headline levels sequential.
  8. Example: Level 3 skipped from "Free and Open[...]" to "Definitions".
  9. * Use URL only as link.
  10. Example: leo.cineca.it URL used as title in bibliography.
  11. * Use canonical URL (and optionally archive URL too but only as such).
  12. Example: Link to Jonatan Walck in Preface uses archive URL.
  13. * Consistently markup foreign words as such.
  14. Example: lock-in written in (at least) 3 different ways.
  15. Example: "de iure" not marked up as foreign word.
  16. Example: "open" after "... institution shall be ..." has odd markup.
  17. * Fix use URL CS1 field only for URL.
  18. Example: bogus space in citation for "Open standard -- definition".
  19. Processing:
  20. * Add dash filter to handle en-dash.
  21. * Cap over-long titles in headers.
  22. * Consistently place page numbers at bottom.
  23. * Mark bad links (not only warn at build) in flightcheck+draft mode.
  24. * Warn about possible HTML escapes in content (e.g. &#\d+; or %{HEX}).
  25. * Maybe comply with PDF/A-1b (or newer).
  26. + Include to preflight online test against e.g.
  27. <https://www.pdf-tools.com/pdf/validate-pdfa-online.aspx>
  28. * Generalize pandoc-memoir filter.
  29. + Enable matter injection conditional to environment variable.
  30. + Define Headline regexes via environment variable.
  31. * Verify that pandoc-citeproc is applied only once.
  32. Content modelling:
  33. * Consider use typographic enhancement tunings:
  34. + icomma - avoid automagic space after comma (e.g. money amount).
  35. + ellipsis - ensure balanced space around ellipsis.
  36. + csquote (with explicit british: class ignored with polyglossia).
  37. + xspace - ensure space after superscript/subscript characters.
  38. + numprint - space/comma separated enumeration.
  39. + foreign - refined semantics and punctuation for emphasized text.
  40. + cite - enhanced citation handling.
  41. * Support numbered lists with odd starting point.
  42. + "Mandatory Characteristics" list should be 4.1.1-4.1.6.
  43. Styling:
  44. * Curly quotes.
  45. + Hack curl singlequote-begin in "‘Towards Interoperability…".
  46. + Hack re-flatten singlequote in "Citizens' Rights" and "O'Reilly".
  47. * Use standardized layout for bibliography.
  48. * no quoting around origin link string.
  49. * Add coverpage.
  50. * Use A or B form factor (not Letter) for ebook page size.
  51. * Conditionally set narrow margins for mainmatter of ebook target.
  52. + \setlrmarginsandblock{1cm}{*}{*}
  53. * Maybe visually wrap URLs in <> to distinguish trailing punctuation.
  54. * Adapt colophon for each target (type measure vary).
  55. Repository:
  56. * Add README
  57. * Add proper copyright and licensing
  58. + Code: AGPL-3+.
  59. + Design: CC-by-sa-4.0.
  60. * Move to source.jones.dk.