]> Lady’s Gitweb - Gitweb/commit
gitweb: Show project's README.html if available
authorPetr Baudis <redacted>
Tue, 24 Oct 2006 03:23:46 +0000 (05:23 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commitf6c1266e96cbfc71a05bf79539285d5dcb1b7609d1966bfa403fcea492ef6862
tree2d74a8ce3a1425b445aa008ddde0b665dc7258e4c0fd1b59c1cc53f4f83b7687
parent7d902f6e1e7599d12bde9bc93583d47a9213d3b63a5c3e0996a6ab1585a35893
gitweb: Show project's README.html if available

If the repository includes a README.html file, show it in the summary page.
The usual "this should be in the config file" argument does not apply here
since this can be larger and having such a big string in the config file
would be impractical.

I don't know if this is suitable upstream, but it's one of the repo.or.cz
custom modifications that I've thought could be interesting for others
as well.

Compared to the previous patch, this adds the '.html' extension to the
filename, so that it's clear it is, well, HTML.

Signed-off-by: Petr Baudis <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.258811 seconds and 4 git commands to generate.