├── .gitignore ├── CNAME ├── archives ├── 19990930 │ ├── index.html │ ├── newton-faq-books.html │ ├── newton-faq-community.html │ ├── newton-faq-development.html │ ├── newton-faq-hardware.html │ ├── newton-faq-introduction.html │ ├── newton-faq-nos.html │ └── newton-faq-software.html ├── 20010101 │ ├── index.html │ ├── newton-faq-books.html │ ├── newton-faq-community.html │ ├── newton-faq-development.html │ ├── newton-faq-hardware.html │ ├── newton-faq-history.html │ ├── newton-faq-introduction.html │ ├── newton-faq-nos.html │ └── newton-faq-software.html ├── 20010301 │ ├── index.html │ ├── newton-faq-books.html │ ├── newton-faq-community.html │ ├── newton-faq-development.html │ ├── newton-faq-hardware.html │ ├── newton-faq-history.html │ ├── newton-faq-introduction.html │ ├── newton-faq-nos.html │ └── newton-faq-software.html ├── 20010401 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20010501 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20010601 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20010701 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20010901 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20011001 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20011101 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20011201 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20020101 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20020201 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20020301 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20020401 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20020501 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20020601 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20020701 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20020801 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20020901 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20021001 │ ├── index.html │ ├── index.txt │ ├── newton-faq-books.html │ ├── newton-faq-books.txt │ ├── newton-faq-community.html │ ├── newton-faq-community.txt │ ├── newton-faq-development.html │ ├── newton-faq-development.txt │ ├── newton-faq-hardware.html │ ├── newton-faq-hardware.txt │ ├── newton-faq-history.html │ ├── newton-faq-history.txt │ ├── newton-faq-introduction.html │ ├── newton-faq-introduction.txt │ ├── newton-faq-nos.html │ ├── newton-faq-nos.txt │ ├── newton-faq-software.html │ └── newton-faq-software.txt ├── 20021101 │ ├── index.html │ ├── newton-faq-books.html │ ├── newton-faq-community.html │ ├── newton-faq-development.html │ ├── newton-faq-hardware.html │ ├── newton-faq-history.html │ ├── newton-faq-introduction.html │ ├── newton-faq-nos.html │ └── newton-faq-software.html ├── 20021201 │ ├── index.html │ ├── newton-faq-books.html │ ├── newton-faq-community.html │ ├── newton-faq-development.html │ ├── newton-faq-hardware.html │ ├── newton-faq-history.html │ ├── newton-faq-introduction.html │ ├── newton-faq-nos.html │ └── newton-faq-software.html ├── 20030320 │ ├── index.html │ ├── newton-faq-books.html │ ├── newton-faq-community.html │ ├── newton-faq-development.html │ ├── newton-faq-hardware.html │ ├── newton-faq-history.html │ ├── newton-faq-introduction.html │ ├── newton-faq-nos.html │ └── newton-faq-software.html ├── 20031101 │ ├── index.html │ ├── newton-faq-books.html │ ├── newton-faq-community.html │ ├── newton-faq-development.html │ ├── newton-faq-hardware.html │ ├── newton-faq-history.html │ ├── newton-faq-introduction.html │ ├── newton-faq-nos.html │ └── newton-faq-software.html ├── 20010401.zip ├── 20010501.zip ├── 20010601.zip ├── 20010701.zip ├── 20010901.zip ├── 20011001.zip ├── 20011101.zip ├── 20011201.zip ├── 20020101.zip ├── 20020201.zip ├── 20020301.zip ├── 20020401.zip ├── 20020501.zip ├── 20020601.zip ├── 20020701.zip ├── 20020801.zip ├── 20020901.zip ├── 20021001.zip ├── 20021101.zip ├── 20021201.zip ├── 20030320.zip └── 20031101.zip ├── favicon.ico ├── index.html ├── newton-faq-books.html ├── newton-faq-community.html ├── newton-faq-development.html ├── newton-faq-hardware.html ├── newton-faq-history.html ├── newton-faq-introduction.html ├── newton-faq-nos.html ├── newton-faq-software.html ├── readme.md ├── resources ├── codenames │ └── codenames.txt └── newton-heap-minifaq │ ├── faq.html │ ├── garbage.html │ ├── heapfaq.txt │ └── index.html ├── robots.txt ├── sitemap.xml └── styles.css /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | newtonfaq.com -------------------------------------------------------------------------------- /archives/19990930/newton-faq-books.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | FAQ for the Newton Community - Part 6:Newton Books 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 |

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development

18 |
19 |

20 |


21 | 22 |

PART VI: Newton Books

23 | 37 |

38 |


39 |

A) Using and finding books

40 |

1) How can I view books on the Newton?

41 |

The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc.

42 |

2) How can I tell my Newton to read books out loud using Macintalk?

43 |

There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 44 | http://members.xoom.com/bbernstone/newton/products/BookReader.sit.hqx 45 |

46 |

You can also read books using the books routing menu (action button) if you have the HTMList extension installed: 47 | http://members.bellatlantic.net/~sweyer/newton/index.htm#HTMList 48 | (this also allows you email a specified range of book pages)

49 |

3) Where can I find books?

50 | 56 |

57 |


58 |

B) Creating NewtonBooks

59 |

1) What Apple software available?

60 |

You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker).

61 |

2) Is it possible to create NewtonBooks directly on the Newton?

62 |

Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 63 | http://members.bellatlantic.net/~sweyer/newton/newtscape.htm 64 |

65 |

3) How can I view PDF files on Newton?

66 |

There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF- 67 | HTML conversion from 68 | http://access.adobe.com/ 69 | , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). 70 |


71 |

72 |
73 |

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development

74 |
75 |

76 |


77 |
78 |

This FAQ is HTML 4.0 compliant & Newton friendly.

79 |
80 |

81 | 82 | 83 | 84 | & -------------------------------------------------------------------------------- /archives/20010101/index.html: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


FAQ for the Newton Community

This is the January 2001 update. Released on January, 1st

Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums.

RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied.


Top five questions

Table of contents


Change History

This FAQ is HTML 4.0 compliant & Newton friendly.

-------------------------------------------------------------------------------- /archives/20010101/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010101/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20010301/index.html: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


FAQ for the Newton Community

This is the March 2001 update. Released on March, 1st

Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums.

RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied.


Top five questions

Table of contents


Change History

This FAQ is HTML 4.0 compliant & Newton friendly.

-------------------------------------------------------------------------------- /archives/20010301/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010301/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20010301/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010301/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20010401.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010401.zip -------------------------------------------------------------------------------- /archives/20010401/index.html: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


FAQ for the Newton Community

This is the April 2001 update. Released on April, 1st

Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums.

RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied.


Top five questions

Table of contents


Change History

This FAQ is HTML 4.0 compliant & Newton friendly.

