Difference between revisions of "Main Page"

From Mudlet
Jump to navigation Jump to search
(46 intermediate revisions by 11 users not shown)
Line 5: Line 5:
 
{| style="width:280px; border:none; background:none;"
 
{| style="width:280px; border:none; background:none;"
 
| style="width:280px; text-align:center; white-space:nowrap; color:#000;" |
 
| style="width:280px; text-align:center; white-space:nowrap; color:#000;" |
<div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;">Welcome to the Mudlet Wiki</div>
+
<div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;">Welcome to the Mudlet Wiki!</div>
<div id="articlecount" style="width:100%; text-align:center; font-size:85%;">There are currently [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles</div>
 
 
|}
 
|}
 +
<!--        BASIC INTRO        -->
 +
{| id="mp-upper" style="margin:0 0 0 0; background:none;"
 +
| class="MainPageBG" style="width:100%; border:1px solid #c9c07f; background:#c9c07f; vertical-align:top; color:#000;" |
 +
{| id="mp-left" cellpadding="2" cellspacing="5" style="width:100%; vertical-align:top; background:#fdf7bb;"
 +
! <h2 id="mp-tfa-h2" style="margin:0; background:#f4e9bc; font-size:120%; font-weight:bold; border:1px solid #a3b00f; text-align:left; color:#000; padding:0.2em 0.4em;">About Mudlet</h2>
 +
|-
 +
| style="color:#000;" | <div id="mp-tfa">
 +
{{TOC right}}
  
Introduction
+
A cross-platform, open source, and super fast [http://en.wikipedia.org/wiki/Mud_client MUD client] with scripting in [http://en.wikipedia.org/wiki/Lua Lua].
  
Welcome to Mudlet, a modern MUD client for GNU/Linux, Windows and Mac OSX that offers all the tools to get the most out of your gaming experience.
+
New to Mudlet? Why not start with [http://mudlet.org/media the basics], or take a look at '''[[Manual:Contents | Mudlet Manual]]'''. Or perhaps you want to find the answer to a [[FAQ | Frequently Asked Question]]. If you don't have it yet, [http://www.mudlet.org/download/ download it] - it's free, and works on Windows, Mac, and Linux-based OS's.
  
Throughout this document, we hope to familiarize you with the basic aspects of Mudlet, from the interface to its very powerful and feature-rich scripting backend. The main focus in the development of Mudlet has been efficiency and performance, but we also try to make it as easily accessible as possible. However, keep in mind that this is a complex piece of software with a large set of tools that does require some deeper understanding of the underlying principles. To use Mudlet in any meaningful way, you should take a closer look at the technical section in this manual.
+
Are you having troubles with Mudlet? We can help. [http://forums.mudlet.org/viewforum.php?f=9 Start here].
  
If you are not familiar with modern MUD clients in general, you should also take a look at the general introduction to MUD clients section at the beginning of this manual. You are welcome to ask questions on the forum of our website. If you find a bug, please let us know.
+
== External Links ==
 +
* [http://www.mudlet.org Mudlet Homepage]
 +
* [http://forums.mudlet.org Forums]
  
Watch the introductory Mudlet 1.0 screencast
+
== Wiki Links ==
 +
* [[Manual:Contents | Mudlet Manual]]
 +
* [[Manual:Lua Functions | Mudlet Lua API]]
 +
* [[FAQ | Frequently Asked Questions]]
 +
* [[:Category:Mudlet Package Listing | Mudlet Packages]]
 +
* [[:Category:Snippets | Snippets and Demonstrations]]
 +
* [[Compiling Mudlet]]
  
Note
+
== Lua ==
Everything is centered around the central Lua scripting unit. Everything shares the same variables & functions, and everything is accessible from anywhere.
+
Mudlet uses Lua! Learning it is really rewarding - take a look at excellent stuff like the [http://luatut.com/ Lua tutorial] (has an intro+crash course), [http://tylerneylon.com/a/learn-lua/ Learn Lua in 15 mins], [http://www.phailed.me/2011/02/learn-lua-the-hard-way-1/ Learning Lua the Hard Way] (very rewarding), [http://www.lua.org/pil/ Programming in Lua] (official, but might be hard to follow) and various [http://lua-users.org/wiki/TutorialDirectory Lua tutorials] (simple and easy).
  
 +
== Special Links ==
 +
* [[:Special:AllPages | All Pages]]
  
<!--        BASIC INTRO        -->
+
== Using MediaWiki ==
{| id="mp-upper" style="margin:0 0 0 0; background:none;"
+
Interested in contributing to this site? Use the following links to learn more about MediaWiki: (Note that the following links are not related to Mudlet)
| class="MainPageBG" style="width:100%; border:1px solid #c9c07f; background:#c9c07f; vertical-align:top; color:#000;" |
 
{| id="mp-left" cellpadding="2" cellspacing="5" style="width:100%; vertical-align:top; background:#fdf7bb;"
 
! <h2 id="mp-tfa-h2" style="margin:0; background:#f4e9bc; font-size:120%; font-weight:bold; border:1px solid #a3b00f; text-align:left; color:#000; padding:0.2em 0.4em;">About Mudlet</h2>
 
|-
 
| style="color:#000;" | <div id="mp-tfa">
 
 
 
[[Mudlet]] is a freshly-minted [[MUD client]], designed to take mudding to a new level.
 
  
* [http://www.mudlet.org Visit the website]
+
* [http://www.mediawiki.org/wiki/Help:Formatting Wiki syntax]
* [http://forums.mudlet.org Visit the forums]
+
* [http://en.wikipedia.org/wiki/Help:Table Wiki table syntax]
  
== Getting started ==
+
Anyone may edit the wiki, however unfortunately registration has to be closed due to spambots - so hop into the [https://discord.gg/BwgJpMj Discord server] and ping @Vadi if you'd like to join!
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
 
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
 
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
 

Revision as of 10:07, 25 March 2017

Welcome to the Mudlet Wiki!

About Mudlet

A cross-platform, open source, and super fast MUD client with scripting in Lua.

New to Mudlet? Why not start with the basics, or take a look at Mudlet Manual. Or perhaps you want to find the answer to a Frequently Asked Question. If you don't have it yet, download it - it's free, and works on Windows, Mac, and Linux-based OS's.

Are you having troubles with Mudlet? We can help. Start here.

External Links

Wiki Links

Lua

Mudlet uses Lua! Learning it is really rewarding - take a look at excellent stuff like the Lua tutorial (has an intro+crash course), Learn Lua in 15 mins, Learning Lua the Hard Way (very rewarding), Programming in Lua (official, but might be hard to follow) and various Lua tutorials (simple and easy).

Special Links

Using MediaWiki

Interested in contributing to this site? Use the following links to learn more about MediaWiki: (Note that the following links are not related to Mudlet)

Anyone may edit the wiki, however unfortunately registration has to be closed due to spambots - so hop into the Discord server and ping @Vadi if you'd like to join!