Skip to content

Commit eeb9110

Browse files
committed
Reformatted development tools section, removed icons
1 parent 246a15c commit eeb9110

File tree

1 file changed

+99
-22
lines changed

1 file changed

+99
-22
lines changed

index.html

Lines changed: 99 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,38 +18,115 @@ <h1>NewtonScript</h1>
1818
<!-- BEGIN DEVELOPMENT TOOLS -->
1919
<h2><a id="tools">Development Tools</a></h2>
2020
<dl>
21-
<dt><a id="dashboard" href="http://www.fivespeedsoftware.com/dashboard/"><img src="img/icons/dashboard-32x32.gif" alt="" />Dashboard</a> (Newton OS; open source)</dt>
22-
<dd>An alternate button bar, hierarchical menu, and scripting system (using NewtonScript) for Newton 2.1 OS by Five Speed Software. Source available on <a href="http://github.com/masonmark/Dash-Board-for-Newton-OS">GitHub</a>.</dd>
21+
<dt><a id="dashboard" href="http://www.fivespeedsoftware.com/dashboard/">Dashboard</a></dt>
22+
<dd>
23+
<p>An alternate button bar, hierarchical menu, and scripting system (using NewtonScript) for Newton OS. Source available on <a href="http://github.com/masonmark/Dash-Board-for-Newton-OS">GitHub</a>.</p>
24+
<ul>
25+
<li>Author: <a href="http://www.fivespeedsoftware.com/">Five Speed Software</a></li>
26+
<li>Platform: Newton OS 2.1</li>
27+
<li>License: Open Source</li>
28+
</ul>
29+
</dd>
2330

24-
<dt><a id="dynetk" href="http://code.google.com/p/dynee5/"><img src="img/icons/dynetk-32x32.png" alt="" />DyneTK</a> (Linux, Mac OS X, Windows; open source)</dt>
25-
<dd>A cross-platform IDE for Newton OS software development by Matthias Melcher. Built on <a href="#newt0">NEWT/0</a>.</dd>
31+
<dt><a id="dynetk" href="http://code.google.com/p/dynee5/">DyneTK</a></dt>
32+
<dd>
33+
<p>A cross-platform IDE for Newton OS software development. Built on <a href="#newt0">NEWT/0</a>.</p>
34+
<ul>
35+
<li>Author: <a href="http://www.matthiasm.com/">Matthias Melcher</a></li>
36+
<li>Platform: Linux, Mac OS X, Windows</li>
37+
<li>License: Open Source</li>
38+
</ul>
39+
</dd>
2640

27-
<dt><a id="einstein" href="http://code.google.com/p/einstein/"><img src="img/icons/einstein-32x32.png" alt="" />Einstein</a> (Mac OS X, Linux, Windows, iOS, Android, ARM-Linux; open source)</dt>
28-
<dd>A Newton OS 2.1 emulator by Paul Guyot. It includes a “Relativity” feature that allows NewtonScript to call native methods from the parent OS from within the Newton OS.</dd>
41+
<dt><a id="einstein" href="http://code.google.com/p/einstein/">Einstein</a></dt>
42+
<dd>
43+
<p>A Newton OS 2.1 emulator. It includes a “Relativity” feature that allows NewtonScript to call native methods from the parent OS from within the Newton OS.</p>
44+
<ul>
45+
<li>Author: <a href="http://www.kallisys.com/">Paul Guyot</a></li>
46+
<li>Platform: Mac OS X, Linux, Windows, iOS, Android, ARM-Linux</li>
47+
<li>License: Open Source</li>
48+
</ul>
49+
</dd>
2950

30-
<dt><a id="minspector" href="http://www.fivespeedsoftware.com/minspector/">Minspector</a> (Newton OS; freeware)</dt>
31-
<dd>A Newton OS 2.1 inspector by Five Speed Software.</dd>
51+
<dt><a id="minspector" href="http://www.fivespeedsoftware.com/minspector/">Minspector</a></dt>
52+
<dd>
53+
<p>A Newton OS Newton debugging tool modeled after the <a href="#ntk">Newton Toolkit Inspector</a>.</p>
54+
<ul>
55+
<li>Author: <a href="http://www.fivespeedsoftware.com/">Five Speed Software</a></li>
56+
<li>Platform: Newton OS 2.1</li>
57+
<li>License: Freeware</li>
58+
</ul>
59+
</dd>
3260

33-
<dt><a id="newt0" href="http://gnue.github.com/NEWT0">NEWT/0</a> (Mac OS X, Linux, FreeBSD, Windows, BeOS; open source)</dt>
34-
<dd>A NewtonScript interpreter by Makoto Nukui.</dd>
61+
<dt><a id="newt0" href="http://gnue.github.com/NEWT0">NEWT/0</a></dt>
62+
<dd>
63+
<p>A NewtonScript interpreter.</p>
64+
<ul>
65+
<li>Author: <a href="http://so-kukan.com/gnue/">Makoto Nukui</a></li>
66+
<li>Platform: Mac OS X, Linux, FreeBSD, Windows, BeOS</li>
67+
<li>License: Open Source</li>
68+
</ul>
69+
</dd>
3570

