Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.484 and 1.554

version 1.484, 2006/05/18 01:09:03 version 1.554, 2007/08/25 00:01:32
Line 356  Used by lond parent to check if children Line 356  Used by lond parent to check if children
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
   <protectionlevel>modest_delete</protectionlevel>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/zipspool</targetdir>
     <categoryname>server standard</categoryname>
     <description>for the output of multidownload.pl
     </description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/lib</targetdir>    <targetdir dist='default'>home/httpd/lib</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>location of LON-CAPA software modules and    <description>location of LON-CAPA software modules and
Line 594  extensions</description> Line 601  extensions</description>
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
   <protectionlevel>modest_delete</protectionlevel>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/tex/de</targetdir>
     <categoryname>server readonly</categoryname>
     <description>German online help documentation tex files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>    <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>online help documentation png files</description>    <description>online help documentation png files</description>
Line 846  each list element consists of only two s Line 859  each list element consists of only two s
 <file>  <file>
 <source>loncom/loncapa.conf</source>  <source>loncom/loncapa.conf</source>
 <target dist='default'>etc/httpd/conf/loncapa.conf</target>  <target dist='default'>etc/httpd/conf/loncapa.conf</target>
   <target dist='sles10 suse10.1 suse10.2'>etc/apache2/loncapa.conf</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
 <description>  <description>
 <p>  <p>
Line 888  MySQL database</td></tr> Line 902  MySQL database</td></tr>
 <file>  <file>
 <source>loncom/loncapa_apache.conf</source>  <source>loncom/loncapa_apache.conf</source>
 <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>  <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
   <target dist='sles10 suse10.1 suse10.2'>etc/apache2/loncapa_apache.conf</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 The goal of this file is to implement all LON-CAPA specific  The goal of this file is to implement all LON-CAPA specific
Line 907  the www@localhost MySQL password, and br Line 922  the www@localhost MySQL password, and br
 <file>  <file>
 <source>loncom/startup.pl</source>  <source>loncom/startup.pl</source>
 <target dist='default'>etc/httpd/conf/startup.pl</target>  <target dist='default'>etc/httpd/conf/startup.pl</target>
   <target dist='sles10 suse10.1 suse10.2'>etc/apache2/startup.pl</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 This file provides initializations for perl handlers.  It adjusts what  This file provides initializations for perl handlers.  It adjusts what
Line 1072  cgi-script to ping other server Line 1088  cgi-script to ping other server
 Dynamically outputs X-Y plots with point, line, etc functions.  Dynamically outputs X-Y plots with point, line, etc functions.
 </description>  </description>
 </file>  </file>
   <link>
     <linkto>home/httpd/cgi-bin/plot.gif</linkto>
     <target dist='default'>home/httpd/cgi-bin/plot.png</target>
     <categoryname>symbolic link</categoryname>
     <description>symbolic link for plot.png to point at plot.gif</description>
   </link>
 <file>  <file>
 <source>loncom/cgi/imagechoice.pl</source>  <source>loncom/cgi/imagechoice.pl</source>
 <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>  <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
Line 1093  Alias /prtspool/ /home/httpd/prtspool/ Line 1115  Alias /prtspool/ /home/httpd/prtspool/
 as well as a /home/httpd/prtspool directory.  as well as a /home/httpd/prtspool directory.
 </note>  </note>
 </file>  </file>
   
   <file>
     <source>loncom/interface/multidownload.pl</source>
     <target dist='default'>home/httpd/cgi-bin/multidownload.pl</target>
     <categoryname>script</categoryname>
     <description>
   cgi script to generate a zip file of all student submissions
     </description>
     <note>
   Depends on srm.conf entry:
   Alias /zipspool/ /home/httpd/zipspool/
   as well as a /home/httpd/zipspool directory.
     </note>
   </file>
   
 <file>  <file>
 <source>loncom/cgi/metadata_keywords.pl</source>  <source>loncom/cgi/metadata_keywords.pl</source>
 <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>  <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
Line 1366  blank.library; Line 1403  blank.library;
 blank.library.meta;  blank.library.meta;
 blank.problem;  blank.problem;
 blank.problem.meta;  blank.problem.meta;
   blank.task;
   blank.task.meta;
   simple.task;
   simple.task.meta;
   multiple_instance.task;
   multiple_instance.task.meta;
   MultipleAnswerEither.problem;
   MultipleAnswerEither.problem.meta;
   MultipleAnswerUnordered.problem;
   MultipleAnswerUnordered.problem.meta;
   optional_criteria.task;
   optional_criteria.task.meta;
 ClickImageExample.problem;  ClickImageExample.problem;
 ClickImageExample.problem.meta;  ClickImageExample.problem.meta;
   CustomResponse.problem;
   CustomResponse.problem.meta;
 Essay.problem;  Essay.problem;
 Essay.problem.meta;  Essay.problem.meta;
 examupload.problem;  examupload.problem;
 examupload.problem.meta;  examupload.problem.meta;
   HintFormula.problem;
   HintFormula.problem.meta;
   HintMathResponse.problem;
   HintMathResponse.problem.meta;
 man1.jpg;  man1.jpg;
 man1.jpg.meta;  man1.jpg.meta;
 numerical.problem;  numerical.problem;
Line 1402  script.library; Line 1457  script.library;
 script.library.meta;  script.library.meta;
 SimpleFormula.problem;  SimpleFormula.problem;
 SimpleFormula.problem.meta;  SimpleFormula.problem.meta;
   SimpleFormulaCAS.problem;
   SimpleFormulaCAS.problem.meta;
 StringResponse.problem;  StringResponse.problem;
 StringResponse.problem.meta;  StringResponse.problem.meta;
 SimpleMatching.problem;  SimpleMatching.problem;
