update
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 13 Oct 2011 17:16:34 +0000 (19:16 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 13 Oct 2011 17:16:34 +0000 (19:16 +0200)
gitweb/gitweb.cgi
gitweb/img/f-lab-logo.png [new file with mode: 0644]
gitweb/img/onelab-favicon.png [new file with mode: 0644]
gitweb/img/planet-lab-favicon.png [new file with mode: 0644]
gitweb/img/planet-lab-logo.png [new file with mode: 0644]

index c03efec..017b8be 100755 (executable)
@@ -43,11 +43,11 @@ our $project_maxdepth = 2007;
 our $home_link = $my_uri || "/";
 
 # string of the home link on top of all pages
-our $home_link_str = $ENV{'SERVER_NAME'} ? "http://" . $ENV{'SERVER_NAME'} : "projects";
+our $home_link_str = $ENV{'SERVER_NAME'} ? "git://" . $ENV{'SERVER_NAME'} : "projects";
 
 # name of your site or organization to appear in page titles
 # replace this with something more descriptive for clearer bookmarks
-our $site_name = ""
+our $site_name = "git.onelab"
                  || ($ENV{'SERVER_NAME'} || "Untitled") . " Git";
 
 # filename of html text to include at top of each page
@@ -64,7 +64,7 @@ our $stylesheet = undef;
 # URI of GIT logo (72x27 size)
 our $logo = "img/onelab-logo.png";
 # URI of GIT favicon, assumed to be image/png type
-our $favicon = "img/git-favicon.png";
+our $favicon = "img/onelab-favicon.png";
 
 # URI and label (title) of GIT logo link
 #our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/";
@@ -93,6 +93,12 @@ our $strict_export = "";
 # i.e. full URL is "$git_base_url/$project"
 our @git_base_url_list = grep { $_ ne '' } ("");
 
+@git_base_url_list = (
+        "git://git.onelab.eu",
+        "ssh://git.onelab.eu/git"
+);
+
+
 # default blob_plain mimetype and default charset for text/plain blob
 our $default_blob_plain_mimetype = 'text/plain';
 our $default_text_plain_charset  = undef;
diff --git a/gitweb/img/f-lab-logo.png b/gitweb/img/f-lab-logo.png
new file mode 100644 (file)
index 0000000..c4cc631
Binary files /dev/null and b/gitweb/img/f-lab-logo.png differ
diff --git a/gitweb/img/onelab-favicon.png b/gitweb/img/onelab-favicon.png
new file mode 100644 (file)
index 0000000..e337a62
Binary files /dev/null and b/gitweb/img/onelab-favicon.png differ
diff --git a/gitweb/img/planet-lab-favicon.png b/gitweb/img/planet-lab-favicon.png
new file mode 100644 (file)
index 0000000..976ee5a
Binary files /dev/null and b/gitweb/img/planet-lab-favicon.png differ
diff --git a/gitweb/img/planet-lab-logo.png b/gitweb/img/planet-lab-logo.png
new file mode 100644 (file)
index 0000000..5dd73bd
Binary files /dev/null and b/gitweb/img/planet-lab-logo.png differ