summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-25 16:56:23 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-25 16:56:23 +1200
commit9d5f56cff3e8f6b7f4a425414815b4de49244d00 (patch)
treecbff3a4372d0fdef41c609865163da9ba192fe6f /.gitmodules
parentad1610280117aaeba51b71fa8e66e15c0bbadac2 (diff)
downloadmanavis-9d5f56cff3e8f6b7f4a425414815b4de49244d00.tar.gz
manavis-9d5f56cff3e8f6b7f4a425414815b4de49244d00.tar.bz2
manavis-9d5f56cff3e8f6b7f4a425414815b4de49244d00.tar.xz
manavis-9d5f56cff3e8f6b7f4a425414815b4de49244d00.zip
Allow loading of zip files
.zip must be at the end of the file name. Progress bars are not fully descriptive in this mode yet This also alters the mv.loader interface. The onprogress callback now takes current and total. The each callback is now passed an after parameter, to be called when it's done.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index d719d48..a7d2a2d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "js/dc"]
path = public/js/dc
url = git://github.com/Freeyorp/dc.js.git
+[submodule "public/js/zip"]
+ path = public/js/zip
+ url = https://github.com/gildas-lormeau/zip.js.git