-------------------------------------------------------------------------------- /archives/20010401/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community This is the April 2001 update. Released on April, 1st Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. * Maintainers: + Steve Weyer + Peter Rand + Sean Luke + Paul Guyot * Hosters: + Laura from PlanetNewton + Rich Lindsay from ThisOldNewt + Chris Stephens + Bill Davis from Info-Newt + Victor Rehorst from Newton Resources + Mark Rollins (Newton Book compiler) + Stacey Tenen from Newted Community RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. --------------------------------------------------------------------------- Top five questions * IIC6a My Newton won't turn on. What should I do? * IIA1e I have a Newton model H1000. What is this? * IIIB3 How do I connect the Newton to my Mac/PC? * IIB2a Which modem can I use? Are there drivers for my modem? * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? Table of contents * PART I: Introduction Basis information and links to other FAQs. * PART II: Newton Hardware The Newton MessagePad family, compatible hardware & hardware problems. * PART III: Newton OS System versions, use of the NOS & problems * PART IV: The Newton Community on the Internet Groups & links * PART V: Newton Software Sources, Apple software, Internet, Fonts & localization software * PART VI: Newton Books How to find & create books * PART VII: Development Links to development solutions & documentation for all platforms and languages. --------------------------------------------------------------------------- Change History -------------------------------------------------------------------------------- /archives/20010401/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books * A) Using and finding books + 1) How can I view NewtonBooks on the Newton? + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? + 3) Where can I find NewtonBooks? + 4) Can I read PilotDOC books on the Newton? * B) Creating NewtonBooks + 1) What Apple software is available? + 2) Is it possible for me to create a NewtonBook directly on my Newton? + 3) How can I view PDF files on the Newton? --------------------------------------------------------------------------- A) Using and finding books 1) How can I view books on the Newton? The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 2) How can I tell my Newton to read books out loud using Macintalk? There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 3) Where can I find books? * The Newtonberg project produced many books for Newton: * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: * Josie Farmer made Paul Bowles books. * Newton's Library * UNNA Book Section * Alex Catalogue automatically generates Newton Books on demand: * [Any other reference?] 4) Can I read PilotDOC books on the Newton? With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. --------------------------------------------------------------------------- B) Creating NewtonBooks 1) What Apple software available? You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). Links are under Press and Development Software (VB2). 2) Is it possible to create NewtonBooks directly on the Newton? Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 3) How can I view PDF files on Newton? There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20010401/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010401/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20010401/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010401/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20010401/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010401/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20010401/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010401/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20010401/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010401/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20010401/newton-faq-introduction.txt: -------------------------------------------------------------------------------- 1 | PART I: Introduction * A) General + 1) What is this document? + 2) Where can I get the newest version? * B) Sources and special thanks + 1) Where can I get other FAQs about the Newton? x a) General FAQ: x b) Specific FAQs: + 2) FAQs in other languages + 3) Special thanks to: --------------------------------------------------------------------------- A) General 1) What is this document? This document used to be a FAQ related to common questions and issues about Newton Message Pad hardware, software and sources. It is now a huge database of knowledge, including questions you would dare to ask and answers you even ignored. It is by no means a simple newbie only tool, but it includes useful links and can also be used as a bookmark directory. 2) Where do I find the latest version? This FAQ is posted as a plain text document monthly on comp.sys.newton.misc, comp.answers and news.answers. The latest text version should be available on MIT FTP and on mirrors. There is an additional HTML document which is sent monthly to several popular Newton site webmasters. They upload the latest version depending on their free time, hence the version may differ from one site to another. Those websites are: * PlanetNewton: * ThisOldNewt (Rich Lindsay): * Chris Stephens' site: * Info-Newt (Bill Davis): * Newton Resources (Victor Rehorst): * Newted Community (Stacey Tenen): Mark Rollins compiled it to a Newton Book: Additionally, the old archives are saved on Kallisys FTP: * Andree Dettmer MetaFAQ: * Old FAQ (1995) (useful for 1.x models) by Jean-Christophe Bousson b) Specialized FAQs: * Standalone's FAQ (memory, miscellany): * Handwriting recognition tips for the Newton by Hardy Macia at Catamount: * Daniel Domberger's Newton Heap Mini-FAQ: * David Arnold's IR FAQ: * The Newton Underground's IrDA FAQ [dead link]: * The Newton RAM Page [dead link]: * Joseph N. Hall started the Battery FAQ which is now maintained by Eric Damien Berna: * The Newton Pre-Buyers' Guide (MP2x00 and EM300): * Info on what to do with compressed SIT and HQX files: (dead link?) * bct1@thestate.infi.net (THX 1138 / ben)'s Connections FAQ: 2) FAQs in other languages * A Japanese Newton FAQ is available: * There is a German Newton FAQ originally written by Guido Heer and now maintained by Pascal B. Kreil: 3) Special thanks to: First, the Newton Community for its spirit. Also, I'd [PG] like to thank Laura, Steve Weyer and Peter Rand for their support. I also want to thank Robert Sexton for his work (allowing me to complete mine), David Arnold for his complete site for developers, and Rich Lindsay (This Old Newt) for his helpful links. Finally, this FAQ wouldn't have reached this achievement without comments, suggestions, additions and corrections from many Newton Users (more than 20!). -------------------------------------------------------------------------------- /archives/20010401/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010401/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20010401/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010401/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20010501.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010501.zip -------------------------------------------------------------------------------- /archives/20010501/index.html: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


FAQ for the Newton Community

This is the May 2001 update. Released on May, 1st

Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums.

RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied.


Top five questions

  • IIC6a My Newton won't turn on. What should I do?
  • IIA1e I have a Newton model H1000. What is this?
  • IIIB3 How do I connect the Newton to my Mac/PC?
  • IIB2a Which modem can I use? Are there drivers for my modem?
  • IIA1f I heard a rumor that Apple is making a new Newton. Is this true?

Table of contents


Change History

This FAQ is HTML 4.0 compliant & Newton friendly.