Line 1416  reaction.problem; Line 1473  reaction.problem;
 reaction.problem.meta  reaction.problem.meta
 </filenames>  </filenames>
 </fileglob>  </fileglob>
   
 <file>  <file>
 <source>loncom/homework/insertlist.tab</source>    <source>loncom/homework/insertlist.xml</source>
 <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>    <target dist='default'>home/httpd/lonTabs/insertlist.xml</target>
 <categoryname>static conf</categoryname>    <categoryname>static conf</categoryname>
 <description>    <description>
 Describes what tags are allowed inside other tags.  Describes what tags are allowed inside other tags.
 </description>    </description>
 </file>  </file>
   
 <file>  <file>
 <source>CAPA/JavaTools/GLabel.class</source>  <source>CAPA/JavaTools/GLabel.class</source>
 <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class  <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
Line 1481  Descriptive list of abbreviations used i Line 1540  Descriptive list of abbreviations used i
 and privileges available in the network with function  and privileges available in the network with function
 </description>  </description>
 </file>  </file>
 <file>  
 <source>loncom/managers.tab</source>  <file type="private">
 <target dist='default'>home/httpd/lonTabs/managers.tab</target>    <source>loncom/hosts.tab</source>
 <categoryname>static conf</categoryname>    <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
 <description>    <categoryname>www static conf</categoryname>
 List of machines allowed to pass along updates to hosts.tab and domain.tab    <description>
 </description>  List of Machines in the lon-capa network.
     </description>
 </file>  </file>
 <file type="private">  <file type="private">
 <source>loncom/hosts.tab</source>    <source>loncom/domain.tab</source>
 <target dist='default'>home/httpd/lonTabs/hosts.tab</target>    <target dist='default'>home/httpd/lonTabs/domain.tab</target>
 <categoryname>www static conf</categoryname>    <categoryname>www static conf</categoryname>
 <description>    <description>
 List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to  List of domains in the LON-CAPA network.
 <tt>lonDefDomain</tt> and <u>IP address</u>.  Lists the name name of the domain and any multiple config options.
 </description>    </description>
 </file>  </file>
   
 <file type="private">  <file type="private">
 <source>loncom/domain.tab</source>    <source>loncom/dns_hosts.tab</source>
 <target dist='default'>home/httpd/lonTabs/domain.tab</target>    <target dist='default'>home/httpd/lonTabs/dns_hosts.tab</target>
 <categoryname>www static conf</categoryname>    <categoryname>www static conf</categoryname>
 <description>    <description>
 List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.  List of all machines in the lon-capa network that is served up by the DNS mechanism.
 </description>    </description>
   </file>
   <file type="private">
     <source>loncom/dns_domain.tab</source>
     <target dist='default'>home/httpd/lonTabs/dns_domain.tab</target>
     <categoryname>www static conf</categoryname>
     <description>
   List of all domains in the LON-CAPA network that is served up by the DNS mechanism.
     </description>
 </file>  </file>
   
 <file>  <file>
 <source>loncom/spare.tab</source>  <source>loncom/spare.tab</source>
 <target dist='default'>home/httpd/lonTabs/spare.tab</target>  <target dist='default'>home/httpd/lonTabs/spare.tab</target>
Line 1562  Example:<br /><nobr /><tt>server ntp.msu Line 1632  Example:<br /><nobr /><tt>server ntp.msu
 </note>  </note>
 </file>  </file>
 <file>  <file>
     <source>loncom/misc/archive_old_files.pl</source>
     <target dist='default'>home/httpd/perl/archive_old_files.pl</target>
     <categoryname>script</categoryname>
     <description>
   Batch script for compressing older .db files
     </description>
   </file>
   <file>
 <source>loncom/metadata_database/searchcat.pl</source>  <source>loncom/metadata_database/searchcat.pl</source>
 <target dist='default'>home/httpd/perl/searchcat.pl</target>  <target dist='default'>home/httpd/perl/searchcat.pl</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 1613  MySQL are included in their configuratio Line 1691  MySQL are included in their configuratio
 </description>  </description>
 </file>  </file>
 <file>  <file>
     <source>loncom/debugging_tools/updateclasslist.pl</source>
     <target dist='default'>home/httpd/perl/debug/updateclasslist.pl</target>
     <categoryname>script</categoryname>
     <description>
   propagate the ids in ids.db to all course classlists
     </description>
   </file>
   <file>
 <source>loncom/lonhttpd</source>  <source>loncom/lonhttpd</source>
 <target dist='default'>home/httpd/perl/lonhttpd</target>  <target dist='default'>home/httpd/perl/lonhttpd</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 1629  small script to handle the start up of t Line 1715  small script to handle the start up of t
 </description>  </description>
 </file>  </file>
 <file>  <file>
     <source>loncom/lonmaxima</source>
     <target dist='default'>home/httpd/perl/lonmaxima</target>
     <categoryname>script</categoryname>
     <description>
       manages the existance and talking to the maxima processes
     </description>
   </file>
   <file>
     <source>loncom/request_ssl_key.sh</source>      <source>loncom/request_ssl_key.sh</source>
     <target dist='default'>home/httpd/lonCerts/request_ssl_key.sh</target>      <target dist='default'>home/httpd/lonCerts/request_ssl_key.sh</target>
     <categoryname>script</categoryname>      <categoryname>script</categoryname>
