"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 This is release 2.3.0 of teapot (Table Editor And Planner, Or: Teapot),
2 a spread sheet program for UNIX.
3
4 Copyright (C) 1995-2006 Michael Haardt
5 Copyright (C) 2009-2012 Joerg Walter
6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19 The current release has the following features:
20
21 o curses based user interface with easy to understand menus
22 o FLTK 1.3 based GUI following common user interface conventions
23 o Cross-platform compatibility
24 o UTF-8 support
25 o portable sheet file format uses XDR or ASCII format
26 o tbl, LaTeX, HTML, CSV or formatted text files can be generated and
27 simple SC and WK1 sheets can be imported
28 o typed expression evaluator with the types int, float, string, error,
29 pointer to cell and empty
30 o iterative expressions
31 o powerful cell addressing
32 o three-dimensional sheets
33 o new expression evaluator functions can be added very easy
34 o a user guide, available as PDF and HTML
35 o It is still a small and simple program!
36
37 teapot should work on any system which supports the following:
38
39 o ANSI C
40 o An XDR library (included in the GNU C library, otherwise
41 use http://people.redhat.com/~rjones/portablexdr/ )
42 o For the text interface: SYSV curses or ncurses library
43 o For UTF-8 in the text interface: libncursesw and a UTF-8 locale
44 o For the FLTK interface: C++
45 o For the FLTK interface: FLTK 1.3
46
47 A GNU zipped tar file is available from:
48
49 http://www.syntax-k.de/projekte/teapot/
50
51 For more information, read the included manual in HTML or PDF format.
52