[LinuxPPS] " . esc_html($co{'title'}) . "

$title, $owner webmaster at enneenne.com
Fri Aug 28 13:30:01 CEST 2009


" . "\n"; } elsif ($format eq 'atom') { print "\n" . "" . esc_html($co{'title'}) . "\n" . "$cd{'iso-8601'}\n" . "\n" . " " . esc_html($co{'author_name'}) . "\n"; if ($co{'author_email'}) { print " " . esc_html($co{'author_email'}) . "\n"; } print "\n" . # use committer for contributor "\n" . " " . esc_html($co{'committer_name'}) . "\n"; if ($co{'committer_email'}) { print " " . esc_html($co{'committer_email'}) . "\n"; } print "\n" . "$cd{'iso-8601'}\n" . "\n" . "$co_url\n" . "\n" . "

\n"; } my $comment = $co{'comment'}; print "
    
    \n";
    		foreach my $line (@$comment) {
    			$line = esc_html($line);
    			print "$line\n";
    		}
    		print "

\n"; foreach my $difftree_line (@difftree) { my %difftree = parse_difftree_raw_line($difftree_line); next if !$difftree{'from_id'}; my $file = $difftree{'file'} || $difftree{'to_file'}; print "
  * " . "[" . $cgi->a({-href => href(-full=>1, action=>"blobdiff", hash=>$difftree{'to_id'}, hash_parent=>$difftree{'from_id'}, hash_base=>$co{'id'}, hash_parent_base=>$co{'parent'}, file_name=>$file, file_parent=>$difftree{'from_file'}), -title => "diff"}, 'D'); if ($have_blame) { print $cgi->a({-href => href(-full=>1, action=>"blame", file_name=>$file, hash_base=>$commit), -title => "blame"}, 'B'); } # if this is not a feed of a file history if (!defined $file_name || $file_name ne $file) { print $cgi->a({-href => href(-full=>1, action=>"history", file_name=>$file, hash=>$commit), -title => "history"}, 'H'); } $file = esc_path($file); print "] ". "$file
\n"; } if ($format eq 'rss') { print "

\n" . "

URL: http://gitweb.enneenne.com/$co_url



More information about the LinuxPPS mailing list