Line 1637  small script to handle the start up of t Line 1731  small script to handle the start up of t
     </description>      </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/lonc</source>  
 <target dist='default'>home/httpd/perl/lonc</target>  
 <categoryname>script</categoryname>  
 <description>  
 proxy server  
 </description>  
 </file>  
 <file>  
 <source>doc/man/lonc.1</source>  
 <target dist='default'>usr/man/man1/lonc.1</target>  
 <categoryname>doc</categoryname>  
 <description>man page for lonc</description>  
 <build trigger='always run'>  
 loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \  
 echo 'manifying lonc'  
 </build>  
 <status>works/unverified</status>  
 <dependencies>  
 ../../loncom/lonc  
 </dependencies>  
 </file>  
 <file>  
 <source>doc/scripts/lonc.html</source>  
 <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>  
 <categoryname>doc</categoryname>  
 <description>POD-derived page for lonc</description>  
 <build trigger='always run'>  
 loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \  
 echo 'pod2html lonc'  
 </build>  
 <status>works/unverified</status>  
 <dependencies>  
 ../../loncom/lonc  
 </dependencies>  
 </file>  
 <file>  
 <source>loncom/lond</source>  <source>loncom/lond</source>
 <target dist='default'>home/httpd/perl/lond</target>  <target dist='default'>home/httpd/perl/lond</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 1719  echo 'pod2html lond' Line 1777  echo 'pod2html lond'
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source dist='default'>loncom/build/CHECKRPMS.default</source>  <source dist='default'>loncom/build/CHECKRPMS</source>
 <source dist='fedora1 fedora2 fedora3 fedora4'>loncom/build/CHECKRPMS.fedora</source>  
 <source dist='rhes4'>loncom/build/CHECKRPMS.rhel</source>  
 <source dist='suse9.2 suse9.3 sles9'>loncom/build/CHECKRPMS.suse</source>  
 <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>  <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
 <description>CGI script that checks status of RPMs</description>  <description>CGI script that checks status of RPMs</description>
 <dependencies>  <dependencies>
 loncom/build/CHECKRPMS.default;  loncom/build/CHECKRPMS
 loncom/build/CHECKRPMS.fedora;  
 loncom/build/CHECKRPMS.rhel;  
 loncom/build/CHECKRPMS.suse;  
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
Line 1804  echo 'pod2html lonsql' Line 1856  echo 'pod2html lonsql'
   <status>in progress</status>    <status>in progress</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/lonManage</source>  
   <target dist='default'>home/httpd/perl/lonManage</target>  
   <categoryname>script</categoryname>  
   <description>  
     Script to push changes to hosts.tab and domain.tab out to Lon-CAPA servers  
   </description>  
   <status>works/unverified</status>  
 </file>  
 <file>  
   <source>loncom/apachereload</source>    <source>loncom/apachereload</source>
   <target dist='default'>home/httpd/perl/apachereload</target>    <target dist='default'>home/httpd/perl/apachereload</target>
   <categoryname>setuid script</categoryname>    <categoryname>setuid script</categoryname>
Line 2415  Authoring_Dynamic_Plot_Axis_Tics_minor.g Line 2458  Authoring_Dynamic_Plot_Axis_Tics_minor.g
 Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;  Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
 Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;  Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
 Authoring_Dynamic_Plot_Title_X_Y_Label.gif;  Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
   BT_ScreenshotCriteria.gif;
   BT_ScreenshotQuestion.gif;
   BT_ScreenshotVariable.gif;
   flowchartBridgeTask.gif;
 Dynamic_Replication_Change.gif;  Dynamic_Replication_Change.gif;
 Dynamic_Replication_Request.gif;  Dynamic_Replication_Request.gif;
 Load_Balance_Example.gif;  Load_Balance_Example.gif;
Line 2461  radioResponseHint.gif; Line 2508  radioResponseHint.gif;
 smallHelp.gif;  smallHelp.gif;
 spreadsheet_hierarchy.gif;  spreadsheet_hierarchy.gif;
 stringResponseEditor.gif;  stringResponseEditor.gif;
 studentInterface.gif  studentInterface.gif;
   iclicker.gif;
   interwrite1.gif;
   interwrite2.gif;
   interwrite3.gif;
   interwrite4.gif;
   interwrite5.gif;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
Line 2480  Authoring_Dynamic_Plot_Axis_Tics_minor.e Line 2533  Authoring_Dynamic_Plot_Axis_Tics_minor.e
 Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;  Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
 Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;  Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
 Authoring_Dynamic_Plot_Title_X_Y_Label.eps;  Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
   BT_ScreenshotCriteria.eps;
   BT_ScreenshotQuestion.eps;
   BT_ScreenshotVariable.eps;
   flowchartBridgeTask.eps;
 Dynamic_Replication_Change.eps;  Dynamic_Replication_Change.eps;
 Dynamic_Replication_Request.eps;  Dynamic_Replication_Request.eps;
 Load_Balance_Example.eps;  Load_Balance_Example.eps;
Line 2526  radioResponseHint.eps; Line 2583  radioResponseHint.eps;
 smallHelp.eps;  smallHelp.eps;
 spreadsheet_hierarchy.eps;  spreadsheet_hierarchy.eps;
 stringResponseEditor.eps;  stringResponseEditor.eps;
 studentInterface.eps  studentInterface.eps;
   iclicker.eps;
   interwrite1.eps;
   interwrite2.eps;
   interwrite3.eps;
   interwrite4.eps;
   interwrite5.eps;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
Line 2544  About_Bombs.tex; Line 2607  About_Bombs.tex;
 About_Communication.tex;  About_Communication.tex;
 About_Developers_Manual.tex;  About_Developers_Manual.tex;
 About_Numerical_and_Formula_Response.tex;  About_Numerical_and_Formula_Response.tex;
   About_Symbs.tex;
 all_functions_table.tex;  all_functions_table.tex;
 adaptive_hints.tex;  adaptive_hints.tex;
 Additional_Help.tex;  Additional_Help.tex;
