git-internals-pdf
git-internals-pdf copied to clipboard
Which software do you use for theses grapichs?
I'm producing a bunch of books for online education in Brazil, you can see those at https://github.com/edusantana/ufpb-virtual-computacao/blob/master/livro/capitulos/livros.asc (click on 'baixar' (portuguese word for download) - i'm using asciidoc and github to produce those books.
Anyway, I was worndering, how do you draw those nice graphics like
- https://github.com/pluralsight/git-internals-pdf/blob/master/artwork/vector/Blobs.eps and
- https://github.com/pluralsight/git-internals-pdf/blob/master/artwork/vector/DAG_Model.eps ?
Which software do you use?
I have contacted Scott Chacon, and he replay:
"I don't actually know, Geoff did those. Perhaps you could create an issue on the repo with this questions."
What images you sent me a funky link???
On Sat, Oct 5, 2013 at 2:28 PM, Eduardo de Santana Medeiros Alexandre < [email protected]> wrote:
I'm producing a bunch of books for online education in Brazil, you can see those at
https://github.com/edusantana/ufpb-virtual-computacao/blob/master/livro/capitulos/livros.asc(click on 'baixar' (portuguese word for download) - i'm using asciidoc and github to produce those books.
Anyway, I was worndering, how do you draw those nice graphics like
https://github.com/pluralsight/git-internals-pdf/blob/master/artwork/vector/Blobs.epsand
https://github.com/pluralsight/git-internals-pdf/blob/master/artwork/vector/DAG_Model.eps?
Which software do you use?
I have contacted Scott Chacon, and he replay:
"I don't actually know, Geoff did those. Perhaps you could create an issue on the repo with this questions."
— Reply to this email directly or view it on GitHubhttps://github.com/pluralsight/git-internals-pdf/issues/11 .
Hi @Artistdencoelho
These are images at https://github.com/pluralsight/git-internals-pdf/tree/master/artwork/vector
As you can see, at https://raw.github.com/pluralsight/git-internals-pdf/master/text/s1-c03-object-types.textile
The image Blobs.eps
is used:
h3. The Blob
In Git, the contents of files are stored as *blobs*.
!vector/Blobs.eps(Files are stored as blobs)!
You can the Blobs.eps image at the PDF book, page 15: https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf
So, the question is: Which software do you use to create an image like Blobs.eps
?
Hey @edusantana looks like this one https://github.com/textile/textile-mark
Here are more links https://en.wikipedia.org/wiki/Textile_(markup_language) http://redcloth.org/textile http://redcloth.org/hobix.com/textile/ https://txstyle.org/
Hi @kdelchev thanks for the replay, but I looking for the software used to draw the Blobs.eps file.
Looks like OmniGraffle.
It looks like Adobe Illustrator to me...
The file extensions in the source code are *.graffle. The diagrams are wonderful!