-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
87 lines (81 loc) · 3.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<title>Newton FAQ</title>
<meta charset="utf-8">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Frequently asked questions and answers lovingly compiled and sporadically edited specifically for the Apple Newton community.">
<meta name="author" content="The Newton FAQ Group">
<link rel="shortcut icon" href="favicon.ico">
<link rel="me" href="https://mastodon.social/@splorp">
<link rel="stylesheet" type="text/css" media="screen" href="styles.css?2024012300">
</head>
<body>
<header>
<h1><a href="index.html">Newton FAQ</a></h1>
<p>Answers to common questions regarding Apple’s Newton computing platform.</p>
<hr>
<nav>
<ul>
<li><strong>Index</strong></li>
<li><a href="newton-faq-introduction.html">Introduction</a></li>
<li><a href="newton-faq-hardware.html">Hardware</a></li>
<li><a href="newton-faq-nos.html">Newton OS</a></li>
<li><a href="newton-faq-community.html">Community</a></li>
<li><a href="newton-faq-software.html">Software</a></li>
<li><a href="newton-faq-books.html">Newton Books</a></li>
<li><a href="newton-faq-development.html">Development</a></li>
<li><a href="newton-faq-history.html">Change History</a></li>
</ul>
</nav>
<hr>
</header>
<section>
<p><strong>Updated:</strong> 17 February 2025</p>
<h2>Index</h2>
<article>
<ul>
<li><a href="newton-faq-introduction.html">Part I: Introduction</a>
<p>General information, other resources, acknowledgments.</p></li>
<li><a href="newton-faq-hardware.html">Part II: Hardware</a>
<p>Models, specifications, compatible hardware, hardware problems.</p></li>
<li><a href="newton-faq-nos.html">Part III: Newton OS</a>
<p>System versions, using Newton OS, related problems.</p></li>
<li><a href="newton-faq-community.html">Part IV: Community</a>
<p>User groups, mailing lists, forums, social media, related links.</p></li>
<li><a href="newton-faq-software.html">Part V: Software</a>
<p>Sources, availability, internet, fonts, localization, software problems.</p></li>
<li><a href="newton-faq-books.html">Part VI: Newton Books</a>
<p>Sources, viewing books, creating books.</p></li>
<li><a href="newton-faq-development.html">Part VII: Development</a>
<p>Development solutions, tools, programming languages, documentation, sample code.</p></li>
<li><a href="newton-faq-history.html">Change History</a>
<p>What changed, why it changed, who changed it.</p></li>
</ul>
<h2>Submissions & Corrections</h2>
<p>The Newton FAQ is provided “as is” with no warranties expressed or implied.</p>
<p>Please contact us using the <a href="https://github.com/splorp/newton-faq/issues">Issues</a> interface on GitHub.</p>
<p>Questions, corrections, edits, and comments may also be submitted through the <a href="http://newtontalk.net/">NewtonTalk</a> mailing list.</p>
<hr>
</article>
</section>
<footer>
<nav>
<ul>
<li><strong>Index</strong></li>
<li><a href="newton-faq-introduction.html">Introduction</a></li>
<li><a href="newton-faq-hardware.html">Hardware</a></li>
<li><a href="newton-faq-nos.html">Newton OS</a></li>
<li><a href="newton-faq-community.html">Community</a></li>
<li><a href="newton-faq-software.html">Software</a></li>
<li><a href="newton-faq-books.html">Newton Books</a></li>
<li><a href="newton-faq-development.html">Development</a></li>
<li><a href="newton-faq-history.html">Change History</a></li>
</ul>
</nav>
<hr>
<p>Copyright © 1999–2025 The Newton FAQ Group</p>
</footer>
</body>
</html>