• Stars
    star
    548
  • Rank 81,119 (Top 2 %)
  • Language
    CSS
  • Created almost 16 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An alternative theme for gitweb, strongly inspired by GitHub

Maintenance GitHub Stars GitHub Forks

Theme for gitweb

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.

Installation

The installation of this stylesheet is very easy:

  1. Clone the repository to a location of your choice git clone https://github.com/kogakure/gitweb-theme.git
  2. Run ./setup -vi --install and your gitweb will be themed!
    • If you are on Ubuntu, then the script will default to gitweb's installation directory /usr/share/gitweb/.
    • If this is not where gitweb is located, then pass the directory to the script with the --target or -t option.
  3. Of course you can just copy them to the new location too.

If you see some missing things or errors, please create a ticket or fix it and send a pull request.

Configuration file

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];

Syntax highlighting

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];

Gravatar support

You can enable Gravatar support with this line:

$feature{'avatar'}{'default'} = ['gravatar'];

Categories

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 Script

Usage:

  • ./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.

Options:

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

Licence

(The MIT License)

Copyright (c) 2009-2014 Stefan Imhoff [email protected]

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.

More Repositories

1

gulp-tutorial

Code examples for my Gulp.js tutorial series.
JavaScript
384
star
2

ia-writer-template-nanzan

iA Writer Template Nanzan
CSS
20
star
3

website-django-kogakure.de

Source Code of my Django site kogakure.de
Python
19
star
4

ia-writer-template-shibui

iA Writer Template Shibui
CSS
19
star
5

website-astro-stefanimhoff.de

My personal website, portfolio, and blog. Build with Astro, Preact, and Tailwind CSS
MDX
10
star
6

dotfiles

Dotfiles
Lua
9
star
7

moinmoin-theme-kaijin

Theme "Kaijin" for MoinMoin Wiki
Python
9
star
8

book-kogakure

GitBook of my website kogakure.de
Dockerfile
9
star
9

website-jekyll-stefanimhoff.de

Source Code of my Jekyll site stefanimhoff.de
CSS
9
star
10

website-11ty-stefanimhoff.de

My personal website, portfolio, and blog. Build with Eleventy, Gulp, PostCSS, JavaScript, and Nunjucks.
CSS
8
star
11

jekyll-plugin-abbr

A simple plugin for Jekyll (or Octopress) that will surround abbreviations with <abbr> tags and a title.
Ruby
7
star
12

website-hugo-kogakure.de

kogakure.de
CSS
6
star
13

website-gatsby-stefanimhoff.de

My personal website, portfolio and blog. Build with Gatsby, TypeScript, and Styled Components.
TypeScript
5
star
14

jekyll-plugin-ampersand

A simple plugin for Jekyll (or Octopress) that surrounds all ampersand with a span to style them.
Ruby
4
star
15

dotfiles-vintage

Dotfiles ✝️ 2016-2021
Vim Script
4
star
16

font-ingo

Iga Ninja Font
4
star
17

kogakure.github.io

Github landing page
2
star
18

brave-goggles

A collection of Brave Goggles
2
star
19

raycast-scripts

My Raycast scripts
Shell
1
star
20

nix-darwin-home-manager-tutorial

Setting up an example flake using Nix, nix-darwin, and home-manager
Nix
1
star
21

nix-flake-go

A sample Nix Flake for a Go app
Nix
1
star
22

website-11ty-hamburg.stefanimhoff.de

My travel blog for walking and cycling the city of Hamburg. Build with Eleventy, Gulp, PostCSS, JavaScript, and Nunjucks.
CSS
1
star
23

website-11ty-kogakure.de

My Ninja and Ninjutsu book website. Created in 1999. The current version is the 9th iteration. Build with Eleventy, Gulp, PostCSS, JavaScript, and Nunjucks.
CSS
1
star
24

3d-models-kogakure

3D models (kogakure.de)
1
star
25

export-to-zed.nvim

Neovim plugin to export active buffers to Zed
Lua
1
star