LeifW / wireit forked from neyric/wireit

For the XProc graphical editor, see my "pipescape" project, or feedscape.appspot.com

LeifW (author)
Wed Apr 15 14:51:01 -0700 2009
commit  3cc6b2a631608ca6d559e99a89dd3f082c87f107
tree    2e9163670f42e987f19311a7af268029ee54683a
parent  4687d96981546b25366993f544c43046c6d0ac8b
wireit / README.txt
100644 67 lines (42 sloc) 1.327 kb
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
WireIt README
 
 
WireIt is an open-source javascript library to create web wirable interfaces for dataflow applications, visual programming languages or graphical modeling.
It was inspired by Yahoo Pipes and is used by Tarpipe (http://tarpipe.com).
It currently supports Firefox 2.0+, Safari 2.0+, IE 7.0, Opera 9+ and Chrome 1.0+.
 
 
The code for Wireit is provided under a BSD license:
    http://javascript.neyric.com/wireit/license.txt
 
Project home page:
    http://javascript.neyric.com/wireit/
    
Source code:
    http://github.com/neyric/wireit
 
Issue tracker:
http://neyric.lighthouseapp.com/projects/25048-wireit/tickets?q=all
 
Blog:
    http://javascript.neyric.com/blog/category/wireit/
 
    
Files:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
backend/
Contains backend (server-side) code for the WiringEditor
 
build/
Contains the minified javascript and build scripts
 
css/
Contains the css WireIt components
 
doc/
Auto-generated API documentation
 
examples/
Examples or applications that are part of the library
 
images/
WireIt images
 
index.html
WireIt Home page
 
INSTALL.txt
Installation instructions
 
js/
javascript sources
 
lib/
Librairies required by WireIt
 
license.txt
   Open-source license details
 
README.txt
   This file
 
VERSION.txt
   The change log