aichingm / rfc2epub

rfc2epub - create an epub ebook from an IETF RFC
Other
20 stars 2 forks source link

Fix to option parsing, font size, etc #6

Open yonatanzunger opened 1 year ago

yonatanzunger commented 1 year ago

Hey team!

I just created a branch with various improvements -- fixing option parsing to use getopt, adding controllable font sizes, and maybe most useful, adding a --preset argument that picks good defaults for particular devices. (I've only implemented paperwhite for now, since that's the only device I have to hand and Kindle Previewer doesn't work with custom or monospaced fonts, alas, but this should be easy to extend!)

However, I don't have access to push branches. What's your preferred way to get PR's?

Yonatan

aichingm commented 1 year ago

Hey Yonatan,

Your ideas sound great!

My preferred way of receiving PRs is:

  1. Just fork the repository on github,
  2. push the changes to you fork
  3. and when you have the feeling that you work is done open a PR via the github web interface.

Thanks for you time and energy!

BR Mario