Line 2575  Authoring_HTML_vs_Tex.tex; Line 2639  Authoring_HTML_vs_Tex.tex;
 Authoring_ImageResponse.tex;  Authoring_ImageResponse.tex;
 Authoring_Input_Tags.tex;  Authoring_Input_Tags.tex;
 Authoring_Internal_Tags.tex;  Authoring_Internal_Tags.tex;
   Authoring_Intro.tex;
 Authoring_M_Tag.tex;  Authoring_M_Tag.tex;
 Authoring_NumericalResponse.tex;  Authoring_NumericalResponse.tex;
 Authoring_OptionResponse.tex;  Authoring_OptionResponse.tex;
Line 2586  Authoring_Response_Attributes.tex; Line 2651  Authoring_Response_Attributes.tex;
 Authoring_Responseparam_Parameter.tex;  Authoring_Responseparam_Parameter.tex;
 Authoring_Response_Tag_Intro.tex;  Authoring_Response_Tag_Intro.tex;
 Authoring_Scripting_Tags.tex;  Authoring_Scripting_Tags.tex;
   Authoring_Spreadsheet.tex;
 Authoring_Structure_Tags.tex;  Authoring_Structure_Tags.tex;
 Authoring_XML_Intro.tex;  Authoring_XML_Intro.tex;
 Author_LON-CAPA_Introduction.tex;  Author_LON-CAPA_Introduction.tex;
 Author_Manual_Title_Page.tex;  Author_Manual_Title_Page.tex;
 Author_Numerical_and_Formula.tex;  Author_Numerical_and_Formula.tex;
 Author_Remote_Control.tex;  Author_Remote_Control.tex;
   Batch_Creation.tex;
 Bookmarks.tex;  Bookmarks.tex;
   BridgeTask_About.tex;
   BridgeTask_Conditions.tex;
   BridgeTask_Create.tex;
   BridgeTask_EditModeFinishing.tex;
   BridgeTask_EditModeIntroduction.tex;
   BridgeTask_EditModeQuestion.tex;
   BridgeTask_EditMode.tex;
   BridgeTask_EditModeVariable.tex;
   BridgeTask_Features.tex;
   BridgeTask_Intro.tex;
   BridgeTask_Portfolio.tex;
   BridgeTask_SetupResource.tex;
   BridgeTask_Slot.tex;
   BridgeTask_XMLFinishing.tex;
   BridgeTask_XMLHeader.tex;
   BridgeTask_XMLQuestions.tex;
   BridgeTask_XML.tex;
   BridgeTask_XMLVariable.tex;
 Browsing_Resources.tex;  Browsing_Resources.tex;
 Bugzilla.tex;  Bugzilla.tex;
 Caching.tex;  Caching.tex;
Line 2613  Chart_Sections.tex; Line 2698  Chart_Sections.tex;
 Chart_Sequences.tex;  Chart_Sequences.tex;
 Chart_Student_Data.tex;  Chart_Student_Data.tex;
 Chatting.tex;  Chatting.tex;
   Clicker_Registration.tex;
 Coauthor.tex;  Coauthor.tex;
 Construction_Space_Overview.tex;  Construction_Space_Overview.tex;
   Contextual_Help.tex;
 Course_Add_Other.tex;  Course_Add_Other.tex;
 Course_Add_Student.tex;  Course_Add_Student.tex;
 Course_Automated_Enrollment.tex;  Course_Automated_Enrollment.tex;
Line 2623  Course_Change_Privileges.tex; Line 2710  Course_Change_Privileges.tex;
 Course_Chart_To_Excel.tex;  Course_Chart_To_Excel.tex;
 Course_Chat.tex;  Course_Chat.tex;
 Course_Convert_To_CSV.tex;  Course_Convert_To_CSV.tex;
   Course_Coordination_Intro.tex;
 Course_Create_Class_List.tex;  Course_Create_Class_List.tex;
 Course_Critical_Message.tex;  Course_Critical_Message.tex;
 Course_Deleting.tex;  Course_Deleting.tex;
Line 2654  Course_User_Parameter.tex; Line 2742  Course_User_Parameter.tex;
 Course_View_Class_List.tex;  Course_View_Class_List.tex;
 Create_Course.tex;  Create_Course.tex;
 Creating_A_Course_Intro.tex;  Creating_A_Course_Intro.tex;
   Creating_Groups.tex;
 Creating_New_Content_Pages.tex;  Creating_New_Content_Pages.tex;
 Creating_Online_Problems.tex;  Creating_Online_Problems.tex;
 Creating_Radio_Response_Problems.tex;  Creating_Radio_Response_Problems.tex;
   Custom_Response_Problems.tex;
 Developer_Manual_Title_Page.tex;  Developer_Manual_Title_Page.tex;
 Developer_Tutorial.tex;  Developer_Tutorial.tex;
 Distribute_Messages.tex;  Distribute_Messages.tex;
 Docs_About_Bulletin_Board.tex;  Docs_About_Bulletin_Board.tex;
   Docs_About_Group_Files.tex; 
 Docs_About_My_Personal_Info.tex;  Docs_About_My_Personal_Info.tex;
 Docs_About_Simple_Page.tex;  Docs_About_Simple_Page.tex;
 Docs_About_Syllabus.tex;  Docs_About_Syllabus.tex;
