1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-07 16:56:15 +02:00
moodle/doc/developer.html
2001-12-09 10:34:19 +00:00

24 lines
910 B
HTML
Executable File

<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>
<P ALIGN="CENTER"><FONT SIZE="1">Version: $Id$</FONT></P>
</BODY>