| Mode | Name | Size | |
|---|---|---|---|
| -rw-r--r-- | GITWEB-BUILD-OPTIONS.in | 810 | logplain |
| -rw-r--r-- | INSTALL | 14709 | logplain |
| -rw-r--r-- | Makefile | 5357 | logplain |
| -rw-r--r-- | README | 2392 | logplain |
| -rwxr-xr-x | generate-gitweb-cgi.sh | 1555 | logplain |
| -rwxr-xr-x | generate-gitweb-js.sh | 128 | logplain |
| -rwxr-xr-x | gitweb.perl | 258394 | logplain |
| -rw-r--r-- | meson.build | 3494 | logplain |
| d--------- | static | 150 | logplain |
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.
