| description | The website's theme |
| last change | Fri, 15 May 2026 19:35:31 +0000 (15:35 -0400) |
| URL | git://git.datadissipation.net/gitweb-theme.git |
| https://git.datadissipation.net/gitweb-theme.git | |
| content tags |
Fork of kogakure/gitweb-theme
Some features (like avatar styling) have been removed.
This is an alternative theme for gitweb (tested with git web interface version 2.0.4). It is strongly inspired by GitHub.
Fullsize screenshots available on kogakure.github.io/gitweb-theme.
The installation of this stylesheet is very easy:
git clone https://github.com/kogakure/gitweb-theme.git./setup -vi --install and your gitweb will be
themed!
--target or -t
option.If you see some missing things or errors, please create a ticket or fix it and send a pull request.
Did you know?
Updating Gitweb can be quite time consuming because you have to
adjust your settings in the gitweb.cgi. You don’t
have to!.
Create a file with the name gitweb_config.perl and put
it into the same directory as gitweb.cgi.
In this file you write only your custom settings and they will
override the settings in gitweb.cgi like this:
$GIT = "/bin/git";
$projectroot = "/www/git/repositories";
$project_maxdepth = 2009;
$home_link_str = "Projekte";
$projects_list_group_categories = 1;
$export_ok = "GITWEB_EXPORT_OK";
$feature{'avatar'}{'default'} = ['gravatar'];
$feature{'highlight'}{'default'} = [1];Optionally, you can enable syntax highlighting for your code. Install the highlight package with your package manager and add this line to /etc/gitweb.conf:
$feature{'highlight'}{'default'} = [1];You can enable Gravatar support with this line:
$feature{'avatar'}{'default'} = ['gravatar'];Gitweb and this theme support categories, which can be enabled by the following gitweb config option:
$projects_list_group_categories = true;¬The category name for each repository is read from
.git/category, in the same manner as
.git/description.
./setup [-v|-i] [-t <TARGET>|--target <TARGET>] [--install|--remove|--repair]
or:./setup [-V|-h|--version|--help]This script will create symlinks to your gitweb install for themeing.
The default location is /usr/share/gitweb unless set
via -t or --target.
| Parameter | Description |
|---|---|
| -v, –verbose | Verbose output |
| -i, –interactive | Pauses for confirmation at each step |
| -t, –target | Where to create the symlinks, gitweb installation path |
| -h, –help | Shows this usage message |
| -V, –version | Displays version information |
| –install | Adds ‘.bak’ to original files and creates symlinks to theme files |
| –remove | Deletes themed symlinks and restores the original files. |
| –repair | Removes all theme files, then reinstalls |
(The MIT License)
Copyright (c) 2009-2014 Stefan Imhoff
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| 6 weeks ago | forked | | commit | shortlog | log | ||
| 13 years ago | gitweb-1.7.12.3 | | commit | shortlog | log | ||
| 13 years ago | gitweb-1.7.12 | | commit | shortlog | log |
| 4 weeks ago | master | shortlog | log | tree |