diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 3da4d988c..788b3efb4 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -60,6 +60,7 @@ set (UG_SRCS user_guide/cooperating-programs.adoc user_guide/logging.adoc user_guide/settings-colors.adoc + user_guide/support.adoc ) set (UG_IMGS diff --git a/doc/common/links.adoc b/doc/common/links.adoc index d02877109..24ae2309c 100644 --- a/doc/common/links.adoc +++ b/doc/common/links.adoc @@ -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] :devmail: mailto:wsjt-devel@lists.sourceforge.net[wsjt-devel] :devmail1: mailto:wsjt-devel@lists.sourceforge.net[Post Message] +:wsjtgroup_mail: mailto:wsjtgroup@yahoogroups.com[Post Message] :greg_beam: mailto:ki7mt@yahoo.com[KI7MT] :joe_taylor: mailto:joe@princeton.edu[K1JT] :stuart_rackman: mailto:srackham@gmail.com[Stuart Rackham] diff --git a/doc/user_guide/acknowledgements.adoc b/doc/user_guide/acknowledgements.adoc index b37b1c517..48c096428 100644 --- a/doc/user_guide/acknowledgements.adoc +++ b/doc/user_guide/acknowledgements.adoc @@ -20,5 +20,8 @@ and friends. We use development tools and libraries from many sources. We particularly wish to acknowledge importance of the GNU Compiler Collection from the Free Software Foundation, the "clang" compiler -from LLVM at the University of Illinois, the Qt Project from Digia -PLC, and the FFTW package by Matteo Frigo and Steven G. Johnson. +from LLVM at the University of Illinois, and the Qt Project from Digia +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. diff --git a/doc/user_guide/support.adoc b/doc/user_guide/support.adoc new file mode 100644 index 000000000..dcdfbc64a --- /dev/null +++ b/doc/user_guide/support.adoc @@ -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. diff --git a/doc/user_guide/wsjtx-main.adoc b/doc/user_guide/wsjtx-main.adoc index a834bf328..2b5292881 100644 --- a/doc/user_guide/wsjtx-main.adoc +++ b/doc/user_guide/wsjtx-main.adoc @@ -207,6 +207,10 @@ To be added (?) ... == Utility Programs include::utilities.adoc[] +[[SUPPORT]] +== Support +include::support.adoc[] + [[ACK]] == Acknowledgements include::acknowledgements.adoc[]