Diff for /doc/help/developer.manual.texxml between versions 1.2 and 1.3

version 1.2, 2003/07/21 20:26:26 version 1.3, 2003/07/25 01:36:31
Line 3 Line 3
  <file name="Developer_Manual_Title_Page.tex"/>   <file name="Developer_Manual_Title_Page.tex"/>
   
  <section name="LON-CAPA High-Level Overview">   <section name="LON-CAPA High-Level Overview">
  <tex content="A high-level overview of all the pieces of all the pieces of LON-CAPA, and how they fit together, goes here." />   <subsection name="LON-CAPA Network">
    <pod file="lonc" section="OVERVIEW/.+" h1level='2' />
    </subsection>
    <subsection name="Data Storage">
    <subsubsection name="User Data Storage">
    <file name="Guts_User_Dir.tex" />
    </subsubsection>
    <subsubsection name="Course Data Storage">
    <file name="Guts_Course_Dir.tex" />
    </subsubsection>
    </subsection>
    <subsection name="Roles">
    <tex content="Users keep their login, data, preferences, etc, over their complete tenure in the system. Every user can have several roles, and the roles can change over the lifetime of a username. For example, over the course of studies, a student username assumes the role of &quot;student&quot; in different courses. Roles can have start and expiration dates." />
    <pod file="interface/loncreateuser.pm" section="OVERVIEW/Custom Roles" />
    <pod file="auth/lonroles.pm" section="OVERVIEW/Choosing Roles" />
    <pod file="auth/lonroles.pm" section="OVERVIEW/Role Initialization" />
    </subsection>
    <subsection name="Messaging">
    <pod file="interface/lonmsg.pm" section="OVERVIEW/Messaging Overview" />
   
    </subsection>
  </section>   </section>
   
  <section name="Introductory Tutorials">   <section name="About The Webserver Environment">
  <tex content="Some of the tutorials from the Guts manual will go here." />   <subsection name="Apache">
    <file name="Guts_Apache.tex" />
    </subsection>
    <subsection name="Apache Modules">
    <file name="Guts_Apache_Modules.tex" />
    </subsection>
    <subsection name="Authentication">
    <file name="Guts_Authentication.tex" />
    </subsection>
    <subsection name="Environment">
    <file name="Guts_Apache_Env.tex" />
    </subsection>
  </section>   </section>
   
  <section name="Navigation Maps Rendering and Info">   <section name="Navigation Maps Rendering and Info">
Line 45 Line 76
   
  </section>   </section>
   
    <section name="LON-CAPA Network">
    <subsection name="lonc">
    <pod file="lonc" section="!NAME|SYNOPSIS|OVERVIEW" h1level='3' />
    </subsection>
    <subsection name="lond">
    <pod file="lond" section="!NAME|SYNOPSIS|OVERVIEW" h1level='3' />
    </subsection>
    </section>
   
  <section name="Common HTML routines">   <section name="Common HTML routines">
  <pod file="interface/loncommon.pm" section="!NAME|SYNOPSIS" />   <pod file="interface/loncommon.pm" section="!NAME|SYNOPSIS" />
  </section>   </section>

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>