]> git.puffer.fish Git - matthieu/frr.git/commit
HACKING: Change format to MarkDown
authorPaul Jakma <paul@opensourcerouting.org>
Sun, 21 Jun 2015 22:00:13 +0000 (23:00 +0100)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:33:32 +0000 (15:33 +0000)
commite99c37b4f2ea3d4f95a76470baf0bd74ae7ec710
treeb7fdedfdbdc6f08567bbe12367e8ac2ce089694a
parentb318864692e8272ff7c233e12efbd5d4fef08a6f
HACKING: Change format to MarkDown

* HACKING: Converted initially from LaTeX to markdown with:

  'pandoc -f latex -t markdown HACKING.tex'

  Then tweaked by hand to add a header with some suitable variables for the
  pandoc LaTeX template to make better use of the page space, and to add
  newpages so the title page is standalone as in the previous version.

  Also went through and reflowed paragraphs best as I could to make them
  match the previous document, to make it a little easier to verify nothing
  had been changed other than the markup, via diff.

  PDF can be generated with: 'pandoc  -o HACKING.pdf HACKING.md'

(cherry picked from commit 67c3d75f5324b610352998c670f5f0cc4ba0ff2a)
HACKING.md