mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
ee8b1abe65
- new Coding Guidelines - new Philosophy page - new dedicated styles sheet for all pages - better table of contents in left frame - source fixups all over The styles are very boring - I'll work on that next time! Also, we'll get David's optimisation page and a student manual in there.
22 lines
906 B
HTML
Executable File
22 lines
906 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Moodle Docs: Frequently Asked Questions (FAQ)</title>
|
|
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF">
|
|
<h1>Other documentation</h1>
|
|
<p class="normaltext">Here are some links to other sources of Moodle documentation:</p>
|
|
<p class="normaltext"><a href="../help.php?file=index.html">Index of all Moodle
|
|
help pages</a> - a list of all the context-sensitive help files within Moodle</p>
|
|
<p class="normaltext"><a href="http://moodle.org/docs/">User-contributed documentation</a>
|
|
- this page lists documentation contributed by Moodle users</p>
|
|
<p align="center" class="normaltext"> </p>
|
|
<hr>
|
|
|
|
<p align="center"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
|
|
<p align="center"><font size="1">Version: $Id$</font></p>
|
|
</body>
|
|
</html>
|