# HG changeset patch # User Kai T. Ohlhus # Date 1594186377 -32400 # Node ID eae55498957a23a998bba6134eacab8bbe8630ad # Parent 1b7537d7e54bae4ab2e1b7abea4bc664cde45f58 * support.md: Overhaul page. diff -r 1b7537d7e54b -r eae55498957a support.md --- a/support.md Wed Jul 08 14:05:42 2020 +0900 +++ b/support.md Wed Jul 08 14:32:57 2020 +0900 @@ -4,103 +4,33 @@ menu: true --- -If you need help using Octave, you have many options, from reading -the Octave manual, asking for help on the mailing lists, chatting -online with other Octave users, or paying for [commercial support][1]. - -The Octave community is a loosely organized association of -volunteers. Your interactions with the community will be better -if you have the [right expectations about the support options][2] -available to you. +- Get [**commercial support**]({{ "commercial-support.html" | relative_url }}) + - Setup assistance + - Custom feature implementation -[1]: {{ "commercial-support.html" | relative_url }} -[2]: {{ "support-expectations.html" | relative_url }} - - - -# Documentation - -There is an [Online Manual][3] and a [PDF Version][4] of the comprehensive -~1000 page manual. This full documentation of Octave is generated directly -from the Texinfo source files that are distributed along with every copy of -the Octave source code. The complete text of the manual is also available -at the Octave prompt using the `doc` command. +

-You can [order printed versions of the Octave manual][5] to support the -development of GNU Octave. - -[3]: {{ site.docs_url }} -[4]: {{ "octave.pdf" | relative_url }} -[5]: {{ site.wiki_url }}/Publications_using_Octave#Printed_manuals - - -# Octave Wiki and FAQ +- Read the **GNU Octave Manual** + - [Web version]({{ site.docs_url }}) + - [PDF version]({{ "octave.pdf" | relative_url }}) + - Type `doc` inside Octave -The [Octave Wiki][6] is a great place to look for information about -things that are not covered in the manual, or other transient topics -(Google Summer of Code, Octave Conferences, etc.). - -Additionally, the wiki contains a list of -[frequently asked questions (FAQ)][7]. - -[6]: {{ site.wiki_url }} -[7]: {{ site.faq_url }} - - -# Contacting the user community - -- **Mailing List**: - If your question isn't answered in the FAQ, the manual, or the Wiki, - the [**`{{ site.help_email }}`**][8] mailing list is a good resource. +

- You can also [subscribe][9] to `{{ site.help_email }}` or try to search in the - mailing list archive for an answer: +- Browse the [Octave Wiki]({{ site.wiki_url }}) + - Read [Frequently Asked Questions (FAQ)]({{ site.faq_url }}) + +

-
-
-
-
-
- - - -
-
- -
-
- -
-
-
-
-
+- Contact the **user community** + > The Octave community is a loosely organized association of **volunteers**. + > Your interactions with the community will be better if you have the + > [right expectations about the support options]({{ "support-expectations.html" | relative_url }}) + > available to you. -
-
-
- Please do not send any bug reports to the - {{ site.help_email }} mailing list. - Most Octave users do not want to receive bug reports. -
-
-
- -- **IRC Chat**: - Too impatient for email? You can find Octave developers and users on the - [`{{ site.irc_channel }}` channel][10] at [`{{ site.irc_network }}`][11]. - The atmosphere is relaxed and chat isn't restricted to matters strictly - pertaining to Octave. - -[8]: mailto:{{ site.help_email }} -[9]: https://lists.gnu.org/mailman/listinfo/help-octave -[10]: https://webchat.freenode.net/?channels=octave&uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda -[11]: https://freenode.net + - [**Discourse**]({{ site.discourse_url }}) — + the main chat portal for Octave users and developers. + - **IRC**: Chat with users and developers on the + [Freenode `{{ site.irc_channel }}` channel](https://webchat.freenode.net/#octave). + - Browse the + [**mailing list archives**](https://lists.gnu.org/archive/html/help-octave/).