This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
forked from NorthwoodsSoftware/GoJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
145 lines (131 loc) · 6.44 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
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>GoJS® Diagramming Components for HTML5/Canvas, by Northwoods Software®</title>
<link href="assets/css/main.css" rel="stylesheet" type="text/css"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1506307-5', 'gojs.net');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="topbar">
<div id="topbar-inner">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="learn/index.html">Learn</a></li>
<li><a href="samples/index.html">Samples</a></li>
<li><a href="intro/index.html">Intro</a></li>
<li><a href="api/index.html">API</a></li>
<li><a href="http://www.nwoods.com/components/evalform.htm">Register</a></li>
<li><a href="doc/download.html">Download</a></li>
<li><a href="http://www.nwoods.com/forum/forum_topics.asp?FID=8">Forum</a></li>
<li><a href="http://www.nwoods.com/support/query.htm">Contact</a></li>
<li class="buy"><a href="http://www.nwoods.com/sales/ordering.htm">Buy</a></li>
<li class="activate"><a href="http://www.nwoods.com/app/activate.aspx?sku=gojs">Activate</a></li>
</ul>
</div>
</div>
<div class="banner" id="bannertop">
<div class="main">
<h1>GoJS</h1>
<h2>Interactive Diagrams for the Web</h2>
</div>
</div>
<div id="imgcontainer" class="main">
<a class="imagelink" href="samples/flowchart.html"><img src="http://gojs.net/images/site1.png" alt="Flowchart" /></a>
<a class="imagelink" href="samples/euler.html"><img src="http://gojs.net/images/site2.png" alt="Euler Diagram" /></a>
<a class="imagelink" href="samples/orgChartEditor.html"><img src="http://gojs.net/images/site3.png" alt="Org Chart" /></a>
<a class="imagelink" href="samples/dataVisualization.html"><img src="http://gojs.net/images/site4.png" alt="Data Visualization" /></a>
<a class="imagelink" href="samples/stateChart.html"><img src="http://gojs.net/images/site6.png" alt="State Chart" /></a>
<a class="imagelink" href="samples/mindMap.html"><img src="http://gojs.net/images/site5.png" alt="Mind Map" /></a>
<a class="imagelink" href="samples/grafcet.html"><img src="http://gojs.net/images/site7.png" alt="Grafcet Diagram" /></a>
<a class="imagelink" href="samples/regrouping.html"><img src="http://gojs.net/images/site8.png" alt="Regrouping Demo" /></a>
</div>
<div class="main">
<p><b>GoJS</b> is a feature-rich JavaScript library for implementing interactive diagrams across modern browsers and platforms.
<b>GoJS</b> makes constructing diagrams of complex Nodes, Links, and Groups easy with customizable templates and layouts.
<p><b>GoJS</b> offers many advanced features for user interactivity such as drag-and-drop, copy-and-paste, transactional state and undo management,
palettes, overviews, data-bound models, event handlers, and an extensible tool system for custom operations.
<p><b>GoJS</b> is pure JavaScript and it does not depend on any JavaScript libraries or frameworks.
Users get interactivity without requiring round-trips to servers and without plugins such as Flash or Silverlight.
<div class="bigcontainer">
<div class="column column-left">
<a href="samples/index.html" target="_blank">
<h2>Explore</h2>
<p>Run over 90 sample apps that illustrate different kinds of diagrams
and show their complete source code.</p>
<p class="btn btn-custom">View Samples</p>
</a>
</div>
<div class="column column-right">
<a href="learn/index.html" target="_blank">
<h2>Learn</h2>
<p>Get started with a step-by-step description of how to build an app
using a <b>GoJS</b> diagram and model data.</p>
<p class="btn btn-custom">Learn with GoJS Tutorials</p>
</a>
</div>
</div>
<div class="bigcontainer">
<div class="column column-left">
<a href="doc/download.html" target="_blank">
<h2>Download</h2>
<p>Get a copy of the library and all of the samples and extensions.
Search the JavaScript code and modify the samples to start your app.</p>
<p class="btn btn-custom">Download GoJS</p>
</a>
</div>
<div class="column column-right">
<a href="intro/index.html" target="_blank">
<h2>Technical Introduction</h2>
<p>Read our introduction documents for a technical overview of <b>GoJS</b> concepts and techniques,
including hundreds of live interactive examples.</p>
<p class="btn btn-custom">Features Introduction</p>
</a>
</div>
</div>
<div class="bigcontainer">
<div class="column column-left">
<a href="http://www.nwoods.com/components/evalform.htm" target="_blank">
<h2>Unlimited Evaluation</h2>
<p>
Evaluate the full library without any limitations --
and get free support for a month if you register with us.
</p>
<p class="btn btn-custom">Register for Support</p>
</a>
<a href="http://www.nwoods.com/support/query.htm" target="_blank">
<p class="btn btn-custom">Contact Us</p>
</a>
</div>
<div class="column column-right">
<a href="api/index.html" target="_blank">
<h2>API Documentation</h2>
<p>View our comprehensive documentation for an in-depth reference of the properties
and methods for all of the classes.</p>
<p class="btn btn-custom">View the API</p>
</a>
</div>
</div>
<p style="font-size: 18px;">
When upgrading to a newer version, please read the <strong><a href="doc/changelog.html" target="_blank">Change Log</a></strong>.
</p>
<!--
<p>
You can explore the newest features in the <a href="../beta/index.html" target="_blank">GoJS Beta</a>. Be sure to read the <a href="../beta/doc/changelog.html" target="_blank">beta changelog</a> for signifigant differences.
</p> -->
<p class="footer">
GoJS ® by Northwoods Software. Copyright © 1998-2015 <a href="http://www.nwoods.com" target="_blank">Northwoods Software</a> ®
</p>
</div> <!-- end main -->
<div class="banner" id="bannerbottom">
<!-- text in banner-->
</div>
</body>
</html>