-
- Downloads
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>
Showing
- Makefile 9 additions, 9 deletionsMakefile
- gitweb/INSTALL 9 additions, 10 deletionsgitweb/INSTALL
- gitweb/Makefile 21 additions, 19 deletionsgitweb/Makefile
- gitweb/README 8 additions, 6 deletionsgitweb/README
- gitweb/static/git-favicon.png 0 additions, 0 deletionsgitweb/static/git-favicon.png
- gitweb/static/git-logo.png 0 additions, 0 deletionsgitweb/static/git-logo.png
- gitweb/static/gitweb.css 0 additions, 0 deletionsgitweb/static/gitweb.css
- gitweb/static/gitweb.js 0 additions, 0 deletionsgitweb/static/gitweb.js
- t/gitweb-lib.sh 3 additions, 3 deletionst/gitweb-lib.sh
Loading
Please register or sign in to comment