Skip to content

Commit d9ebe16

Browse files
committed
Moved id attributes to parent elements, removed superfluous anchor tags
1 parent e71b3cf commit d9ebe16

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

index.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,65 +16,65 @@ <h1>NewtonScript</h1>
1616
<p>Here you’ll find information about the language, available <a href="#tools">development tools</a> for various platforms, <a href="#libs">libraries</a> with NewtonScript interfaces, and <a href="#docs">programming reference materials</a>.</p>
1717

1818
<!-- BEGIN DEVELOPMENT TOOLS -->
19-
<h2><a id="tools">Development Tools</a></h2>
19+
<h2 id="tools">Development Tools</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>
21+
<dt id="dashboard"><a href="http://www.fivespeedsoftware.com/dashboard/"><img src="img/icons/dashboard-32x32.gif" alt="" />Dashboard</a> (Newton OS; open source)</dt>
2222
<dd>An alternate button bar, hierarchical menu, and scripting system (using NewtonScript) for Newton OS 2.1 by Five Speed Software. Source available on <a href="http://github.com/masonmark/Dash-Board-for-Newton-OS">GitHub</a>.</dd>
2323

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>
24+
<dt id="dynetk"><a 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>
2525
<dd>A cross-platform IDE for Newton OS software development by Matthias Melcher. Built on <a href="#newt0">NEWT/0</a>.</dd>
2626

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>
27+
<dt id="einstein"><a 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>
2828
<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>
2929

30-
<dt><a id="minspector" href="http://www.fivespeedsoftware.com/minspector/">Minspector</a> (Newton OS; freeware)</dt>
30+
<dt id="minspector"><a href="http://www.fivespeedsoftware.com/minspector/">Minspector</a> (Newton OS; freeware)</dt>
3131
<dd>A Newton OS 2.1 debugging tool modeled after the Newton Toolkit Inspector by Five Speed Software.</dd>
3232

33-
<dt><a id="newt0" href="http://gnue.github.com/NEWT0">NEWT/0</a> (Mac OS X, Linux, FreeBSD, Windows, BeOS; open source)</dt>
33+
<dt id="newt0"><a href="http://gnue.github.com/NEWT0">NEWT/0</a> (Mac OS X, Linux, FreeBSD, Windows, BeOS; open source)</dt>
3434
<dd>A NewtonScript interpreter by Makoto Nukui.</dd>
3535

36-
<dt><a id="newtvim" href="http://www.vim.org/scripts/script.php?script_id=4589">newt.vim</a> (Vim; unknown license; mirror: <a href="https://github.com/vim-scripts/newt.vim">GitHub</a>)</dt>
36+
<dt id="newtvim"><a href="http://www.vim.org/scripts/script.php?script_id=4589">newt.vim</a> (Vim; unknown license; mirror: <a href="https://github.com/vim-scripts/newt.vim">GitHub</a>)</dt>
3737
<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>
3838

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>
39+
<dt id="newtdevenv"><a 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>
4040
<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>
4141

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>
42+
<dt id="newtonscriptmode"><a href="https://github.com/morgant/NewtonScriptMode"><img src="img/icons/subethaedit_mode-32x32.png" alt="" />NewtonScript Mode</a> (SubEthaEdit/Coda; open source)</dt>
4343
<dd>A Mac OS X <a href="http://codingmonkeys.de/subethaedit/">SubEthaEdit</a> and <a href="http://panic.com/coda/">Coda</a> Mode (syntax highlighter) for the NewtonScript language by Morgan Aldridge.</dd>
4444

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>
45+
<dt id="ntk"><a>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>
4646
<dd>Apple’s original Mac OS &amp; Windows IDE for Newton OS software development.</dd>
4747

48-
<dt><a id="nsm" href="http://matejhorvat.si/en/software/nsm/index.htm">NSM</a> (DOS, Haiku, Mac OS X, OS/2, Windows; freeware)</dt>
48+
<dt id="nsm"><a href="http://matejhorvat.si/en/software/nsm/index.htm">NSM</a> (DOS, Haiku, Mac OS X, OS/2, Windows; freeware)</dt>
4949
<dd>A portable NewtonScript bytecode virtual machine by Matej Horvat.</dd>
5050

51-
<dt><a id="nsunit" href="https://github.com/morgant/NSUnit">NSUnit</a> (NEWT/0; open source)</dt>
51+
<dt id="nsunit"><a href="https://github.com/morgant/NSUnit">NSUnit</a> (NEWT/0; open source)</dt>
5252
<dd>A simple xUnit unit testing framework for the NewtonScript language (currently supporting <a href="#newt0">NEWT/0</a>) by Morgan Aldridge.</dd>
5353

54-
<dt><a id="tntk" href="http://github.com/ekoeppen/tntk">tntk</a> (Linux, Mac OS X; open source)</dt>
54+
<dt id="tntk"><a href="http://github.com/ekoeppen/tntk">tntk</a> (Linux, Mac OS X; open source)</dt>
5555
<dd>A command line NewtonScript compiler by Eckhart Köppen. Built on <a href="#newt0">NEWT/0</a>.</dd>
5656

57-
<dt><a id="viewframe" href="http://nixietube.info/"><img src="img/icons/viewframe-32x32.gif" alt="" />ViewFrame</a> (Newton OS; freeware)</dt>
57+
<dt id="viewframe"><a href="http://nixietube.info/"><img src="img/icons/viewframe-32x32.gif" alt="" />ViewFrame</a> (Newton OS; freeware)</dt>
5858
<dd>A live NewtonScript object explorer and editor for Newton OS 1.x &amp; 2.x by Jason Harper.</dd>
5959
</dl>
6060
<!-- END DEVELOPMENT TOOLS -->
6161

6262
<!-- BEGIN LIBRARIES -->
63-
<h2><a id="libs">Libraries</a></h2>
63+
<h2 id="libs">Libraries</h2>
6464
<dl>
65-
<dt><a id="nhttplib" href="http://40hz.org/Pages/NHttpLib">NHttpLib</a> (Newton OS; open source)</dt>
65+
<dt id="nhttplib"><a href="http://40hz.org/Pages/NHttpLib">NHttpLib</a> (Newton OS; open source)</dt>
6666
<dd>An HTTP library for Newton OS 2.x by Eckhart Köppen.</dd>
6767

68-
<dt><a id="ntox" href="http://40hz.org/Pages/ntox">ntox</a> (Newton OS; open source)</dt>
68+
<dt id="ntox"><a href="http://40hz.org/Pages/ntox">ntox</a> (Newton OS; open source)</dt>
6969
<dd>A Newton OS port of the <a href="http://40hz.org/tox/">tox</a> XML/HTML tokenizer by Eckhart Köppen.</dd>
7070

71-
<dt><a id="zlib" href="http://www.kallisys.com/">ZLib</a> (Newton OS; open source)</dt>
71+
<dt id="zlib"><a href="http://www.kallisys.com/">ZLib</a> (Newton OS; open source)</dt>
7272
<dd>A partial port by Paul Guyot of version 1.1.4 of the <a href="http://www.zlib.net/">zlib</a> compression library.</dd>
7373
</dl>
7474
<!-- END LIBRARIES -->
7575

7676
<!-- BEGIN DOCUMENTATION -->
77-
<h2><a id="docs">Documentation</a></h2>
77+
<h2 id="docs">Documentation</h2>
7878
<dl>
7979
<dt><a href="http://waltersmith.us/newton/Class-based%20NewtonScript%20Programming.pdf">Class-based NewtonScript Programming</a> (PDF)</dt>
8080
<dd></dd>

0 commit comments

Comments
 (0)