-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
326 lines (250 loc) · 13.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at Feb 24, 2013
| Rendered using Apache Maven Fluido Skin 1.3.1-SNAPSHOT
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Stephen Connolly" />
<meta name="Date-Revision-yyyymmdd" content="20130224" />
<meta http-equiv="Content-Language" content="en" />
<title>JSZip -
JSZip Project</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1-SNAPSHOT.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.3.1-SNAPSHOT.min.js"></script>
<script src="scripts/index.js" type="text/javascript"></script> <!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25185795-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="topBarEnabled">
<a href="http://github.com/jszip/jszip-parent">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"
alt="Fork me on GitHub">
</a>
<div id="topbar" class="navbar navbar-fixed-top ">
<div class="navbar-inner">
<div class="container"><div class="nav-collapse">
<ul class="nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Main <b class="caret"></b></a>
<ul class="dropdown-menu">
<li> <a href="index.html" title="Welcome">Welcome</a>
</li>
<li> <a href="quickstart/index.html" title="Basic Quickstart">Basic Quickstart</a>
</li>
<li> <a href="quickstart-knockback/index.html" title="Knockback+Hogan+RequireJS example">Knockback+Hogan+RequireJS example</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Repackaged Modules <b class="caret"></b></a>
<ul class="dropdown-menu">
<li> <a href="redist/" title="About Repackaged Modules">About Repackaged Modules</a>
</li>
<li> <a href="redist/analytics/" title="Analytics.js">Analytics.js</a>
</li>
<li> <a href="redist/angularjs" title="AngularJS">AngularJS</a>
</li>
<li> <a href="redist/backbone/" title="Backbone">Backbone</a>
</li>
<li> <a href="redist/backbone-modelrev/" title="Backbone.ModelRef">Backbone.ModelRef</a>
</li>
<li> <a href="redist/backbone-relational/" title="Backbone-relational">Backbone-relational</a>
</li>
<li> <a href="redist/bootstrap/" title="Bootstrap">Bootstrap</a>
</li>
<li> <a href="redist/hogan/" title="Hogan">Hogan</a>
</li>
<li> <a href="redist/jquery/" title="jQuery">jQuery</a>
</li>
<li> <a href="redist/jquery-migrate/" title="jQuery Migrate">jQuery Migrate</a>
</li>
<li> <a href="redist/json2/" title="json2">json2</a>
</li>
<li> <a href="redist/knockout/" title="Knockout">Knockout</a>
</li>
<li> <a href="redist/knockback/" title="Knockback">Knockback</a>
</li>
<li> <a href="redist/q" title="Q">Q</a>
</li>
<li> <a href="redist/require/" title="RequireJS">RequireJS</a>
</li>
<li> <a href="redist/require-domready-plugin/" title="RequireJS/AMD domReady plugin">RequireJS/AMD domReady plugin</a>
</li>
<li> <a href="redist/require-i18n-plugin/" title="RequireJS/AMD I18N plugin">RequireJS/AMD I18N plugin</a>
</li>
<li> <a href="redist/require-step-plugin/" title="RequireJS/AMD step plugin">RequireJS/AMD step plugin</a>
</li>
<li> <a href="redist/require-text-plugin/" title="RequireJS/AMD Text plugin">RequireJS/AMD Text plugin</a>
</li>
<li> <a href="redist/underscore/" title="Underscore.js">Underscore.js</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Sub-projects <b class="caret"></b></a>
<ul class="dropdown-menu">
<li> <a href="jszip-maven-plugin" title="Maven Plugin">Maven Plugin</a>
</li>
<li> <a href="jszip-parent" title="jszip.org parent">jszip.org parent</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Project Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul class="dropdown-menu">
<li> <a href="index.html" title="About">About</a>
</li>
<li> <a href="team-list.html" title="Project Team">Project Team</a>
</li>
<li> <a href="dependency-info.html" title="Dependency Information">Dependency Information</a>
</li>
<li> <a href="plugins.html" title="Project Plugins">Project Plugins</a>
</li>
<li> <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
</li>
<li> <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li> <a href="source-repository.html" title="Source Repository">Source Repository</a>
</li>
<li> <a href="license.html" title="Project License">Project License</a>
</li>
<li> <a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
</li>
<li> <a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
</li>
<li> <a href="project-summary.html" title="Project Summary">Project Summary</a>
</li>
<li> <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
</li>
<li> <a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
<ul class="dropdown-menu">
<li> <a href="dependency-updates-report.html" title="Dependency Updates Report">Dependency Updates Report</a>
</li>
<li> <a href="plugin-updates-report.html" title="Plugin Updates Report">Plugin Updates Report</a>
</li>
<li> <a href="property-updates-report.html" title="Property Updates Report">Property Updates Report</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div id="banner">
<div class="pull-left">
<a href="./" id="bannerLeft">
<img src="images/jszip-logo.png" alt="jszip.org Site"/>
</a>
</div>
<div class="pull-right"> </div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li class="">
<a href="./" title="JSZip">
JSZip</a>
</li>
<li class="divider ">/</li>
<li class="">
JSZip Project</li>
<li id="publishDate" class="pull-right">Last Published: 2013-02-24</li> <li class="divider pull-right">|</li>
<li id="projectVersion" class="pull-right">Version: current</li>
</ul>
</div>
<div id="bodyColumn" >
<!-- Copyright 2011-2012 Stephen Connolly.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->
<div id="carousel-main">
<div id="main-carousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="images/carousel-dependencies.png" alt="" />
<div class="carousel-caption">
<p><b>Consume JavaScript packages from Maven builds</b></p>
<p>Just add the <dependency> and go. <small>We can even aggregate all the scripts into a single minified file for you</small></p>
</div>
</div>
<div class="item">
<img src="images/carousel-just-java-mvn-and-go.png" alt="" />
<div class="carousel-caption">
<p><b>Use Maven to build JavaScript packages</b></p>
<p>Just set <packaging>jszip</packaging> and go. <small>We'll even generate the package.json for you</small></p>
</div>
</div>
<div class="item">
<img src="images/carousel-live-development.png" alt="" />
<div class="carousel-caption">
<p><b>Live development</b></p>
<p>Fail fast. Fix fast. Then just hit reload. <small>Works across all modules within the Maven reactor</small></p>
</div>
</div>
</div>
<a name="main-carousel-prev" id="main-carousel-prev" class="carousel-control left">‹</a>
<a name="main-carousel-next" id="main-carousel-next" class="carousel-control right">›</a>
</div>
</div>
<div id="Welcome to the JSZip Project">
<p>
The JSZip project is exploring an alternative way of packaging JavaScript modules in order to make consuming
dependent JavaScript modules easier for people developing with Apache Maven 3.
</p>
<p class="pagination-centered">
<a href="quickstart/" class="btn btn-primary btn-large">Let's get started »</a>
<a href="quickstart-knockback/" class="btn btn-large">More examples »</a>
</p>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container">
<div class="row span12">Copyright © 2012-2013.
All Rights Reserved.
</div>
<p id="poweredBy" class="pull-right">
<a href="http://maven.apache.org/" title="Built by Maven" class="builtBy">
<img class="builtBy" alt="Built by Maven" src="jszip-parent/images/logos/maven-feather.png" />
</a>
<a href="https://jszip.ci.cloudbees.com/" title="Built on CloudBees" class="builtBy">
<img class="builtBy" alt="Built on CloudBees" src="images/built-on-cloudbees.png" />
</a>
</p>
</div>
</footer>
</body>
</html>