~vcs-imports/aethyra/client

« back to all changes in this revision

Viewing changes to debian/aethyra.sgml

  • Committer: Kraant
  • Date: 2008-08-07 21:36:18 UTC
  • Revision ID: git-v1:d63aff470f914d711b92af12ceb7944e8a6e24f4
Rebranding TME to Aethyra

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
<!-- Process this file with docbook-to-man to generate an nroff manual
 
4
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
 
5
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 
6
     less'.  A typical entry in a Makefile or Makefile.am is:
 
7
 
 
8
manpage.1: manpage.sgml
 
9
        docbook-to-man $< > $@
 
10
 
 
11
    
 
12
        The docbook-to-man binary is found in the docbook-to-man package.
 
13
        Please remember that if you create the nroff version in one of the
 
14
        debian/rules file targets (such as build), you will need to include
 
15
        docbook-to-man in your Build-Depends control field.
 
16
 
 
17
  -->
 
18
 
 
19
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
20
  <!ENTITY dhfirstname "<firstname>FERREIRA</firstname>">
 
21
  <!ENTITY dhsurname   "<surname>Yohann</surname>">
 
22
  <!-- Please adjust the date whenever revising the manpage. -->
 
23
  <!ENTITY dhdate      "<date>avril 13, 2005</date>">
 
24
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
25
       allowed: see man(7), man(1). -->
 
26
  <!ENTITY dhsection   "<manvolnum>6</manvolnum>">
 
27
  <!ENTITY dhemail     "<email>bertram@cegetel.net</email>">
 
28
  <!ENTITY dhusername  "FERREIRA Yohann">
 
29
  <!ENTITY dhucpackage "<refentrytitle>TMW</refentrytitle>">
 
30
  <!ENTITY dhpackage   "tmw">
 
31
 
 
32
  <!ENTITY debian      "<productname>Debian</productname>">
 
33
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
34
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
35
]>
 
36
 
 
37
<refentry>
 
38
  <refentryinfo>
 
39
    <address>
 
40
      &dhemail;
 
41
    </address>
 
42
    <author>
 
43
      &dhfirstname;
 
44
      &dhsurname;
 
45
    </author>
 
46
    <copyright>
 
47
      <year>2003</year>
 
48
      <holder>&dhusername;</holder>
 
49
    </copyright>
 
50
    &dhdate;
 
51
  </refentryinfo>
 
52
  <refmeta>
 
53
    &dhucpackage;
 
54
 
 
55
    &dhsection;
 
56
  </refmeta>
 
57
  <refnamediv>
 
58
    <refname>&dhpackage;</refname>
 
59
 
 
60
    <refpurpose>tmw is the abreviation of The Mana World : A Fantasy Online Game</refpurpose>
 
61
  </refnamediv>
 
62
  <refsynopsisdiv>
 
63
    <cmdsynopsis>
 
64
      <command>&dhpackage;</command>
 
65
    </cmdsynopsis>
 
66
  </refsynopsisdiv>
 
67
  <refsect1>
 
68
    <title>DESCRIPTION</title>
 
69
 
 
70
    <para>This manual page documents briefly the
 
71
      <command>&dhpackage;</command> ingame
 
72
      commands.</para>
 
73
    <para><command>&dhpackage;</command> is a Great Online Game based upon the Seiken Densetsu Serie.
 
74
It has its own universe, and and its own character management system, which will
 
75
give you the opportunity to play in a 2D heroic-fantasy world forever.</para>
 
76
 
 
77
  </refsect1>
 
78
  <refsect1>
 
79
    <title>COMMON KEYS</title>
 
80
 
 
81
    <para>Arrow Keys, Key Pad Keys (Diagonals Supported).
 
82
Move your character around.
 
83
 
 
84
Left Ctrl : 
 
85
Make your character attack.
 
86
 
 
87
G : 
 
88
Get Items on the ground or in a chest.
 
89
 
 
90
Alt + 1...9 : 
 
91
Shows an Emoticon above your character.
 
92
 
 
93
Alt + I : 
 
94
Shows / Hide Inventory Window.
 
95
 
 
96
Alt + K : 
 
97
Shows / Hide Skills Window.
 
98
 
 
99
Alt + E : 
 
100
Shows / Hide Equipment Window.
 
101
 
 
102
Alt + C : 
 
103
Shows Configuration Window.
 
104
</para>
 
105
 
 
106
  </refsect1>
 
107
  <refsect1>
 
108
    <title>SEE ALSO</title>
 
109
 
 
110
    <para>libguichan (2).</para>
 
111
 
 
112
    <para>The program is documented fully by <citetitle>The Mana World Team</citetitle> available via the
 
113
      website http://www.manaworld.org/</para>
 
114
  </refsect1>
 
115
  <refsect1>
 
116
    <title>AUTHOR</title>
 
117
 
 
118
    <para>This manual page was written by &dhusername; &dhemail; for
 
119
      the &debian; system (but may be used by others).  Permission is
 
120
      granted to copy, distribute and/or modify this document under
 
121
      the terms of the &gnu; General Public License, Version 2 any 
 
122
          later version published by the Free Software Foundation.
 
123
    </para>
 
124
        <para>
 
125
          On Debian systems, the complete text of the GNU General Public
 
126
          License can be found in /usr/share/common-licenses/GPL.
 
127
        </para>
 
128
 
 
129
  </refsect1>
 
130
</refentry>
 
131
 
 
132
<!-- Keep this comment at the end of the file
 
133
Local variables:
 
134
mode: sgml
 
135
sgml-omittag:t
 
136
sgml-shorttag:t
 
137
sgml-minimize-attributes:nil
 
138
sgml-always-quote-attributes:t
 
139
sgml-indent-step:2
 
140
sgml-indent-data:t
 
141
sgml-parent-document:nil
 
142
sgml-default-dtd-file:nil
 
143
sgml-exposed-tags:nil
 
144
sgml-local-catalogs:nil
 
145
sgml-local-ecat-files:nil
 
146
End:
 
147
-->
 
148
 
 
149