diff options
author | Simone Rota <sip@crux.nu> | 2008-09-14 17:58:24 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2008-09-14 17:58:24 +0000 |
commit | 0adcd8d008e555d6beaff65b46c083f17396cc07 (patch) | |
tree | a2b1decb39600556b1eeb65fd8dcff0b507f14ff | |
parent | 49731a18f99831c4973603cceccec1d04dd2a048 (diff) | |
download | webtools-0adcd8d008e555d6beaff65b46c083f17396cc07.tar.gz webtools-0adcd8d008e555d6beaff65b46c083f17396cc07.tar.xz |
gitweb: Imported uncommitted changes, removed contrib tests
-rwxr-xr-x | gitweb/gitweb.cgi | 19 | ||||
-rw-r--r-- | gitweb/gitweb.css | 9 | ||||
-rw-r--r-- | gitweb/header.html | 2 | ||||
-rw-r--r-- | gitweb/index.aux | 9 | ||||
-rw-r--r-- | gitweb/indextext.html | 6 |
5 files changed, 22 insertions, 23 deletions
diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi index 5d743d4..0720425 100755 --- a/gitweb/gitweb.cgi +++ b/gitweb/gitweb.cgi @@ -19,7 +19,7 @@ use File::Basename qw(basename); binmode STDOUT, ':utf8'; our $cgi = new CGI; -our $version = "1.4.4.4"; +our $version = "1.4.4.2"; our $my_url = $cgi->url(); our $my_uri = $cgi->url(-absolute => 1); @@ -76,7 +76,7 @@ our $strict_export = ""; # list of git base URLs used for URL to where fetch project from, # i.e. full URL is "$git_base_url/$project" -our @git_base_url_list = grep { $_ ne '' } (""); +our @git_base_url_list = ("git://crux.nu", "ssh://crux.nu/home/crux/scm"); # default blob_plain mimetype and default charset for text/plain blob our $default_blob_plain_mimetype = 'text/plain'; @@ -179,15 +179,14 @@ our %feature = ( # CRUX: allow custom default HEAD for each project our %default_heads = ( - "ports/core.git" => "2.2", - "ports/opt.git" => "2.2", - "ports/contrib.git" => "2.2", - "ports/contrib-old.git" => "2.2", - "ports/xfce.git" => "2.2", - "ports/xorg.git" => "2.2", - "ports/sip.git" => "2.2", + "ports/core.git" => "2.4", + "ports/opt.git" => "2.4", + "ports/contrib.git" => "2.4", + "ports/xfce.git" => "2.4", + "ports/xorg.git" => "2.4", + "ports/sip.git" => "2.4", "ports/kde.git" => "2.2", - "system/iso.git" => "2.2", + "system/iso.git" => "2.4", ); sub gitweb_get_default_head { diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index 16c8929..2a0e10c 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -1,12 +1,12 @@ /* CRUX custom */ .cruxheader { text-align: center; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:.9em; + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size:12px; background-color: #FFF; background-image: url("cruxlogo.png"); background-repeat: no-repeat; - background-position: top; + background-position: top; padding: 70px 0px 10px 10px; border: 1px solid #DDDDDD; } @@ -20,7 +20,8 @@ body { background-color: #EEEEDF; color: #000; margin: 20px; - font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif; + font-size: 13px; + font-family: Verdana,Arial,Helvetica,sans-serif; } a { diff --git a/gitweb/header.html b/gitweb/header.html index b47954d..d39f7f7 100644 --- a/gitweb/header.html +++ b/gitweb/header.html @@ -4,7 +4,7 @@ <a href="/Main/Download">Download</a> :: <a href="/Main/Development">Development</a> :: <a href="/Main/Community">Community</a> :: - <a href="/Public/HomePage">Public</a> :: + <a href="/Wiki/HomePage">Wiki</a> :: <a href="/portdb">Ports</a> :: <a href="/Main/Bugs" title="">Bugs</a> :: <a href="/Main/Links" title="">Links</a> :: diff --git a/gitweb/index.aux b/gitweb/index.aux index 030f2f0..960ebed 100644 --- a/gitweb/index.aux +++ b/gitweb/index.aux @@ -4,16 +4,21 @@ misc%2Fudev-rules.git Matt+Housh ports%2Fattic.git CRUX+Team ports%2Fkde.git Alan+Mizrahi ports%2Fcontrib.git CRUX+Contributors -ports%2Fcontrib-old.git CRUX+Contributors ports%2Fcore.git CRUX+System+Team +ports%2Fcore-x86_64.git CRUX+System+Team ports%2Fopt.git CRUX+Ports+Team +ports%2Fopt-x86_64.git CRUX+Ports+Team ports%2Fsip.git Simone+Rota +ports%2Fxfce.git Juergen+Daubert ports%2Fxorg.git Tilman+Sauerbeck +ports%2Fxorg-x86_64.git Tilman+Sauerbeck system%2Fiso.git CRUX+System+Team tools%2Fhttpup.git Johannes+Winkelmann tools%2Fpkg-get.git Simone+Rota tools%2Fpkgsync.git CRUX+Team -tools%2Fpkgutils.git Johannes+Winkelmann +tools%2Fpkgutils.git CRUX+Team +tools%2Fports.git CRUX+Team tools%2Fprt-get.git Johannes+Winkelmann tools%2Fprt-utils.git Simone+Rota tools%2Fwebtools.git Simone+Rota +ports%2Ftilman.git Tilman+Sauerbeck diff --git a/gitweb/indextext.html b/gitweb/indextext.html index 6252567..14ed543 100644 --- a/gitweb/indextext.html +++ b/gitweb/indextext.html @@ -1,9 +1,3 @@ To clone one of these trees using <a href="http://git.or.cz/index.html">Git</a>:<br/> <code>git clone git://crux.nu/</code> + project path.<br/> -<br/> -For more information about GIT, see an -<a href="http://git.or.cz/">overview</a>, the -<a href="http://www.kernel.org/pub/software/scm/git/docs/tutorial.html">tutorial</a> - or the -<a href="http://www.kernel.org/pub/software/scm/git/docs">man pages</a>. |