[LON-CAPA-cvs] cvs: doc /help developer.manual.texxml
bowersj2
lon-capa-cvs@mail.lon-capa.org
Fri, 25 Jul 2003 01:36:32 -0000
bowersj2 Thu Jul 24 21:36:32 2003 EDT
Modified files:
/doc/help developer.manual.texxml
Log:
Need to commit this so I can properly edit it from home.
Index: doc/help/developer.manual.texxml
diff -u doc/help/developer.manual.texxml:1.2 doc/help/developer.manual.texxml:1.3
--- doc/help/developer.manual.texxml:1.2 Mon Jul 21 16:26:26 2003
+++ doc/help/developer.manual.texxml Thu Jul 24 21:36:31 2003
@@ -3,11 +3,42 @@
<file name="Developer_Manual_Title_Page.tex"/>
<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 "student" 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 name="Introductory Tutorials">
- <tex content="Some of the tutorials from the Guts manual will go here." />
+ <section name="About The Webserver Environment">
+ <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 name="Navigation Maps Rendering and Info">
@@ -43,6 +74,15 @@
<pod file="../rat/lonpage.pm" section="!NAME|SYNOPSIS" h1level='3' />
</subsection>
+ </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">