Skip to content

gawel/GitWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d2e35fc · May 13, 2016

History

69 Commits
May 23, 2010
May 19, 2010
May 19, 2010
Apr 12, 2011
Feb 10, 2011
Feb 19, 2011
Feb 10, 2011
May 13, 2016
Feb 19, 2011
Jun 22, 2011
Feb 10, 2011
Feb 20, 2011

Repository files navigation

GitWeb is a fork of git_http_backend.py using Webob

Dependencies

  • Python 2.6
  • Git >= 1.6.6 (On the server and on the client side.)

Installation

With easy_install:

easy_install GitWeb

Get the source:

git clone git://github.com/gawel/GitWeb.git

Usage

The gunicorn WSGI server is recommended since it have a great support of chunked transfer-encoding.

Here is a simple Paste config file:

[server:main]
use = egg:gunicorn
port = 8080

[app:main]
use = egg:GitWeb
content_path = %(here)s/repos
auto_create = true

Now try:

git clone . http://localhost:8080/repo.git

License

See file named COPYING.LESSER for license terms governing over the entire project.

(Some, explisitely labeled so constituent files/works are licensed under separate, more-permissive terms. See disclaimers at the start of the files for details.)

Contributors

About

No description, website, or topics provided.

Resources

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages