First version of HTML documentation

This commit is contained in:
martin
2001-12-06 04:23:25 +00:00
parent 4adbe73bba
commit 809c6752bd
17 changed files with 539 additions and 450 deletions
+22
View File
@@ -0,0 +1,22 @@
<HEAD>
<TITLE>Moodle Docs: Developers Manual</TITLE>
<LINK REL="stylesheet" HREF="../theme/standard/styles.css" TYPE="TEXT/CSS">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2>Developers Manual</H2>
<H3>Moodle architecture</H3>
<P>This section will describe the overall architecture for Moodle and some of
the major design decisions that were made during development.</P>
<P>&nbsp;</P>
<H3>Plug-in modules</H3>
<P>Moodle has been designed to be modular, so that new learning activities can
be easily written and &quot;plugged-in&quot; to a Moodle installation by the
system administrator.</P>
<P>This section will describe the Plug-in API and provide a simple example of
a Moodle plug-in.</P>
<P>&nbsp;</P>
<P ALIGN="CENTER"><FONT SIZE="1"><A HREF="index.html" TARGET="_top">Moodle Documentation</A></FONT></P>
</BODY>