forked from bmoeskau/Extensible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (82 loc) · 2.75 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<title>Welcome to Extensible</title>
<link rel="shortcut icon" href="http://ext.ensible.com/favicon.ico" />
<link href="welcome/welcome.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="page">
<div id="header">
<a href="http://ext.ensible.com/" id="logo">Sencha - Ext JS - Amazing Web Apps Built on Web Standards</a>
<h1>Welcome to Extensible</h1>
<p>
Thank you for downloading Extensible.<br>Professional-strength components for Ext JS.
</p>
<div class="button-wrap">
<a href="examples/" id="examples" class="button"><span>View Demos</span></a>
</div>
</div>
<div id="container">
<div id="learn" class="section">
<h2>Learn</h2>
<ul>
<li>
Try out our <a href="examples/index.html">interactive demos</a> with full source comments
</li>
<li>
Browse our extensive <a href="docs/">API documentation</a>
</li>
<li>
For advanced hands-on support, please see our premium <a href="http://ext.ensible.com/store">support subscriptions</a>
</li>
</ul>
</div>
<div id="engage" class="section">
<h2>Engage</h2>
<p>
Our <a href="http://ext.ensible.com/forum/">community forums</a> are a great place to ask questions and interact with other Extensible developers.
</p>
<div class="button-wrap">
<a href="http://ext.ensible.com/forum/" id="join_us" class="button"><span>Visit Extensible Forum</span></a>
</div>
<ul id="social">
<li>
<a href="http://twitter.com/ext_ensible" id="twitter"><span>Follow @Ext_ensible</span> on Twitter</a>
</li>
<li>
<a href="http://www.facebook.com/extensible" id="facebook"><span>Become a fan</span> on Facebook</a>
</li>
<li>
<a href="http://ext.ensible.com/blog/" id="blog"><span>Read</span> the official blog</a>
</li>
<li>
<a href="http://eepurl.com/SCRr" id="email"><span>Subscribe</span> to our email newsletter</a>
</li>
</ul>
</div>
<div id="license" class="section">
<h2>License</h2>
<p>
Extensible is dual-licensed commercial + GPL, just like <a href="http://www.sencha.com/company/dual.php">Ext JS</a>. This means:
</p>
<ul>
<li>
Free to use and test in your local development environment
</li>
<li>
Free to use in your open source projects
</li>
<li>
Purchase a developer license if you don’t plan on releasing your website or application’s code as open source
</li>
</ul>
<p>
To purchase a commercial license, please visit our <a href="http://ext.ensible.com/store/">store page</a>.
</p>
</div>
</div>
</div>
</body>
</html>