forked from izpack/izpack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (68 loc) · 3.72 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
---
layout: main
title: "IzPack - Package once. Deploy everywhere."
---
<div>
<p><img src="/img-izpack/logo-medium.png" alt="IzPack logo"/></p>
</div>
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h2>
IzPack is a widely used tool for packaging applications on the Java™ platform.
</h2>
<p>
Easily make installers that work seamlessly on Microsoft Windows™, Linux™, Solaris™ and Mac OS X™. <br/>
Keep your users happy just right before they get their hands on your software for the first time.
</p>
<p>
<a href="/we-love-izpack/" class="btn btn-success btn-large">Read what our users say »</a>
<a href="/downloads/" class="btn btn-danger btn-large">Download IzPack »</a>
</p>
</div>
<div class="row">
<div class="span4">
<p>
<a href="https://twitter.com/izpack" class="twitter-follow-button" data-show-count="true" data-size="large">Follow @izpack</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</p>
</div>
<div class="span4">
<p>
<a href="https://plus.google.com/105618715093492300071?prsrc=3" rel="author" style="display:inline-block;text-decoration:none;color:#333;text-align:center;font:13px/16px arial,sans-serif;white-space:nowrap;"><span style="display:inline-block;font-weight:bold;vertical-align:top;margin-right:5px;margin-top:8px;">Follow IzPack</span><span style="display:inline-block;vertical-align:top;margin-right:15px;margin-top:8px;">on</span><img src="https://ssl.gstatic.com/images/icons/gplus-32.png" alt="" style="border:0;width:32px;height:32px;"/></a>
</p>
</div>
<div class="span4">
<p>
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fizpack&send=false&layout=button_count&width=450&show_faces=true&action=like&colorscheme=light&font&height=36&appId=164726633569291" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:36px;" allowTransparency="true"></iframe>
</p>
</div>
</div>
<div class="row">
<div class="span4">
<h2>Opensource, since 2001</h2>
<p>
IzPack is published under the terms of the Apache Software License, Version 2.0, meaning that you can adapt it to your needs with very minimal constraints.
IzPack is developed by a community of benevolent contributors. We encourage contributions
with minimal bureaucracy. Come and help us!
</p>
<p><a class="btn btn-inverse" href="/developers/">Hack on IzPack »</a></p>
</div>
<div class="span4">
<h2>Customizable</h2>
<p>
IzPack does not predefine a rigid installation canvas. You can freely pick the elements that you would like to
assemble. You can choose how your installer should look like. Oh, and you can always extend it shall you
not find the features you would be looking for!
</p>
<p><a class="btn btn-inverse" href="http://docs.codehaus.org/display/IZPACK/User+documentation">Read the documentation »</a></p>
</div>
<div class="span4">
<h2>Cross-platform</h2>
<p>
The very same installer works on any operating system where a Java SE™ 6+ virtual machine exists.
IzPack-generated installers also provide optional native integration such as creating desktop shortcuts,
manipulating a system registry or switching to an administrator account during the installation.
</p>
<p><a class="btn btn-inverse" href="/downloads/">Download IzPack »</a></p>
</div>
</div>