First version of HTML documentation
This commit is contained in:
Executable
+22
@@ -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> </P>
|
||||
<H3>Plug-in modules</H3>
|
||||
<P>Moodle has been designed to be modular, so that new learning activities can
|
||||
be easily written and "plugged-in" 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> </P>
|
||||
<P ALIGN="CENTER"><FONT SIZE="1"><A HREF="index.html" TARGET="_top">Moodle Documentation</A></FONT></P>
|
||||
|
||||
</BODY>
|
||||
Reference in New Issue
Block a user