Line 2692  Docs_Uploading_From_Harddrive.tex; Line 2783  Docs_Uploading_From_Harddrive.tex;
 Docs_Verify_Content.tex;  Docs_Verify_Content.tex;
 Due_Date.tex;  Due_Date.tex;
 Edit_Syllabus.tex;  Edit_Syllabus.tex;
   Error.tex;
   exam_answers.tex;
 exam_basics.tex;  exam_basics.tex;
   exam_build.tex;
   exam_disable_com.tex;
   exam_how_scored.tex;
   exam_parameters.tex;
   exam_printing.tex;
   exam_question_type.tex;
   exam_scoring.tex;
 Exploring_Your_Course.tex;  Exploring_Your_Course.tex;
 Feedback_Author.tex;  Feedback_Author.tex;
 Feedback_Content.tex;  Feedback_Content.tex;
Line 2733  Latex_Footer.tex; Line 2833  Latex_Footer.tex;
 Latex_Header.tex;  Latex_Header.tex;
 Leaving_Feedback.tex;  Leaving_Feedback.tex;
 Login_To_LON-CAPA.tex;  Login_To_LON-CAPA.tex;
   Math_Response_Problems.tex;
 Metadata_Description.tex;  Metadata_Description.tex;
 Navigation_Screen.tex;  Navigation_Screen.tex;
 Navmap_Host_Down.tex;  Navmap_Host_Down.tex;
Line 2759  Option_Response_Problems.tex; Line 2860  Option_Response_Problems.tex;
 Option_Response_Simple.tex;  Option_Response_Simple.tex;
 Other_Symbols.tex;  Other_Symbols.tex;
 Parameter_Helper.tex;  Parameter_Helper.tex;
   Parameter_Manager.tex;
 Parameter_Overview.tex;  Parameter_Overview.tex;
 Part_Tag_Edit_Help.tex;  Part_Tag_Edit_Help.tex;
 Personal_Info_Page.tex;  Personal_Info_Page.tex;
 Physical_Units.tex;  Physical_Units.tex;
   Portfolio_About.tex;
   Portfolio_AddFiles.tex;
   Portfolio_Catalog.tex;
   Portfolio_ChangeDirectory.tex;
   Portfolio_CreateDirectory.tex;
   Portfolio_DeleteFile.tex;
   Portfolio_FileAction.tex;
   Portfolio_FileList.tex;
   Portfolio_OpenFile.tex;
   Portfolio_RenameFile.tex;
   Portfolio_ShareFile_ChangeSetting.tex;
   Portfolio_ShareFile_SetAccess.tex;
   Portfolio_ShareFile_StopAccess.tex;
   Portfolio_ShareFile.tex;
 Prefs_About_Me.tex;  Prefs_About_Me.tex;
 Prefs_Forwarding.tex;  Prefs_Forwarding.tex;
 Prefs_Language.tex;  Prefs_Language.tex;
Line 2808  Sequence_Page_Maps.tex; Line 2924  Sequence_Page_Maps.tex;
 Sequence_Simple_Editor_Creation.tex;  Sequence_Simple_Editor_Creation.tex;
 Sequence_Top-Level.tex;  Sequence_Top-Level.tex;
 Significant_Figures.tex;  Significant_Figures.tex;
   Slot_About.tex;
   Slot_AddInterface.tex;
   Slot_ChoosingResources.tex;
   Slot_CommaDelimited.tex;
   Slot_EditDelete.tex;
   Slot_OptionalAttributes.tex;
   Slot_RequiredAttributes.tex;
   Slot_ResourceParameter.tex;
   Slot_RestrictAvailibility.tex;
   Slot_SelectingField.tex;
   Slot_SpecifyProctors.tex;
 Spreadsheet_About.tex;  Spreadsheet_About.tex;
 Spreadsheet_Calculation.tex;  Spreadsheet_Calculation.tex;
 Spreadsheet_Calculation_Time.tex;  Spreadsheet_Calculation_Time.tex;
Line 2837  Statistics_Sequence.tex; Line 2964  Statistics_Sequence.tex;
 Statistics_Cache.tex;  Statistics_Cache.tex;
 String_Response_Problem_Creation.tex;  String_Response_Problem_Creation.tex;
 String_Response_Problems.tex;  String_Response_Problems.tex;
   Student_Intro.tex;
 Submission_Time_Analysis.tex;  Submission_Time_Analysis.tex;
 Syllabus_ExtLink.tex;  Syllabus_ExtLink.tex;
 Syllabus_URLs.tex;  Syllabus_URLs.tex;
 Table_Mode.tex;  Table_Mode.tex;
   Testbank_Formatting.tex;
 TEXDropEmptyColumns_attribute.tex;  TEXDropEmptyColumns_attribute.tex;
 TEXitemgroupwidth_attribute.tex;  TEXitemgroupwidth_attribute.tex;
 TEXitemgroup_attribute.tex;  TEXitemgroup_attribute.tex;
Line 2852  Tries.tex; Line 2981  Tries.tex;
 Tolerance.tex;  Tolerance.tex;
 Uploaded_Templates_PublicView.tex;  Uploaded_Templates_PublicView.tex;
 Uploaded_Templates_TextBoxes.tex;  Uploaded_Templates_TextBoxes.tex;
   Uploading_File_Options.tex;
 Variable_Naming_Conventions.tex;  Variable_Naming_Conventions.tex;
 Variables_in_Scripts.tex;  Variables_in_Scripts.tex;
 Variables_in_the_Answer_Block.tex;  Variables_in_the_Answer_Block.tex;
