author | Pavan Kumar Sunkara <pavan.sss1991@gmail.com> | |
Fri, 28 May 2010 06:25:49 +0000 (11:55 +0530) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 1 Jun 2010 00:56:29 +0000 (17:56 -0700) | ||
commit | 18d05328f3333e63bfffa65ac887ea16de60918c | |
tree | 2a96ff4c158092753a4674d5a039a412999df90d | tree | snapshot |
parent | d0b16c8f878bef5c1268e033a3d1f427498c7008 | commit | diff |
gitweb: Move static files into seperate subdirectory
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 <pavan.sss1991@gmail.com>
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Petr Baudis <pasky@ucw.cz>
Acked-by: Jakub Narebski <jnareb@gmail.com>
Acked-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <pavan.sss1991@gmail.com>
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Petr Baudis <pasky@ucw.cz>
Acked-by: Jakub Narebski <jnareb@gmail.com>
Acked-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
13 files changed:
Makefile | diff | blob | history | |
gitweb/INSTALL | diff | blob | history | |
gitweb/Makefile | diff | blob | history | |
gitweb/README | diff | blob | history | |
gitweb/git-favicon.png | [deleted file] | blob | history |
gitweb/git-logo.png | [deleted file] | blob | history |
gitweb/gitweb.css | [deleted file] | blob | history |
gitweb/gitweb.js | [deleted file] | blob | history |
gitweb/static/git-favicon.png | [new file with mode: 0644] | blob |
gitweb/static/git-logo.png | [new file with mode: 0644] | blob |
gitweb/static/gitweb.css | [new file with mode: 0644] | blob |
gitweb/static/gitweb.js | [new file with mode: 0644] | blob |
t/gitweb-lib.sh | diff | blob | history |