tests/run-tests.html: move noscript into body
[git-browser.git] / GitConfig.js
blobb86c70712b34ad260a974ffcae39f6224be0ed65
1 /* gitweb URL; gitweb must be in pathinfo mode */
2 cfg_gitweb_url="/cgi-bin/gitweb.cgi"
4 /* git-browser.cgi URL */
5 cfg_browsercgi_url="git-browser.cgi"
7 /* home button URL (default is "/") */
8 /* any "%n" is replaced with the name of the repo */
9 //cfg_home_url="/"
11 /* home button text (default is "home") */
12 //cfg_home_text="home"
14 /* alternate title for by-commit.html */
15 /* any %n is replaced with the name of the repo */
16 //cfg_bycommit_title="git browser"
18 /* alternate title for by-date.html */
19 /* any %n is replaced with the name of the repo */
20 //cfg_bydate_title="git browser"