veltzer / openbook

OpenBook is an open source Jazz real book
https://veltzer.github.io/openbook/
GNU General Public License v3.0
280 stars 44 forks source link

"Build Machine" on cover is too long when compiled on OSX #16

Closed captbaritone closed 11 years ago

captbaritone commented 11 years ago

When I compile the book on my OSX machine, the Build Machine note on the cover is too long to fit on the page:

screen shot 2013-08-11 at 7 37 04 pm

From looking at the code, that line is a concatenation of five different values (sysname, nodename, release, version, machine). I would propose we either omit some of the values, or split them up into two or more lines.

If you let me know which solution you prefer (and how you want to handle each field). I can write the pull request.

veltzer commented 11 years ago

Whatever you feel like...:) I think the os/osversion is all I was looking for... The date is already up there and the other details are not very important...