-------------------------------------------------------------------------------- /archives/20010501/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community This is the May 2001 update. Released on May, 1st Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. * Maintainers: + Steve Weyer + Peter Rand + Sean Luke + Paul Guyot * Hosters: + Grant Hutchinson from Splorp + Rich Lindsay from ThisOldNewt + Chris Stephens + Victor Rehorst from Newton Resources + Mark Rollins (Newton Book compiler) + Bill Davis from Info-Newt + Laura from PlanetNewton + Stacey Tenen from Newted Community RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. --------------------------------------------------------------------------- Top five questions * IIC6a My Newton won't turn on. What should I do? * IIA1e I have a Newton model H1000. What is this? * IIIB3 How do I connect the Newton to my Mac/PC? * IIB2a Which modem can I use? Are there drivers for my modem? * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? Table of contents * PART I: Introduction Basis information and links to other FAQs. * PART II: Newton Hardware The Newton MessagePad family, compatible hardware & hardware problems. * PART III: Newton OS System versions, use of the NOS & problems * PART IV: The Newton Community on the Internet Groups & links * PART V: Newton Software Sources, Apple software, Internet, Fonts & localization software * PART VI: Newton Books How to find & create books * PART VII: Development Links to development solutions & documentation for all platforms and languages. --------------------------------------------------------------------------- Change History -------------------------------------------------------------------------------- /archives/20010501/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books * A) Using and finding books + 1) How can I view NewtonBooks on the Newton? + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? + 3) Where can I find NewtonBooks? + 4) Can I read PilotDOC books on the Newton? * B) Creating NewtonBooks + 1) What Apple software is available? + 2) Is it possible for me to create a NewtonBook directly on my Newton? + 3) How can I view PDF files on the Newton? --------------------------------------------------------------------------- A) Using and finding books 1) How can I view books on the Newton? The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 2) How can I tell my Newton to read books out loud using Macintalk? There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 3) Where can I find books? * The Newtonberg project produced many books for Newton: * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: * Josie Farmer made Paul Bowles books. * Newton's Library * UNNA Book Section * Alex Catalogue automatically generates Newton Books on demand: * [Any other reference?] 4) Can I read PilotDOC books on the Newton? With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. --------------------------------------------------------------------------- B) Creating NewtonBooks 1) What Apple software available? You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). Links are under Press and Development Software (VB2). 2) Is it possible to create NewtonBooks directly on the Newton? Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 3) How can I view PDF files on Newton? There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20010501/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010501/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20010501/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010501/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20010501/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010501/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20010501/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010501/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20010501/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010501/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20010501/newton-faq-introduction.txt: -------------------------------------------------------------------------------- 1 | PART I: Introduction * A) General + 1) What is this document? + 2) Where can I get the newest version? * B) Sources and special thanks + 1) Where can I get other FAQs about the Newton? x a) General FAQ: x b) Specific FAQs: + 2) FAQs in other languages + 3) Special thanks to: --------------------------------------------------------------------------- A) General 1) What is this document? This document used to be a FAQ related to common questions and issues about Newton Message Pad hardware, software and sources. It is now a huge database of knowledge, including questions you would dare to ask and answers you even ignored. It is by no means a simple newbie only tool, but it includes useful links and can also be used as a bookmark directory. 2) Where do I find the latest version? The plain text version of this FAQ is posted monthly on comp.sys.newton.misc, comp.answers and news.answers. The latest text version should be available on MIT FTP and on mirrors. For example, you can find the latest version a couple of days later on the web at . It's now been quite a long time that the HTML version of the FAQ is sent to popular Newton site webmasters who wanted to mirror the FAQ. But the webmasters have more or less time to upload the latest version to their website. The consequence is that some copies on the web have incorrect or outdated information about several points. * Websites which mirror the latest released version of the FAQ: + Splorp (Grant Hutchinson): + Newton Resources (Victor Rehorst): + ThisOldNewt (Rich Lindsay): + Chris Stephens' site: * Websites which have an old copy of the FAQ: + [October 2000]: Info-Newt (Bill Davis): + [June 2000]: PlanetNewton: + [September 1999]: Newted Community (Stacey Tenen): Mark Rollins compiled the November 2000 release to a Newton Book: Additionally, the old archives are saved on Kallisys FTP: * Andree Dettmer MetaFAQ: * Old FAQ (1995) (useful for 1.x models) by Jean-Christophe Bousson b) Specialized FAQs: * Standalone's FAQ (memory, miscellany): * Handwriting recognition tips for the Newton by Hardy Macia at Catamount: * Daniel Domberger's Newton Heap Mini-FAQ: * David Arnold's IR FAQ: * The Newton Underground's IrDA FAQ [dead link]: * The Newton RAM Page [dead link]: * Joseph N. Hall started the Battery FAQ which is now maintained by Eric Damien Berna: * The Newton Pre-Buyers' Guide (MP2x00 and EM300): * Info on what to do with compressed SIT and HQX files: (dead link?) * bct1@thestate.infi.net (THX 1138 / ben)'s Connections FAQ: 2) FAQs in other languages * A Japanese Newton FAQ is available: * There is a German Newton FAQ originally written by Guido Heer and now maintained by Pascal B. Kreil: 3) Special thanks to: First, the Newton Community for its spirit. Also, I'd [PG] like to thank Laura, Steve Weyer and Peter Rand for their support. I also want to thank Robert Sexton for his work (allowing me to complete mine), David Arnold for his complete site for developers, and Rich Lindsay (This Old Newt) for his helpful links. Finally, this FAQ wouldn't have reached this achievement without comments, suggestions, additions and corrections from many Newton Users (more than 20!). -------------------------------------------------------------------------------- /archives/20010501/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010501/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20010501/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010501/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20010601.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010601.zip -------------------------------------------------------------------------------- /archives/20010601/index.html: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


FAQ for the Newton Community

This is the June 2001 update. Released on June, 1st

Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums.

RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied.


Top five questions

  • IIC6a My Newton won't turn on. What should I do?
  • IIA1e I have a Newton model H1000. What is this?
  • IIIB3 How do I connect the Newton to my Mac/PC?
  • IIB2a Which modem can I use? Are there drivers for my modem?
  • IIA1f I heard a rumor that Apple is making a new Newton. Is this true?

Table of contents


Change History

This FAQ is HTML 4.0 compliant & Newton friendly.

