git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RFD: leveraging GitHub's asciidoc rendering for our Documentation/
@ 2011-09-09 14:34 Michael J Gruber
  2011-09-09 15:45 ` Scott Chacon
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Michael J Gruber @ 2011-09-09 14:34 UTC (permalink / raw)
  To: Git Mailing List

Hi there,

I've been looking more to GitHub lately and was wondering whether it is
worth to leverage their automatic asciidoc rendering for our asciidoc
files. I have put up a test tree at

https://github.com/gitigit/git/tree/githubtest

which has all the renaming (*.txt -> *.asciidoc) and Makefile and script
changes, but is missing some include changes (because include breaks
anyway, see below).

The simple renaming already gives a rendered display of blobs for
simpler asciidoc files like release notes

https://github.com/gitigit/git/blob/githubtest/Documentation/RelNotes/1.7.7.asciidoc

and api documentation

https://github.com/gitigit/git/blob/githubtest/Documentation/technical/api-credentials.asciidoc

For the man pages, there are several problems as can be seen here:

https://github.com/gitigit/git/blob/githubtest/Documentation/git-blame.asciidoc

Our own customisation is not loaded (of course) so that, e.g., the
linkgit macro does not work; and the include statement makes GitHub's
parser unhappy and choke.

Does anybody feel this is worth pursuing?

+ Nicer blob view
+ Simpler way to judge documentation changes
- Need to get our asciidoc config in there
- GitHub's parser neeeds to learn include

Michael

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-09-10  3:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-09 14:34 RFD: leveraging GitHub's asciidoc rendering for our Documentation/ Michael J Gruber
2011-09-09 15:45 ` Scott Chacon
2011-09-09 15:58   ` Michael Haggerty
2011-09-09 16:05     ` Michael J Gruber
2011-09-10  3:02   ` Giuseppe Bilotta
     [not found] ` <CAMK1S_hOY-riZnHAZhC32UAA0BYF1YyXUPujj_jFUEjcYC_4ZA@mail.gmail.com>
2011-09-09 15:55   ` Fwd: " Sitaram Chamarty
2011-09-09 17:37 ` Junio C Hamano
2011-09-09 19:05   ` Michael J Gruber
2011-09-09 19:05   ` Jeff King
2011-09-09 20:50     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).