Difference between revisions of "Manual:Contents/en"

From Mudlet
Jump to navigation Jump to search
(Updating to match new version of source page)
 
(Updating to match new version of source page)
 
Line 18: Line 18:
 
[[Special:MyLanguage/Manual:Introduction|Introduction to Mudlet]] | [[Special:MyLanguage/Manual:Technical Manual|Technical Manual]] | [[Special:MyLanguage/Manual:Migrating|Migrating to Mudlet]]
 
[[Special:MyLanguage/Manual:Introduction|Introduction to Mudlet]] | [[Special:MyLanguage/Manual:Technical Manual|Technical Manual]] | [[Special:MyLanguage/Manual:Migrating|Migrating to Mudlet]]
 
; Enhancing your Mudlet experience.
 
; Enhancing your Mudlet experience.
[[Special:MyLanguage/Manual:Scripting|Scripting]] | [[Special:MyLanguage/Manual:Lua Functions | Lua API and Reference]] | [http://oneymus.github.io/Vyzor/ Vyzor Guide] | [[Special:MyLanguage/Manual:Geyser| Geyser Guide]]
+
[[Special:MyLanguage/Manual:Scripting|Scripting]] | [[Special:MyLanguage/Manual:Lua Functions | Lua API and Reference]] | [[Special:MyLanguage/Manual:Geyser| Geyser Guide]]
 
| style="width:50%; vertical-align:top; border:none" |
 
| style="width:50%; vertical-align:top; border:none" |
 
; Architecture
 
; Architecture
 
: An overview of the key parts of Mudlet's source code.
 
: An overview of the key parts of Mudlet's source code.
: [[Special:MyLanguage/Compiling Mudlet | Compiling Mudlet]] | [[Special:MyLanguage/Relevant_Developer_Tutorials|Relevant Developer Tutorials]] | [[Special:MyLanguage/Manual:Versioning|Versioning strategy]]  
+
: [[Special:MyLanguage/Compiling Mudlet | Compiling Mudlet]] | [[Special:MyLanguage/Relevant_Developer_Tutorials|Links to read]] | [[Special:MyLanguage/Manual:Testing|Testing]] | [[Special:MyLanguage/Manual:Versioning|Versioning strategy]] | [[Manual:Github_Actions|Github Actions]]
 +
; For game developers/admins
 +
: [[Special:MyLanguage/Websockets | Websockets]] | [[Special:MyLanguage/Manual:Scripting#Discord_Rich_Presence|Discord Rich Presence]] | [https://github.com/g7138580/protocol_gmcp Greg's GMCP snippet]
 
|}
 
|}
  
Line 29: Line 31:
 
; [[Special:MyLanguage/FAQ|Mudlet FAQ]]
 
; [[Special:MyLanguage/FAQ|Mudlet FAQ]]
 
: Frequently asked questions about Mudlet.
 
: Frequently asked questions about Mudlet.
 
  
 
== Browsing the manual ==
 
== Browsing the manual ==
Line 41: Line 42:
  
 
* There are still a lot of holes in this manual!  See the [[Special:MyLanguage/Manual:To do|'to do' page]] for details.
 
* There are still a lot of holes in this manual!  See the [[Special:MyLanguage/Manual:To do|'to do' page]] for details.
* There is still content on [http://mudlet.git.sourceforge.net/git/gitweb.cgi?p=mudlet/mudlet;a=blob_plain;f=src/mudlet_documentation.html;hb=HEAD The Mudlet Manual] which may need to be migrated.  If you can't find information on a particular issue in this documentation, please visit [https://forums.mudlet.org/ The Mudlet Forum] and ask your question there and someone will help you.
+
* If you can't find information on a particular issue in this documentation, please visit [https://forums.mudlet.org/ The Mudlet Forum] and ask your question there and someone will help you.
 
* '''[[Project:Manual|Project:Manual]]''' is a place to discuss and co-ordinate the development of the Manual: namespace.
 
* '''[[Project:Manual|Project:Manual]]''' is a place to discuss and co-ordinate the development of the Manual: namespace.
 
* See also [[Project:Current issues|Project:Current issues]].
 
* See also [[Project:Current issues|Project:Current issues]].

Latest revision as of 23:30, 14 June 2020

Other languages:
Deutsch • ‎English • ‎Nederlands • ‎Türkçe • ‎français • ‎italiano • ‎polski • ‎suomi • ‎Ελληνικά • ‎русский • ‎العربية • ‎한국어
Mudlet documentation

This is a manual for both Mudlet users and developers on using, or developing, Mudlet.

Main sections

For MUD Players

For Developers

Guide to using Mudlet client.

Introduction to Mudlet | Technical Manual | Migrating to Mudlet

Enhancing your Mudlet experience.

Scripting | Lua API and Reference | Geyser Guide

Architecture
An overview of the key parts of Mudlet's source code.
Compiling Mudlet | Links to read | Testing | Versioning strategy | Github Actions
For game developers/admins
Websockets | Discord Rich Presence | Greg's GMCP snippet

Others

Mudlet FAQ
Frequently asked questions about Mudlet.

Browsing the manual

There are multiple ways to browse through the documentation. Readers having trouble finding a particular topic in the section above or the category list may find the following ways of browsing to be helpful.


Improving the manual

  • There are still a lot of holes in this manual! See the 'to do' page for details.
  • If you can't find information on a particular issue in this documentation, please visit The Mudlet Forum and ask your question there and someone will help you.
  • Project:Manual is a place to discuss and co-ordinate the development of the Manual: namespace.
  • See also Project:Current issues.