Hacker News new | past | comments | ask | show | jobs | submit login

Awesome source, does anyone know how to convert it into a mobi? I'd like to send it to my kindle



You can get an epub with pandoc. A very crude script to do it:

  wget http://www.interdb.jp/pg/pgsql{01..11}.html http://www.interdb.jp/pg/img/fig-{1..11}-{01..34}.png http://www.interdb.jp/pg/img/fig-4-fdw-{1..7}.png http://www.interdb.jp/pg/img/udc1.jpg
  mkdir img
  mv *.jpg *.png img/
  pandoc -s pgsql{01..11}.html -o internals_pgsql.epub
From there, you should be able to convert it to mobi with Calibre or a similar tool.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: