stagit

static git page - forked from git.codemadness.org/stagit
git clone git://src.gearsix.net/stagit
Log | Files | Refs | Atom | README | LICENSE

commit b4f6c1c5d3d28ef9e07f5d84dfeef0ac93386560
parent 44adb43eb71bc6e5970003be65fc66f88e7540ba
Author: gearsix@tuta.io <gearsix@tuta.io>
Date:   Tue, 23 Jun 2020 14:14:02 +0100

updated README with changes

Diffstat:
MREADME | 28++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -6,6 +6,34 @@ static git page generator. It generates static HTML pages for a git repository. +gearsix changes +--------------- + +Mostly just changes to the html templating. + +stagit-index.c + + - changed description value + - added the option for contain details + - changed favicon.png -> /logo.png + - changed style.css -> /style.css + - added #logo id to td displaying logo + +stagit.c + + - added seperator between Refs | Atom + - added atom.xml feed link to menu + - changed favicon.png -> logo.png + - added rootpath ("/") + - logo.png & style.css paths are prepended with rootpath value + - added #logo id to td displaying logo + +misc + + - moved style.css -> style-default.css + - added style-gearsix.css + + Usage -----