Skip to content

Commit 055941d

Browse files
committed
Added anchors & links for development tools & documentation sections.
1 parent 7a40d14 commit 055941d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
</head>
1313
<body>
1414
<h1>NewtonScript</h1>
15-
<p><em>NewtonScript</em> is an object-oriented programming language developed by <a href="http://waltersmith.us/">Walter Smith</a> for <a href="http://www.apple.com/">Apple</a> for the NewtonOS running on their MessagePad &amp; eMate hardware. It borrows concepts from the Smalltalk, LISP, and Self programming languages with special consideration for a low memory footprint (esp. differential inheritance). In 2003 a NewtonScript interpreter, <a href="#newt0">NEWT/0</a> was developed by Makoto Nukui allowing for its use on other platforms. Here you’ll find information about the language and programming reference materials.</p>
16-
<h2>Development Tools</h2>
15+
<p><em>NewtonScript</em> is an object-oriented programming language developed by <a href="http://waltersmith.us/">Walter Smith</a> for <a href="http://www.apple.com/">Apple</a> for the NewtonOS running on their MessagePad &amp; eMate hardware. It borrows concepts from the Smalltalk, LISP, and Self programming languages with special consideration for a low memory footprint (esp. differential inheritance). In 2003 a NewtonScript interpreter, <a href="#newt0">NEWT/0</a> was developed by Makoto Nukui allowing for its use on other platforms.</p>
16+
<p>Here you’ll find information about the language, available <a href="#tools">development tools</a> for various platforms, and <a href="#docs">programming reference materials</a>.</p>
17+
18+
<h2><a id="tools">Development Tools</a></h2>
1719
<dl>
1820
<dt><a id="dashboard" href="http://www.fivespeedsoftware.com/dashboard/">Dashboard</a></dt>
1921
<dd>An open source alternate button bar, hierarchical menu, and scripting system (using NewtonScript) for NewtonOS by Five Speed Software. Source available on <a href="http://github.com/masonmark/Dash-Board-for-Newton-OS">GitHub</a>.</dd>
@@ -48,7 +50,8 @@ <h2>Development Tools</h2>
4850
<dt><a id="viewframe" href="http://nixietube.info/">ViewFrame</a></dt>
4951
<dd>A freeware, NewtonOS live NewtonScript object explorer/editor by Jason Harper.</dd>
5052
</dl>
51-
<h2>Documentation</h2>
53+
54+
<h2><a id="docs">Documentation</a></h2>
5255
<dl>
5356
<dt><a href="http://waltersmith.us/newton/Class-based%20NewtonScript%20Programming.pdf">Class-based NewtonScript Programming</a> (PDF)</dt>
5457
<dd></dd>

0 commit comments

Comments
 (0)