forked from lafeillou/yofc-cmp-topo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
108 lines (103 loc) · 4.3 KB
/
README.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
<html>
<head>
<title>Qunee for HTML5 README</title>
<link rel="stylesheet" type="text/css" href="documents/css.css"/>
</head>
<body>
<h1>Qunee for HTML5 README</h1>
<p>
Qunee for HTML5 is an extensive HTML5/JavaScript class library
that provides diagram visualization controls, data structures,
and functionality to automatically calculate layouts for graphs, diagrams, and networks.
</p>
<h2>How to Start</h2>
<p>
If you are using this software for the <strong>first time</strong>, you might be interested in the following
information:
</p>
<ul>
<li><h3>What are the requirements for developing and deploying
applications?</h3>
<div class="detail">
<h4>Development</h4>
<p>
We suggest to use a modern IDE, e.g., IntelliJ WebStorm, IntelliJ IDEA, Netbeans,
or Eclipse.
</p>
<h4>Deployment</h4>
<p>
To run Qunee for HTML5 applications, including the provided demo applications,
you will need to have an HTML5-capable browser.
<br/>
At the time of its release, this Qunee for HTML5 release has been tested with
the following browsers:
</p>
<ul>
<li><tt>Internet Explorer 9+</tt></li>
<li><tt>Firefox</tt></li>
<li><tt>Chrome</tt></li>
<li><tt>Safari</tt></li>
<li><tt>Opera</tt></li>
</ul>
</div>
</li>
<li><h3>What demos, and documentation are included?</h3>
<div class="detail">
<p>
A number of resources are included to help you learn more about using Qunee for
HTML:
</p>
<h3>Included Resources</h3>
<ul>
<li>The <tt>documents/</tt> directory contains the more advanced, comprehensive Developer's Guides
which describe the architecture and the main concepts used in Qunee</li>
<li>The <tt>demos/</tt> directory contains extensive source code demo applications.</li>
<li>The <tt>demos/lib/qunee-min.js</tt> file is the Qunee HTML5 core library file</li>
</ul>
</div>
</li>
<li><h3>What about the license terms?</h3>
<div class="detail">
<h3>License Terms</h3>
<p>
You can get a license from Qunee.com, the license should be validated before start your application.
Please make sure you have received a license file from Qunee.com.</p>
<p>To learn more about the <a href="documents/SOFTWARE_LICENSE_AGREEMENT.html">license terms</a>.</p>
</div>
</li>
<li><h3>Where can I get help and support?</h3>
<div class="detail">
<h3>Support</h3>
<p>
Should you require help with the installation of our library or development with our API,
please feel free to contact our support team on the basis of your active subscription or your
active evaluation license by sending an email to <a href="mailto:[email protected]">[email protected]</a>.
Please include your evaluation or user ID
in the email subject and describe the problem in detail so that our engineers can reproduce the issue and
help you to get the most out of our product.
</p>
<p>
The available <a href="documents/">documentation</a> provides answers to many basic
Qunee API questions.
</p>
</div>
</li>
</ul>
<h2>Contacting Qunee</h2>
<p>
Qunee for HTML5 is a product of <a href="http://www.qunee.com/" target="_blank">Qunee.com.</a>
</p>
<p>
Qunee welcomes your comments and suggestions. You can contact us anytime by email:
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<p>
Developers that are eligible to receive support as well as active evaluators may direct their questions by email to
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<p>
To learn more about our company and our other products, please visit our website: <a href="http://www.qunee.com" target="_blank">http://www.qunee.com</a>
</p>
<p class="copyright">Copyright Qunee.com, 2013. All rights reserved.</p>
</body>
</html>