Annotation of doc/help/developer.manual.texxml, revision 1.6

1.1       bowersj2    1: <texxml>
                      2: 	<title name="LON-CAPA Developer's Manual" />
                      3: 	<file name="Developer_Manual_Title_Page.tex"/>
                      4: 
1.5       bowersj2    5: 	<section name="About This Document">
                      6: 		<file name="About_Developers_Manual.tex" />
                      7: 		</section>
                      8: 
                      9: 	<section name="What is LON-CAPA?">
                     10: 		<file name="What_Is_LON-CAPA.tex" />
                     11: 		<subsection name="Why LON-CAPA?">
                     12: 			<file name="Why_LON-CAPA.tex" />
                     13: 			</subsection>
                     14: 		<subsection name="Features">
                     15: 			<tex content="TBD" />
                     16: 			</subsection>
                     17: 		<subsection name="Philosophy and Pedagogy">
                     18: 			<tex content="TBD" />
                     19: 			</subsection>
                     20: 		<subsection name="Conclusion">
                     21: 			<tex content="We hope by now you're as excited as we are about the system. LON-CAPA
                     22: is really powerful and good for both students and instructors, and
                     23: you can't beat the bang-for-the-buck.
                     24: 
                     25: Now you know what LON-CAPA is all about, let's start looking at the
                     26: internals to see how we do all this great stuff." />
                     27: 			</subsection>
                     28: 		</section>
                     29: 
                     30: 	<section name="Resources Overview">
                     31: 		<tex content="In a nutshell, LON-CAPA is all about bringing learning \textbf{resources} and \textbf{people} together with \textbf{technology}. Thus, the best way to understand the system is to understand how it models learning resources, how it understand people, and last (and really, least importantly) what technology supports it." />
                     32: 		<file name="Guts_Authoring.tex" />
                     33: te		<subsection name="LON-CAPA Network">
1.3       bowersj2   34: 			<pod file="lonc" section="OVERVIEW/.+" h1level='2' />
                     35: 			</subsection>
1.5       bowersj2   36: 		<subsection name="Courses">
                     37: 			<tex content="The end result of all of this assembly is an actual course that students can participate in." />
                     38: 			<tex content="Courses are themselves sequences that tell the system what the course consists of. Course instructors or administrators can manipulate this sequence through the use of the Course Documents screen; see the Course Documents Screen chapter in the Course Management Manual (http://msu.loncapa.org/adm/help/course.manual.pdf) for more detailed information about that." />
                     39: 			<pod file="../rat/lonuserstate.pm" section="OVERVIEW/.+" h1level='2' />
                     40: 			<subsubsection name="Sections">
                     41: 				<tex content='LON-CAPA fully supports the idea of "sections" in a course. Roles can be assigned to specific sections, allowing you to create Teaching Assisstants or Instructors that have power only over students in their section, and directly recieve student feedback from their corresponding students. As discussed in the next section, assignments parameters such as due dates can be set by section, which is extremely helpful in very large courses with tens of sections.' />
                     42: 				</subsubsection>
                     43: 			</subsection>
                     44: 		<subsection name="Cascading Parameters">
                     45: 			<file name="Cascading_Parameters.tex" />
                     46: 			<subsubsection name="Parameters As Seen By Users">
                     47: 				<tex content="\textit{The following is from the Course Administrator's Manual, describing how the cascading parameters are seen from the LON-CAPA user's point of view.}" />
                     48: 				<file name="Course_Parameter_Levels.tex" />
                     49: 				</subsubsection>
                     50: 			</subsection>
                     51: 		<subsection name="Finding Resources">
                     52: 			<file name="Finding_Resources.tex" />
                     53: 			<tex content="Note: more details belong here" />
                     54: 		<subsection name="Permissions">
                     55: 			<tex content="TBD" />
                     56: 			</subsection>
                     57: 		<subsection name="Navigation">
                     58: 			<tex content="TBD" />
                     59: 			</subsection>
                     60: 		</section>
                     61: 
                     62: 	<section name="People Overview">
                     63: 		<tex content="LON-CAPA is a roles-based system. A single physical person will typically have one login, which will granted various roles connected to various courses or domains." />
                     64: 		<subsection name="Authentication">
                     65: 			<tex name="Authentication.tex" />
                     66: 			</subsection>
                     67: 		<subsection name="Roles">
                     68: 			<tex name="Roles_About.tex" />
                     69: 			</subsection>
                     70: 		<subsection name="Communication">
                     71: 			<subsubsection name="Internal Email">
                     72: 				<pod file="interface/lonmsg.pm" section="OVERVIEW/Messaging Overview" />
                     73: 				<tex content="When a resource fails to work for some reason, usually because of a programming error in a problem, the instructor will recieve a "bomb" message as an internal email, showing them exactly what went wrong, and for whom it went wrong, allowing them to take appropriate corrective action. This "bomb" message will show up in their email, and also as a bomb icon on the instructor's Navigation screen." />
                     74: 				</subsubsection>
                     75: 			<subsubsection name="Resource Discussion">
                     76: 				<tex file="Resource_Discussion.tex" />
                     77: 				</subsubsection>
1.6     ! hauer      78: 			<subsubsection name="Chat Room">
1.5       bowersj2   79: 				<tex file="Chatting.tex" />
                     80: 				</subsubsection>
                     81: 			<subsubsection name="About Communication">
                     82: 				<tex file="About_Communication.tex" />
                     83: 				</subsubsection>
                     84: 			</subsection>
                     85: 		</section>
                     86: 
                     87: 	<section name="Technology Overview">
1.3       bowersj2   88: 		<subsection name="Data Storage">
                     89: 			<subsubsection name="User Data Storage">
                     90: 				<file name="Guts_User_Dir.tex" />
                     91: 				</subsubsection>
                     92: 			<subsubsection name="Course Data Storage">
                     93: 				<file name="Guts_Course_Dir.tex" />
                     94: 				</subsubsection>
                     95: 			</subsection>
                     96: 		<subsection name="Roles">
                     97: 			<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." />
                     98: 			<pod file="interface/loncreateuser.pm" section="OVERVIEW/Custom Roles" />
                     99: 			<pod file="auth/lonroles.pm" section="OVERVIEW/Choosing Roles" />
                    100: 			<pod file="auth/lonroles.pm" section="OVERVIEW/Role Initialization" />
                    101: 			</subsection>
1.4       bowersj2  102: 		<subsection name="Resources and Publication">
1.5       bowersj2  103: 			<pod file="publisher/lonpublisher.pm" section="OVERVIEW" />
1.4       bowersj2  104: 			<pod file="../rat/lonratedt.pm" section="OVERVIEW" />
                    105: 			<file name="Guts_Authoring.tex" />
1.5       bowersj2  106: 			</subsection>
                    107: 		<subsection name="Coding Guidelines">
                    108: 			<file name="Guts_Coding_Guidelines.tex" />
                    109: 			</subsection>
1.1       bowersj2  110: 		</section>
1.2       bowersj2  111: 
1.5       bowersj2  112: 	<section name="Technology Overview - Webserver">
1.3       bowersj2  113: 		<subsection name="Apache">
                    114: 			<file name="Guts_Apache.tex" />
                    115: 			</subsection>
                    116: 		<subsection name="Apache Modules">
                    117: 			<file name="Guts_Apache_Modules.tex" />
                    118: 			</subsection>
                    119: 		<subsection name="Authentication">
                    120: 			<file name="Guts_Authentication.tex" />
                    121: 			</subsection>
                    122: 		<subsection name="Environment">
                    123: 			<file name="Guts_Apache_Env.tex" />
                    124: 			</subsection>
1.2       bowersj2  125: 		</section>
                    126: 
1.5       bowersj2  127: 	<file name="Developer_Tutorial.tex" />
                    128: 
                    129: 	<section name="Internationalizing LON-CAPA">
                    130: 		<pod file="localize/lonlocal.pm" section="!NAME|SYNOPSIS" />
                    131: 		</section>
                    132: 
1.2       bowersj2  133: 	<section name="Navigation Maps Rendering and Info">	
                    134: 		<pod file="interface/lonnavmaps.pm" section="!NAME|SYNOPSIS" />
                    135: 		</section>
                    136: 
                    137: 	<section name="LON-CAPA Help System">
                    138: 		<pod file="../doc/help/texxml2latex.pl"
                    139: 			section="!NAME|SYNOPSIS" />
                    140: 		</section>
                    141: 
1.5       bowersj2  142: 	<section name="Helpers">
                    143: 		<pod file="interface/lonhelper.pm"
                    144: 			section="!NAME|SYNOPSIS" />
                    145: 		</section>
                    146: 
