File:  [LON-CAPA] / doc / help / developer.manual.texxml
Revision 1.2: download - view: text, annotated - select for diffs
Mon Jul 21 20:26:26 2003 UTC (20 years, 9 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
Include an index, and all of the POD files which are currently installed
as man pages.

    1: <texxml>
    2: 	<title name="LON-CAPA Developer's Manual" />
    3: 	<file name="Developer_Manual_Title_Page.tex"/>
    4: 
    5: 	<section name="LON-CAPA High-Level Overview">
    6: 		<tex content="A high-level overview of all the pieces of all the pieces of LON-CAPA, and how they fit together, goes here." />
    7: 		</section>
    8: 
    9: 	<section name="Introductory Tutorials">
   10: 		<tex content="Some of the tutorials from the Guts manual will go here." />
   11: 		</section>
   12: 
   13: 	<section name="Navigation Maps Rendering and Info">	
   14: 		<pod file="interface/lonnavmaps.pm" section="!NAME|SYNOPSIS" />
   15: 		</section>
   16: 
   17: 	<section name="LON-CAPA Help System">
   18: 		<pod file="../doc/help/texxml2latex.pl"
   19: 			section="!NAME|SYNOPSIS" />
   20: 		</section>
   21: 
   22: 	<section name="Construction Space And Publishing">
   23: 		<subsection name="Handling Uploaded Files">
   24: 			<pod file="publisher/lonupload.pm" section="!NAME|SYNOPSIS" h1level='3' />
   25: 			</subsection>
   26: 		<subsection name="Construction Space Directory Listing">
   27: 			<pod file="publisher/lonpubdir.pm" section="!NAME|SYNOPSIS" h1level='3' />
   28: 			</subsection>
   29: 		<subsection name="Retrieving Old Versions of Published Files">
   30: 			<pod file="publisher/lonretrieve.pm" section="!NAME|SYNOPSIS" h1level='3' />
   31: 			</subsection>
   32: 		<subsection name="Publishing Files">
   33: 			<pod file="publisher/lonpublisher.pm" section="!NAME|SYNOPSIS" h1level='3' />
   34: 			</subsection>
   35: 		</section>
   36: 	
   37: 	<section name="Resource Rendering">
   38: 		<tex content="Note 'rendering' includes the concept of 'rendering an edit form', so the resource editing interface, except the RATs, are actually 'renders' of resources as well." />
   39: 		<subsection name="Editing Homework Support">
   40: 			<pod file="homework/edit.pm" section="!NAME|SYNOPSIS" h1level='3' />
   41: 			</subsection>
   42: 		<subsection name="Rendering Pages">
   43: 			<pod file="../rat/lonpage.pm" section="!NAME|SYNOPSIS" h1level='3' />
   44: 			</subsection>
   45: 		
   46: 		</section>
   47: 
   48: 	<section name="Common HTML routines">
   49: 		<pod file="interface/loncommon.pm" section="!NAME|SYNOPSIS" />
   50: 		</section>
   51: 
   52: 	<section name="Searching LON-CAPA">
   53: 		<pod file="interface/lonsearchcat.pm" section="!NAME|SYNOPSIS" />
   54: 		</section>
   55: 
   56: 	<section name="Parameter Setting">
   57: 		<pod file="interface/lonparmset.pm" section="!NAME|SYNOPSIS" />
   58: 		</section>
   59: 
   60: 	<section name="Preparing User State">
   61: 		<pod file="../rat/lonuserstate.pm" section="!NAME|SYNOPSIS" />
   62: 		</section>
   63: 
   64: 	<section name="Access Control">
   65: 		<subsection name="acc">
   66: 			<pod file="auth/lonacc.pm" section="!NAME|SYNOPSIS" h1level='3' />
   67: 			</subsection>
   68: 		<subsection name="racc">
   69: 			<pod file="auth/lonracc.pm" section="!NAME|SYNOPSIS" h1level='3' />
   70: 			</subsection>
   71: 		<subsection name="cacc">
   72: 			<pod file="auth/loncacc.pm" section="!NAME|SYNOPSIS" h1level='3' />
   73: 			</subsection>
   74: 		</section>
   75: 	
   76: 	<section name="Roles Selection">
   77: 		<pod file="auth/lonroles.pm" section="!NAME|SYNOPSIS" />
   78: 		</section>
   79: 
   80: 	<section name="Indexing">
   81: 		<pod file="interface/lonindexer.pm" section="!NAME|SYNOPSIS" />
   82: 		</section>
   83: 
   84: 	<section name="LON-CAPA Network Access">
   85: 		<pod file="lonnet/perl/lonnet.pm" section="!NAME|SYNOPSIS" />
   86: 		</section>
   87: 
   88: 	<tex content="\printindex{}" />
   89: 
   90: 	</texxml>

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