1 | @comment -*-texinfo-*- |
---|
2 | @comment $Id: README_distribution.texi,v 1.5 2000-02-04 13:21:14 obachman Exp $ |
---|
3 | @c FILE: README_distribution.texi |
---|
4 | @c PURPOSE: general README file to be included in the distribution |
---|
5 | @c |
---|
6 | |
---|
7 | @ifclear VERSION |
---|
8 | @include version.texi |
---|
9 | @end ifclear |
---|
10 | |
---|
11 | @majorheading README file for the @sc{Singular} distribution |
---|
12 | |
---|
13 | @sc{Singular} is a Computer Algebra system for polynomial computations |
---|
14 | with special emphasize on the needs of commutative algebra, algebraic |
---|
15 | geometry, singularity theory and polynomial system solving. For a more |
---|
16 | detailed overview of |
---|
17 | @sc{Singular}, see |
---|
18 | @display |
---|
19 | @uref{http://www.singular.uni-kl.de/Overview/} |
---|
20 | @end display |
---|
21 | |
---|
22 | |
---|
23 | The current version @value{VERSION} is an alpha-release of the upcoming |
---|
24 | new release version 2-0 (should be there at the beginning of |
---|
25 | 2000). |
---|
26 | |
---|
27 | Although there are no known bugs, it is to be |
---|
28 | expected that the current version @value{VERSION} is not as stable as |
---|
29 | the 1.2 version(s), since major changes were done to the @sc{Singular} |
---|
30 | kernel. Therefore, it is important to us, that users try out this new |
---|
31 | version and report their bugs/comments and suggestions. |
---|
32 | |
---|
33 | Furthermore, the current version is generally not yet as fast as version |
---|
34 | 1.2. But this is going to change dramatically in the upcoming release |
---|
35 | version(s). |
---|
36 | |
---|
37 | |
---|
38 | @macro nref{name,url} |
---|
39 | @ifhtml |
---|
40 | @item @uref{\url\,,\name\} |
---|
41 | @end ifhtml |
---|
42 | @ifnothtml |
---|
43 | @item @code{\name\} |
---|
44 | @end ifnothtml |
---|
45 | @end macro |
---|
46 | |
---|
47 | |
---|
48 | See the files |
---|
49 | @table @asis |
---|
50 | @nref{NEWS, NEWS.html} |
---|
51 | for news and changes of this version |
---|
52 | @nref{COPYING, COPYING.html} |
---|
53 | for license information for @sc{Singular} |
---|
54 | @nref{INSTALL, INSTALL.html} |
---|
55 | for installation instructions |
---|
56 | @end table |
---|
57 | |
---|
58 | |
---|
59 | More and up-to-date information about @sc{Singular} is always available |
---|
60 | from |
---|
61 | @display |
---|
62 | @uref{http://www.singular.uni-kl.de}. |
---|
63 | @end display |
---|
64 | We very much welcome any comments, questions, and bug reports, |
---|
65 | especially comments about our new version. Please |
---|
66 | contact us at |
---|
67 | @display |
---|
68 | @email{singular@@mathematik.uni-kl.de}. |
---|
69 | @end display |
---|
70 | |
---|
71 | GOOD LUCK and ENJOY! |
---|
72 | Your @sc{Singular} team. |
---|
73 | |
---|
74 | |
---|