Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
project
Website
Commits
ee44ca0b
Commit
ee44ca0b
authored
Mar 23, 2011
by
Kurt Zeilenga
Browse files
update for use at OpenLDAP.org
parent
2d5f1155
Changes
4
Hide whitespace changes
Inline
Side-by-side
pages/devel/footer.html
0 → 100644
View file @
ee44ca0b
<FONT
COLOR=
"#808080"
FACE=
"Arial,Verdana,Helvetica"
SIZE=
"1"
><B>
<SMALL>
©
Copyright 1998-2011,
<A
HREF=
"http://www.OpenLDAP.org/foundation.html"
>
OpenLDAP Foundation
</A>
,
<A
HREF=
"mailto:info@OpenLDAP.org"
>
info@OpenLDAP.org
</A
></SMALL></B></FONT>
pages/devel/gitweb.cgi
View file @
ee44ca0b
...
...
@@ -71,37 +71,37 @@ our $GIT = "/usr/pkg/bin/git";
# absolute fs-path which will be prepended to the project path
#our $projectroot = "/pub/scm";
our $projectroot = "/
pub
/git";
our $projectroot = "/
repo
/git";
# fs traversing limit for getting project list
# the number is relative to the projectroot
our $project_maxdepth = 2007;
# string of the home link on top of all pages
our $home_link_str = "p
roject
s";
our $home_link_str = "p
ackage
s";
# 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 = "
OpenLDAP Source Repositories
"
|| ($ENV{'SERVER_NAME'} || "Untitled") . " Git";
# filename of html text to include at top of each page
our $site_header = "";
our $site_header = "
header.html
";
# html text to include at home page
our $home_text = "indextext.html";
# filename of html text to include at bottom of each page
our $site_footer = "";
our $site_footer = "
footer.html
";
# URI of stylesheets
our @stylesheets = ("
static
/gitweb.css");
our @stylesheets = ("
/icons
/gitweb.css");
# URI of a single stylesheet, which can be overridden in GITWEB_CONFIG.
our $stylesheet = undef;
# URI of GIT logo (72x27 size)
our $logo = "
static
/git-logo.png";
our $logo = "
/icons
/git-logo.png";
# URI of GIT favicon, assumed to be image/png type
our $favicon = "
static
/git-favicon.png";
our $favicon = "
/icons
/git-favicon.png";
# URI of gitweb.js (JavaScript code for gitweb)
our $javascript = "
static
/gitweb.js";
our $javascript = "
/icons
/gitweb.js";
# URI and label (title) of GIT logo link
#our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/";
...
...
@@ -4829,7 +4829,7 @@ sub git_project_list_body {
if ($check_forks) {
print "
<th></th>
\n";
}
print_sort_th('project', $order, 'P
roject
');
print_sort_th('project', $order, 'P
ackage
');
print_sort_th('descr', $order, 'Description');
print_sort_th('owner', $order, 'Owner');
print_sort_th('age', $order, 'Last Change');
...
...
pages/devel/header.html
0 → 100644
View file @
ee44ca0b
<a
alt=
"OpenLDAP"
href=
"/"
><img
border=
"0"
src=
"/images/headers/LDAPlogo.gif"
></img></a>
pages/devel/indextext.html
0 → 100644
View file @
ee44ca0b
This is a WWW interface to read-only mirror of the OpenLDAP Source Repository.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment