git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Frank Lichtenheld <frank@lichtenheld.de>
To: hanwen@xs4all.nl
Cc: git@vger.kernel.org
Subject: Re: Installation instructions for gitweb?
Date: Fri, 23 Mar 2007 17:42:48 +0100	[thread overview]
Message-ID: <20070323164248.GJ8017@planck.djpig.de> (raw)
In-Reply-To: <f329bf540703230920r5034d025p5fd169b06837ad4e@mail.gmail.com>

On Fri, Mar 23, 2007 at 01:20:25PM -0300, Han-Wen Nienhuys wrote:
> >gitweb_conf.perl is just included as perl code. It is primarly useful
> >for overriding the variables defined at the top of gitweb.cgi
> 
> This explanation doesn't help me. Can you post an example snippet?

e.g. the default config file distributed in the Debian packages for git:

# path to git projects (<project>.git)
$projectroot = "/var/cache/git";

# directory to use for temp files
$git_temp = "/tmp";

# target of the home link on top of all pages
$home_link = $my_uri;

# html text to include at home page
$home_text = "indextext.html";

# file with project list; by default, simply scan the projectroot dir.
$projects_list = $projectroot;

# stylesheet to use
$stylesheet = "/gitweb.css";

# logo to use
$logo = "/git-logo.png";

# the 'favicon'
$favicon = "/git-favicon.png";

Gruesse,
-- 
Frank Lichtenheld <frank@lichtenheld.de>
www: http://www.djpig.de/

  reply	other threads:[~2007-03-23 16:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-22 17:52 Installation instructions for gitweb? Han-Wen Nienhuys
2007-03-22 18:11 ` Johannes Schindelin
2007-03-23 16:12 ` Frank Lichtenheld
2007-03-23 16:20   ` Han-Wen Nienhuys
2007-03-23 16:42     ` Frank Lichtenheld [this message]
2007-03-24 19:59 ` [PATCH] gitweb: Add some installation notes in gitweb/INSTALL Jakub Narebski
2007-03-25  2:18   ` Han-Wen Nienhuys
2007-03-26  1:34     ` [PATCH/RFC] gitweb: Add example of config file and how to generate projects list to gitweb/INSTALL Jakub Narebski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070323164248.GJ8017@planck.djpig.de \
    --to=frank@lichtenheld.de \
    --cc=git@vger.kernel.org \
    --cc=hanwen@xs4all.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).