-------------------------------------------------------------------------------- /archives/20010601/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community This is the June 2001 update. Released on June, 1st Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. * Maintainers: + Steve Weyer + Peter Rand + Sean Luke + Paul Guyot * Hosters: + Grant Hutchinson from Splorp + Rich Lindsay from ThisOldNewt + Chris Stephens + Victor Rehorst from Newton Resources + Mark Rollins (Newton Book compiler) + Bill Davis from Info-Newt + Laura from PlanetNewton + Stacey Tenen from Newted Community RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. --------------------------------------------------------------------------- Top five questions * IIC6a My Newton won't turn on. What should I do? * IIA1e I have a Newton model H1000. What is this? * IIIB3 How do I connect the Newton to my Mac/PC? * IIB2a Which modem can I use? Are there drivers for my modem? * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? Table of contents * PART I: Introduction Basis information and links to other FAQs. * PART II: Newton Hardware The Newton MessagePad family, compatible hardware & hardware problems. * PART III: Newton OS System versions, use of the NOS & problems * PART IV: The Newton Community on the Internet Groups & links * PART V: Newton Software Sources, Apple software, Internet, Fonts & localization software * PART VI: Newton Books How to find & create books * PART VII: Development Links to development solutions & documentation for all platforms and languages. --------------------------------------------------------------------------- Change History -------------------------------------------------------------------------------- /archives/20010601/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books * A) Using and finding books + 1) How can I view NewtonBooks on the Newton? + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? + 3) Where can I find NewtonBooks? + 4) Can I read PilotDOC books on the Newton? * B) Creating NewtonBooks + 1) What Apple software is available? + 2) Is it possible for me to create a NewtonBook directly on my Newton? + 3) How can I view PDF files on the Newton? --------------------------------------------------------------------------- A) Using and finding books 1) How can I view books on the Newton? The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 2) How can I tell my Newton to read books out loud using Macintalk? There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 3) Where can I find books? * The Newtonberg project produced many books for Newton: * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: * Josie Farmer made Paul Bowles books. * Newton's Library * UNNA Book Section * Alex Catalogue automatically generates Newton Books on demand: * [Any other reference?] 4) Can I read PilotDOC books on the Newton? With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. --------------------------------------------------------------------------- B) Creating NewtonBooks 1) What Apple software available? You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). Links are under Press and Development Software (VB2). 2) Is it possible to create NewtonBooks directly on the Newton? Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 3) How can I view PDF files on Newton? There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20010601/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010601/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20010601/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010601/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20010601/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010601/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20010601/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010601/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20010601/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010601/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20010601/newton-faq-introduction.txt: -------------------------------------------------------------------------------- 1 | PART I: Introduction * A) General + 1) What is this document? + 2) Where can I get the newest version? * B) Sources and special thanks + 1) Where can I get other FAQs about the Newton? x a) General FAQ: x b) Specific FAQs: + 2) FAQs in other languages + 3) Special thanks to: --------------------------------------------------------------------------- A) General 1) What is this document? This document used to be a FAQ related to common questions and issues about Newton Message Pad hardware, software and sources. It is now a huge database of knowledge, including questions you would dare to ask and answers you even ignored. It is by no means a simple newbie only tool, but it includes useful links and can also be used as a bookmark directory. 2) Where do I find the latest version? The plain text version of this FAQ is posted monthly on comp.sys.newton.misc, comp.answers and news.answers. The latest text version should be available on MIT FTP and on mirrors. For example, you can find the latest version a couple of days later on the web at . It's now been quite a long time that the HTML version of the FAQ is sent to popular Newton site webmasters who wanted to mirror the FAQ. But the webmasters have more or less time to upload the latest version to their website. The consequence is that some copies on the web have incorrect or outdated information about several points. * Websites which mirror the latest released version of the FAQ: + Splorp (Grant Hutchinson): + Newton Resources (Victor Rehorst): + ThisOldNewt (Rich Lindsay): + Chris Stephens' site: * Websites which have an old copy of the FAQ: + [October 2000]: Info-Newt (Bill Davis): + [September 1999]: Newted Community (Stacey Tenen): Mark Rollins compiled the November 2000 release to a Newton Book: Additionally, the old archives are saved on Kallisys FTP: . --------------------------------------------------------------------------- B) Sources and special thanks 1) Where can I find other Newton FAQs? a) General FAQs: * Robert Sexton wrote a complete FAQ: * Andree Dettmer MetaFAQ: * Old FAQ (1995) (useful for 1.x models) by Jean-Christophe Bousson b) Specialized FAQs: * Grant Hutchinson's glossary: * Standalone's FAQ (memory, miscellany): * Handwriting recognition tips for the Newton by Hardy Macia at Catamount: * Daniel Domberger's Newton Heap Mini-FAQ: * David Arnold's IR FAQ: * The Newton Underground's IrDA FAQ [dead link]: * The Newton RAM Page [dead link]: * Joseph N. Hall started the Battery FAQ which is now maintained by Eric Damien Berna: * The Newton Pre-Buyers' Guide (MP2x00 and EM300): * Info on what to do with compressed SIT and HQX files: (dead link?) * bct1@thestate.infi.net (THX 1138 / ben)'s Connections FAQ: 2) FAQs in other languages * A Japanese Newton FAQ is available: * There is a German Newton FAQ originally written by Guido Heer and now maintained by Pascal B. Kreil: 3) Special thanks to: First, the Newton Community for its spirit. Also, I'd [PG] like to thank Laura, Steve Weyer and Peter Rand for their support. I also want to thank Robert Sexton for his work (allowing me to complete mine), David Arnold for his complete site for developers, and Rich Lindsay (This Old Newt) for his helpful links. Finally, this FAQ wouldn't have reached this achievement without comments, suggestions, additions and corrections from many Newton Users (more than 20!). -------------------------------------------------------------------------------- /archives/20010601/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010601/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20010601/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010601/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20010701.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010701.zip -------------------------------------------------------------------------------- /archives/20010701/index.html: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


FAQ for the Newton Community

This is the July 2001 update. Released on July, 1st

Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums.

RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied.


Top five questions

  • IIC6a My Newton won't turn on. What should I do?
  • IIA1e I have a Newton model H1000. What is this?
  • IIIB3 How do I connect the Newton to my Mac/PC?
  • IIB2a Which modem can I use? Are there drivers for my modem?
  • IIA1f I heard a rumor that Apple is making a new Newton. Is this true?

Table of contents


Change History

This FAQ is HTML 4.0 compliant & Newton friendly.

