File: ch01.xhtml

package info (click to toggle)
kildclient 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 6,320 kB
  • sloc: ansic: 24,830; xml: 7,500; sh: 4,295; perl: 2,877; makefile: 172
file content (17 lines) | stat: -rw-r--r-- 2,958 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Chapter 1. Introduction</title><link rel="stylesheet" type="text/css" href="docbook.css"/><link rel="stylesheet" type="text/css" href="kildclient.css"/><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"/><link rel="prev" href="pt01.xhtml" title="Part I. KildClient User's Guide"/><link rel="next" href="chap_running.xhtml" title="Chapter 2. Running KildClient"/></head><body><header><div class="navheader"><table style="width: 100%; "><tr><th style="text-align: center; " colspan="3">Chapter 1. Introduction</th></tr><tr><td style="width: 20%; text-align: left; "><a accesskey="p" href="pt01.xhtml">Prev</a> </td><th style="width: 60%; text-align: center; ">Part I. KildClient User's Guide</th><td style="width: 20%; text-align: right; "> <a accesskey="n" href="chap_running.xhtml">Next</a></td></tr></table><hr/></div></header><section class="chapter" id="idm16"><div class="titlepage"><div><div><h2 class="title">Chapter 1. Introduction</h2></div></div></div><p>KildClient is a MUD Client written with the GTK+ windowing
toolkit. It supports many common features of other clients, such as
triggers, gags, aliases, macros, timers, and much more. But its main
feature is the built-in Perl interpreter. You can at any moment
execute Perl statements and functions to do things much more powerful
than simply sending text the the mud. Perl statements can also be run,
for example, as the action of a trigger, allowing you to do complex
things. Some built-in functions of KildClient allow interaction with
the world, such as sending commands to it.</p><p>This manual will guide you in using KildClient. First the basic
usage will be described, and then more advanced features will be
explained. In the end, there is a reference of all built-in functions
of KildClient, which can be called from your scripts.</p><p>It is assumed that the user has some basic knowledge of MUDs and
their working, and also of the specific MUDs the users connects to.
This manual has no aim at explaining how to play a MUD. Even when
specific examples are given of commands, these might not work on all
MUDs.</p></section><footer><div class="navfooter"><hr/><table style="width: 100%; "><tr><td style="width: 40%; text-align: left; "><a accesskey="p" href="pt01.xhtml">Prev</a> </td><td style="width: 20%; text-align: center; "><a accesskey="u" href="pt01.xhtml">Up</a></td><td style="width: 40%; text-align: right; "> <a accesskey="n" href="chap_running.xhtml">Next</a></td></tr><tr><td style="width: 40%; text-align: left; vertical-align: top; ">Part I. KildClient User's Guide </td><td style="width: 20%; text-align: center; "><a accesskey="h" href="index.xhtml">Home</a></td><td style="width: 40%; text-align: right; vertical-align: top; "> Chapter 2. Running KildClient</td></tr></table></div></footer></body></html>