]> git.cameronkatri.com Git - cgit.git/commit
Add support for an 'embedded' option in cgitrc
authorLars Hjemli <hjemli@gmail.com>
Thu, 22 Jan 2009 22:33:56 +0000 (23:33 +0100)
committerLars Hjemli <hjemli@gmail.com>
Mon, 2 Feb 2009 07:11:29 +0000 (08:11 +0100)
commit0cbb50841ac82e08e715bbff614f96c7d5ba22fa
tree7a6a63ca69d161e4bf636c8676a8a845cad1083b
parent8cc02871230aef457006ac775dd1cca5623516a9
Add support for an 'embedded' option in cgitrc

When activated, cgit will neither generate http headers nor any 'framing'
html elements (like <html> and <body>). Also, all page content is now
wrapped in a <div id='cgit'> element to make it easier to select the
correct cgit classes when embedded/themed.

Suggested-by: Matt Sealey <matt@genesi-usa.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgit.c
cgit.h
ui-shared.c