-------------------------------------------------------------------------------- /archives/20010701/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community This is the July 2001 update. Released on July, 1st Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. * Maintainers: + Steve Weyer + Peter Rand + Sean Luke + Paul Guyot * Hosters: + Grant Hutchinson from Splorp + Rich Lindsay from ThisOldNewt + Chris Stephens + Victor Rehorst from Newton Resources + Mark Rollins (Newton Book compiler) + Bill Davis from Info-Newt + Laura from PlanetNewton + Bill Shamam from Guns Media RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. --------------------------------------------------------------------------- Top five questions * IIC6a My Newton won't turn on. What should I do? * IIA1e I have a Newton model H1000. What is this? * IIIB3 How do I connect the Newton to my Mac/PC? * IIB2a Which modem can I use? Are there drivers for my modem? * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? Table of contents * PART I: Introduction Basis information and links to other FAQs. * PART II: Newton Hardware The Newton MessagePad family, compatible hardware & hardware problems. * PART III: Newton OS System versions, use of the NOS & problems * PART IV: The Newton Community on the Internet Groups & links * PART V: Newton Software Sources, Apple software, Internet, Fonts & localization software * PART VI: Newton Books How to find & create books * PART VII: Development Links to development solutions & documentation for all platforms and languages. --------------------------------------------------------------------------- Change History -------------------------------------------------------------------------------- /archives/20010701/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books * A) Using and finding books + 1) How can I view NewtonBooks on the Newton? + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? + 3) Where can I find NewtonBooks? + 4) Can I read PilotDOC books on the Newton? * B) Creating NewtonBooks + 1) What Apple software is available? + 2) Is it possible for me to create a NewtonBook directly on my Newton? + 3) How can I view PDF files on the Newton? --------------------------------------------------------------------------- A) Using and finding books 1) How can I view books on the Newton? The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 2) How can I tell my Newton to read books out loud using Macintalk? There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 3) Where can I find books? * The Newtonberg project produced many books for Newton: * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: * Josie Farmer made Paul Bowles books. * Newton's Library * UNNA Book Section * Alex Catalogue automatically generates Newton Books on demand: * Terry Fischer's website: * [Any other reference?] 4) Can I read PilotDOC books on the Newton? With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. --------------------------------------------------------------------------- B) Creating NewtonBooks 1) What Apple software available? You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). Links are under Press and Development Software (VB2). 2) Is it possible to create NewtonBooks directly on the Newton? Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 3) How can I view PDF files on Newton? There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20010701/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010701/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20010701/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010701/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20010701/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010701/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20010701/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010701/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20010701/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010701/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20010701/newton-faq-introduction.txt: -------------------------------------------------------------------------------- 1 | PART I: Introduction * A) General + 1) What is this document? + 2) Where can I get the newest version? * B) Sources and special thanks + 1) Where can I get other FAQs about the Newton? x a) General FAQ: x b) Specific FAQs: + 2) FAQs in other languages + 3) Special thanks to: --------------------------------------------------------------------------- A) General 1) What is this document? This document used to be a FAQ related to common questions and issues about Newton Message Pad hardware, software and sources. It is now a huge database of knowledge, including questions you would dare to ask and answers you even ignored. It is by no means a simple newbie only tool, but it includes useful links and can also be used as a bookmark directory. 2) Where do I find the latest version? The plain text version of this FAQ is posted monthly on comp.sys.newton.misc, comp.answers and news.answers. The latest text version should be available on MIT FTP and on mirrors. For example, you can find the latest version a couple of days later on the web at . It's now been quite a long time that the HTML version of the FAQ is sent to popular Newton site webmasters who wanted to mirror the FAQ. But the webmasters have more or less time to upload the latest version to their website. The consequence is that some copies on the web have incorrect or outdated information about several points. * Websites which mirror the latest released version of the FAQ: + Splorp (Grant Hutchinson): + Newton Resources (Victor Rehorst): + ThisOldNewt (Rich Lindsay): + Chris Stephens' site: + Guns-media (Bill Shamam): * Websites which have an old copy of the FAQ: + [October 2000]: Info-Newt (Bill Davis): Mark Rollins compiled the November 2000 release to a Newton Book: Additionally, the old archives are saved on Kallisys FTP: . --------------------------------------------------------------------------- B) Sources and special thanks 1) Where can I find other Newton FAQs? a) General FAQs: * Robert Sexton wrote a complete FAQ: * Andree Dettmer MetaFAQ: * Old FAQ (1995) (useful for 1.x models) by Jean-Christophe Bousson b) Specialized FAQs: * Grant Hutchinson's glossary: * Standalone's FAQ (memory, miscellany): * Handwriting recognition tips for the Newton by Hardy Macia at Catamount: * Daniel Domberger's Newton Heap Mini-FAQ: * David Arnold's IR FAQ: * The Newton Underground's IrDA FAQ [dead link]: * The Newton RAM Page [dead link]: * Joseph N. Hall started the Battery FAQ which is now maintained by Eric Damien Berna: * The Newton Pre-Buyers' Guide (MP2x00 and EM300): * Info on what to do with compressed SIT and HQX files: (dead link?) * bct1@thestate.infi.net (THX 1138 / ben)'s Connections FAQ: 2) FAQs in other languages * A Japanese Newton FAQ is available: * There is a German Newton FAQ originally written by Guido Heer and now maintained by Pascal B. Kreil: 3) Special thanks to: First, the Newton Community for its spirit. Also, I'd [PG] like to thank Laura, Steve Weyer and Peter Rand for their support. I also want to thank Robert Sexton for his work (allowing me to complete mine), David Arnold for his complete site for developers, and Rich Lindsay (This Old Newt) for his helpful links. Finally, this FAQ wouldn't have reached this achievement without comments, suggestions, additions and corrections from many Newton Users (more than 20!). -------------------------------------------------------------------------------- /archives/20010701/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010701/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20010701/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010701/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20010901.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010901.zip -------------------------------------------------------------------------------- /archives/20010901/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the September 2001 update. Released on September, 1st 5 | Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20010901/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * Josie Farmer made Paul Bowles books. 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20010901/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010901/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20010901/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010901/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20010901/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010901/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20010901/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010901/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20010901/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010901/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20010901/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010901/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20010901/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20010901/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20011001.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011001.zip -------------------------------------------------------------------------------- /archives/20011001/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the October 2001 update. Released on October, 1st 5 | Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20011001/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20011001/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011001/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20011001/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011001/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20011001/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011001/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20011001/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011001/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20011001/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011001/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20011001/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011001/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20011001/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011001/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20011101.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011101.zip -------------------------------------------------------------------------------- /archives/20011101/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the November 2001 update. Released on November, 1st 5 | Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20011101/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20011101/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011101/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20011101/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011101/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20011101/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011101/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20011101/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011101/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20011101/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011101/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20011101/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011101/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20011101/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011101/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20011201.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011201.zip -------------------------------------------------------------------------------- /archives/20011201/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the December 2001 update. Released on December, 1st 5 | Newton 1999-2001 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20011201/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20011201/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011201/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20011201/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011201/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20011201/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011201/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20011201/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011201/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20011201/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011201/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20011201/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011201/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20011201/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20011201/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20020101.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020101.zip -------------------------------------------------------------------------------- /archives/20020101/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the January 2002 update. Released on January, 2nd 5 | Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20020101/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20020101/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020101/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20020101/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020101/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20020101/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020101/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20020101/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020101/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20020101/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020101/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20020101/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020101/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20020101/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020101/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20020201.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020201.zip -------------------------------------------------------------------------------- /archives/20020201/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the February 2002 update. Released on February, 1st 5 | Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20020201/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20020201/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020201/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20020201/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020201/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20020201/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020201/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20020201/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020201/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20020201/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020201/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20020201/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020201/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20020201/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020201/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20020301.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020301.zip -------------------------------------------------------------------------------- /archives/20020301/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the March 2002 update. Released on March, 1st 5 | Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20020301/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20020301/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020301/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20020301/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020301/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20020301/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020301/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20020301/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020301/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20020301/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020301/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20020301/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020301/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20020301/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020301/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20020401.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020401.zip -------------------------------------------------------------------------------- /archives/20020401/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the April 2002 Update. Released on April, 1st. 5 | Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20020401/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20020401/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020401/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20020401/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020401/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20020401/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020401/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20020401/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020401/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20020401/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020401/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20020401/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020401/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20020401/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020401/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20020501.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020501.zip -------------------------------------------------------------------------------- /archives/20020501/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the May 2002 Update. Released on May, 1st. 5 | Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20020501/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20020501/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020501/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20020501/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020501/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20020501/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020501/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20020501/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020501/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20020501/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020501/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20020501/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020501/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20020501/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020501/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20020601.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020601.zip -------------------------------------------------------------------------------- /archives/20020601/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the June 2002 Update. Released on June, 1st. 5 | Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20020601/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20020601/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020601/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20020601/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020601/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20020601/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020601/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20020601/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020601/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20020601/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020601/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20020601/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020601/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20020601/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020601/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20020701.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020701.zip -------------------------------------------------------------------------------- /archives/20020701/index.html: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