1.2       bowersj2  147: 	<section name="Construction Space And Publishing">
                    148: 		<subsection name="Handling Uploaded Files">
                    149: 			<pod file="publisher/lonupload.pm" section="!NAME|SYNOPSIS" h1level='3' />
                    150: 			</subsection>
                    151: 		<subsection name="Construction Space Directory Listing">
                    152: 			<pod file="publisher/lonpubdir.pm" section="!NAME|SYNOPSIS" h1level='3' />
                    153: 			</subsection>
                    154: 		<subsection name="Retrieving Old Versions of Published Files">
                    155: 			<pod file="publisher/lonretrieve.pm" section="!NAME|SYNOPSIS" h1level='3' />
                    156: 			</subsection>
                    157: 		<subsection name="Publishing Files">
                    158: 			<pod file="publisher/lonpublisher.pm" section="!NAME|SYNOPSIS" h1level='3' />
                    159: 			</subsection>
                    160: 		</section>
                    161: 	
                    162: 	<section name="Resource Rendering">
                    163: 		<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." />
                    164: 		<subsection name="Editing Homework Support">
                    165: 			<pod file="homework/edit.pm" section="!NAME|SYNOPSIS" h1level='3' />
                    166: 			</subsection>
                    167: 		<subsection name="Rendering Pages">
                    168: 			<pod file="../rat/lonpage.pm" section="!NAME|SYNOPSIS" h1level='3' />
                    169: 			</subsection>
                    170: 		
1.3       bowersj2  171: 		</section>
                    172: 
                    173: 	<section name="LON-CAPA Network">
                    174: 		<subsection name="lonc">
                    175: 			<pod file="lonc" section="!NAME|SYNOPSIS|OVERVIEW" h1level='3' />
                    176: 			</subsection>
                    177: 		<subsection name="lond">
                    178: 			<pod file="lond" section="!NAME|SYNOPSIS|OVERVIEW" h1level='3' />
                    179: 			</subsection>
1.5       bowersj2  180: 		<subsection name="lonsql">
                    181: 			<pod file="lonsql" section="!NAME|SYNOPSIS" h1level='3' />
                    182: 			</subsection>
1.2       bowersj2  183: 		</section>
                    184: 
1.5       bowersj2  185: 	<section name="Common HTML routines: Apache::loncommon">
1.2       bowersj2  186: 		<pod file="interface/loncommon.pm" section="!NAME|SYNOPSIS" />
                    187: 		</section>
                    188: 
                    189: 	<section name="Searching LON-CAPA">
                    190: 		<pod file="interface/lonsearchcat.pm" section="!NAME|SYNOPSIS" />
                    191: 		</section>
                    192: 
                    193: 	<section name="Parameter Setting">
                    194: 		<pod file="interface/lonparmset.pm" section="!NAME|SYNOPSIS" />
                    195: 		</section>
                    196: 
                    197: 	<section name="Preparing User State">
                    198: 		<pod file="../rat/lonuserstate.pm" section="!NAME|SYNOPSIS" />
                    199: 		</section>
                    200: 
                    201: 	<section name="Access Control">
                    202: 		<subsection name="acc">
                    203: 			<pod file="auth/lonacc.pm" section="!NAME|SYNOPSIS" h1level='3' />
                    204: 			</subsection>
                    205: 		<subsection name="racc">
                    206: 			<pod file="auth/lonracc.pm" section="!NAME|SYNOPSIS" h1level='3' />
                    207: 			</subsection>
                    208: 		<subsection name="cacc">
                    209: 			<pod file="auth/loncacc.pm" section="!NAME|SYNOPSIS" h1level='3' />
                    210: 			</subsection>
                    211: 		</section>
                    212: 	
1.5       bowersj2  213: 	<section name="Advanced RAT">
                    214: 		<pod file="../rat/lonratedt.pm" section="!NAME|SYNOPSUS|OVERVIEW" />
                    215: 		</section>
                    216: 
1.2       bowersj2  217: 	<section name="Roles Selection">
                    218: 		<pod file="auth/lonroles.pm" section="!NAME|SYNOPSIS" />
                    219: 		</section>
                    220: 
                    221: 	<section name="Indexing">
                    222: 		<pod file="interface/lonindexer.pm" section="!NAME|SYNOPSIS" />
                    223: 		</section>
                    224: 
                    225: 	<section name="LON-CAPA Network Access">
                    226: 		<pod file="lonnet/perl/lonnet.pm" section="!NAME|SYNOPSIS" />
                    227: 		</section>
                    228: 
                    229: 	<tex content="\printindex{}" />
1.1       bowersj2  230: 
                    231: 	</texxml>

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