Line 2859  Variables_in_the_Text_Block.tex; Line 2989  Variables_in_the_Text_Block.tex;
 Variable_Tutorial_A.tex;  Variable_Tutorial_A.tex;
 View_All_Messages.tex;  View_All_Messages.tex;
 View_Critical_Messages.tex;  View_Critical_Messages.tex;
   View_recent_activity.tex;
 What_Is_LON-CAPA.tex;  What_Is_LON-CAPA.tex;
 Why_LON-CAPA.tex;  Why_LON-CAPA.tex;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
 <glob>*.*</glob>  <glob>*.*</glob>
   <sourcedir>loncom/html/adm/help/tex/de/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/adm/help/tex/de/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   German Tex files for the help system
   </description>
   <filenames>
   About_Bombs.tex;
   About_Communication.tex;
   Tries.tex;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.*</glob>
 <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>  <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
 <targetdir dist='default'>  <targetdir dist='default'>
 home/httpd/html/adm/help/tex/ru/</targetdir>  home/httpd/html/adm/help/tex/ru/</targetdir>
Line 2895  Authoring_Adding_Pictures.tex; Line 3041  Authoring_Adding_Pictures.tex;
 A gdbm file containing a label->tex file hash.  A gdbm file containing a label->tex file hash.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
   <build trigger='always run'>
   loncom/build/rebuild_label_hash.sh
   </build>
   <dependencies>
   rebuild_label_hash.sh
   </dependencies>
 </file>  </file>
 <fileglob>  <fileglob>
   <glob>*</glob>    <glob>*</glob>
Line 2908  A gdbm file containing a label->tex file Line 3060  A gdbm file containing a label->tex file
 AUTHORS;  AUTHORS;
 BUGS;  BUGS;
 DejaVuSerif-Roman.ttf;  DejaVuSerif-Roman.ttf;
   DejaVuSansMono-Bold.ttf;
   DejaVuSans.pfb;
   DejaVuSans.ttf;
   DejaVuSerif.pfb;
   DejaVuSerif.ttf;
 LICENSE;  LICENSE;
 NEWS;  NEWS;
 README;  README;
 status.txt;  status.txt;
 unicover.txt  unicover.txt;
   </filenames>    </filenames>
 </fileglob>  </fileglob>
 <file>  <file>
Line 3310  coordinators. Line 3467  coordinators.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/interface/lonclonecourse.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonclonecourse.pm</target>
     <categoryname>handler</categoryname>
     <description>
   Internal routines for creating a clone of an existing course.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/loncreateuser.pm</source>  <source>loncom/interface/loncreateuser.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 3555  jsMath-old-browsers.js; Line 3721  jsMath-old-browsers.js;
     Dynamically converts JME strings into either a png or ps file.      Dynamically converts JME strings into either a png or ps file.
   </description>    </description>
   <installscript>    <installscript>
 commands /home/httpd/html/adm/jsMath  commands /home/httpd/html/adm
   </installscript>    </installscript>
   <dependencies>    <dependencies>
 loncom/html/adm/jsMath/commands;  loncom/html/adm/jsMath/commands;
Line 3697  Handles navigational maps. Line 3863  Handles navigational maps.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/interface/lonnavdisplay.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonnavdisplay.pm</target>
     <categoryname>handler</categoryname>
     <description>
   Displays the nav map to the user
     </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>doc/man/Apache__lonnavmaps.3</source>  <source>doc/man/Apache__lonnavmaps.3</source>
 <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>  <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
Line 3915  General routines used to gather informat Line 4090  General routines used to gather informat
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/groupboards.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/groupboards.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/grouproster.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/grouproster.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Display group membership information. Type of information available depends on group privileges of the user.  
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/lonmsg.pm</source>  <source>loncom/interface/lonmsg.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 4145  Builds up frame set and loads in the rig Line 4338  Builds up frame set and loads in the rig
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>rat/map.pm</source>
     <target dist='default'>home/httpd/lib/perl/LONCAPA/map.pm</target>
     <categoryname>handler</categoryname>
     <description>
   Functions for manipulating the contents of maps
     </description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>rat/lonratmenu.pm</source>  <source>rat/lonratmenu.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 4467  handles request to the CAPA homework pro Line 4669  handles request to the CAPA homework pro
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/homework/lonmaxima.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonmaxima.pm</target>
     <categoryname>handler</categoryname>
     <description>
       routines to simplify talking to the maxima client
     </description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/xml/Safe.pm</source>  <source>loncom/xml/Safe.pm</source>
 <target dist='default'>home/httpd/lib/perl/Safe.pm</target>  <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 4684  loncom/build/pod2html.sh ../auth/loncacc Line 4895  loncom/build/pod2html.sh ../auth/loncacc
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/auth/restrictedaccess.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/restrictedaccess.pm</target>
   <categoryname>handler</categoryname>
   <description>Passphrase entry form and verification for access to passphrase-protected portfolio files</description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/blockedaccess.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
   <categoryname>handler</categoryname>
   <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/auth/londatecheck.pm</source>  <source>loncom/auth/londatecheck.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 4893  loncom/build/pod2html.sh ../lonnet/perl/ Line 5118  loncom/build/pod2html.sh ../lonnet/perl/
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
   <source>loncom/lonnet/perl/londns.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/londns.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Domain information serving.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/html/index.html</source>  <source>loncom/html/index.html</source>
 <target dist='default'>home/httpd/html/index.html</target>  <target dist='default'>home/httpd/html/index.html</target>
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
Line 4913  loncom/build/pod2html.sh ../lonnet/perl/ Line 5147  loncom/build/pod2html.sh ../lonnet/perl/
 <file>  <file>
 <source>loncom/mime.types</source>  <source>loncom/mime.types</source>
 <target dist='default'>etc/httpd/conf/mime.types</target>  <target dist='default'>etc/httpd/conf/mime.types</target>
   <target dist='sles10 suse10.1 suse10.2'>etc/apache2/mime.types</target>
 <categoryname>www static conf</categoryname>  <categoryname>www static conf</categoryname>
 <description>Expaned mime.types</description>  <description>Expanded mime.types</description>
 </file>  </file>
 <link>  <link>
 <linkto>home/httpd/html/res</linkto>  <linkto>home/httpd/html/res</linkto>