FAQ for the Newton Community

This is the July 2002 Update. Released on July, 1st.

Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums.

RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied.


Top five questions

  • IIC6a My Newton won't turn on. What should I do?
  • IIA1e I have a Newton model H1000. What is this?
  • IIIB3 How do I connect the Newton to my Mac/PC?
  • IIB2a Which modem can I use? Are there drivers for my modem?
  • IIA1f I heard a rumor that Apple is making a new Newton. Is this true?

Table of contents


Change History

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


This FAQ is HTML 4.0 compliant & Newton friendly.

-------------------------------------------------------------------------------- /archives/20020701/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the July 2002 Update. Released on July, 1st. 5 | Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20020701/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20020701/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020701/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20020701/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020701/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20020701/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020701/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20020701/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020701/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20020701/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020701/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20020701/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020701/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20020701/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020701/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20020801.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020801.zip -------------------------------------------------------------------------------- /archives/20020801/index.html: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


FAQ for the Newton Community

This is the August 2002 Update. Released on August, 1st.

Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums.

RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied.


Top five questions

  • IIC6a My Newton won't turn on. What should I do?
  • IIA1e I have a Newton model H1000. What is this?
  • IIIB3 How do I connect the Newton to my Mac/PC?
  • IIB2a Which modem can I use? Are there drivers for my modem?
  • IIA1f I heard a rumor that Apple is making a new Newton. Is this true?

Table of contents


Change History

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


This FAQ is HTML 4.0 compliant & Newton friendly.

-------------------------------------------------------------------------------- /archives/20020801/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the August 2002 Update. Released on August, 1st. 5 | Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20020801/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20020801/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020801/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20020801/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020801/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20020801/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020801/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20020801/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020801/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20020801/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020801/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20020801/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020801/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20020801/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020801/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20020901.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020901.zip -------------------------------------------------------------------------------- /archives/20020901/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the September 2002 Update. Released on September, 1st. 5 | Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20020901/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: [Dead link?] 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) [Dead link] 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20020901/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020901/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20020901/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020901/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20020901/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020901/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20020901/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020901/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20020901/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020901/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20020901/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020901/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20020901/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20020901/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20021001.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021001.zip -------------------------------------------------------------------------------- /archives/20021001/index.txt: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community 2 | 3 | 4 | This is the September 2002 Update. Released on September, 1st. 5 | Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums. 6 | * Maintainers: 7 | + Steve Weyer 8 | + Peter Rand 9 | + Sean Luke 10 | + Paul Guyot 11 | * Hosters: 12 | + Grant Hutchinson from Splorp 13 | + Rich Lindsay from ThisOldNewt 14 | + Chris Stephens 15 | + Victor Rehorst from Newton Resources 16 | + Mark Rollins (Newton Book compiler) 17 | + Bill Davis from Info-Newt 18 | + Laura from PlanetNewton 19 | + Bill Shamam from Guns 20 | + Anthony V. Jeancola from Newton Resurrection 21 | RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied. 22 | --------------------------------------------------------------------------- 23 | 24 | 25 | Top five questions 26 | 27 | * IIC6a My Newton won't turn on. What should I do? 28 | * IIA1e I have a Newton model H1000. What is this? 29 | * IIIB3 How do I connect the Newton to my Mac/PC? 30 | * IIB2a Which modem can I use? Are there drivers for my modem? 31 | * IIA1f I heard a rumor that Apple is making a new Newton. Is this true? 32 | 33 | Table of contents 34 | 35 | * PART I: Introduction 36 | Basis information and links to other FAQs. 37 | * PART II: Newton Hardware 38 | The Newton MessagePad family, compatible hardware & hardware problems. 39 | * PART III: Newton OS 40 | System versions, use of the NOS & problems 41 | * PART IV: The Newton Community on the Internet 42 | Groups & links 43 | * PART V: Newton Software 44 | Sources, Apple software, Internet, Fonts & localization software 45 | * PART VI: Newton Books 46 | How to find & create books 47 | * PART VII: Development 48 | Links to development solutions & documentation for all platforms and languages. 49 | --------------------------------------------------------------------------- 50 | Change History -------------------------------------------------------------------------------- /archives/20021001/newton-faq-books.txt: -------------------------------------------------------------------------------- 1 | PART VI: Newton Books 2 | 3 | * A) Using and finding books 4 | + 1) How can I view NewtonBooks on the Newton? 5 | + 2) How can I tell my Newton to read NewtonBooks out loud using Macintalk? 6 | + 3) Where can I find NewtonBooks? 7 | + 4) Can I read PilotDOC books on the Newton? 8 | * B) Creating NewtonBooks 9 | + 1) What Apple software is available? 10 | + 2) Is it possible for me to create a NewtonBook directly on my Newton? 11 | + 3) How can I view PDF files on the Newton? 12 | --------------------------------------------------------------------------- 13 | 14 | 15 | A) Using and finding books 16 | 17 | 18 | 1) How can I view books on the Newton? 19 | 20 | The book viewer is already built-in (in Newton ROM). See your Newton User Guide for help to turn pages, view TOC, annotate, set bookmarks, etc. 21 | 22 | 2) How can I tell my Newton to read books out loud using Macintalk? 23 | 24 | There is a separate application called Bookreader (Bernie Bernstone's reader) that allows you to do that: 25 | You can also read books using the books routing menu (action button) if you have the HTMList extension installed: (this also allows you email a specified range of book pages) 26 | 27 | 3) Where can I find books? 28 | 29 | * The Newtonberg project produced many books for Newton: [Dead link?] 30 | 31 | * AMUG has a complete set of books, including Sherlock Holmes novels by Sir A. Conan Doyle: 32 | 33 | * J. Farmer compiled many books (mostly Paul Bowles books) [Dead link] 34 | * Newton's Library 35 | * UNNA Book Section 36 | * Alex Catalogue automatically generates Newton Books on demand: 37 | * Terry Fischer's website: 38 | * [Any other reference?] 39 | 40 | 4) Can I read PilotDOC books on the Newton? 41 | 42 | With Steve Weyer's PilotDOC plugin for Newt's Cape, you can read PilotDOC books. Please see for more details. 43 | --------------------------------------------------------------------------- 44 | 45 | 46 | B) Creating NewtonBooks 47 | 48 | 49 | 1) What Apple software available? 50 | 51 | You can use Apple's software to design books from RTF files or any other XTND format (Newton Press) or from files with a special format (with Newton BookMaker). 52 | Links are under Press and Development Software (VB2). 53 | 54 | 2) Is it possible to create NewtonBooks directly on the Newton? 55 | 56 | Yes, Steve Weyer's Newt's Cape can create books directly on the Newton from HTML pages: 57 | 58 | 3) How can I view PDF files on Newton? 59 | 60 | There is no PDF viewer on Newton yet (and probably there will never be one). However, you can use Adobe PDF->HTML conversion from , and then view the result into your favorite browser. Besides Newt's Cape by Steve Weyer allow you to save the result as a Book package (this will compress the data). -------------------------------------------------------------------------------- /archives/20021001/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021001/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20021001/newton-faq-community.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021001/newton-faq-community.txt -------------------------------------------------------------------------------- /archives/20021001/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021001/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20021001/newton-faq-hardware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021001/newton-faq-hardware.txt -------------------------------------------------------------------------------- /archives/20021001/newton-faq-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021001/newton-faq-history.txt -------------------------------------------------------------------------------- /archives/20021001/newton-faq-nos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021001/newton-faq-nos.txt -------------------------------------------------------------------------------- /archives/20021001/newton-faq-software.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021001/newton-faq-software.txt -------------------------------------------------------------------------------- /archives/20021101.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021101.zip -------------------------------------------------------------------------------- /archives/20021101/index.html: -------------------------------------------------------------------------------- 1 | FAQ for the Newton Community

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


