mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
Add a brief "Support" section to the WSJT-X User Guide. (Section 16.)
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5602 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
dc65f3ba21
commit
ca4095153b
@ -60,6 +60,7 @@ set (UG_SRCS
|
|||||||
user_guide/cooperating-programs.adoc
|
user_guide/cooperating-programs.adoc
|
||||||
user_guide/logging.adoc
|
user_guide/logging.adoc
|
||||||
user_guide/settings-colors.adoc
|
user_guide/settings-colors.adoc
|
||||||
|
user_guide/support.adoc
|
||||||
)
|
)
|
||||||
|
|
||||||
set (UG_IMGS
|
set (UG_IMGS
|
||||||
|
@ -106,6 +106,7 @@ d). Edit lines as needed. Keeping them in alphabetic order help see dupes.
|
|||||||
:dev_mail_svn: https://sourceforge.net/auth/subscriptions/[WSJT SVN Archives]
|
:dev_mail_svn: https://sourceforge.net/auth/subscriptions/[WSJT SVN Archives]
|
||||||
:devmail: mailto:wsjt-devel@lists.sourceforge.net[wsjt-devel]
|
:devmail: mailto:wsjt-devel@lists.sourceforge.net[wsjt-devel]
|
||||||
:devmail1: mailto:wsjt-devel@lists.sourceforge.net[Post Message]
|
:devmail1: mailto:wsjt-devel@lists.sourceforge.net[Post Message]
|
||||||
|
:wsjtgroup_mail: mailto:wsjtgroup@yahoogroups.com[Post Message]
|
||||||
:greg_beam: mailto:ki7mt@yahoo.com[KI7MT]
|
:greg_beam: mailto:ki7mt@yahoo.com[KI7MT]
|
||||||
:joe_taylor: mailto:joe@princeton.edu[K1JT]
|
:joe_taylor: mailto:joe@princeton.edu[K1JT]
|
||||||
:stuart_rackman: mailto:srackham@gmail.com[Stuart Rackham]
|
:stuart_rackman: mailto:srackham@gmail.com[Stuart Rackham]
|
||||||
|
@ -20,5 +20,8 @@ and friends.
|
|||||||
We use development tools and libraries from many sources. We
|
We use development tools and libraries from many sources. We
|
||||||
particularly wish to acknowledge importance of the GNU Compiler
|
particularly wish to acknowledge importance of the GNU Compiler
|
||||||
Collection from the Free Software Foundation, the "clang" compiler
|
Collection from the Free Software Foundation, the "clang" compiler
|
||||||
from LLVM at the University of Illinois, the Qt Project from Digia
|
from LLVM at the University of Illinois, and the Qt Project from Digia
|
||||||
PLC, and the FFTW package by Matteo Frigo and Steven G. Johnson.
|
PLC. Other important resources include the FFTW library by Matteo
|
||||||
|
Frigo and Steven G. Johnson; SLALIB, the Positional Astronomy Library
|
||||||
|
by P. T. Wallace; and a high-precision planetary emperis and
|
||||||
|
associated software from NASA's Jet Propulsion Laboratory.
|
||||||
|
30
doc/user_guide/support.adoc
Normal file
30
doc/user_guide/support.adoc
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
=== Setup Help
|
||||||
|
|
||||||
|
The best source of help in setting up your station or configuring
|
||||||
|
_WSJT-X_ is the {wsjt_yahoo_group} at email address
|
||||||
|
wsjtgroup@yahoogroups.com. The chances are good that someone with
|
||||||
|
similar interests and equipment has already solved your problem and
|
||||||
|
will be happy to help.
|
||||||
|
|
||||||
|
=== Bug Reports
|
||||||
|
|
||||||
|
One of your responsibilities as a _WSJT-X_ user is to help the
|
||||||
|
volunteer programmers to make the program better. Bugs may be
|
||||||
|
reported to {wsjt_yahoo_group} (email address
|
||||||
|
wsjtgroup@yahoogroups.com) or the WSJT Developers list
|
||||||
|
(wsjt-devel@lists.sourceforge.net). To be useful, bug reports should
|
||||||
|
include at least the following information:
|
||||||
|
|
||||||
|
- Program version
|
||||||
|
- Operating system
|
||||||
|
- Concise description of the problem
|
||||||
|
- Sequence of steps required to reproduce the problem
|
||||||
|
|
||||||
|
=== Feature Requests
|
||||||
|
|
||||||
|
Suggestions from users often result in new program features. Good
|
||||||
|
ideas are always welcome: if there's a feature you would like to see
|
||||||
|
in _WSJT-X_, spell it out in as much detail as seems useful and send
|
||||||
|
it to us at one the the email addresses given a few lines above. Be
|
||||||
|
sure to explain why you think the feature is desirable, and what sort
|
||||||
|
of other users might find it so.
|
@ -207,6 +207,10 @@ To be added (?) ...
|
|||||||
== Utility Programs
|
== Utility Programs
|
||||||
include::utilities.adoc[]
|
include::utilities.adoc[]
|
||||||
|
|
||||||
|
[[SUPPORT]]
|
||||||
|
== Support
|
||||||
|
include::support.adoc[]
|
||||||
|
|
||||||
[[ACK]]
|
[[ACK]]
|
||||||
== Acknowledgements
|
== Acknowledgements
|
||||||
include::acknowledgements.adoc[]
|
include::acknowledgements.adoc[]
|
||||||
|
Loading…
Reference in New Issue
Block a user