Skip to content

md1023/hgweb-boundstate-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoundState Theme for HgWeb

A clean, modern theme for Mercurial's hgweb using the Bootstrap CSS framework. Extended with additional statuses for use with multiple repositories.

Installation

Download the files to a new folder boundstate in your hgweb themes folder (/usr/share/mercurial/templates on default Ubuntu installs).

Create a link to the static files:

# cd /usr/share/mercurial/templates/static
# ln -s ../boundstate/static/boundstate boundstate

Edit your hgweb.config file to use the boundstate theme:

[web]
style = boundstate

Theme needs mercurial/hgweb/hgwebdir_mod.py to be patched. Patch is included. It also uses hgst.sh from olivetti/tools to display Jenkins jobs' statuses and dirty repositories.

One more patch mercurial/hgweb/webcommands.py adds revision numbers to graph page.

Screenshots

commits

commits

About

A modern and clean theme for hgweb based on bootstrap css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 93.6%
  • JavaScript 6.4%