FAQ for the Newton Community

This is the November 2002 Update. Released on November, 1st.

Newton 1999-2002 FAQ Group: Please don't ask us questions directly, but post them in related groups/forums.

RESPONSIBILITY: This FAQ is provided "as is" with no warranties expressed or implied.


Top five questions

  • IIC6a My Newton won't turn on. What should I do?
  • IIA1e I have a Newton model H1000. What is this?
  • IIIB3 How do I connect the Newton to my Mac/PC?
  • IIB2a Which modem can I use? Are there drivers for my modem?
  • IIA1f I heard a rumor that Apple is making a new Newton. Is this true?

Table of contents


Change History

Index | Introduction | Hardware | Newton OS | Community | Software | Books | Development


This FAQ is HTML 4.0 compliant & Newton friendly.

-------------------------------------------------------------------------------- /archives/20021101/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021101/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20021101/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021101/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20021201.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021201.zip -------------------------------------------------------------------------------- /archives/20021201/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021201/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20021201/newton-faq-hardware.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20021201/newton-faq-hardware.html -------------------------------------------------------------------------------- /archives/20030320.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20030320.zip -------------------------------------------------------------------------------- /archives/20030320/newton-faq-community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20030320/newton-faq-community.html -------------------------------------------------------------------------------- /archives/20031101.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/archives/20031101.zip -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/favicon.ico -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Newton FAQ 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 |

Newton FAQ

18 |

Answers to common questions regarding Apple’s Newton computing platform.

19 |
20 | 33 |
34 |
35 | 36 |
37 |

Updated: 03 June 2025

38 |

Index

39 |
40 | 58 | 59 |

Submissions & Corrections

60 | 61 |

The Newton FAQ is provided “as is” with no warranties expressed or implied.

62 |

Please contact us using the Issues interface on GitHub.

63 |

Questions, corrections, edits, and comments may also be submitted through the NewtonTalk mailing list.

64 |
65 |
66 |
67 | 68 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | 2 | # About the Newton FAQ 3 | 4 | The Newton FAQ is a community resource of commonly asked questions related to the Apple Newton platform. 5 | 6 | ## Current Version 7 | 8 | [newtonfaq.com](https://newtonfaq.com/) 9 | 10 | ## The Backstory 11 | 12 | First published in August 1999, the Newton FAQ project was led by [Steve Weyer](https://communicrossings.com/html/newton/), Peter Rand, [Sean Luke](https://cs.gmu.edu/~sean/), and [Paul Guyot](https://www.kallisys.com/). It was updated and posted to various websites and newsgroups on a monthly schedule. The last regular edition of the Newton FAQ was published in March 2003, shortly after [Daniel Padilla](http://dev.newtontalk.net/dpadilla/) handed the reins over to [Grant Hutchinson](https://splorp.com/). Grant worked on compiling and editing a significant number of updates, hoping to release a revised FAQ in November 2003. Unfortunately, that never happened. 13 | 14 | As the years passed, updates from the community slowed down, Victor Rehorst’s [WikiWikiNewt](http://tools.unna.org/wikiwikinewt/) had become the de facto resource for Newton related answers, and severe linkrot had settled in across the network of Newton sites. 15 | 16 | In late 2009, [Tony Kan](https://myapplenewton.blogspot.com/) began going through the FAQ and submitting updates again. However, without a solid publishing plan in place, those updates never saw the light of day. 17 | 18 | However, in January 2012 a reinvigorated Newton FAQ got a fresh start here on GitHub. Ongoing review and editing over the past several years has improved the accuracy, consistency, and timeliness of the existing content. Oh, and a lot of dead links were dispatched through generous application of the [Internet Archive Wayback Machine](https://web.archive.org/). 19 | 20 | On August 18th, 2024 the Newton FAQ celebrated its 25th anniversary. 21 | 22 | Onward. 23 | 24 | ## Why GitHub? 25 | 26 | GitHub is a simple way to host, share, and apply the “peace of mind” of version control to all sorts of code. Since the Newton FAQ is written in HTML and will undoubtedly go through hundreds of changes, updates, and iterations over time — GitHub seemed like a perfect place to maintain it. 27 | 28 | 29 | Copyright © 1999–2025 The Newton FAQ Group 30 | -------------------------------------------------------------------------------- /resources/codenames/codenames.txt: -------------------------------------------------------------------------------- 1 | Andante 2 | Batman 3 | Bazooka 4 | Bic 5 | Cadillac 6 | Cirrus 7 | Copperfield 8 | Crib 9 | Dante 10 | Denali 11 | Gelato 12 | Gyro 13 | Hobbit 14 | Jellyfish 15 | Junior 16 | Lindy 17 | Mondello 18 | Mont Blanc 19 | N2 20 | Neuropen 21 | Newton Plus 22 | Pocket Newton 23 | Project K 24 | Q 25 | Quark 26 | Rosetta 27 | Runt 28 | Santa Fe 29 | Schoolbook 30 | Senior 31 | Shay 32 | Wedge 33 | -------------------------------------------------------------------------------- /resources/newton-heap-minifaq/garbage.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Newton Heap MiniFAQ: Garbage Collections 4 | 5 | 6 | 7 | 8 |

When a Garbage Collection is Necessary: Cursors and Heap Fragmentation

9 | 10 |

go back to the main page

11 |

go back to the FAQ

12 | 13 |

by Daniel Domberger

14 |

Send comments, questions, hints or corrections to :
domby@smileyface.com | 15 | domby@innocent.com | 16 | danield@gsb.usyd.edu.au

17 | 18 | Okay. I warn you now, this is complex! Most of this information was kindly donated by someone else, and I'm not sure that I understand it all. As ever, if you know something here to be incorrect, let me know. 19 |

20 | There is an undocumented "feature" of the Newton Operating System: cursors are non-moveable objects in Heap. By cursors, I don't mean those common to word-processor users; in fact, in this case, 'cursor' means 'an object which is returned by a soup query' - that is, a piece of information taken from a soup. (Soups are explained briefly in the main FAQ). 21 |

