RSS Git Download  Clone
  .idea p3x-robot 7 years ago
  artifacts p3x-robot 7 years ago
  pkg_builder Fix typos 9 years ago
  scripts p3x-robot sunday release 2017-6-11 09:58:39 7 years ago
  src p3x-robot sunday release 2017-8-6 13:48:00 7 years ago
  tests p3x-robot sunday release 2017-8-6 13:48:00 7 years ago
  themes p3x-robot sunday release 2017-8-6 13:48:00 7 years ago
  .gitignore 213B p3x-robot sunday release 2017-8-13 18:10:19 7 years ago
  .htaccess 291B Fixing Apache 2.4 incompatibility 10 years ago
  .npmrc 70B p3x-robot 7 years ago
  .scrutinizer.yml 509B p3x-robot sunday release 2017-8-13 18:10:19 7 years ago
  .travis.yml 275B p3x-robot sunday release 2017-8-6 13:48:00 7 years ago
  .yarnrc 67B p3x-robot 7 years ago
  Gruntfile.js 4kB p3x-robot 7 years ago
  INSTALL.md 3kB p3x-robot 7 years ago
  LICENSE 3kB p3x-robot sunday release 2017-7-10 02:32:00 7 years ago
  README.md 2kB p3x-robot sunday release 2017-8-6 13:48:00 7 years ago
  _config.yml 28B p3x-robot 7 years ago
  boot.php 499B p3x-robot 7 years ago
  bower.json 363B p3x-robot 7 years ago
  build.xml 4kB Added task to download composer on build script. Fixes #401 10 years ago
  composer.json 549B p3x-robot sunday release 5/28/2017, 7:59:09 AM 7 years ago
  composer.lock 91kB p3x-robot sunday release 2017-8-6 13:48:00 7 years ago
  config.example.ini 2kB p3x-robot 7 years ago
  gitlist.iml 815B p3x-robot sunday release 2017-8-13 18:10:19 7 years ago
  index.php 690B p3x-robot sunday release 2017-8-6 13:48:00 7 years ago
  package.json 569B p3x-robot sunday release 2017-8-13 18:10:19 7 years ago
  phpunit.xml 630B p3x-robot sunday release 2017-8-13 18:10:19 7 years ago
  README.md
[![Build Status](https://secure.travis-ci.org/patrikx3/gitter.png)](http://travis-ci.org/patrikx3/gitter) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/patrikx3/gitlist/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/patrikx3/resume-web/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/patrikx3/gitlist/badges/coverage.png?b=master)] # GitList This is Klaus Silveira's fork, since he doesn't work on this project anymore. # Release version/update info # v0.5.5 * Fixed PHPUNIT 6 # v0.5.4 * Different submodule links for Gitlist and Github # v0.5.3 * The markdown links are working right * Shows submodules # v0.5.2 * Added all Bootsswatch themes (https://bootswatch.com/) * Removed default theme, kept only Bootstrap (though like over 10 themes now) * Removed PHP 5 support, only >= 7 * Upgraded Silex v1 to v2 * Upgraded Twig v1 to v2 * Upgraded Symfony/twig-bridge v2 to v3 * Upgraded Symfony/filesystem v2 to v3 * Upgraded Phpunit v4 to v6 * Moved from Showdown to Marked (more features) * For building requires (not required for the server): * NodeJs >= 7.8 * Bower * Grunt # Old info https://github.com/klaussilveira/gitlist # Live demo http://gitlist.patrikx3.com/ # Installation ## Requirements For the build on your workstation (themes): * ```NodeJs``` >= 7.8 * ```Bower``` (npm install -g bower) In order to run GitList on your server, you'll need: * ```git``` * ```Apache``` with ```mod_rewrite``` enabled or ```nginx``` * ```PHP``` >= 7.0 ## Package https://github.com/patrikx3/gitlist/releases ## By hand If you just want to get the project dependencies, instead of building everything: ``` git clone https://github.com/patrikx3/gitlist.git curl -s http://getcomposer.org/installer | php php composer.phar install bower install ``` If you have Composer in your path, things get easier. But you know the drill. [Install](INSTALL.md) - here. # Further information If you want to know more about customizing GitList, check the [Customization](https://github.com/patrikx3/gitlist/wiki/Customizing) page on the wiki. Also, if you're having problems with GitList, check the [Troubleshooting](https://github.com/patrikx3/gitlist/wiki/Troubleshooting) page.