Browse CVS Repository
Annotation of /satellite/satellite4/README
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( hide annotations)
( download)
Wed Mar 31 08:15:05 2004 UTC
(20 years ago)
by orrisroot
Branch point for: satellite4, MAIN
Initial revision
| 1 |
orrisroot |
1.1 |
General Information |
| 2 |
|
|
=================== |
| 3 |
|
|
|
| 4 |
|
|
This is satellite version 4. |
| 5 |
|
|
|
| 6 |
|
|
The official web site is: |
| 7 |
|
|
http://satellite.sourceforge.jp/ |
| 8 |
|
|
|
| 9 |
|
|
|
| 10 |
|
|
Installation |
| 11 |
|
|
============ |
| 12 |
|
|
See the file 'INSTALL' |
| 13 |
|
|
|
| 14 |
|
|
|
| 15 |
|
|
Compatibility with version 2.9x |
| 16 |
|
|
=============================== |
| 17 |
|
|
|
| 18 |
|
|
* Version 4.x system has strict grammar |
| 19 |
|
|
|
| 20 |
|
|
It will reject lose syntax |
| 21 |
|
|
- missing double quotate arguments |
| 22 |
|
|
|
| 23 |
|
|
You can to use version 2.9x compatible mode. Try next command : |
| 24 |
|
|
|
| 25 |
|
|
% strict_grammar(0); |
| 26 |
|
|
|
| 27 |
|
|
|
| 28 |
|
|
How to report bugs |
| 29 |
|
|
================== |
| 30 |
|
|
|
| 31 |
|
|
Bugs should be reported to the bug tracking system. |
| 32 |
|
|
http://sourceforge.jp/projects/satellite/tracker/ |
| 33 |
|
|
|
| 34 |
|
|
In the bug report please include: |
| 35 |
|
|
|
| 36 |
|
|
* Information about your system. For instance: |
| 37 |
|
|
|
| 38 |
|
|
- What operating system and version |
| 39 |
|
|
- What version of satellite |
| 40 |
|
|
|
| 41 |
|
|
* How to reproduce the bug. |
| 42 |
|
|
|
| 43 |
|
|
If you can submit the scripts, which reproduce bug. |
| 44 |
|
|
Please include the scripts. |
|