forked from worrydream/Tangle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
download.html
102 lines (64 loc) · 3.94 KB
/
download.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<base target="_top">
<title>Tangle: Download</title>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="Fonts/Insolent/stylesheet.css" type="text/css">
<link rel="stylesheet" href="Fonts/BorisBlackBloxx/stylesheet.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="everything">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- header -->
<div id="header">
<h1><a href="./">tangle</a></h1>
<h3>explorable explanations made easy</h3>
<div class="menu">
<a href="guide.html">Getting Started</a>
<a href="reference.html">API Reference</a>
<a href="download.html">Download</a>
<a href="https://groups.google.com/group/tangle-talk/topics">Discuss</a>
</div>
</div> <!-- header -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- body -->
<div id="body" class="small">
<h2>Download Tangle</h2>
<p><b><a href="https://github.com/downloads/worrydream/Tangle/Tangle-0.1.0.zip">Tangle-0.1.0.zip</a></b> — released June 14, 2011</p>
<p>Visit the project on <a href="https://github.com/worrydream/Tangle">GitHub</a>.</p>
<p>Join the brand new <a href="https://groups.google.com/group/tangle-talk/topics">Tangle Talk</a> discussion group!</p>
<h2>What's In The Box</h2>
<p><b><a href="Tangle.js">Tangle.js</a></b> is a lightweight library that provides a simple API for tangling up the values in your document. Tangle.js has no dependencies, and works with any JavaScript framework, or none at all.</p>
<p><b><a href="TangleKit/">TangleKit</a></b> is an optional collection of UI components that let your readers adjust values and visualize the results. You can grab whichever components you want, use them, extend them, modify them, or just learn from them and make your own. TangleKit also includes (and depends on) a few helpful libraries, such as <a href="http://mootools.net/">MooTools</a>, <a href="http://www.diveintojavascript.com/projects/javascript-sprintf">sprintf</a>, and BVTouchable.</p>
<p><b><a href="TangleTemplate.html">Tangle Template</a></b> is a simple sample document that you can start from, to get tangling right away.</p>
<h2>Get Involved</h2>
<p>This is an <b>alpha</b> release. That means that the API is subject to change, and such changes may break your code. TangleKit is currently a hodge-podge, and almost certainly will change.</p>
<p>But don't let that stop you. <b>Make things with Tangle!</b> Here's how you can help:</p>
<ul style="margin-left:20px; list-style-type:disc;">
<li>Join the <a href="https://groups.google.com/group/tangle-talk/topics">Tangle Talk</a> discussion group.</li>
<li>Contribute documents you've made for the examples. Better examples are needed badly.</li>
<li>Contribute Tangle classes and formats for TangleKit.</li>
<li>Complain if the API makes it difficult to make something you want to make.</li>
<li>Complain about confusing documentation.</li>
<li>Report bugs.</li>
<li>Tell your friends.</li>
<li>Get these kids off my lawn. Also, I don't anything about the WordPress or the Tumblr or however kids these days are writing on the web. Can Tangle go where they go?</li>
</ul>
</div> <!-- body -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- footer -->
<div id="footer">
<div id="footerShadow"></div>
<div class="author"><a href="http://worrydream.com/">Bret Victor</a></div>
<div class="menu">
<a href="guide.html">Getting Started</a>
<a href="reference.html">API Reference</a>
<a href="download.html">Download</a>
<a href="https://groups.google.com/group/tangle-talk/topics">Discuss</a>
</div>
</div> <!-- footer -->
</div> <!-- everything -->
</body></html>