git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Plans to put together an Info manual?
@ 2009-01-08 15:47 Tim Visher
  2009-01-08 17:09 ` Teemu Likonen
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Visher @ 2009-01-08 15:47 UTC (permalink / raw
  To: git

I did a _teensy_ bit of googling and nosing around on the home page,
so forgive me if this has been brought up before or if it in fact
already exists.

I wast just wondering A) If there is an info manual for Git, B) If
there isn't, is one planned?

I'm personally a big fan of Info manuals over traditional man pages
but I have no experience with creating them or anything like that.
However, this might be another nice place for people who aren't at all
familiar with C (read: me) to jump in and help out with development.

-- 

In Christ,

Timmy V.

http://burningones.com/
http://five.sentenc.es/ - Spend less time on e-mail

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

* Re: Plans to put together an Info manual?
  2009-01-08 15:47 Plans to put together an Info manual? Tim Visher
@ 2009-01-08 17:09 ` Teemu Likonen
  0 siblings, 0 replies; 2+ messages in thread
From: Teemu Likonen @ 2009-01-08 17:09 UTC (permalink / raw
  To: Tim Visher; +Cc: git

Tim Visher (2009-01-08 10:47 -0500) wrote:

> I wast just wondering A) If there is an info manual for Git, B) If
> there isn't, is one planned?

There is already something that _can_ be called "info manual for Git".
It's basically info version of Git User's Manual:

    http://www.kernel.org/pub/software/scm/git/docs/user-manual.html

Regular man pages are also available in info format.

The info manuals are not written in native info format, though. They are
generated from the asciidoc markup files, through xml format. There are
some problems with typesetting as some characters simply disappear in
the "asciidoc -> xml -> texi -> info" conversion. Two dashes (--) turn
into one (-), for example. But if you are not too demanding the info
manuals are quite usable. You can compile them with "make info" command.

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

end of thread, other threads:[~2009-01-08 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 15:47 Plans to put together an Info manual? Tim Visher
2009-01-08 17:09 ` Teemu Likonen

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).