Line 5178  check.gif; Line 5413  check.gif;
 class.gif;  class.gif;
 class_big.gif;  class_big.gif;
 closepage.gif;  closepage.gif;
   clickhere.gif;
 coolindiff.gif;  coolindiff.gif;
 coolsmile.gif;  coolsmile.gif;
 cry.gif;  cry.gif;
Line 5337  bomb.gif; Line 5573  bomb.gif;
 smallFAQ.gif;  smallFAQ.gif;
 smallBug.gif;  smallBug.gif;
 cat_button.gif;  cat_button.gif;
   cat_button.png;
 chat.gif;  chat.gif;
 eval_button.gif;  eval_button.gif;
   eval_button.png;
 feedback.gif;  feedback.gif;
 pprm_button.gif;  pprm_button.gif;
   pprm_button.png;
 pgrd_button.gif;  pgrd_button.gif;
 subm_button.gif  pgrd_button.png;
   subm_button.gif;
   subm_button.png;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <file>  <file>
Line 5680  Functions are documented in CVS:loncapa/ Line 5921  Functions are documented in CVS:loncapa/
   </description>    </description>
 </file>  </file>
 <file>  <file>
     <source>loncom/homework/task_ie.css</source>
     <target dist='default'>home/httpd/html/res/adm/includes/task_ie.css</target>
     <categoryname>handler</categoryname>
     <description>
       Style definitions for task display for IE 6 and earlier
     </description>
   </file>
   <file>
     <source>loncom/homework/task_ie7.css</source>
     <target dist='default'>home/httpd/html/res/adm/includes/task_ie7.css</target>
     <categoryname>handler</categoryname>
     <description>
       Style definitions for task display for IE 7
     </description>
   </file>
   <file>
   <source>loncom/homework/task_grading.js</source>    <source>loncom/homework/task_grading.js</source>
   <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>    <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
Line 5946  anot.gif; Line 6203  anot.gif;
 back.gif;  back.gif;
 bchat.gif;  bchat.gif;
 bkm.gif;  bkm.gif;
   blog.gif;
 bl_step1.gif;  bl_step1.gif;
 bl_step2.gif;  bl_step2.gif;
 bl_step3.gif;  bl_step3.gif;
Line 5962  chat.gif; Line 6220  chat.gif;
 chrt.gif;  chrt.gif;
 clst.gif;  clst.gif;
 com.gif;  com.gif;
   conf.gif;
 courses.gif;  courses.gif;
 cprv.gif;  cprv.gif;
 cstr.gif;  cstr.gif;
Line 5996  new.gif; Line 6255  new.gif;
 next.gif;  next.gif;
 nothumb.gif;  nothumb.gif;
 parm.gif;  parm.gif;
   pcstr.gif;
 pgrd.gif;  pgrd.gif;
 port.gif;  port.gif;
 pparm.gif;  pparm.gif;
 pref.gif;  pref.gif;
 prev.gif;  
 prt.gif;  prt.gif;
 pub.gif;  pub.gif;
 qempty.gif;  qempty.gif;
Line 6020  title.gif; Line 6279  title.gif;
 vbkm.gif;  vbkm.gif;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
   <fileglob>
   <glob>*.png</glob>
   <sourcedir>loncom/html/res/adm/pages/</sourcedir>
   <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>main menu graphical icons</description>
   <filenames>
   anno.png;
   bchat.png;
   ccrs.png;
   clst.png;
   conf.png;
   courses.png;
   docs.png;
   eval.png;
   grds.png;
   grps.png;
   mail.png;
   new.png;
   pgrd.png;
   pref.png;
   roles.png;
   sprs.png;
   vbkm.png;
   anot.png;
   blog.png;
   chrt.png;
   cprv.png;
   del.png;
   egrd.png;
   fdbk.png;
   keys.png;
   list.png;
   mcrs.png;
   parm.png;
   port.png;
   prt.png;
   sbkm.png;
   src.png;
   subm.png;
   back.png;
   catalog.png;
   com.png;
   cstr.png;
   enrl.png;
   forw.png;
   logout.png;
   nav.png;
   pcstr.png;
   pparm.png;
   pub.png;
   res.png;
   rtrv.png;
   sctr.png;
   stat.png;
   </filenames>
   </fileglob>
 <file>  <file>
 <source>loncom/html/res/adm/pages/math_example.tex</source>  <source>loncom/html/res/adm/pages/math_example.tex</source>
 <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>  <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>
Line 6229  javascript for handling client-side inte Line 6545  javascript for handling client-side inte
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source dist='default'>loncom/build/CHECKRPMS.default</source>  <source dist='default'>loncom/build/CHECKRPMS</source>
 <source dist='fedora1 fedora2 fedora3 fedora4'>loncom/build/CHECKRPMS.fedora</source>  
 <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>  <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 <categoryname>system script</categoryname>  <categoryname>system script</categoryname>
 <description>  <description>
 manilla wrapper around check-rpms  Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution.
 </description>  </description>
 <status>tested/documented/beta</status>  <status>tested/documented/beta</status>
 </file>  </file>
