You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -16,65 +16,65 @@ <h1>NewtonScript</h1>
16
16
<p>Here you’ll find information about the language, available <ahref="#tools">development tools</a> for various platforms, <ahref="#libs">libraries</a> with NewtonScript interfaces, and <ahref="#docs">programming reference materials</a>.</p>
17
17
18
18
<!-- BEGIN DEVELOPMENT TOOLS -->
19
-
<h2><aid="tools">Development Tools</a></h2>
19
+
<h2id="tools">Development Tools</h2>
20
20
<dl>
21
-
<dt><aid="dashboard" href="http://www.fivespeedsoftware.com/dashboard/"><imgsrc="img/icons/dashboard-32x32.gif" alt="" />Dashboard</a> (Newton OS; open source)</dt>
21
+
<dtid="dashboard"><ahref="http://www.fivespeedsoftware.com/dashboard/"><imgsrc="img/icons/dashboard-32x32.gif" alt="" />Dashboard</a> (Newton OS; open source)</dt>
22
22
<dd>An alternate button bar, hierarchical menu, and scripting system (using NewtonScript) for Newton OS 2.1 by Five Speed Software. Source available on <ahref="http://github.com/masonmark/Dash-Board-for-Newton-OS">GitHub</a>.</dd>
23
23
24
-
<dt><aid="dynetk" href="http://code.google.com/p/dynee5/"><imgsrc="img/icons/dynetk-32x32.png" alt="" />DyneTK</a> (Linux, Mac OS X, Windows; open source)</dt>
24
+
<dtid="dynetk"><ahref="http://code.google.com/p/dynee5/"><imgsrc="img/icons/dynetk-32x32.png" alt="" />DyneTK</a> (Linux, Mac OS X, Windows; open source)</dt>
25
25
<dd>A cross-platform IDE for Newton OS software development by Matthias Melcher. Built on <ahref="#newt0">NEWT/0</a>.</dd>
26
26
27
-
<dt><aid="einstein" href="http://code.google.com/p/einstein/"><imgsrc="img/icons/einstein-32x32.png" alt="" />Einstein</a> (Mac OS X, Linux, Windows, iOS, Android, ARM-Linux; open source)</dt>
27
+
<dtid="einstein"><ahref="http://code.google.com/p/einstein/"><imgsrc="img/icons/einstein-32x32.png" alt="" />Einstein</a> (Mac OS X, Linux, Windows, iOS, Android, ARM-Linux; open source)</dt>
28
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>
<dd>A cross-platform <ahref="http://www.vim.org/">Vim</a> syntax highlighter for the NewtonScript language by Layána Ǩaynolj Konóvo.</dd>
38
38
39
-
<dt><aid="newtdevenv" href="http://communicrossings.com/html/newton/newtdev.htm"><imgsrc="img/icons/newtdevenv-32x32.gif" alt="" />NewtDevEnv</a> (a.k.a. Newt; Newton OS; shareware)</dt>
39
+
<dtid="newtdevenv"><ahref="http://communicrossings.com/html/newton/newtdev.htm"><imgsrc="img/icons/newtdevenv-32x32.gif" alt="" />NewtDevEnv</a> (a.k.a. Newt; Newton OS; shareware)</dt>
40
40
<dd>A Newton OS 1.x & 2.x package by Steve Weyer that allows native NewtonScript development & package creation on a Newton OS device.</dd>
41
41
42
-
<dt><aid="newtonscriptmode" href="https://github.com/morgant/NewtonScriptMode"><imgsrc="img/icons/subethaedit_mode-32x32.png" alt="" />NewtonScript Mode</a> (SubEthaEdit/Coda; open source)</dt>
42
+
<dtid="newtonscriptmode"><ahref="https://github.com/morgant/NewtonScriptMode"><imgsrc="img/icons/subethaedit_mode-32x32.png" alt="" />NewtonScript Mode</a> (SubEthaEdit/Coda; open source)</dt>
43
43
<dd>A Mac OS X <ahref="http://codingmonkeys.de/subethaedit/">SubEthaEdit</a> and <ahref="http://panic.com/coda/">Coda</a> Mode (syntax highlighter) for the NewtonScript language by Morgan Aldridge.</dd>
44
44
45
-
<dt><aid="ntk">Newton Toolkit</a> (a.k.a NTK; Mac OS, Windows; freeware; mirrors: <ahref="http://www.unna.org/view.php?/apple/development/NTK">UNNA</a>)</dt>
45
+
<dtid="ntk"><a>Newton Toolkit</a> (a.k.a NTK; Mac OS, Windows; freeware; mirrors: <ahref="http://www.unna.org/view.php?/apple/development/NTK">UNNA</a>)</dt>
46
46
<dd>Apple’s original Mac OS & Windows IDE for Newton OS software development.</dd>
47
47
48
-
<dt><aid="nsm" href="http://matejhorvat.si/en/software/nsm/index.htm">NSM</a> (DOS, Haiku, Mac OS X, OS/2, Windows; freeware)</dt>
48
+
<dtid="nsm"><ahref="http://matejhorvat.si/en/software/nsm/index.htm">NSM</a> (DOS, Haiku, Mac OS X, OS/2, Windows; freeware)</dt>
49
49
<dd>A portable NewtonScript bytecode virtual machine by Matej Horvat.</dd>
50
50
51
-
<dt><aid="nsunit" href="https://github.com/morgant/NSUnit">NSUnit</a> (NEWT/0; open source)</dt>
51
+
<dtid="nsunit"><ahref="https://github.com/morgant/NSUnit">NSUnit</a> (NEWT/0; open source)</dt>
52
52
<dd>A simple xUnit unit testing framework for the NewtonScript language (currently supporting <ahref="#newt0">NEWT/0</a>) by Morgan Aldridge.</dd>
53
53
54
-
<dt><aid="tntk" href="http://github.com/ekoeppen/tntk">tntk</a> (Linux, Mac OS X; open source)</dt>
54
+
<dtid="tntk"><ahref="http://github.com/ekoeppen/tntk">tntk</a> (Linux, Mac OS X; open source)</dt>
55
55
<dd>A command line NewtonScript compiler by Eckhart Köppen. Built on <ahref="#newt0">NEWT/0</a>.</dd>
0 commit comments