Skip to content

Commit a7b022a

Browse files
committed
Merge pull request #1 from splorp/master
Defined document encoding, fixed closing elements
2 parents 727c86d + bcbc141 commit a7b022a

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>NewtonScript</title>
55
<link rel="stylesheet" type="text/css" href="css/basic.css" />
6+
<meta charset="utf-8" />
67
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
78
<!--
89
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
@@ -14,37 +15,37 @@ <h1>NewtonScript</h1>
1415
<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>
1516
<h2>Development Tools</h2>
1617
<dl>
17-
<dt><a id="dashboard" name="dashboard" href="http://www.fivespeedsoftware.com/dashboard/">Dashboard</a></td>
18+
<dt><a id="dashboard" href="http://www.fivespeedsoftware.com/dashboard/">Dashboard</a></dt>
1819
<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>
1920

20-
<dt><a id="dynetk" name="dynetk" href="http://code.google.com/p/dynee5/">DyneTK</a></dt>
21+
<dt><a id="dynetk" href="http://code.google.com/p/dynee5/">DyneTK</a></dt>
2122
<dd>An open source Linux, Mac OS X, and Windows IDE for NewtonOS software development by Matthias Melcher. Built on <a href="#newt0">NEWT/0</a>.</dd>
2223

23-
<dt><a id="einstein" name="einstein" href="http://code.google.com/p/einstein/">Einstein</a></dt>
24+
<dt><a id="einstein" href="http://code.google.com/p/einstein/">Einstein</a></dt>
2425
<dd>An open source Mac OS X, Linux, Windows, iOS, Android, and ARM-Linux NewtonOS 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 NewtonOS.</dd>
2526

26-
<dt><a id="minspector" name="minspector" href="http://www.fivespeedsoftware.com/minspector/">Minspector</a></dt>
27+
<dt><a id="minspector" href="http://www.fivespeedsoftware.com/minspector/">Minspector</a></dt>
2728
<dd>A freeware NewtonOS inspector by Five Speed Software.</dd>
2829

29-
<dt><a id="newt0" name="newt0" href="http://gnue.github.com/NEWT0">NEWT/0</a></dt>
30+
<dt><a id="newt0" href="http://gnue.github.com/NEWT0">NEWT/0</a></dt>
3031
<dd>An open source Darwin/Mac OS X, Linux, FreeBSD, Windows, and BeOS NewtonScript interpreter by Makoto Nukui.</dd>
3132

32-
<dt><a id="newtvim" name="newtvim" href="http://www.vim.org/scripts/script.php?script_id=4589">newt.vim</a></dt>
33+
<dt><a id="newtvim" href="http://www.vim.org/scripts/script.php?script_id=4589">newt.vim</a></dt>
3334
<dd>A <a href="http://www.vim.org/">Vim</a> syntax highlighter for the NewtonScript language by Layána Ǩaynolj Konóvo.</dd>
3435

35-
<dt><a id="newtdevenv" name="newtdevenv" href="http://communicrossings.com/html/newton/newtdev.htm">NewtDevEnv</a> (a.k.a. Newt)</dt>
36+
<dt><a id="newtdevenv" href="http://communicrossings.com/html/newton/newtdev.htm">NewtDevEnv</a> (a.k.a. Newt)</dt>
3637
<dd>A shareware NewtonOS 1.x &amp; 2.x package by Steve Weyer that allows native NewtonScript development &amp; package creation on a NewtonOS device.</dd>
3738

38-
<dt><a id="newtonscriptmode" name="newtonscriptmode" href="https://github.com/morgant/NewtonScriptMode">NewtonScript Mode</a></dt>
39+
<dt><a id="newtonscriptmode" href="https://github.com/morgant/NewtonScriptMode">NewtonScript Mode</a></dt>
3940
<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>
4041

41-
<dt><a id="ntk" name="ntk">Newton Toolkit</a> (a.k.a NTK)</dt>
42+
<dt><a id="ntk">Newton Toolkit</a> (a.k.a NTK)</dt>
4243
<dd>Apple's Mac OS &amp; Windows IDE for NewtonOS software development.</dd>
4344

44-
<dt><a id="tntk" name="tntk" href="http://github.com/ekoeppen/tntk">tntk</a></dt>
45+
<dt><a id="tntk" href="http://github.com/ekoeppen/tntk">tntk</a></dt>
4546
<dd>An open source, Mac OS X command line NewtonScript compiler by Eckhart Köppen. Built on <a href="#newt0">NEWT/0</a>.</dd>
4647

47-
<dt><a id="viewframe" name="viewframe" href="http://nixietube.info/">ViewFrame</a></dt>
48+
<dt><a id="viewframe" href="http://nixietube.info/">ViewFrame</a></dt>
4849
<dd>A freeware, NewtonOS live NewtonScript object explorer/editor by Jason Harper.</dd>
4950
</dl>
5051
<h2>Documentation</h2>
@@ -72,7 +73,7 @@ <h2>Documentation</h2>
7273
</ul>
7374
</dd>
7475

75-
<dt>How to Work with the Text-to-Speech Extension</a> (HTML; mirrors: <a href="http://saweyer.freehostia.com/newton/newtscape/docs/a0000003.shtml">Steve Weyer</a>, <a href="http://web.archive.org/web/19991007065839/http://resources.pdadash.com/newtund/NU/dev/a0000003.shtml">Internet Archive</a>)</dt>
76+
<dt>How to Work with the Text-to-Speech Extension (HTML; mirrors: <a href="http://saweyer.freehostia.com/newton/newtscape/docs/a0000003.shtml">Steve Weyer</a>, <a href="http://web.archive.org/web/19991007065839/http://resources.pdadash.com/newtund/NU/dev/a0000003.shtml">Internet Archive</a>)</dt>
7677
<dd></dd>
7778

7879
<dt>More Newton Text to Speech (HTML; mirrors: <a href="http://saweyer.freehostia.com/newton/newtscape/docs/a0000004.shtml">Steve Weyer</a>, <a href="http://web.archive.org/web/19991007081258/http://resources.pdadash.com/newtund/NU/dev/a0000004.shtml">Internet Archive</a>)</dt>

0 commit comments

Comments
 (0)