Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>This looks promising: <a href="http://gitphp.org" rel="nofollow noreferrer">http://gitphp.org</a> (broken link; see an <a href="https://web.archive.org/web/20170714055349/http://gitphp.org" rel="nofollow noreferrer">archived version</a>)</p> <p>I think that will do it for you. Here is the description of it:</p> <blockquote> <p>GitPHP is a web frontend for git repositories. It emulates the look of standard gitweb, but is written in PHP and makes use of Smarty templates for customization. It has a couple extras, including syntax highlighting through the GeSHi PHP class and project category support. It works with standard git as well as msysgit on Windows.</p> <p>Setup should be fairly simple – just extract the tarball where you want to install it, copy config/gitphp.conf.php.example to config/gitphp.conf.php, and set the projectroot in the conf to point to your directory where your bare git repositories are, and make the templates_c directory writeable by the webserver if it’s not already. You can look through all the available options and defaults in config/gitphp.conf.defaults.php, and copy an option into your config file if you want to override the default. You can also copy config/projects.conf.php.example to config/projects.conf.php and edit it if you want more advanced control over your projects, such as defining categories for projects or loading projects from a text file. More detailed instructions are in the included README.</p> <p>Note: if you’re upgrading your existing gitphp.conf.php will not be overwritten, but I recommend checking gitphp.conf.defaults.php for new configuration options that may have been added.</p> <p>You can view the live copy running on this site.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload