Skip to content

Commit 5a31363

Browse files
committed
Updated the last of the documents in the Documentation section to the new structure. Issue #6
1 parent 1fdcc0d commit 5a31363

File tree

1 file changed

+34
-8
lines changed

1 file changed

+34
-8
lines changed

index.html

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -457,17 +457,43 @@ <h2 id="docs">Documentation</h2>
457457
</ul>
458458
</dd>
459459

460-
<dt><a href="http://waltersmith.us/newton/SELF%20and%20the%20Origins%20of%20NewtonScript.pdf">SELF and the Origins of NewtonScript</a> (PDF)</dt>
461-
<dd></dd>
460+
<dt><a href="http://waltersmith.us/newton/SELF%20and%20the%20Origins%20of%20NewtonScript.pdf">SELF and the Origins of NewtonScript</a></dt>
461+
<dd>
462+
<p>An introduction to the paper <em>Self: The Power of Simplicity</em>, by Ungar and Smith, which describes the aspects of NewtonScript which were inspired by the SELF programming language.</p>
463+
<ul>
464+
<li>Author: <a href="http://waltersmith.us/">Walter Smith</a></li>
465+
<li>Format: PDF</li>
466+
</ul>
467+
</dd>
462468

463-
<dt>The NewtonScript Programming Language (HTML; mirror: <a href="http://web.archive.org/web/20041010175535/www.cc.gatech.edu/~schoedl/projects/NewtonScript/">Internet Archive</a>)</dt>
464-
<dd>Arno Schödl provides an overview of NewtonScript, illustrating the differences between object oriented programming paradigms and relating how some NewtonScript features have their own particular programatic flavor.</dd>
469+
<dt>The NewtonScript Programming Language</dt>
470+
<dd>
471+
<p>An overview of NewtonScript language, illustrating the differences between object oriented programming paradigms and relating how some NewtonScript features have their own particular programatic flavor.</p>
472+
<ul>
473+
<li>Author: Arno Schödl</li>
474+
<li>Format: HTML</li>
475+
<li>Mirror: <a href="http://web.archive.org/web/20041010175535/www.cc.gatech.edu/~schoedl/projects/NewtonScript/">Internet Archive</a></li>
476+
</ul>
477+
</dd>
465478

466-
<dt>User Interface Guidelines for Newton OS 2.1 Keyboard Enhancements (PDF; mirrors: <a href="http://www.unna.org/unna/apple/documentation/developer/UserInterfaceKeyboardOS2.1.pdf">UNNA</a>, <a href="http://www.newted.org/download/manuals/NewtonKeyboardUIGuide.pdf">Newted</a>)</dt>
467-
<dd></dd>
479+
<dt>User Interface Guidelines for Newton OS 2.1 Keyboard Enhancements</dt>
480+
<dd>
481+
<p>A supplement to <em>Newton User Interface Guidelines</em> which specifically covers the keyboard enhancements in Newton OS 2.1.</p>
482+
<ul>
483+
<li>Author: <a href="http://www.apple.com/">Apple Computer, Inc.</a></li>
484+
<li>Format: PDF</li>
485+
<li>Mirror: <a href="http://www.newted.org/download/manuals/NewtonKeyboardUIGuide.pdf">Newted</a>, <a href="http://www.unna.org/unna/apple/documentation/developer/UserInterfaceKeyboardOS2.1.pdf">UNNA</a></li>
486+
</ul>
487+
</dd>
468488

469-
<dt><a href="http://waltersmith.us/newton/OOPSLA95.pdf">Using a Prototype-based Language for User Interface: The Newton Project’s Experience</a> (PDF)</dt>
470-
<dd></dd>
489+
<dt><a href="http://waltersmith.us/newton/OOPSLA95.pdf">Using a Prototype-based Language for User Interface: The Newton Project’s Experience</a></dt>
490+
<dd>
491+
<p>An explanation of how the Newton OS user interface was implemented using a prototype-based language (NewtonScript) and the advantages it has over class-based languages.</p>
492+
<ul>
493+
<li>Author: <a href="http://waltersmith.us/">Walter Smith</a></li>
494+
<li>Format: PDF</li>
495+
</ul>
496+
</dd>
471497
</dl>
472498
<!-- END DOCUMENTATION -->
473499
</body>

0 commit comments

Comments
 (0)