forked from ericabouaf/wireit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
253 lines (200 loc) · 8.81 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>WireIt - a Javascript Wiring Library</title>
<meta name="author" content="Eric Abouaf" />
<meta name="copyright" content="Copyright 2006-2009 Eric Abouaf" />
<meta name="keywords" content="wireit,javascript,library,pipes,visualization,yui,programming,canvas,wire,wires,framework" />
<meta name="description" content="WireIt is an open-source javascript library to create web wirable interfaces for dataflow applications, visual programming languages or graphical modeling." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="alternate" type="application/rss+xml" title="WireIt blog" href="http://javascript.neyric.com/blog/feed/" />
<link rel="shortcut icon" type="images/x-icon" href="res/favicon.ico" />
<style>
body {
background-color: white;
margin: 0;
padding: 0;
font-family:"Trebuchet MS",Helvetica,Arial,Verdana;
font-size: 13px;
}
p {
font-size: 13px;
}
ul li {
font-size: 13px;
}
#headbar {
background-image: url(res/logo-wireit.jpg);
height: 223px;
margin: 0;
padding: 0;
}
#navigation {
position: absolute;
margin: 6px 0 0 380px;
}
#navigation li {
margin: 0;
display: inline;
margin-right: 30px;
}
#navigation li a {
color: white;
text-decoration: none;
font-size: 14px;
}
#navigation li a:hover {
color: #cccc33;
text-decoration: underline;
}
#layout {
width: 80%;
}
#layout td.left { width: 55%;}
#layout td.right { width: 45%;}
#layout td.left, #layout td.right {
padding: 15px 30px;
vertical-align: top;
}
p.title {
font-weight: bold;
font-size: 22px;
}
td.left ul {
list-style-image: url(res/star.png);
}
div.appBox {
width: 100%;
height: 144px;
position: relative;
margin-top: 10px;
}
div.appBox p {
position: absolute;
left: 160px;
top: 10px;
font-size: 18px;
text-decoration: none;
}
div.appBox a {
text-decoration: none;
}
div.appBox p span {
color: #aaa;
font-size: 12pt;
}
div.appBox p span.big {
color: #ffb73e;
font-size: 20pt;
font-weight: bold;
}
</style>
</head>
<body>
<div id='headbar'>
<ul id="navigation">
<li><a href="http://javascript.neyric.com/wireit">Home</a></li>
<li><a href="http://github.com/neyric/wireit/">GitHub[Git]</a></li>
<li><a href="http://neyric.lighthouseapp.com/projects/25048-wireit/tickets?q=all">Issues</a></li>
<li><a href="doc/index.html">Documentation</a></li>
<li><a href="http://javascript.neyric.com/blog/category/wireit/">Blog</a>
<a href="http://javascript.neyric.com/blog/feed/"><img src="doc/rss.png" border="0"/></a></li>
<li><a href="http://groups.google.com/group/wireit/">Forums</a></li>
</ul>
</div>
<center>
<table id="layout">
<tr>
<td class="left">
<p class="title">About</p>
<p> WireIt is an open-source javascript library to create <b>web wirable interfaces</b> for <b>dataflow applications</b>, <b>visual programming languages</b> or <b>graphical modeling</b>.</p>
<p>It was inspired by <a href="http://pipes.yahoo.com/">Yahoo Pipes</a> and is used by <a href="http://tarpipe.com/">Tarpipe</a>. You can see it in action in <a href="examples/planarGame/planarGame.html">the Planar Game</a>, in <a href="examples/jsBox/jsBox.html">jsBox</a>, or in the examples below.</p>
<p> It currently supports Firefox 2.0+, Safari 2.0+, IE 7.0, Opera 9+ and Chrome 1.0+. Please report your issues with specific browsers in <a href="http://groups.google.com/group/wireit/">the forum</a>.</p>
<p> It uses the <a href="http://developer.yahoo.com/yui/">YUI library</a> (2.7.0) for DOM and events manipulation, and <a href="http://excanvas.sourceforge.net/">excanvas</a> for IE support of the canvas tag.</p>
<p class="title">What's new in 0.4 ?</p>
<ul>
<li>The <a href="examples/WiringEditor/">WiringEditor</a>, a full-blown interface to use <i>visual languages</i>.</li>
</ul>
<!--p><img src='res/star.png'/> Version 0.4 introduced a new component, the WiringEditor, a <b>full-blown interface to create <i>visual languages</i>.</b> (see the <a href="http://www.slideshare.net/neyric/wire-it-presentation-1057012">presentation</a>)</p-->
<center>
<div style="width:425px;text-align:left" id="__ss_1057012">
<object style="margin:0px" width="425" height="355">
<param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=WireItpresentation-090222125100-phpapp02&stripped_title=wire-it-presentation-1057012" />
<param name="allowFullScreen" value="true"/>
<param name="allowScriptAccess" value="always"/>
<embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=WireItpresentation-090222125100-phpapp02&stripped_title=wire-it-presentation-1057012" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed>
</object>
</div>
</center>
<p class="title">Documentation</p>
<p> WireIt comes with an exhaustive <a href="doc/index.html">API documentation</a> built with <a href="http://developer.yahoo.com/yui/yuidoc/">YUI Doc</a>,<br/> and the following <b>examples</b> :</p>
<!-- Learn Wires, Terminals -->
<div class="appBox" style="margin-left: 30px;margin-top: 30px;">
<a href="examples/wires_and_terminals.html">
<img src="res/demo1.png" class="reflect" border="0" alt="Learn Wires, Terminals"/>
<p><span>learn</span><br/><span class="big">Wires, Terminals</span></p>
</a>
</div>
<!-- Learn Containers, WiringEditor -->
<div class="appBox" style="margin-left: 30px;">
<a href="examples/WiringEditor/">
<img src="res/wiringEditor.png" class="reflect" border="0" alt="Learn Containers, WiringEditor"/>
<p><span>learn</span><br/><span class="big">Containers, WiringEditor</span></p>
</a>
</div>
<ul>
<!--li><b>New:</b> <a href="examples/inputex/">inputEx containers (beta)</a></li>
<li><b>New:</b> <a href="examples/WiringEditor/">Wiring Editor (beta)</a></li>
<li><b>New:</b> <a href="examples/logicGates/index.html">Logic Gates (show image containers)</a></li>
<li><a href="examples/creating_terminals.html">Creating terminals and wires</a></li>
<li><a href="examples/changing_directions.html">Changing terminal direction</a></li-->
<li><a href="examples/presentation.html">Interactive presentation</a></li>
<li><a href="examples/dd_and_animation.html">Using animation</a></li>
</ul>
</td>
<!-- Right Column -->
<td class="right">
<!-- Updates changeset -->
<p class="title">Download</p>
<p style="text-align:center;font-weight:bold; font-size:15px;background-color:#EEEEEE;-moz-border-radius: 10px; padding: 5px;-webkit-border-radius: 10px;"><a href="WireIt-0.4.0.zip">Download WireIt 0.4.0</a><br/><span style="font-size: 70%; font-weight: normal;">(wireit-0.4.0.zip - 3.2MB - <a href="VERSION.txt">changeset</a>)</span></p>
<!-- License -->
<p>WireIt is released under the <a href="license.txt">MIT License</a>.</p>
<p>Clone from <a href="http://github.com/neyric/wireit/">GitHub</a>: <span style="font-size: 80%;">git clone git://github.com/neyric/wireit.git</span></p>
<!-- Sponsoring -->
<center>
<p style="margin-bottom: 0;">Sponsored by</p>
<a href="http://tarpipe.com/"><img src="res/tarpipe-logo.png" border="0"/></a>
</center>
<p class="title">Applications</p>
<!-- Planar Game -->
<div class="appBox">
<a href="examples/planarGame/planarGame.html">
<img src="res/planar.gif" class="reflect" border="0" alt="Click to play now !"/>
<p><span>Play the</span><br/><span class="big">Planar Game</span></p>
</a>
</div>
<!-- jsBox -->
<div class="appBox">
<a href="examples/jsBox/jsBox.html">
<img src="res/jsBox.gif" class="reflect" border="0" alt="Click to try jsBox !"/>
<p><span>visual javascript demo</span><br/><span class="big">jsBox</span></p>
</a>
</div>
<!-- logicGates -->
<div class="appBox">
<a href="examples/logicGates/index.html">
<img src="res/logicGates.png" class="reflect" border="0" alt="Click to try jsBox !"/>
<p><span>WiringEditor demo</span><br/><span class="big">Logic Gates</span></p>
</a>
</div>
<img src='http://www.twitter.com/favicon.ico' alt="twitter" /> Follow <a href="http://twitter.com/wireit">WireIt on Twitter</a><br /><br />
<img src="http://delicious.com/favicon.ico"> Bookmarks on <a href="http://del.icio.us/url/651a56650c753830645ecf46fb036db6">Del.icio.us</a><br /><br />
<img src='http://github.com/favicon.ico' alt="twitter" /> Follow <a href="http://github.com/neyric/wireit/tree/master"> on Github</a>
</td>
</tr>
</table>
<p style="font-size: 8pt;">Copyright (c) 2007-2009 <a href="http://javascript.neyric.com/">Eric Abouaf</a></p>
</center>
</body>
</html>