36-
<dt><a id="newtvim" href="http://www.vim.org/scripts/script.php?script_id=4589">newt.vim</a> (Vim; unknown license)</dt>
37-
<dd>A cross-platform <a href="http://www.vim.org/">Vim</a> syntax highlighter for the NewtonScript language by Layána Ǩaynolj Konóvo.</dd>
71+
<dt><a id="newtvim" href="http://www.vim.org/scripts/script.php?script_id=4589">newt.vim</a></dt>
72+
<dd>
73+
<p>A cross-platform <a href="http://www.vim.org/">Vim</a> syntax highlighter for the NewtonScript language.</p>
74+
<ul>
75+
<li>Author: Layána Ǩaynolj Konóvo</li>
76+
<li>Platform: Vim</li>
77+
<li>License: Unknown</li>
78+
</ul>
79+
</dd>
3880

39-
<dt><a id="newtdevenv" href="http://communicrossings.com/html/newton/newtdev.htm"><img src="img/icons/newtdevenv-32x32.gif" alt="" />NewtDevEnv</a> (a.k.a. Newt; Newton OS; shareware)</dt>
40-
<dd>A Newton OS 1.x &amp; 2.x package by Steve Weyer that allows native NewtonScript development &amp; package creation on a Newton OS device.</dd>
81+
<dt><a id="newtdevenv" href="http://communicrossings.com/html/newton/newtdev.htm">NewtDevEnv</a> (a.k.a. Newt)</dt>
82+
<dd>
83+
<p>An environment for developing applications using NewtonScript and creating packages natively on a Newton OS device.</p>
84+
<ul>
85+
<li>Author: <a href="http://communicrossings.com/">Steve Weyer</a></li>
86+
<li>Platform: Newton OS</li>
87+
<li>License: Shareware</li>
88+
</ul>
89+
</dd>
4190

42-
<dt><a id="newtonscriptmode" href="https://github.com/morgant/NewtonScriptMode"><img src="img/icons/subethaedit_mode-32x32.png" alt="" />NewtonScript Mode</a> (SubEthaEdit/Coda; open source)</dt>
43-
<dd>A Mac OS X <a href="http://codingmonkeys.de/subethaedit/">SubEthaEdit</a>/<a href="http://panic.com/coda/">Coda</a> Mode (syntax highlighter) for the NewtonScript language by Morgan Aldridge.</dd>
91+
<dt><a id="newtonscriptmode" href="https://github.com/morgant/NewtonScriptMode">NewtonScript Mode</a></dt>
92+
<dd>
93+
<p>A <a href="http://codingmonkeys.de/subethaedit/">SubEthaEdit</a> and <a href="http://panic.com/coda/">Coda</a> Mode (syntax highlighter) for the NewtonScript language.</p>
94+
<ul>
95+
<li>Author: <a href="http://www.makkintosshu.com/">Morgan Aldridge</a></li>
96+
<li>Platform: Mac OS X</li>
97+
<li>License: Open Source</li>
98+
</ul>
99+
</dd>
44100

45-
<dt><a id="ntk">Newton Toolkit</a> (a.k.a NTK; Mac OS, Windows; freeware; mirrors: <a href="http://www.unna.org/view.php?/apple/development/NTK">UNNA</a>)</dt>
46-
<dd>Apple’s original Mac OS &amp; Windows IDE for Newton OS software development.</dd>
101+
<dt><a id="ntk" href="http://www.unna.org/view.php?/apple/development/NTK">Newton Toolkit</a> (a.k.a. NTK)</dt>
102+
<dd>
103+
<p>Apple’s original IDE for Newton OS software development.</p>
104+
<ul>
105+
<li>Author: <a href="http://www.apple.com/">Apple</a></li>
106+
<li>Platform: Mac OS, Windows</li>
107+
<li>License: Freeware</li>
108+
</ul>
109+
</dd>
47110

48-
<dt><a id="tntk" href="http://github.com/ekoeppen/tntk">tntk</a> (Linux, Mac OS X; open source)</dt>
49-
<dd>A command line NewtonScript compiler by Eckhart Köppen. Built on <a href="#newt0">NEWT/0</a>.</dd>
111+
<dt><a id="tntk" href="http://github.com/ekoeppen/tntk">tntk</a></dt>
112+
<dd>
113+
<p>A command line NewtonScript compiler and packager. Built on <a href="#newt0">NEWT/0</a>.</p>
114+
<ul>
115+
<li>Author: <a href="http://40hz.org/Pages/40Hz">Eckhart Köppen</a></li>
116+
<li>Platform: Linux, Mac OS X</li>
117+
<li>License: Open Source</li>
118+
</ul>
119+
</dd>
50120

51-
<dt><a id="viewframe" href="http://nixietube.info/"><img src="img/icons/viewframe-32x32.gif" alt="" />ViewFrame</a> (Newton OS; freeware)</dt>
52-
<dd>A live NewtonScript object explorer/editor for Newton OS 1.x &amp; 2.x by Jason Harper.</dd>
121+
<dt><a id="viewframe" href="http://nixietube.info/">ViewFrame</a></dt>
122+
<dd>
123+
<p>A live NewtonScript object browser, editor, and debugging tool.</p>
124+
<ul>
125+
<li>Author: <a href="http://nixietube.info/">Jason Harper</a></li>
126+
<li>Platform: Newton OS, Windows</li>
127+
<li>License: Freeware</li>
128+
</ul>
129+
</dd>
53130
</dl>
54131
<!-- END DEVELOPMENT TOOLS -->
55132

0 commit comments

Comments
 (0)