mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Make wiki compile fully into static site
This commit is contained in:
parent
1c63669b7a
commit
c5acf77f0c
51 changed files with 343 additions and 511 deletions
|
|
@ -33,7 +33,7 @@ Which commands you can send depends on the client. If the client does not suppor
|
|||
|
||||
> Remember that a given message may go to multiple clients with different capabilities. So unless you turn off telnet completely and only rely on the webclient, you should never rely on non-`text` OOB messages always reaching all targets.
|
||||
|
||||
[Inputfuncs]([Inputfuncs](Inputfunc)) lists the default inputfuncs available to handle incoming OOB messages. To accept more you need to add more inputfuncs (see that page for more info).
|
||||
[Inputfuncs](Inputfuncs) lists the default inputfuncs available to handle incoming OOB messages. To accept more you need to add more inputfuncs (see that page for more info).
|
||||
|
||||
## Supported OOB protocols
|
||||
|
||||
|
|
@ -111,4 +111,4 @@ Our web client uses pure JSON structures for all its communication, including `t
|
|||
|
||||
["cmdname, ["arg"], {}]
|
||||
|
||||
Since JSON is native to Javascript, this becomes very easy for the webclient to handle.
|
||||
Since JSON is native to Javascript, this becomes very easy for the webclient to handle.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue