Difference between revisions of "Manual:Contents"

From Mudlet
Jump to navigation Jump to search
(Created page with "<!--{{Hubs|banner|dev=y|admin=y}}--> right|175px|Mudlet documentation This is a '''technical manual for the Mudlet software'''...")
 
 
(52 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 +
<languages/>
 +
 
<!--{{Hubs|banner|dev=y|admin=y}}-->
 
<!--{{Hubs|banner|dev=y|admin=y}}-->
[[File:MediaWiki-Manual bookstyle-transparent.png|right|175px|Mudlet documentation]]
+
[[File:{{#setmainimage:Mudlet-Manual.png}}|right|175px|<translate><!--T:1--> Mudlet documentation</translate>]]
This is a '''technical manual for the Mudlet software'''. It contains information for '''developers''' and '''end users''' on '''using''' and '''developing''' for the Mudlet software.
+
<translate>
 +
<!--T:2-->
 +
This is a manual for both Mudlet users and developers on using, or developing, Mudlet.
 +
</translate>
 +
 
 +
<translate>
 +
==Main sections== <!--T:3-->
 +
</translate>
 +
{| class="MainPageBG" style="width:100%; border:1px solid #c9c07f; background:#fdf7bb; vertical-align:top; color:#000;" |
 +
!- style="width:50%; vertical-align:top; padding-left:2px border:none" |
 +
<translate>
 +
==For game players== <!--T:4-->
 +
 
 +
!- style="width:50%; vertical-align:top; padding-left:2px border:none" |
  
<!--This manual is '''not for end users''' of MediaWiki. If you are looking for '''documentation to help you use MediaWiki, read the [[Help:Contents|MediaWiki Handbook]].'''-->
+
==For game developers== <!--T:5-->
  
==Main sections==
+
<!--T:6-->
{| style="background:transparent;"
+
|-
| style="width:50%; vertical-align:top; border:1px solid #aaa;" |
+
| style="width:50%; vertical-align:top; border:none" |
=== For End Users ===
 
 
; Guide to using Mudlet client.
 
; Guide to using Mudlet client.
[[Manual:Introduction|General Introduction to Modern MUD Clients]] | [[Manual:Technical Manual|Technical Manual]] | [[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.
[[Manual:Scripting|Scripting]] | [[Manual:Lua API|Lua API and Reference]]
+
[[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" |
; [[Manual:Configuration|Configuration]]
 
: Information about the various configurations settings that can be used to customize the MediaWiki software.
 
: [[Manual:Configuration settings (alphabetical)|Alphabetical list of settings]] | [[Manual:Configuration settings|Settings listed by function]]
 
; [[Manual:System administration|System administration]]
 
: Guide to do administrative tasks on your wiki.
 
: [[Manual:Backing up a wiki|Backing up]] | [[Manual:Maintenance scripts|Maintenance scripts]]
 
; [[Manual:Upgrading|Upgrading]]
 
: Guide to upgrade your MediaWiki installation.
 
''More on [[Sysadmin hub]].''
 
-->
 
| style="width:50%; vertical-align:top; border:1px solid #aaa;" |
 
=== For developers ===
 
 
; Architecture
 
; Architecture
: An overview of the key parts of Mudlet's source code.
+
: Everything needed to start contributing to Mudlet.
: [[Manual:Code|Code]] | [[Manual:Global object variables|Global object variables]] | [http://svn.mudlet.org/doc/ Doxygen-generated documentation]
+
: [[Special:MyLanguage/Compiling Mudlet | Compiling Mudlet]] | [[Special:MyLanguage/Infrastructure_Overview | Infrastructure Overview]] | [[Special:MyLanguage/Relevant_Developer_Tutorials|Links to read]] | [[Special:MyLanguage/Manual:Testing|Testing]] | [[Special:MyLanguage/Manual:Versioning|Versioning]]
 +
; 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]
 
|}
 
|}
 +
</translate>
 +
 +
<translate>
 +
=== Others === <!--T:7-->
  
=== Others ===
+
<!--T:8-->
; [[Manual:FAQ|Mudlet FAQ]]
+
; [[Special:MyLanguage/FAQ|Mudlet FAQ]]
 
: Frequently asked questions about Mudlet.
 
: Frequently asked questions about Mudlet.
  
== Browsing the manual ==
+
== Browsing the manual == <!--T:9-->
There are multiple ways to browse through the documentation.  Readers having trouble finding a particular topic in the section above or the [[#Categories|category]] list may find the following ways of browsing to be helpful.
+
 
* [[Special:Allpages/Manual:]] - An automatically generated list of all pages in the Manual: namespace.
+
<!--T:10-->
* [[:Category:Manual]] - the top-level Manual category
+
There are multiple ways to browse through the documentation.  Readers having trouble finding a particular topic in the section above or the [[Special:MyLanguage/#categories|category]] list may find the following ways of browsing to be helpful.
 +
* [[Special:Allpages/Manual:|Special:Allpages/Manual:]] - An automatically generated list of all pages in the Manual: namespace.
 +
* [[:Category:Mudlet Manual|:Category:Mudlet Manual]] - the top-level Manual category
 +
 
 +
 
 +
== Improving the manual == <!--T:11-->
 +
 
 +
<!--T:12-->
 +
* There are still a lot of holes in this manual!  See the [[Special:MyLanguage/Manual:To do|'to do' page]] for details.
 +
* 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.
 +
* See also [[Project:Current issues|Project:Current issues]].
 +
</translate>
  
== Improving the manual ==
 
* There are still a lot of holes in this manual!  See the [[/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 [http://mudlet.org/forums 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]].
 
 
<!--
 
<!--
{{Languages}}
 
  
 
{{Categories}}
 
{{Categories}}
 +
 +
{{Mudlet Manual list}}
 +
 
-->
 
-->
[[Category:Mudlet Manual]]
+
<translate>
 +
<!--T:13-->
 +
[[Category: Mudlet Manual]]
 +
</translate>

Latest revision as of 10:45, 26 December 2022

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 game players

For game 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
Everything needed to start contributing to Mudlet.
Compiling Mudlet | Infrastructure Overview | Links to read | Testing | Versioning
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.