HTML: Restructure html folder
commitbd097b0eff2a7099b73cb80d5a17c85f9b42a218
authorPieter de Bie <pdebie@ai.rug.nl>
Tue, 21 Oct 2008 20:13:16 +0000 (21 22:13 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Tue, 21 Oct 2008 20:48:47 +0000 (21 22:48 +0200)
tree2bed2f7308f6c3fa61ddf4a48f8fdf2ed7981ecb
parent4363ad159ab468b3b65c50954606ffcbff4a6c89
HTML: Restructure html folder

This changes the HTML part of GitX to be more consistent -- we
now use a "views" directory where every web view has it's own
directory.

Furthermore, GitX-wide Javascript is added in the "lib" directory.
The same is true for CSS in the "css" directory. Every view can
have its own custom CSS and JS, and those are put in the views
directory (without JS or CSS prefix directories).
22 files changed:
GitX.xcodeproj/project.pbxproj
PBWebChangesController.m
PBWebController.m
PBWebDiffController.m
PBWebHistoryController.m
html/css/GitX.css [new file with mode: 0644]
html/css/diff.css [moved from html/diff_style.css with 89% similarity]
html/diff.html [deleted file]
html/diff.js [deleted file]
html/images/spinner.gif [moved from Images/spinner.gif with 100% similarity]
html/lib/GitX.js [moved from html/GitX.js with 59% similarity]
html/lib/diffHighlighter.js [moved from html/diffHighlighter.js with 100% similarity]
html/lib/keyboardNavigation.js [moved from html/keyboardNavigation.js with 100% similarity]
html/lib/md5.js [moved from html/md5.js with 100% similarity]
html/simpleDiff.html [deleted file]
html/views/commit/commit.css [new file with mode: 0644]
html/views/commit/commit.js [new file with mode: 0644]
html/views/commit/index.html [new file with mode: 0644]
html/views/diff/index.html [new file with mode: 0644]
html/views/history/history.css [moved from html/commits.css with 95% similarity]
html/views/history/history.js [moved from html/commit.js with 91% similarity]
html/views/history/index.html [moved from html/commit.html with 60% similarity]