RSS Git Download  Clone
..
  Error Initial commit 12 years ago
  Extension Initial commit 12 years ago
  Filter Initial commit 12 years ago
  Function Initial commit 12 years ago
  Loader Initial commit 12 years ago
  Node Initial commit 12 years ago
  NodeVisitor Initial commit 12 years ago
  Sandbox Initial commit 12 years ago
  Test Initial commit 12 years ago
  TokenParser Initial commit 12 years ago
  Autoloader.php 1kB Initial commit 12 years ago
  Compiler.php 6kB Initial commit 12 years ago
  CompilerInterface.php 741B Initial commit 12 years ago
  Environment.php 30kB Initial commit 12 years ago
  Error.php 5kB Initial commit 12 years ago
  ExpressionParser.php 18kB Initial commit 12 years ago
  Extension.php 2kB Initial commit 12 years ago
  ExtensionInterface.php 2kB Initial commit 12 years ago
  Filter.php 2kB Initial commit 12 years ago
  FilterInterface.php 728B Initial commit 12 years ago
  Function.php 1kB Initial commit 12 years ago
  FunctionInterface.php 698B Initial commit 12 years ago
  Lexer.php 16kB Initial commit 12 years ago
  LexerInterface.php 654B Initial commit 12 years ago
  LoaderInterface.php 1kB Initial commit 12 years ago
  Markup.php 788B Initial commit 12 years ago
  Node.php 6kB Initial commit 12 years ago
  NodeInterface.php 603B Initial commit 12 years ago
  NodeOutputInterface.php 375B Initial commit 12 years ago
  NodeTraverser.php 2kB Initial commit 12 years ago
  NodeVisitorInterface.php 1kB Initial commit 12 years ago
  Parser.php 11kB Initial commit 12 years ago
  ParserInterface.php 595B Initial commit 12 years ago
  Template.php 14kB Initial commit 12 years ago
  TemplateInterface.php 1kB Initial commit 12 years ago
  TestInterface.php 474B Initial commit 12 years ago
  Token.php 6kB Initial commit 12 years ago
  TokenParser.php 680B Initial commit 12 years ago
  TokenParserBroker.php 3kB Initial commit 12 years ago
  TokenParserBrokerInterface.php 1kB Initial commit 12 years ago
  TokenParserInterface.php 910B Initial commit 12 years ago
  TokenStream.php 3kB Initial commit 12 years ago
  README.md
# GitList: an elegant and modern git repository viewer [![Build Status](https://secure.travis-ci.org/klaussilveira/gitlist.png)](http://travis-ci.org/klaussilveira/gitlist) GitList is an elegant and modern web interface for interacting with multiple git repositories. It allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history, diffs. It also generates RSS feeds for each repository, allowing you to stay up-to-date with the latest changes anytime, anywhere. GitList was written in PHP, on top of the [Silex](http://silex.sensiolabs.org/) microframework and powered by the Twig template engine. This means that GitList is easy to install and easy to customize. Also, the GitList gorgeous interface was made possible due to [Bootstrap](http://twitter.github.com/bootstrap/). ## Features * Multiple repository support * Multiple branch support * Multiple tag support * Commit history, blame, diff * RSS feeds * Syntax highlighting * Repository statistics ## Screenshots [![GitList Screenshot](http://dl.dropbox.com/u/62064441/th1.jpg)](http://cloud.github.com/downloads/klaussilveira/gitlist/1.jpg) [![GitList Screenshot](http://dl.dropbox.com/u/62064441/th2.jpg)](http://cloud.github.com/downloads/klaussilveira/gitlist/2.jpg) [![GitList Screenshot](http://dl.dropbox.com/u/62064441/th3.jpg)](http://cloud.github.com/downloads/klaussilveira/gitlist/3.jpg) [![GitList Screenshot](http://dl.dropbox.com/u/62064441/th4.jpg)](http://cloud.github.com/downloads/klaussilveira/gitlist/4.jpg) [![GitList Screenshot](http://dl.dropbox.com/u/62064441/th5.jpg)](http://cloud.github.com/downloads/klaussilveira/gitlist/5.jpg) You can also see a live demo [here](http://git.gofedora.com). ## Authors and contributors * [Klaus Silveira](http://www.klaussilveira.com) (Creator, developer) ## License [New BSD license](http://www.opensource.org/licenses/bsd-license.php) ## Todo * improve the current test code coverage * test the interface * error handling can be greatly improved during parsing * submodule support * multilanguage support ## Requirements In order to run GitList on your server, you'll need: * git * Apache and mod_rewrite enabled * PHP 5.3.3 ## Installing Download the GitList latest package and decompress to your `/var/www/gitlist` folder, or anywhere else you want to place GitList. You can also clone the repository: ``` git clone https://github.com/klaussilveira/gitlist.git /var/www/gitlist ``` Now open up the `config.ini` and configure your installation. You'll have to provide where your repositories are located and the base GitList URL (in our case, http://localhost/gitlist). Now, let's create the cache folder and give the correct permissions: ``` cd /var/www/gitlist mkdir cache chmod 777 cache ``` That's it, installation complete! If you're having problems, check this [tutorial](http://gofedora.com/insanely-awesome-web-interface-git-repos/) by Kulbir Saini or the [Troubleshooting](https://github.com/klaussilveira/gitlist/wiki/Troubleshooting) page. ## Further information If you want to know more about customizing GitList, check the [Customization](https://github.com/klaussilveira/gitlist/wiki/Customizing) page on the wiki. Also, if you're having problems with GitList, check the [Troubleshooting](https://github.com/klaussilveira/gitlist/wiki/Troubleshooting) page. Don't forget to report issues and suggest new features! :)