Skip to content

Commit 36b4477

Browse files
committed
Added icons for most dev tools.
1 parent db82ea5 commit 36b4477

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

img/icons/dashboard-32x32.gif

2.32 KB
Loading

img/icons/dynetk-32x32.png

3.02 KB
Loading

img/icons/einstein-32x32.png

3.65 KB
Loading

img/icons/newtdevenv-32x32.gif

2.15 KB
Loading
2.76 KB
Loading

img/icons/viewframe-32x32.gif

2.1 KB
Loading

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ <h1>NewtonScript</h1>
1717

1818
<h2><a id="tools">Development Tools</a></h2>
1919
<dl>
20-
<dt><a id="dashboard" href="http://www.fivespeedsoftware.com/dashboard/">Dashboard</a> (Newton OS; open source)</dt>
20+
<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>
2121
<dd>An alternate button bar, hierarchical menu, and scripting system (using NewtonScript) for Newton 2.1 OS by Five Speed Software. Source available on <a href="http://github.com/masonmark/Dash-Board-for-Newton-OS">GitHub</a>.</dd>
2222

23-
<dt><a id="dynetk" href="http://code.google.com/p/dynee5/">DyneTK</a> (Linux, Mac OS X, Windows; open source)</dt>
23+
<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>
2424
<dd>A cross-platform IDE for Newton OS software development by Matthias Melcher. Built on <a href="#newt0">NEWT/0</a>.</dd>
2525

26-
<dt><a id="einstein" href="http://code.google.com/p/einstein/">Einstein</a> (Mac OS X, Linux, Windows, iOS, Android, ARM-Linux; open source)</dt>
26+
<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>
2727
<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>
2828

2929
<dt><a id="minspector" href="http://www.fivespeedsoftware.com/minspector/">Minspector</a> (Newton OS; freeware)</dt>
@@ -35,10 +35,10 @@ <h2><a id="tools">Development Tools</a></h2>
3535
<dt><a id="newtvim" href="http://www.vim.org/scripts/script.php?script_id=4589">newt.vim</a> (Vim; unknown license)</dt>
3636
<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>
3737

38-
<dt><a id="newtdevenv" href="http://communicrossings.com/html/newton/newtdev.htm">NewtDevEnv</a> (a.k.a. Newt; Newton OS; shareware)</dt>
38+
<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>
3939
<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>
4040

41-
<dt><a id="newtonscriptmode" href="https://github.com/morgant/NewtonScriptMode">NewtonScript Mode</a> (SubEthaEdit/Coda; open source)</dt>
41+
<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>
4242
<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>
4343

4444
<dt><a id="ntk">Newton Toolkit</a> (a.k.a NTK; Mac OS, Windows; freeware)</dt>
@@ -47,7 +47,7 @@ <h2><a id="tools">Development Tools</a></h2>
4747
<dt><a id="tntk" href="http://github.com/ekoeppen/tntk">tntk</a> (Linux, Mac OS X; open source)</dt>
4848
<dd>An command line NewtonScript compiler by Eckhart Köppen. Built on <a href="#newt0">NEWT/0</a>.</dd>
4949

50-
<dt><a id="viewframe" href="http://nixietube.info/">ViewFrame</a> (Newton OS; freeware)</dt>
50+
<dt><a id="viewframe" href="http://nixietube.info/"><img src="img/icons/viewframe-32x32.gif" alt="" />ViewFrame</a> (Newton OS; freeware)</dt>
5151
<dd>A live NewtonScript object explorer/editor for Newton OS 1.x &amp; 2.x by Jason Harper.</dd>
5252
</dl>
5353

0 commit comments

Comments
 (0)