You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jim Meyering 65c2b2b509 correct a few doubled-word nits in comments and documentation 13 years ago
..
lib correct a few doubled-word nits in comments and documentation 13 years ago
README
adjust-timezone.js gitweb.js: Add UI for selecting common timezone to display dates 14 years ago
blame_incremental.js gitweb.js: use setTimeout rather than setInterval in blame_incremental.js 14 years ago
javascript-detection.js gitweb: Fix links to lines in blobs when javascript-actions are enabled 13 years ago

README

GIT web interface (gitweb) - JavaScript
=======================================

This directory holds JavaScript code used by gitweb (GIT web interface).
Scripts from there would be concatenated together in the order specified
by gitweb/Makefile into gitweb/static/gitweb.js, during building of
gitweb/gitweb.cgi (during gitweb building). The resulting file (or its
minification) would then be installed / deployed together with gitweb.

Scripts in 'lib/' subdirectory compose generic JavaScript library,
providing features required by gitweb but in no way limited to gitweb
only. In the future those scripts could be replaced by some JavaScript
library / framework, like e.g. jQuery, YUI, Prototype, MooTools, Dojo,
ExtJS, Script.aculo.us or SproutCore.

All scripts that manipulate gitweb output should be put outside 'lib/',
directly in this directory ('gitweb/static/js/'). Those scripts would
have to be rewritten if gitweb moves to using some JavaScript library.

See also comments in gitweb/Makefile.