Kallisys
Latest News

07/16/2007:
[Newton] Einstein becomes OpenEinstein

05/31/2006:
[Newton] Einstein Platform 2006.6

01/14/2006:
[Newton] WWNC 2006

06/04/2005:
[Newton] einstein em UP2

05/26/2005:
[Mac] toolserver(1) 1.2

Cette page en français  This page in English About language detection 
Valid HTML 4.01!  Valid CSS!  Triple-A WCAG logo 

Quotes icon Quotes, the quotations manager

Quotes is a database software to handle quotations. It's one of the first software I wrote for the Newton and it is really simple. NewtonOS allows to write such software very easily. Indeed, NewtonOS doesn't use files but databases, and there is a framework in ROM, NewtApp, to make such database software like the built-in applications (card file, dates, notes, etc.).

Quotes only uses one class of data. The quotations can be sent by Infra-Red or by mail and can be read by Macintalk. Searches can be performed among quotations. All these features are made possible with few or even no line of code, thanks to NewtApp.

You can export your quotes to a text file with Victor Rehorst's NewtDump (runs under Windows).

Version History

The source code for Quotes is available since the version 2.0.1. Here are the modifications which were submitted to me. They were made by Stewart Smith and Ken Hagler. Thanks for your work.

  • 01/17/2001 [PG] - no actual change was made to the code -
    • Moved two consts to the new constants file.
    • Added credits to Stewart Smith and Ken Hagler in several places.
    • Added a To Do file.
  • 01/15/2001 [KH] 2.0.3
    • Changed TextScript to use "--" instead of "‹" for compatibility with non-Newton systems.
    • Added QuotePrintViewDef.t layout to support printing and faxing.
    • Lengthened the text newtLabelInputLine in simple.default.view so that all the increased layout size was used by the quote.
    • Now omits "--" and ":" if author and/or source is empty.
  • 12/31/2000 [SS] 2.0.2
    • Changed the layout size so that it fits on 2.0 devices' screen
  • 12/08/2000 [PG] 2.0.1
    • Simplified some code
    • Quotes now works on NewtonOS 2.0 devices although the application doesn't fit the screen.
    • Fixed the bug that made bad text exports (used for mail, macintalk, etc.)
    • Special thanks to Ken Hagler for testing it on a MP2100
  • 06/18/1998 [PG] 2.0
    • Initial release of the project
.sit.hqx file

Quotes 2.0.3 (MacOS archive)

.zip file

Quotes 2.0.3 (Zip archive)

Fichier .sit.hqx

Source Code for Quotes 2.0.3 (MacOS archive, NTK project)