changeset 1681:63e789382fc6

Remove some obsolete support information, and update few bits.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Apr 2024 22:45:06 +0300
parents 82a4f9175e48
children de46e2e23c66
files docs/manual.sgml
diffstat 1 files changed, 4 insertions(+), 27 deletions(-) [+]
line wrap: on
line diff
--- a/docs/manual.sgml	Fri Mar 29 18:02:19 2024 +0200
+++ b/docs/manual.sgml	Mon Apr 01 22:45:06 2024 +0300
@@ -3216,13 +3216,13 @@
 (*NIX/Linux/Windows), version of &tfurl; ("/ver" command in TF),
 and version of GgrTF ("/gver" command).
 </para></listitem>
-
   </itemizedlist>
  </listitem>
  
  <listitem><para>We do not provide support for usage, please refer
 to the user's manual and only in case the issue is not documented,
-you might be eligible to ask about it.
+you might be eligible to ask about it. You should primarily
+ask other GgrTF or TinyFugue users.
 </para></listitem>
 
  <listitem><para>Neither we provide technical support for extending
@@ -3230,18 +3230,10 @@
 the workings yourself.
 </para></listitem>
 
- <listitem><para>Be ready to be contacted by developers, in case
+ <listitem><para>Be ready to be contacted, in case
 help and/or more information is required with debugging your issue(s).
 </para></listitem>
 
- <listitem><para>Remember not to bother the developers via tells
-too much, we want to play the game too, instead of just answering
-your questions and resolving problems.
-</para></listitem>
-
-<!--
- <listitem><para></para></listitem>
--->
 </itemizedlist>
 
 <section id="patches"><title>Sending patches/corrections</title>
@@ -3250,23 +3242,8 @@
 <emphasis>A changeset patch made against current Mercurial repository head/tip is highly preferred</emphasis>,
 short instructions on how to do that can be found below. You will probably need to refer to
 <ulink url="http://www.mercurial-scm.org/guide/">Mercurial guide</ulink> for generic
-Mercurial usage instructions and how to set it up. For making proper commits, you'll need to
-at the very least set up your username, etc.
+Mercurial usage instructions and how to set it up.
 </para>
-<screen>
-# 1) Make changes to files
-$EDITOR ggrtf.tf
-
-# 2) Commit related changes to a changeset your local repository
-hg ci [filenames of changed files or nothing, if you wish to commit everything]
-
-# 3) Repeat steps 1 to 2 until satisfied
-
-# 4) Export your local changes to a bundle
-hg bundle mychanges.bz2 &hgrepourl;
-
-# 5) Send mychanges.bz2 to us (Ggr), as e-mail attachment ccr@tnsp.org
-</screen>
 </section>
 
 </appendix>