Line 6335  file that allows setuid password privile Line 6650  file that allows setuid password privile
 <file>  <file>
 <source>loncom/init.d/loncontrol</source>  <source>loncom/init.d/loncontrol</source>
 <target dist='default'>etc/rc.d/init.d/loncontrol</target>  <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 <target dist='suse9.2 suse9.3 sles9'>etc/init.d/loncontrol</target>  <target dist='suse9.2 suse9.3 sles9 sles10 suse10.1 suse10.2'>etc/init.d/loncontrol</target>
 <categoryname>root script</categoryname>  <categoryname>root script</categoryname>
 <description>  <description>
 Controls the launching/halting of lonc, lond, and lonsql processes.  Controls the launching/halting of lonc, lond, and lonsql processes.
 </description>  </description>
 </file>  </file>
 <link>  <link>
 <linkto>etc/rc.d/init.d/loncontrol</linkto>  <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
   <linkto dist='suse9.2 suse9.3 sles9 sles10 suse10.1 suse10.2'>etc/init.d/loncontrol</linkto>
 <target dist='default'>  <target dist='default'>
 etc/rc.d/rc0.d/K05loncontrol;  etc/rc.d/rc0.d/K05loncontrol;
 etc/rc.d/rc1.d/K05loncontrol;  etc/rc.d/rc1.d/K05loncontrol;
Line 6352  etc/rc.d/rc4.d/S95loncontrol; Line 6668  etc/rc.d/rc4.d/S95loncontrol;
 etc/rc.d/rc5.d/S95loncontrol;  etc/rc.d/rc5.d/S95loncontrol;
 etc/rc.d/rc6.d/K05loncontrol  etc/rc.d/rc6.d/K05loncontrol
 </target>  </target>
   <target dist='suse10.2'></target>
 <categoryname>symbolic link</categoryname>  <categoryname>symbolic link</categoryname>
 <description>  <description>
 symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>  symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 </link>  </link>
   
   <file dist="suse10.2">
     <source>loncom/init.d/loncontrol</source>
     <target>etc/rc.d/</target>
     <description>
       setup loncontrol to run at boot
     </description>
     <installscript dist="suse10.2">
   -c 'chkconfig --del loncontrol;chkconfig loncontrol 345;chkconfig --list loncontrol'
     </installscript>
     <dependencies>
   loncom/init.d/loncontrol
     </dependencies>
   </file>
   
 <file>  <file>
 <source>loncom/atalk/config</source>  <source>loncom/atalk/config</source>
 <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>  <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
Line 6403  of users, and (b) to display e-mail of t Line 6735  of users, and (b) to display e-mail of t
   <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>    <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
   <description>    <description>
     Handler to make it easy for users to send a request to te helpdesk      Handler to make it easy for users to send a request to the helpdesk
     </description>
   </file>
   <file>
     <source>loncom/interface/courseclassifier.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/courseclassifier.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes.
     </description>
   </file>
   <file>
     <source>loncom/interface/coursecatalog.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
     </description>
   </file>
   <file>
     <source>loncom/interface/resetpw.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/resetpw.pm</target>
     <categoryname>handler</categoryname>
     <description>
       A user with an internally authenticated account and a recorded e-mail address can use a two-step process to set a new password via a token sent to his/her e-mail address.
   </description>    </description>
 </file>  </file>
 <file>  <file>
Line 6412  of users, and (b) to display e-mail of t Line 6768  of users, and (b) to display e-mail of t
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
   <description>    <description>
     Interface to modifying a course's internal ENV values for automated      Interface to modifying a course's internal ENV values for automated
     enrollement      enrollment
     </description>
   </file>
   <file>
     <source>loncom/interface/domainprefs.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/domainprefs.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Interface for modifying domain configuration
   </description>    </description>
 </file>  </file>
 <file>  <file>
Line 6452  of users, and (b) to display e-mail of t Line 6816  of users, and (b) to display e-mail of t
   <target dist='default'>home/httpd/perl/Autoenroll.pl</target>    <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
   <categoryname>script</categoryname>    <categoryname>script</categoryname>
   <description>    <description>
     Local handler for automated enrollment, standard version.      Script to perform automated enrollments from institutional classlists.
     </description>
   </file>
   <file>
     <source>loncom/enrollment/Autoupdate.pl</source>
     <target dist='default'>home/httpd/perl/Autoupdate.pl</target>
     <categoryname>script</categoryname>
     <description>
       Script to perform automated updates of names for existing users in the domain using data provided by the domain's administrative information service.
   </description>    </description>
 </file>  </file>
 <file>  <file>
Line 6488  of users, and (b) to display e-mail of t Line 6860  of users, and (b) to display e-mail of t
   </description>    </description>
 </file>  </file>
 <fileglob>  <fileglob>
     <glob>*</glob>      <glob>*.pl</glob>
     <sourcedir>loncom/debugging_tools/</sourcedir>      <sourcedir>loncom/debugging_tools/</sourcedir>
     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>      <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
     <categoryname>script</categoryname>      <categoryname>script</categoryname>
Line 6498  of users, and (b) to display e-mail of t Line 6870  of users, and (b) to display e-mail of t
 <filenames>  <filenames>
 activity_to_accesscount.pl;  activity_to_accesscount.pl;
 clean_db.pl;  clean_db.pl;
   db_copy.pl;
 dump_db.pl;  dump_db.pl;
 escape.pl;  escape.pl;
 excise_from_db.pl;  excise_from_db.pl;
Line 6511  unescape.pl; Line 6884  unescape.pl;
 user_login_count.pl;  user_login_count.pl;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
   <fileglob>
       <glob>*</glob>
       <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
       <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
       <categoryname>script</categoryname>
       <description>
         Binary tools for LON-CAPA
       </description>
   <filenames>
   create_db_dynamic;
   create_db_dynamic_64;
   create_db_dynamic_64_so.3;
   dump_db_static_32;
   </filenames>
   </fileglob>
 <file>  <file>
 <source>loncom/build/distprobe</source>  <source>loncom/build/distprobe</source>
 <target dist='default'>home/httpd/perl/distprobe</target>  <target dist='default'>home/httpd/perl/distprobe</target>

Removed from v.1.484  
changed lines
  Added in v.1.554


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