Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
[General] add third party code to extract zip files
Browse files Browse the repository at this point in the history
* also clean up some spaces in deflate.js file
  • Loading branch information
xuzhang authored and grgustaf committed Aug 30, 2012
1 parent 93e933e commit c49daf5
Show file tree
Hide file tree
Showing 4 changed files with 621 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FILES
Expand Up @@ -75,6 +75,8 @@ Haverbeke
Intel src/js/codeview-mode.js APLV2 N/A
Arnaud
Renevier lib/zipfile.js Modified BSD[17]
Arnaud
Renevier lib/deflate.js MIT/X11 [21]

Unreleased/Unpackaged Files (build/debug/development)
=====================================================
Expand Down Expand Up @@ -114,3 +116,4 @@ Notes:
[18] http://www.bramstein.com/projects/jlayout/
[19] http://www.bramstein.com/projects/jsizes/
[20] http://code.google.com/chrome/extensions/crx.html
[21] https://github.com/arenevier/zipfile/blob/master/external/deflate.js
1 change: 1 addition & 0 deletions README
Expand Up @@ -60,6 +60,7 @@ src/css/web-ui-fw-theme.css MIT Intel
src/css/web-ui-fw-widgets.css MIT Intel
lib/jszip.js MIT or GPLv3 Stuart Knightley[5]
lib/zipfile.js Modified BSD Arnaud Renervier[6]
lib/deflate.js MIT/X11 Arnaud Renervier[6]
lib/CodeMirror-2.21/LICENSE BSD-like Marijn Haverbeke
lib/CodeMirror-2.21/lib/codemirror.css BSD-like Marijn Haverbeke
lib/CodeMirror-2.21/lib/codemirror.js BSD-like Marijn Haverbeke
Expand Down
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -52,6 +52,7 @@
<!-- ... to here -->
<script src="lib/beautify.js"></script>
<script src="lib/beautify-html.js"></script>
<script src="lib/deflate.js"></script>
<script src="lib/jszip.js"></script>
<script src="lib/zipfile.js"></script>
<script src="lib/CodeMirror-2.21/lib/codemirror.js"></script>
Expand Down

0 comments on commit c49daf5

Please sign in to comment.