Update of /cvsroot/aimmath/AIM/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv29699/doc
Modified Files:
index.html
Added Files:
AuthoringPackages.html docmenu.html intro.html noframes.html
styles.css
Log Message:
Added menu frame to documentation and also a list of authoring packages
--- NEW FILE: AuthoringPackages.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>AIM Authoring Packages</TITLE>
<META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="shortcut icon" href="favicon.ico">
</HEAD>
<BODY>
<h1>AIM Authoring Packages</h1>
<p>
AiM has a large assortment of built-in utilities and tools to assist authors in writing AiM
questions. The links below bring you to the automatically generated documentation for each of
the packages containing such tools. The use of some of them is also explained in the still growing tutorial
"<a href="AuthoringGuide.pdf" target="pdf">AiM Authoring Tools</a>". You may want to look for a newer version of
this guide on the <a href="http://aimmath.sourceforge.net">AiM homepage</a>.
</p>
<ul>
<li><a href="aim/Diff.html"><b>Diff</b></a> - authoring utilities for differentiation questions
<li><a href="aim/Int.html"><b>Int</b></a> - authoring utilities for integration questions
<li><a href="aim/Matrix.html"><b>Matrix</b></a> - authoring utilities for matrix questions
<li><a href="aim/Trig.html"><b>Trig</b></a> - authoring utilities for trig questions
<li><a href="aim/Calc.html"><b>Calc</b></a> - uses Maple's Student[Calculus] package to automatically produce
step by step solutions of calculus problems
<li><a href="aim/Inert.html"><b>Inert</b></a> - defines Inert forms of Maple expressions and allows customized
latex formatting of expressions
<li><a href="aim/SET.html"><b>SET</b></a> - defines an AiM class SET and related functions to get around
the problems inherent in trying to use Maple sets in randomized
questions
<li><a href="aim/Decimal.html"><b>Decimal</b></a> - authoring utilities for dealing with the decimal representation
of rationals
<li><a href="aim/Number.html"><b>Number</b></a> - utilities for dealing with the representations of integers (Roman
numerals, converting numbers to words, etc)
<li><a href="Random.html"><b>Random</b></a> - the Rand command now has several new features
<li><b>Keys()</b> - an authoring utility that makes it easy to generate quiz question
selector functions
<li><b>Nice</b> - `Nice/Monomial`(), `Nice/Binomial`(), `Nice/Trinomial`() are
utilities that produce "nice" monomials, binomials, and
trinomials similar to those usually found in textbook questions
</ul>
</BODY>
</HTML>
--- NEW FILE: docmenu.html ---
<html>
<head>
<TITLE>AIM Documentation</TITLE>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body bgcolor="#C5EFFF">
<font size="4" face="san-serif">
Installation:
</font><font size="2" face="san-serif">
<ul>
<li><a href='install.html' target="main">Installation instructions</a></li>
<li><a href="WhatsNewInV3.txt" target="main">What is new in version 3.0</a></li>
</ul>
<font size="4" face="san-serif">
For teachers:
</font><font size="2" face="san-serif">
<ul>
<li><a href='concepts.html' target="main">Some useful concepts</a></li>
<li><a href='teacher.html' target="main">Instructions for teachers<br>and administrators</a></li>
<li><a href='format.html' target="main">AIM Question Syntax</a></li>
<li><a href='AuthoringPackages.html' target="main">Question Authoring Packages</a></li>
<li><a href='AuthoringGuide.pdf' target="main">Authoring tools tutorial</a></li>
<li><a href='tasks.html' target="main">Tasks for the lecturer</a></li>
</ul>
<font size=4 face="san-serif">
For students:
</font><font size=2 face="san-serif">
<ul>
<li><a href='help.html' target="main">Help for students</a></li>
</ul>
<font size=4 face="san-serif">
For administrators<br /> and developers:
</font><font size=2 face="san-serif">
<ul>
<li><a href='teacher.html' target="main">Instructions for teachers<br>and administrators</a></li>
<li><a href='files.html' target="main">Files and directories</a></li>
<li><a href='components.html' target="main">Components of the system</a></li>
<li><a href='packing.html' target="main">AIM Maple package system</a></li>
<li><a href='packages.html' target="main">Package list</a></li>
<li><a href='entries.html' target="main">Index of all package documentation</a></li>
<li><a href='admindoc.html' target="main">AiM admin pages and actions</a></li>
<li><a href='todo.html' target="main">Things to do</a></li>
</ul>
</font>
</body>
</html>
--- NEW FILE: intro.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>AIM Introduction</TITLE>
<META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="shortcut icon" href="favicon.ico">
</HEAD>
<BODY>
<h1>Documentation</h1>
<p>
The menu on the left gives you access to all locally available documentation for AIM 3.0. There may exist more recent documentation on the AiM website at <a href="http://aimmath.sourceforge.net" target="_top">aimmath.sourceforge.net</a>.
</p>
<p>
The documentation for AiM should be extended, in particular there is a need for more extensive tutorials and manuals for teachers and students. If you have written something, please contribute it to the forum at <a href="http://aimmath.sourceforge.net" target="_top">aimmath.sourceforge.net</a>.
</p>
<p>Enjoy using AiM!</p>
</BODY>
</HTML>
--- NEW FILE: noframes.html ---
<html>
<head>
<TITLE>AIM Documentation</TITLE>
</head>
<body>
<font size="4" face="san-serif">
Installation:
</font><font size="2" face="san-serif">
<ul>
<li><a href='install.html'>Installation instructions</a></li>
<li><a href="WhatsNewInV3.txt">What is new in version 3.0</a></li>
</ul>
<font size="4" face="san-serif">
For teachers:
</font><font size="2" face="san-serif">
<ul>
<li><a href='concepts.html'>Some useful concepts</a></li>
<li><a href='teacher.html'>Instructions for teachers<br>and administrators</a></li>
<li><a href='format.html'>AIM Question Syntax</a></li>
<li><a href='AuthoringPackages.html'>Question Authoring Packages</a></li>
<li><a href='AuthoringGuide.pdf'>Authoring tools tutorial</a></li>
<li><a href='tasks.html'>Tasks for the lecturer</a></li>
</ul>
<font size=4 face="san-serif">
For students:
</font><font size=2 face="san-serif">
<ul>
<li><a href='help.html'>Help for students</a></li>
</ul>
<font size=4 face="san-serif">
For administrators<br /> and developers:
</font><font size=2 face="san-serif">
<ul>
<li><a href='teacher.html'>Instructions for teachers<br>and administrators</a></li>
<li><a href='files.html'>Files and directories</a></li>
<li><a href='components.html'>Components of the system</a></li>
<li><a href='packing.html'>AIM Maple package system</a></li>
<li><a href='packages.html'>Package list</a></li>
<li><a href='entries.html'>Index of all package documentation</a></li>
<li><a href='admindoc.html'>AiM admin pages and actions</a></li>
<li><a href='todo.html'>Things to do</a></li>
</ul>
</font>
</body>
</html>
--- NEW FILE: styles.css ---
body, td, th, li {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
Index: index.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.html 25 Aug 2003 21:47:19 -0000 1.2
--- index.html 13 Sep 2003 07:30:38 -0000 1.3
***************
*** 1,23 ****
! <html>
! <!-- @(#)$Id$ -->
! <head><title>AiM System documentation</title></head>
! <body bgcolor='white'>
! <h1>AiM System Documentation</h1>
!
! <ul>
! <li>Instructions for teachers, organized by
! <a href='teacher.html'>page</a> or by
! <a href='tasks.html'>task</a>.
! </li>
! <li><a href='concepts.html'>Some useful concepts</a></li>
! <li><a href='format.html'>Syntax of question source files</a></li>
! <li><a href='install.html'>Installation instructions</a></li>
! <li><a href='files.html'>Files and directories used by AiM</a></li>
! <li><a href='components.html'>Components of the system</a></li>
! <li><a href='packing.html'>The AiM Maple package system</a></li>
! <li><a href='packages.html'>The package list</a></li>
! <li><a href='entries.html'>Index of all package documentation</a></li>
! <li><a href='todo.html'>Things to do</a></li>
! </ul>
! </body>
! </html>
--- 1,14 ----
! <HTML>
! <HEAD>
! <TITLE>AIM Documentation</TITLE>
! <link rel="stylesheet" type="text/css" href="styles.css">
! <link rel="shortcut icon" href="favicon.ico">
! </HEAD>
! <frameset cols="250,*">
! <frame src="docmenu.html" name="docmenu">
! <frame src="intro.html" name="main">
! <noframes>
! To view this you need a browser that can display frames. However you can also use the <a href="noframes.html">no-frame version</a>.
! </noframes>
! </frameset>
! </HTML>
|