<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/gitweb/INSTALL, branch v1.7.3.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.3.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.3.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-06-01T00:56:29Z</updated>
<entry>
<title>gitweb: Move static files into seperate subdirectory</title>
<updated>2010-06-01T00:56:29Z</updated>
<author>
<name>Pavan Kumar Sunkara</name>
<email>pavan.sss1991@gmail.com</email>
</author>
<published>2010-05-28T06:25:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=18d05328f3333e63bfffa65ac887ea16de60918c'/>
<id>urn:sha1:18d05328f3333e63bfffa65ac887ea16de60918c</id>
<content type='text'>
Create a new subdirectory called 'static' in gitweb/, and move
all static files required by gitweb.cgi when running, which means
styles, images and Javascript code. This should make gitweb more
readable and easier to maintain.

Update t/gitweb-lib.sh to reflect this change.The install-gitweb
now also include moving of static files into 'static' subdirectory
in target directory: update Makefile, gitweb's INSTALL, README and
Makefile accordingly.

Signed-off-by: Pavan Kumar Sunkara &lt;pavan.sss1991@gmail.com&gt;
Mentored-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Mentored-by: Petr Baudis &lt;pasky@ucw.cz&gt;
Acked-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Acked-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Create install target for gitweb in Makefile</title>
<updated>2010-05-01T22:42:19Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2010-05-01T20:36:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=152d94348f6a38eb7cb5f4af8397f51ba06ddffb'/>
<id>urn:sha1:152d94348f6a38eb7cb5f4af8397f51ba06ddffb</id>
<content type='text'>
Installing gitweb is now as easy as

  # make gitwebdir=/var/www/cgi-bin gitweb-install  ;# as root

The gitweb/INSTALL file was updated accordingly, to make use of this
new target.

Fix shell quoting, i.e. setting bindir_SQ etc., in gitweb/Makefile.
Those variables were not used previously.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Improve installation instructions in gitweb/INSTALL</title>
<updated>2010-05-01T22:42:02Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2010-04-27T20:45:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8515392f5d4c5a36a0f9e4a73068f7106d7f4638'/>
<id>urn:sha1:8515392f5d4c5a36a0f9e4a73068f7106d7f4638</id>
<content type='text'>
Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Acked-by: Mark Rada &lt;marada@uwaterloo.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: update INSTALL to use shorter make target</title>
<updated>2010-04-03T04:23:42Z</updated>
<author>
<name>Mark Rada</name>
<email>marada@uwaterloo.ca</email>
</author>
<published>2010-04-03T00:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e3918594f6269b37ad7bd7e419df433b6d586428'/>
<id>urn:sha1:e3918594f6269b37ad7bd7e419df433b6d586428</id>
<content type='text'>
Gitweb can be generated by the gitweb/gitweb.cgi target or the gitweb
target. Since the gitweb target is shorter, I think it would be better
to have new users be instructed to use it.

Signed-off-by: Mark Rada &lt;marada@uwaterloo.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: add documentation to INSTALL regarding gitweb.js</title>
<updated>2010-04-03T04:23:41Z</updated>
<author>
<name>Mark Rada</name>
<email>marada@uwaterloo.ca</email>
</author>
<published>2010-04-03T00:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a8ab675f21b6e8b003b7a8ba0a72933cf34afb68'/>
<id>urn:sha1:a8ab675f21b6e8b003b7a8ba0a72933cf34afb68</id>
<content type='text'>
This patch updates gitweb/INSTALL to mention gitweb.js, including
JavaScript minification support.

Signed-off-by: Mark Rada &lt;marada@uwaterloo.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Gitweb: add support for minifying gitweb.css</title>
<updated>2010-04-03T04:23:35Z</updated>
<author>
<name>Mark Rada</name>
<email>marada@uwaterloo.ca</email>
</author>
<published>2010-04-03T00:35:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0e6ce21361c5d8e35cd15327539eec1f627aa0e3'/>
<id>urn:sha1:0e6ce21361c5d8e35cd15327539eec1f627aa0e3</id>
<content type='text'>
The build system added support minifying gitweb.js through a
JavaScript minifier, but most minifiers come with support for
minifying CSS files as well, so we should use it if we can.

This patch will add the same facilities to gitweb.css that
gitweb.js has for minification. That does not mean that they
will use the same minifier though, as it is not safe to assume
that all JavaScript minifiers will also minify CSS files.

This patch also adds the GITWEB_PROGRAMS variable to the Makefile
to keep a list of potential gitweb dependencies separate from
OTHER_PROGRAMS when we need to know just the gitweb dependencies.

Though the bandwidth savings will not be as dramatic as with
the JavaScript minifier, every byte saved is important.

Signed-off-by: Mark Rada &lt;marada@uwaterloo.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: update INSTALL regarding specific snapshot settings</title>
<updated>2009-08-06T21:04:38Z</updated>
<author>
<name>Mark A Rada</name>
<email>marada@uwaterloo.ca</email>
</author>
<published>2009-08-06T14:27:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b4c07792970fde7255a8ebb7aef3e1ecd0bd3923'/>
<id>urn:sha1:b4c07792970fde7255a8ebb7aef3e1ecd0bd3923</id>
<content type='text'>
This includes instructions on how to disable a snapshot format and how
to add options to a snapshot format (e.g. setting the compression
level).

Signed-off-by: Mark Rada &lt;marada@uwaterloo.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Add a per-repository authorization hook.</title>
<updated>2008-11-07T00:38:51Z</updated>
<author>
<name>Alexander Gavrilov</name>
<email>angavrilov@gmail.com</email>
</author>
<published>2008-11-05T22:36:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=dd7f5f105a1d4d094a96c5e3f251854f81106be0'/>
<id>urn:sha1:dd7f5f105a1d4d094a96c5e3f251854f81106be0</id>
<content type='text'>
Add a configuration variable that can be used to specify an
arbitrary subroutine that will be called in the same situations
where $export_ok is checked, and its return value used
to decide whether the repository is to be shown.

This allows the user to implement custom authentication
schemes, for example by issuing a subrequest through mod_perl
and checking if Apache will authorize it.

Signed-off-by: Alexander Gavrilov &lt;angavrilov@gmail.com&gt;
Acked-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Describe projects_index format in more detail</title>
<updated>2008-07-07T23:35:00Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2008-07-07T22:07:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e67c9e3952a60dbf380cead5dae1d13fe9703f3c'/>
<id>urn:sha1:e67c9e3952a60dbf380cead5dae1d13fe9703f3c</id>
<content type='text'>
Update and extend information about $projects_list file format in
gitweb/README and in gitweb/INSTALL.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Spelling fixes in the gitweb documentation</title>
<updated>2008-04-22T06:18:06Z</updated>
<author>
<name>Rafael Garcia-Suarez</name>
<email>rgarciasuarez@gmail.com</email>
</author>
<published>2008-04-17T11:45:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=eae7a75904f9634736ff622be9d1c1e5f5567c27'/>
<id>urn:sha1:eae7a75904f9634736ff622be9d1c1e5f5567c27</id>
<content type='text'>
Mostly spelling and grammar nits.

Signed-off-by: Rafael Garcia-Suarez &lt;rgarciasuarez@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