22 | Because cursors are non-moveable, they can lead to Heap fragmentation if they are kept around at the wrong critical moment. Heap fragmentation occurs when there is sufficient Heap available to perform the desired action, but this Heap is divided - in this case, by a cursor. This means that there is not enough contiguous Heap, and so an error arises. A fairly good analogy would be a bookshelf: if you have an entire bookshelf, with one little book in the very middle that you cannot move, and you want to put the Encyclopoedia Britannica on the shelf, you can't do it because the other book is in the way - you don't have enough contiguous space.

23 | 24 | With the introduction of the MessagePad130, the Newton reduced the number of garbage collection cycles that it goes through. This increases performance: the MessagePad 120 is slower than the MP130 because it spends more time sorting out it's Heap; the MP130 only does this when it needs to. The MessagePad 2000 collects garbage like the MP130 - when it is necessary. This means that, if a package creates a cursor and leaves it lying around (whether forever, or just during the time of one large call stack) when the Newton needs to do something else, the Newton may need to allocate more Heap than the largest free block. If this arises, the Newton goes into a garbage collection cycle. If the Garbage Collection fails to free up sufficient Heap, you get the 'Out of Memory: Cancel/Restart' message. However, there could be plenty of free memory available on the Newton - just all broken up. 25 |

26 | It should be noted that Heap Fragmentation was not a problem before Newton OS 2.1. 27 | 28 |

29 | Unfortunately, this cursor issue isn't documented. Apple/Newton Inc only revealed it under great pressure. Many developers may not be aware of it and may be unsure as to why exactly their packages run out of memory. In addition to this, many packages generate lists which use memory in proportion to how much data is being displayed. This can lead to problems for the end user that the developer doesn't see until they get feedback from a (usually angry) user. We are seeing this problem much more on the MP2K for two reasons:
30 | - it has less Heap available than the 130
31 | - it uses more Heap more often, causing more activity and more Heap fragmentation

32 | 33 |

What can be done?

34 | Developers need to be made aware that cursors have this property. Newton Inc. has always told developers that they don't need to even think about Heap very much because the NOS will "take care of that automatically". Some programs that are affected by this may have to be rewritten. This is sad, but true. There are a lot of little tricks you can do to keep this problem from happening, but you have to know what the cause of the problem is before you can think of the solution(s).

35 | 36 | - Newton Inc. could come out with an OS patch that makes cursors into moveable objects on the Heap. This is obviously quite difficult to do or they would have done it long ago. It may be impossible. I don't know the issues involved in doing that. I've heard rumors they plan to do this, though, so I wish them much luck with that because it is really needed. 37 |

38 |
39 |
40 | 41 |

go back to the FAQ

42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /resources/newton-heap-minifaq/heapfaq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/splorp/newton-faq/96da15adac6275c7d9f668e3012270ea3d2ca1fa/resources/newton-heap-minifaq/heapfaq.txt -------------------------------------------------------------------------------- /resources/newton-heap-minifaq/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | The Newton Heap MiniFAQ Main Page 4 | 5 | 6 | 7 | 8 |
back to geocities paris
9 |

The Newton Heap Mini-FAQ.

10 |

by Daniel Domberger

11 |

Version 1.5 - written August 15 1997 12 |
This page last updated on August 10 1999

13 | 14 |

Send comments, 15 | questions, or corrections to :
domby@smileyface.com

17 |
18 | 19 |

View the FAQ as
20 | HTML | 21 | text

23 | 24 | 25 |
26 |
27 | Of course, the Newton platform is now unsupported by Apple, and so interest has died; I don't even know if anyone still uses their Newtons. There seem to be a lot of them for sale second-hand, at very low prices. I still use my MP2000, as a diary/notepad/addressbook, and sometimes for typing on the go, but the Newton's moment seems to have passed. The rest, I guess, is up to the Psions and PalmPilots, and of course those ever-more-common Windows CE devices.

28 | 29 |
30 |
31 | This FAQ was written by me, Daniel Domberger, and is © Copyright 1997, except those passages quoted, for which due recognition has been given. The information in this miniFAQ was compiled from various sources, and general reading about the Newton since 1993, when the original MessagePad was released. Specifically, though, a lot of the more technical information came from the Apple Technical Information Library (http://til.info.apple.com). A lot of it also came from people's responses to Heap-based questions on the Newton Doctor site - thanks to everybody there! Also note that a portion of this document was posted to the NewtonTalk mailing list, in response to a question there.

32 | 33 | Remember, though, I'm a politics student, not a Newton technician, or a programmer. If anything I've written here is incorrect, let me know & I'll correct it. Use this information at your own risk. (Very grim, huh?). Also, the product suggestions contained herein do not represents endoresements or guarrantees: they're simply suggestions. If you know of any other packages I might want to mention, or have comments/questions/hints, let me know!
34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | # robots.txt 2 | # newtonfaq.com 3 | # updated 05 February 2024 4 | 5 | User-agent: anthropic-ai 6 | User-agent: CCBot 7 | User-agent: ChatGPT-User 8 | User-agent: FacebookBot 9 | User-agent: GoogleOther 10 | User-agent: Google-Extended 11 | User-agent: GPTBot 12 | User-agent: OmigiliBot 13 | Disallow: / 14 | 15 | User-agent: * 16 | Disallow: 17 | 18 | Sitemap: https://newtonfaq.com/sitemap.xml 19 | -------------------------------------------------------------------------------- /sitemap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | https://newtonfaq.com/ 5 | 2025-06-03T16:20:00+0000 6 | 1.0 7 | 8 | 9 | https://newtonfaq.com/newton-faq-books.html 10 | 2025-01-28T22:15:12+0000 11 | 0.5 12 | 13 | 14 | https://newtonfaq.com/newton-faq-community.html 15 | 2025-02-11T18:52:54+0000 16 | 0.5 17 | 18 | 19 | https://newtonfaq.com/newton-faq-development.html 20 | 2025-02-04T18:28:40+0000 21 | 0.5 22 | 23 | 24 | https://newtonfaq.com/newton-faq-hardware.html 25 | 2025-02-17T19:27:42+0000 26 | 0.5 27 | 28 | 29 | https://newtonfaq.com/newton-faq-history.html 30 | 2025-06-03T16:19:51+0000 31 | 0.5 32 | 33 | 34 | https://newtonfaq.com/newton-faq-introduction.html 35 | 2025-02-09T 4:36:56+0000 36 | 0.5 37 | 38 | 39 | https://newtonfaq.com/newton-faq-nos.html 40 | 2025-02-09T 4:38:11+0000 41 | 0.5 42 | 43 | 44 | https://newtonfaq.com/newton-faq-software.html 45 | 2025-06-03T16:17:29+0000 46 | 0.5 47 | 48 | 49 | --------------------------------------------------------------------------------