2 username="https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik"
5 date="2012-03-06T09:50:53Z"
7 I don't know how to navigate to a gitweb url that does show my wiki's source.
9 My gitweb.conf looks like this:
12 # path to git projects (<project>.git)
13 #$projectroot = \"/var/cache/git\";
14 $projectroot = \"/home/myuser/myiki\";
16 # directory to use for temp files
20 $site_name = \"myiki\";
22 # target of the home link on top of all pages
23 #$home_link = $my_uri || \"/\";
25 # html text to include at home page
26 #$home_text = \"indextext.html\";
28 # file with project list; by default, simply scan the projectroot dir.
29 #$projects_list = $projectroot;
32 #@stylesheets = (\"static/gitweb.css\");
34 # javascript code for gitweb
35 #$javascript = \"static/gitweb.js\";
38 #$logo = \"static/git-logo.png\";
41 #$favicon = \"static/git-favicon.png\";
43 # git-diff-tree(1) options to use for generated patches
44 #@diff_opts = (\"-M\");