diff --git a/Doc/mufasa_developers.tex b/Doc/mufasa_developers.tex new file mode 100644 index 0000000..285a0db --- /dev/null +++ b/Doc/mufasa_developers.tex @@ -0,0 +1,43 @@ +\documentclass[a4paper, 10pt]{report} % perhaps book? + +\usepackage{graphicx} +\usepackage{url} +\usepackage{amsmath} +\setlength{\parskip}{1.5ex} + +\begin{document} +\title{Mufasa Developers Manual} +\author{Merlijn Wajer \and Raymond van Veneti\"{e}} +\maketitle +\tableofcontents + +\chapter{Foreword} + +A word of thanks to the SRL Community{\footnote{http://villavu.com/} and some of +it's members. +The following persons (in no particular order) have contributed in some way to +Simba, note that not all names correspond to the real name of a person, but +rather to their corresponding internet name. +Benjamin J Land (aka BenLand100), Nielsie95, Markus, Yakman, Mixster, ss23, +Nava2, Dgby714, Widget. + +A special word of thanks goes to Frederic Hannes (Freddy1990) for maintaining +his program\footnote{SCAR, http://freddy1990.com}, for giving us inspiration +and generally for all the time he has put in SRL. + +That's about it for the foreword, we hope this Document will be of any use to +you as reader. + +Merlijn and Raymond + +\chapter{Introduction} + +This is the Simba / MML (Mufasa Macro Library) documentation, aimed at +developers. The document will take several different approaches in treating and +explaining Simba / MML internals. We will first discuss the general +structure of a particular subject, and if necessary, spent a few sections +on files linked with the subject. +As Simba depends heavily on the MML and the MML can also actively be used in +other languages, we will first discuss the MML, and then turn to Simba. + +\end{document}