comparison docs/manual.sgml @ 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 914961b1e2d2
children 61eb734a16f3
comparison
equal deleted inserted replaced
1680:82a4f9175e48 1681:63e789382fc6
3214 <listitem><para> 3214 <listitem><para>
3215 Remember to include information about your system and environment, 3215 Remember to include information about your system and environment,
3216 (*NIX/Linux/Windows), version of &tfurl; ("/ver" command in TF), 3216 (*NIX/Linux/Windows), version of &tfurl; ("/ver" command in TF),
3217 and version of GgrTF ("/gver" command). 3217 and version of GgrTF ("/gver" command).
3218 </para></listitem> 3218 </para></listitem>
3219
3220 </itemizedlist> 3219 </itemizedlist>
3221 </listitem> 3220 </listitem>
3222 3221
3223 <listitem><para>We do not provide support for usage, please refer 3222 <listitem><para>We do not provide support for usage, please refer
3224 to the user's manual and only in case the issue is not documented, 3223 to the user's manual and only in case the issue is not documented,
3225 you might be eligible to ask about it. 3224 you might be eligible to ask about it. You should primarily
3225 ask other GgrTF or TinyFugue users.
3226 </para></listitem> 3226 </para></listitem>
3227 3227
3228 <listitem><para>Neither we provide technical support for extending 3228 <listitem><para>Neither we provide technical support for extending
3229 GgrTF, nor documentation of the internals. You'll have to figure out 3229 GgrTF, nor documentation of the internals. You'll have to figure out
3230 the workings yourself. 3230 the workings yourself.
3231 </para></listitem> 3231 </para></listitem>
3232 3232
3233 <listitem><para>Be ready to be contacted by developers, in case 3233 <listitem><para>Be ready to be contacted, in case
3234 help and/or more information is required with debugging your issue(s). 3234 help and/or more information is required with debugging your issue(s).
3235 </para></listitem> 3235 </para></listitem>
3236 3236
3237 <listitem><para>Remember not to bother the developers via tells
3238 too much, we want to play the game too, instead of just answering
3239 your questions and resolving problems.
3240 </para></listitem>
3241
3242 <!--
3243 <listitem><para></para></listitem>
3244 -->
3245 </itemizedlist> 3237 </itemizedlist>
3246 3238
3247 <section id="patches"><title>Sending patches/corrections</title> 3239 <section id="patches"><title>Sending patches/corrections</title>
3248 <para> 3240 <para>
3249 If you have prepared a fix for some bug or a new feature, you can send us a patch. 3241 If you have prepared a fix for some bug or a new feature, you can send us a patch.
3250 <emphasis>A changeset patch made against current Mercurial repository head/tip is highly preferred</emphasis>, 3242 <emphasis>A changeset patch made against current Mercurial repository head/tip is highly preferred</emphasis>,
3251 short instructions on how to do that can be found below. You will probably need to refer to 3243 short instructions on how to do that can be found below. You will probably need to refer to
3252 <ulink url="http://www.mercurial-scm.org/guide/">Mercurial guide</ulink> for generic 3244 <ulink url="http://www.mercurial-scm.org/guide/">Mercurial guide</ulink> for generic
3253 Mercurial usage instructions and how to set it up. For making proper commits, you'll need to 3245 Mercurial usage instructions and how to set it up.
3254 at the very least set up your username, etc. 3246 </para>
3255 </para>
3256 <screen>
3257 # 1) Make changes to files
3258 $EDITOR ggrtf.tf
3259
3260 # 2) Commit related changes to a changeset your local repository
3261 hg ci [filenames of changed files or nothing, if you wish to commit everything]
3262
3263 # 3) Repeat steps 1 to 2 until satisfied
3264
3265 # 4) Export your local changes to a bundle
3266 hg bundle mychanges.bz2 &hgrepourl;
3267
3268 # 5) Send mychanges.bz2 to us (Ggr), as e-mail attachment ccr@tnsp.org
3269 </screen>
3270 </section> 3247 </section>
3271 3248
3272 </appendix> 3249 </appendix>
3273 3250
3274 <!-- ================================================ --> 3251 <!-- ================================================ -->