Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.255

1.117     harris41    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
                      2:  "http://lpml.sourceforge.net/DTD/lpml.dtd">
1.81      harris41    3: <!-- loncapafiles.lpml -->
1.67      harris41    4: 
1.255   ! albertel    5: <!-- $Id: loncapafiles.lpml,v 1.254 2003/06/20 18:43:25 bowersj2 Exp $ -->
1.67      harris41    6: 
                      7: <!--
                      8: 
                      9: Copyright Michigan State University Board of Trustees
                     10: 
                     11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                     12: 
                     13: LON-CAPA is free software; you can redistribute it and/or modify
                     14: it under the terms of the GNU General Public License as published by
                     15: the Free Software Foundation; either version 2 of the License, or
                     16: (at your option) any later version.
                     17: 
                     18: LON-CAPA is distributed in the hope that it will be useful,
                     19: but WITHOUT ANY WARRANTY; without even the implied warranty of
                     20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     21: GNU General Public License for more details.
                     22: 
                     23: You should have received a copy of the GNU General Public License
                     24: along with LON-CAPA; if not, write to the Free Software
                     25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     26: 
                     27: /home/httpd/html/adm/gpl.txt
                     28: 
                     29: http://www.lon-capa.org/
                     30: 
                     31: -->
1.14      harris41   32: 
                     33: <!-- Default values must be defined before specific values. -->
                     34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
                     35: <!-- If 'dist' attribute is set to  'default', then the specification. -->
                     36: <!-- is accepted if an alternative distribution is not requested or not -->
                     37: <!-- defined. -->
1.53      harris41   38: 
1.1       harris41   39: <lpml>
1.94      harris41   40: <specialnotices>
1.102     harris41   41: <specialnotice dist='default'>
                     42: !!! REDHAT 6.2 NOTICE !!!
                     43: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
                     44: !!! This sometimes happens (bad): !!!
                     45: !!! 127.0.0.1  computer1 localhost.localdomain localhost  !!!
                     46: !!! Should be: !!!
                     47: !!! 127.0.0.1  localhost.localdomain  localhost !!!
                     48: !!! 35.2.3.80  computer1 computer1.notreal.msu.edu !!!
                     49: </specialnotice>
1.115     harris41   50: <specialnotice dist='redhat7 redhat7.1'>
1.79      harris41   51: !!!!!!!!!  REDHAT 7.*   NOTICE   !!!!!!!!!!!!!!!!!!!!
1.69      harris41   52: !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
                     53: !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
                     54: !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
                     55: !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                     56: !!!! The offending line is in CGI/Cookie.pm                           !!
                     57: !!!!                                                                  !!
1.93      harris41   58: !!!! it should be changed from                                        !!
                     59: !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
                     60: !!!! to                                                               !!
1.69      harris41   61: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
                     62: !!!!                                                                  !!
1.93      harris41   63: !!!! (This is just below the following line )                         !!
1.69      harris41   64: !!!! # IE requires the path and domain to be present for some reason. !!
                     65: </specialnotice>
1.94      harris41   66: </specialnotices>
1.1       harris41   67: <targetroot>/</targetroot>
                     68: <sourceroot>/home/user/loncapa/</sourceroot>
1.14      harris41   69: <categories>
1.1       harris41   70: <category name="interface file" type="runtime">
1.5       harris41   71:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   72:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   73: </category>
                     74: <category name="interface file" type="development">
1.5       harris41   75:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55      harris41   76:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   77: </category>
                     78: <category name="setuid script" type="runtime">
1.5       harris41   79:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   80:   <abbreviation>setuid</abbreviation>
1.1       harris41   81: </category>
                     82: <category name="setuid script" type="development">
1.5       harris41   83:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   84:   <abbreviation>setuid</abbreviation>
1.1       harris41   85: </category>
                     86: <category name="handler" type="runtime">
1.5       harris41   87:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   88:   <abbreviation>handler</abbreviation>
1.1       harris41   89: </category>
                     90: <category name="handler" type="development">
1.89      harris41   91:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55      harris41   92:   <abbreviation>handler</abbreviation>
1.1       harris41   93: </category>
                     94: <category name="static conf" type="runtime">
1.5       harris41   95:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   96:   <abbreviation>static</abbreviation>
1.1       harris41   97: </category>
                     98: <category name="static conf" type="development">
1.5       harris41   99:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41  100:   <abbreviation>static</abbreviation>
1.1       harris41  101: </category>
                    102: <category name="conf" type="runtime">
1.5       harris41  103:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  104:   <abbreviation>configurable</abbreviation>
1.1       harris41  105: </category>
                    106: <category name="conf" type="development">
1.5       harris41  107:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  108:   <abbreviation>configurable</abbreviation>
1.1       harris41  109: </category>
                    110: <category name="script" type="runtime">
1.89      harris41  111:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55      harris41  112:   <abbreviation>script</abbreviation>
1.1       harris41  113: </category>
                    114: <category name="script" type="development">
1.89      harris41  115:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55      harris41  116:   <abbreviation>script</abbreviation>
1.1       harris41  117: </category>
                    118: <category name="graphic file" type="runtime">
1.5       harris41  119:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41  120:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  121: </category>
                    122: <category name="graphic file" type="development">
1.89      harris41  123:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55      harris41  124:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  125: </category>
1.83      harris41  126: <category name="doc" type="runtime">
                    127:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
                    128:   <abbreviation>systemfile</abbreviation>
                    129: </category>
                    130: <category name="doc" type="development">
                    131:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
                    132:   <abbreviation>systemfile</abbreviation>
                    133: </category>
1.1       harris41  134: <category name="system file" type="runtime">
1.5       harris41  135:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  136:   <abbreviation>systemfile</abbreviation>
1.1       harris41  137: </category>
                    138: <category name="system file" type="development">
1.5       harris41  139:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  140:   <abbreviation>systemfile</abbreviation>
1.1       harris41  141: </category>
1.188     harris41  142: <category name="system script" type="runtime">
                    143:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
                    144:   <abbreviation>systemscript</abbreviation>
                    145: </category>
                    146: <category name="system script" type="development">
                    147:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
                    148:   <abbreviation>systemscript</abbreviation>
                    149: </category>
1.1       harris41  150: <category name="root script" type="runtime">
1.89      harris41  151:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  152:   <abbreviation>rootscript</abbreviation>
1.1       harris41  153: </category>
                    154: <category name="root script" type="development">
1.89      harris41  155:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  156:   <abbreviation>rootscript</abbreviation>
1.1       harris41  157: </category>
                    158: <category name="symbolic link" type="runtime">
1.5       harris41  159:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  160:   <abbreviation>link</abbreviation>
1.1       harris41  161: </category>
                    162: <category name="symbolic link" type="development">
1.5       harris41  163:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  164:   <abbreviation>link</abbreviation>
1.1       harris41  165: </category>
                    166: <category name="standard" type="runtime">
1.5       harris41  167:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  168:   <abbreviation>directory</abbreviation>
1.1       harris41  169: </category>
                    170: <category name="standard" type="development">
1.5       harris41  171:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  172:   <abbreviation>directory</abbreviation>
1.1       harris41  173: </category>
                    174: <category name="server standard" type="runtime">
1.5       harris41  175:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  176:   <abbreviation>directory</abbreviation>
1.1       harris41  177: </category>
                    178: <category name="server standard" type="development">
1.5       harris41  179:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56      harris41  180:   <abbreviation>directory</abbreviation>
1.1       harris41  181: </category>
                    182: <category name="server readonly" type="runtime">
1.5       harris41  183:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56      harris41  184:   <abbreviation>directory</abbreviation>
1.1       harris41  185: </category>
                    186: <category name="server readonly" type="development">
1.89      harris41  187:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  188:   <abbreviation>directory</abbreviation>
1.1       harris41  189: </category>
1.14      harris41  190: </categories>
1.2       harris41  191: <rpm>
1.3       harris41  192:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
                    193:   <rpmName>LON-CAPA-base</rpmName>
                    194:   <rpmVersion>3.1</rpmVersion>
                    195:   <rpmRelease>1</rpmRelease>
1.27      harris41  196:   <rpmVendor>Laboratory for Instructional Technology Education,
                    197: Division of Science and Mathematics Education, Michigan State University.
                    198:   </rpmVendor>
1.3       harris41  199:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
                    200:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
                    201:   <rpmGroup>Utilities/System</rpmGroup>
                    202:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
                    203:   <rpmAutoReqProv>no</rpmAutoReqProv>
1.98      harris41  204:   <rpmdescription>This package facilitates a base installation of LON-CAPA \n
                    205: files in their directories.\n
                    206: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
                    207:   </rpmdescription>
1.10      harris41  208:   <rpmpre>echo '***********************************************************************'\n
                    209: echo 'LON-CAPA  LearningOnline with CAPA'\n
                    210: echo 'http://www.lon-capa.org/'\n
                    211: echo 'Gerd Kortemeyer, et al'\n
                    212: echo 'Laboratory for Instructional Technology Education'\n
                    213: echo 'Michigan State University'\n
                    214: echo 'General Public License, Version 2, June 1991'\n
                    215: echo '** Michigan State University patents may apply **'\n
                    216: echo ' '\n
                    217: echo 'This installation assumes an installation of Redhat 6.2'\n
                    218: echo ' '\n
                    219: echo 'The server computer should be currently connected to the ethernet'\n
                    220: echo ' '\n
                    221: echo '***********************************************************************'\n
                    222: </rpmpre>
1.83      harris41  223: <rpmRequires>
                    224: <item>PreReq: LON-CAPA-setup</item>
                    225: <item>PreReq: apache</item>
1.129     harris41  226: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83      harris41  227: </rpmRequires>
1.2       harris41  228: </rpm>
1.14      harris41  229: <directories>
1.115     harris41  230: <directory dist='default'>
1.179     harris41  231:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  232:   <targetdir dist='default'>etc</targetdir>
                    233:   <categoryname>standard</categoryname>
                    234:   <description>standard linux directory for configuration files</description>
                    235: </directory>
1.115     harris41  236: <directory dist='default'>
1.179     harris41  237:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  238:   <targetdir dist='default'>etc/cron.d</targetdir>
                    239:   <categoryname>standard</categoryname>
                    240:   <description>standard linux directory for running time-based "jobs"
                    241:   </description>
                    242: </directory>
1.115     harris41  243: <directory dist='default'>
1.179     harris41  244:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  245:   <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3       harris41  246:   <categoryname>standard</categoryname>
                    247:   <description>web configuration files</description>
1.37      harris41  248: </directory>
1.115     harris41  249: <directory dist='default'>
1.179     harris41  250:   <protectionlevel>never_delete</protectionlevel>
1.48      harris41  251:   <targetdir dist='default'>etc/pam.d</targetdir>
                    252:   <categoryname>standard</categoryname>
                    253:   <description>configuration directory for password authentication mechanism
                    254:   </description>
                    255: </directory>
1.115     harris41  256: <directory dist='default'>
1.179     harris41  257:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  258:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.142     harris41  259:   <targetdir dist='debian'>etc/init.d</targetdir>
1.37      harris41  260:   <categoryname>standard</categoryname>
                    261:   <description>scripts that run during system startup</description>
                    262: </directory>
1.115     harris41  263: <directory dist='default'>
1.179     harris41  264:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  265:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.142     harris41  266:   <targetdir dist='debian'>etc/rc0.d</targetdir>
1.37      harris41  267:   <categoryname>standard</categoryname>
                    268:   <description>scripts that run for run-level 0</description>
                    269: </directory>
1.198     albertel  270: <directory dist='default'>
1.179     harris41  271:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  272:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.142     harris41  273:   <targetdir dist='debian'>etc/rc1.d</targetdir>
1.37      harris41  274:   <categoryname>standard</categoryname>
                    275:   <description>scripts that run for run-level 1</description>
                    276: </directory>
1.115     harris41  277: <directory dist='default'>
1.179     harris41  278:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  279:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.142     harris41  280:   <targetdir dist='debian'>etc/rc2.d</targetdir>
1.37      harris41  281:   <categoryname>standard</categoryname>
                    282:   <description>scripts that run for run-level 2</description>
                    283: </directory>
1.115     harris41  284: <directory dist='default'>
1.215     albertel  285:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  286:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.142     harris41  287:   <targetdir dist='debian'>etc/rc3.d</targetdir>
1.37      harris41  288:   <categoryname>standard</categoryname>
                    289:   <description>scripts that run for run-level 3</description>
                    290: </directory>
1.115     harris41  291: <directory dist='default'>
1.179     harris41  292:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  293:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.142     harris41  294:   <targetdir dist='debian'>etc/rc4.d</targetdir>
1.37      harris41  295:   <categoryname>standard</categoryname>
                    296:   <description>scripts that run for run-level 4</description>
                    297: </directory>
1.115     harris41  298: <directory dist='default'>
1.179     harris41  299:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  300:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.142     harris41  301:   <targetdir dist='debian'>etc/rc5.d</targetdir>
1.37      harris41  302:   <categoryname>standard</categoryname>
                    303:   <description>scripts that run for run-level 5</description>
                    304: </directory>
1.115     harris41  305: <directory dist='default'>
1.179     harris41  306:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  307:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.142     harris41  308:   <targetdir dist='debian'>etc/rc6.d</targetdir>
1.37      harris41  309:   <categoryname>standard</categoryname>
                    310:   <description>scripts that run for run-level 6</description>
                    311: </directory>
1.115     harris41  312: <directory dist='default'>
1.179     harris41  313:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  314:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3       harris41  315:   <categoryname>standard</categoryname>
                    316:   <description>tab-formatted reference files</description>
                    317: </directory>
1.115     harris41  318: <directory dist='default'>
1.179     harris41  319:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  320:   <targetdir dist='default'>home/httpd</targetdir>
1.3       harris41  321:   <categoryname>standard</categoryname>
                    322:   <description>start of the web server tree</description>
                    323: </directory>
1.115     harris41  324: <directory dist='default'>
1.179     harris41  325:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  326:   <targetdir dist='default'>home/httpd/perl</targetdir>
1.10      harris41  327:   <categoryname>server readonly</categoryname>
1.3       harris41  328:   <description>perl scripts for managing the LON-CAPA system</description>
                    329: </directory>
1.115     harris41  330: <directory dist='default'>
1.179     harris41  331:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  332:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3       harris41  333:   <categoryname>server standard</categoryname>
1.27      harris41  334:   <description>location where system performance and error logs are kept
1.90      harris41  335:   </description>
                    336: </directory>
1.115     harris41  337: <directory dist='default'>
1.179     harris41  338:   <protectionlevel>modest_delete</protectionlevel>
1.97      albertel  339:   <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90      harris41  340:   <categoryname>server standard</categoryname>
                    341:   <description>
                    342: Used by lond parent to check if children are responding to USR1 signals
                    343: (otherwise they are killed and replaced).
1.27      harris41  344:   </description>
1.3       harris41  345: </directory>
1.115     harris41  346: <directory dist='default'>
1.179     harris41  347:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  348:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3       harris41  349:   <categoryname>server standard</categoryname>
1.27      harris41  350:   <description>location where temporary files (for caching) are stored
                    351:   </description>
1.3       harris41  352: </directory>
1.115     harris41  353: <directory dist='default'>
1.179     harris41  354:   <protectionlevel>modest_delete</protectionlevel>
1.64      harris41  355:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
                    356:   <categoryname>server standard</categoryname>
                    357:   <description>for the output of lonprintout.pm
                    358:   </description>
1.155     harris41  359: </directory>
                    360: <directory dist='default'>
1.179     harris41  361:   <protectionlevel>modest_delete</protectionlevel>
1.155     harris41  362:   <targetdir dist='default'>home/httpd/lib</targetdir>
                    363:   <categoryname>server readonly</categoryname>
                    364:   <description>location of LON-CAPA software modules and
                    365: extensions</description>
1.64      harris41  366: </directory>
1.115     harris41  367: <directory dist='default'>
1.179     harris41  368:   <!-- Must protect localauth.pm from extinction. -->
                    369:   <protectionlevel>weak_delete</protectionlevel>
1.34      albertel  370:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
                    371:   <categoryname>server readonly</categoryname>
                    372:   <description>location of LON-CAPA non web mod-perl handlers</description>
                    373: </directory>
1.115     harris41  374: <directory dist='default'>
1.179     harris41  375:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  376:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3       harris41  377:   <categoryname>server readonly</categoryname>
                    378:   <description>location of LON-CAPA web mod-perl handlers</description>
1.114     harris41  379: </directory>
1.115     harris41  380: <directory dist='default'>
1.179     harris41  381:   <protectionlevel>modest_delete</protectionlevel>
1.114     harris41  382:   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
                    383:   <categoryname>server readonly</categoryname>
                    384:   <description>location of HTML specific perl module fixes and additions
                    385:   </description>
1.3       harris41  386: </directory>
1.115     harris41  387: <directory dist='default'>
1.179     harris41  388:   <protectionlevel>modest_delete</protectionlevel>
1.125     harris41  389:   <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
                    390:   <categoryname>server readonly</categoryname>
                    391:   <description>location of HTML specific perl module fixes and additions
                    392:   </description>
                    393: </directory>
                    394: <directory dist='default'>
1.179     harris41  395:    <protectionlevel>modest_delete</protectionlevel>
                    396:  <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3       harris41  397:   <categoryname>server standard</categoryname>
                    398:   <description>cookie jar</description>
                    399: </directory>
1.115     harris41  400: <directory dist='default'>
1.226     albertel  401:    <protectionlevel>modest_delete</protectionlevel>
                    402:  <targetdir dist='default'>home/httpd/scantron</targetdir>
                    403:   <categoryname>server standard</categoryname>
                    404:   <description>uploaded scantron forms directory</description>
                    405: </directory>
                    406: <directory dist='default'>
1.179     harris41  407:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  408:   <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3       harris41  409:   <categoryname>server standard</categoryname>
                    410:   <description>lonc's sockets</description>
                    411: </directory>
1.115     harris41  412: <directory dist='default'>
1.179     harris41  413:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  414:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3       harris41  415:   <categoryname>server standard</categoryname>
                    416:   <description>lonc's sockets (delayed)</description>
                    417: </directory>
1.115     harris41  418: <directory dist='default'>
1.179     harris41  419:   <protectionlevel>never_delete</protectionlevel>
1.26      harris41  420:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
                    421:   <categoryname>standard</categoryname>
                    422:   <description>location of cgi scripts</description>
                    423: </directory>
1.115     harris41  424: <directory dist='default'>
1.179     harris41  425:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  426:   <targetdir dist='default'>home/httpd/html</targetdir>
1.3       harris41  427:   <categoryname>server standard</categoryname>
                    428:   <description>location of web-accessible file tree</description>
                    429: </directory>
1.115     harris41  430: <directory dist='default'>
1.179     harris41  431:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  432:   <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3       harris41  433:   <categoryname>server standard</categoryname>
                    434:   <description>root of resource tree</description>
                    435: </directory>
1.115     harris41  436: <directory dist='default'>
1.179     harris41  437:   <protectionlevel>modest_delete</protectionlevel>
1.151     www       438:   <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
                    439:   <categoryname>server standard</categoryname>
                    440:   <description>root for user uploaded files</description>
                    441: </directory>
                    442: <directory dist='default'>
1.179     harris41  443:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  444:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3       harris41  445:   <categoryname>server readonly</categoryname>
                    446:   <description>unauthenticated resources</description>
                    447: </directory>
1.115     harris41  448: <directory dist='default'>
1.179     harris41  449:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  450:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3       harris41  451:   <categoryname>server readonly</categoryname>
                    452:   <description>home of the rat</description>
                    453: </directory>
1.115     harris41  454: <directory dist='default'>
1.179     harris41  455:   <protectionlevel>modest_delete</protectionlevel>
1.32      harris41  456:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
                    457:   <categoryname>server readonly</categoryname>
                    458:   <description>online help documentation</description>
1.140     bowersj2  459: </directory>
                    460: <directory dist='default'>
1.179     harris41  461:   <protectionlevel>modest_delete</protectionlevel>
1.235     bowersj2  462:   <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
                    463:   <categoryname>server readonly</categoryname>
                    464:   <description>XML specifications for helpers</description>
                    465: </directory>
                    466: <directory dist='default'>
                    467:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  468:   <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
                    469:   <categoryname>server readonly</categoryname>
                    470:   <description>online help documentation gif files</description>
                    471: </directory>
                    472: <directory dist='default'>
1.179     harris41  473:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  474:   <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
                    475:   <categoryname>server readonly</categoryname>
                    476:   <description>online help documentation eps files</description>
                    477: </directory>
                    478: <directory dist='default'>
1.179     harris41  479:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  480:   <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
                    481:   <categoryname>server readonly</categoryname>
                    482:   <description>online help documentation tex files</description>
                    483: </directory>
                    484: <directory dist='default'>
1.179     harris41  485:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  486:   <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
                    487:   <categoryname>server readonly</categoryname>
                    488:   <description>online help documentation png files</description>
1.32      harris41  489: </directory>
1.115     harris41  490: <directory dist='default'>
1.179     harris41  491:   <protectionlevel>modest_delete</protectionlevel>
1.118     harris41  492:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
1.73      harris41  493:   <categoryname>server readonly</categoryname>
                    494:   <description>online help documentation for the LON-CAPA programming
                    495: interface</description>
                    496: </directory>
1.115     harris41  497: <directory dist='default'>
1.179     harris41  498:   <protectionlevel>modest_delete</protectionlevel>
1.118     harris41  499:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
                    500:   </targetdir>
1.73      harris41  501:   <categoryname>server readonly</categoryname>
                    502:   <description>online help documentation for the LON-CAPA programming
                    503: interface, Apache (mod_perl) handlers</description>
                    504: </directory>
1.115     harris41  505: <directory dist='default'>
1.179     harris41  506:   <protectionlevel>modest_delete</protectionlevel>
1.77      harris41  507:   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
                    508:   <categoryname>server readonly</categoryname>
                    509:   <description>online help documentation for the LON-CAPA programming
                    510: interface, Apache (mod_perl) handlers</description>
                    511: </directory>
1.115     harris41  512: <directory dist='default'>
1.179     harris41  513:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  514:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3       harris41  515:   <categoryname>server readonly</categoryname>
                    516:   <description>graphic widgets</description>
                    517: </directory>
1.115     harris41  518: <directory dist='default'>
1.179     harris41  519:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  520:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3       harris41  521:   <categoryname>server readonly</categoryname>
1.57      harris41  522:   <description>miscellaneous resources</description>
1.3       harris41  523: </directory>
1.115     harris41  524: <directory dist='default'>
1.179     harris41  525:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  526:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3       harris41  527:   <categoryname>server readonly</categoryname>
                    528:   <description>error warnings and icons</description>
                    529: </directory>
1.115     harris41  530: <directory dist='default'>
1.179     harris41  531:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  532:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3       harris41  533:   <categoryname>server standard</categoryname>
1.10      harris41  534:   <description>Home directories of local users.  There is a five-tier
1.3       harris41  535: structure to the directories:
                    536: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
                    537: a user fredflint at MSU would have his information located in
1.115     harris41  538: lonUsers/msu/f/r/e/fredflint.<br />&#160;<br />Within this directory there are
1.27      harris41  539: a variety of files which govern the scope of what a user can do within the
                    540: LON-CAPA system.  A passwd file determines the type of authentication
                    541: mechanism to use.
                    542:  There also are files such as roles.hist (and its database compilation,
1.3       harris41  543: roles.db) which specify the roles and privileges for a user in the
                    544: LON-CAPA system.</description>
                    545: </directory>
1.115     harris41  546: <directory dist='default'>
1.179     harris41  547:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  548:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3       harris41  549:   <categoryname>server readonly</categoryname>
                    550:   <description>mathematics markup language resources</description>
                    551: </directory>
1.115     harris41  552: <directory dist='default'>
1.179     harris41  553:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  554:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3       harris41  555:   <categoryname>server readonly</categoryname>
1.27      harris41  556:   <description>files useful for including within customized scripting
                    557:   </description>
1.3       harris41  558: </directory>
1.115     harris41  559: <directory dist='default'>
1.179     harris41  560:   <protectionlevel>modest_delete</protectionlevel>
1.27      harris41  561:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
                    562:   </targetdir>
1.19      harris41  563:   <categoryname>server readonly</categoryname>
                    564:   <description>template files useful for customized scripts</description>
                    565: </directory>
1.115     harris41  566: <directory dist='default'>
1.179     harris41  567:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  568:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3       harris41  569:   <categoryname>server standard</categoryname>
1.133     harris41  570:   <description>status reports; online logs are kept that
                    571: are viewable over the world-wide web</description>
1.3       harris41  572: </directory>
1.115     harris41  573: <directory dist='default'>
1.179     harris41  574:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  575:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3       harris41  576:   <categoryname>server readonly</categoryname>
                    577:   <description>web user interface resources</description>
                    578: </directory>
1.115     harris41  579: <directory dist='default'>
1.179     harris41  580:   <protectionlevel>modest_delete</protectionlevel>
1.159     www       581:   <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
                    582:   <categoryname>server readonly</categoryname>
                    583:   <description>LCD font for remote control</description>
                    584: </directory>
                    585: <directory dist='default'>
1.179     harris41  586:   <protectionlevel>modest_delete</protectionlevel>
1.166     www       587:   <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
                    588:   <categoryname>server readonly</categoryname>
                    589:   <description>Logos for LON-CAPA domains</description>
                    590: </directory>
                    591: <directory dist='default'>
1.179     harris41  592:   <protectionlevel>modest_delete</protectionlevel>
1.168     www       593:   <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
                    594:   <categoryname>server readonly</categoryname>
                    595:   <description>Designs for LON-CAPA domains</description>
                    596: </directory>
                    597: <directory dist='default'>
1.179     harris41  598:   <protectionlevel>modest_delete</protectionlevel>
1.165     www       599:   <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
                    600:   <categoryname>server readonly</categoryname>
                    601:   <description>Page headers and graphical interface files</description>
                    602: </directory>
                    603: <directory dist='default'>
1.179     harris41  604:   <protectionlevel>modest_delete</protectionlevel>
1.27      harris41  605:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
                    606:   </targetdir>
1.3       harris41  607:   <categoryname>server readonly</categoryname>
                    608:   <description>bookmark user interface code</description>
                    609: </directory>
1.115     harris41  610: <directory dist='default'>
1.179     harris41  611:   <protectionlevel>modest_delete</protectionlevel>
1.27      harris41  612:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
                    613:   </targetdir>
1.3       harris41  614:   <categoryname>server readonly</categoryname>
                    615:   <description></description>
                    616: </directory>
1.115     harris41  617: <directory dist='default'>
1.179     harris41  618:   <protectionlevel>modest_delete</protectionlevel>
1.37      harris41  619:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
                    620:   </targetdir>
                    621:   <categoryname>server readonly</categoryname>
                    622:   <description>icons that help depict the file system (outdated)</description>
1.3       harris41  623: </directory>
1.115     harris41  624: <directory dist='default'>
1.179     harris41  625:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  626:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.115     harris41  627:   <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
1.233     albertel  628:   <targetdir dist='redhat8'>usr/lib/perl5/site_perl/5.8.0</targetdir>
1.142     harris41  629:   <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
1.3       harris41  630:   <categoryname>standard</categoryname>
1.37      harris41  631:   <description>system perl tree (usually present on linux systems)
1.27      harris41  632:   </description>
1.3       harris41  633: </directory>
1.115     harris41  634: <directory dist='default'>
1.179     harris41  635:   <protectionlevel>modest_delete</protectionlevel>
1.152     harris41  636:   <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
                    637:   <categoryname>standard</categoryname>
                    638:   <description>local binary files for loncapa</description>
                    639: </directory>
                    640: <directory dist='default'>
1.179     harris41  641:   <protectionlevel>modest_delete</protectionlevel>
1.152     harris41  642:   <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
                    643:   <categoryname>standard</categoryname>
                    644:   <description>local documentation files for loncapa</description>
                    645: </directory>
                    646: <directory dist='default'>
1.179     harris41  647:   <protectionlevel>modest_delete</protectionlevel>
1.152     harris41  648:   <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
1.103     harris41  649:   <categoryname>standard</categoryname>
1.152     harris41  650:   <description>examples of configuration files for secondary
                    651:  services</description>
1.103     harris41  652: </directory>
1.115     harris41  653: <directory dist='default'>
1.206     harris41  654:   <protectionlevel>modest_delete</protectionlevel>
                    655:   <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
                    656:   <categoryname>standard</categoryname>
                    657:   <description>local "auxiliary" binary files for loncapa</description>
                    658: </directory>
                    659: <directory dist='default'>
1.179     harris41  660:   <protectionlevel>never_delete</protectionlevel>
1.103     harris41  661:   <targetdir dist='default'>usr/local/man/man1</targetdir>
                    662:   <categoryname>standard</categoryname>
                    663:   <description>local manual pages</description>
                    664: </directory>
1.115     harris41  665: <directory dist='default'>
1.179     harris41  666:   <protectionlevel>never_delete</protectionlevel>
1.77      harris41  667:   <targetdir dist='default'>usr/man/man1</targetdir>
                    668:   <categoryname>standard</categoryname>
                    669:   <description>manual pages</description>
                    670: </directory>
1.115     harris41  671: <directory dist='default'>
1.179     harris41  672:   <protectionlevel>never_delete</protectionlevel>
1.75      harris41  673:   <targetdir dist='default'>usr/man/man3</targetdir>
1.73      harris41  674:   <categoryname>standard</categoryname>
1.75      harris41  675:   <description>manual pages</description>
1.73      harris41  676: </directory>
1.115     harris41  677: <directory dist='default'>
1.179     harris41  678:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  679:   <targetdir dist='default'>usr/sbin</targetdir>
1.3       harris41  680:   <categoryname>standard</categoryname>
1.37      harris41  681:   <description>standard linux directory for superuser executables</description>
1.2       harris41  682: </directory>
1.14      harris41  683: </directories>
                    684: <files>
1.4       harris41  685: <file>
1.37      harris41  686: <source>loncom/krb.conf</source>
1.175     harris41  687: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
                    688: <categoryname>static conf</categoryname>
1.37      harris41  689: <description>
                    690: which Kerberos server to contact for specified Kerberos domains
                    691: </description>
                    692: <note>
1.59      harris41  693: <table cellpadding='0' cellspacing='0' border='1'>
1.37      harris41  694: <tr><td>
                    695: list elements are separated by newlines
                    696: </td></tr>
                    697: <tr><td>
                    698: each list element consists of only two subelements separated by a colon
                    699: <br />
                    700: <ul>
                    701: <li>Kerberos domain value</li>
                    702: <li>Kerberos server IP address</li>
                    703: </ul>
                    704: </td></tr>
                    705: </table>
                    706: </note>
1.85      harris41  707: </file>
                    708: <file>
                    709: <source>loncom/loncapa.conf</source>
                    710: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
                    711: <categoryname>conf</categoryname>
                    712: <description>
1.129     harris41  713: <p>
1.85      harris41  714: The goal of this file is to implement all LON-CAPA specific
1.129     harris41  715: customization of the Apache web server (most all of these values
                    716: require manual input from the system administrator at some point).
                    717: The values in this file, as opposed to loncapa_apache.conf, are
                    718: meant to be machine and institution specific.
                    719: </p>
                    720: <p>
                    721: For the LON-CAPA network server and perl module
                    722: handlers, it defines machine specific settings including lonHostID, lonRole,
                    723: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
                    724: </p>
                    725: <p>
                    726: This file should not be viewable by regular users of the system.
                    727: Only root and www should be able to view the contents of this file
                    728: since lonReceipt is sensitive.
                    729: </p>
1.4       harris41  730: </description>
                    731: <note>
                    732: <b>configure</b>
                    733: <br />
1.91      harris41  734: <table cellpadding='0' cellspacing='0' border='1'>
1.27      harris41  735: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
                    736: machine</td></tr>
                    737: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
                    738: access</td></tr>
1.4       harris41  739: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
                    740: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
                    741: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27      harris41  742: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
                    743: seconds</td></tr>
1.10      harris41  744: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27      harris41  745: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
                    746: MySQL database</td></tr>
1.4       harris41  747: </table>
                    748: </note>
1.129     harris41  749: </file>
                    750: <file>
                    751: <source>loncom/loncapa_apache.conf</source>
                    752: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
                    753: <categoryname>static conf</categoryname>
                    754: <description>
                    755: The goal of this file is to implement all LON-CAPA specific
                    756: customization of the Apache web server that does not require
                    757: user input.
                    758: 
                    759: For the Apache web server, it defines a global
                    760: access configuration which defines what server options (Indexes", "Includes",
                    761: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
                    762: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
                    763: and "/usr/doc").  For the LON-CAPA network server and perl module
                    764: handlers, it defines 
                    765: and internal machine settings for specific directories, socket ports,
                    766: the www@localhost MySQL password, and browser detection logic.
                    767: </description>
1.4       harris41  768: </file>
                    769: <file>
                    770: <source>loncom/startup.pl</source>
1.5       harris41  771: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4       harris41  772: <categoryname>static conf</categoryname>
                    773: <description>
                    774: This file provides initializations for perl handlers.  It adjusts what
                    775: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
                    776: well as causing the Apache module to be used for every perl handler.
1.171     harris41  777: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
1.4       harris41  778: </description>
                    779: </file>
                    780: <file>
1.139     matthew   781: <source>loncom/thesaurus/thesaurus.db</source>
                    782: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
                    783: <categoryname>system file</categoryname>
1.46      harris41  784: <description>
1.139     matthew   785: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
1.46      harris41  786: </description>
1.139     matthew   787: <build trigger='run if dependencies change'>
                    788: loncom/thesaurus/build_thesaurus_wrapper.sh
                    789: </build>
                    790: <dependencies>
                    791: rawkey.txt
                    792: </dependencies>
1.46      harris41  793: </file>
                    794: <file>
1.10      harris41  795: <source>loncom/interface/mydesk.tab</source>
                    796: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
                    797: <categoryname>static conf</categoryname>
                    798: <description>
                    799: Config file for "My Desk"
                    800: </description>
                    801: </file>
                    802: <file>
1.4       harris41  803: <source>loncom/interface/filetypes.tab</source>
1.5       harris41  804: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4       harris41  805: <categoryname>static conf</categoryname>
                    806: <description>
                    807: Descriptive list of file extensions, and extension groupings.
1.135     matthew   808: </description>
                    809: </file>
                    810: <file>
                    811: <source>loncom/interface/filecategories.tab</source>
                    812: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
                    813: <categoryname>static conf</categoryname>
                    814: <description>
                    815: Descriptive list of file extensions and broad categorization.
1.184     albertel  816: </description>
                    817: </file>
                    818: <file>
1.201     albertel  819: <source>loncom/cgi/barcode.png</source>
                    820: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
1.26      harris41  821: <categoryname>script</categoryname>
                    822: <description>
                    823: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
                    824: parameter.
1.101     harris41  825: </description>
                    826: </file>
                    827: <file>
1.131     www       828: <source>loncom/cgi/thumbnail.gif</source>
                    829: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
                    830: <categoryname>script</categoryname>
                    831: <description>
                    832: Produces a thumbnail image of the url given
                    833: </description>
                    834: </file>
                    835: <file>
1.101     harris41  836: <source>loncom/cgi/clusterstatus.pl</source>
                    837: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
                    838: <categoryname>script</categoryname>
                    839: <description>
                    840: utility cgi script to view status of cluster
1.160     harris41  841: </description>
                    842: </file>
                    843: <file>
                    844: <source>loncom/build/system_dependencies/perltest.pl</source>
                    845: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
                    846: <categoryname>script</categoryname>
1.161     harris41  847: <description>
                    848: utility cgi script to view status of perl modules
                    849: </description>
                    850: </file>
                    851: <file>
                    852: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
                    853: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
                    854: <categoryname>interface file</categoryname>
1.160     harris41  855: <description>
                    856: utility cgi script to view status of perl modules
1.4       harris41  857: </description>
                    858: </file>
                    859: <file>
1.201     albertel  860: <source>loncom/cgi/graph.png</source>
                    861: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
1.45      harris41  862: <categoryname>script</categoryname>
                    863: <description>
                    864: Dynamically outputs a graph especially for lonstatistics.pm.
                    865: </description>
                    866: <note>
                    867: Depends on perl modules:
                    868: GDGraph-1.33 and GDTextUtils-0.80.
1.64      harris41  869: </note>
1.100     harris41  870: </file>
                    871: <file>
                    872: <source>loncom/cgi/lonversions.pl</source>
                    873: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
                    874: <categoryname>script</categoryname>
                    875: <description>
                    876: utility cgi script to view software versions of a remote server
                    877: </description>
                    878: </file>
                    879: <file>
                    880: <source>loncom/cgi/ping.pl</source>
                    881: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
                    882: <categoryname>script</categoryname>
                    883: <description>
                    884: cgi-script to ping other server
                    885: </description>
1.65      harris41  886: </file>
                    887: <file>
1.66      harris41  888: <source>loncom/cgi/plot.gif</source>
1.65      harris41  889: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
                    890: <categoryname>script</categoryname>
                    891: <description>
                    892: Dynamically outputs X-Y plots with point, line, etc functions.
1.213     www       893: </description>
                    894: </file>
                    895: <file>
                    896: <source>loncom/cgi/imagechoice.pl</source>
                    897: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
                    898: <categoryname>script</categoryname>
                    899: <description>
                    900: Helper to select image coordinates in writing homework involving images.
1.65      harris41  901: </description>
1.64      harris41  902: </file>
                    903: <file>
                    904: <source>loncom/interface/printout.pl</source>
                    905: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
                    906: <categoryname>script</categoryname>
                    907: <description>
                    908: cgi script
                    909: </description>
                    910: <note>
                    911: Depends on srm.conf entry:
                    912: Alias /prtspool/ /home/httpd/prtspool/
                    913: as well as a /home/httpd/prtspool directory.
1.45      harris41  914: </note>
                    915: </file>
                    916: <file>
1.41      harris41  917: <source>loncom/cgi/metadata_keywords.pl</source>
                    918: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
                    919: <categoryname>script</categoryname>
                    920: <description>
                    921: a cgi-script (not mod_perl), which contacts MySQL and pulls
                    922: out all keywords in this format:
                    923: 
                    924: coil,magnetic,transformer
                    925: transformer,coils,current,amperes,voltage,transformers,coil
                    926: flux,magnetic,current,transformer
                    927: coil,loop,field,magnetic
                    928: 
                    929: ... etc (one line per entry).
                    930: 
                    931: and simply prints this text-only (no markup) to the browser
1.182     www       932: </description>
                    933: </file>
                    934: <file>
                    935: <source>loncom/cgi/metadata_harvest.pl</source>
                    936: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
                    937: <categoryname>script</categoryname>
                    938: <description>
                    939: a cgi-script (not mod_perl), which contacts MySQL and pulls
                    940: out all records in "|"-separated format.
                    941: To be used by very simple harvesting engines.
1.41      harris41  942: </description>
                    943: </file>
1.43      harris41  944: <fileglob>
1.60      harris41  945: <glob>*.*</glob>
1.43      harris41  946: <sourcedir>loncom/homework/templates/</sourcedir>
                    947: <targetdir dist='default'>
                    948: home/httpd/html/res/adm/includes/templates/</targetdir>
                    949: <categoryname>static conf</categoryname>
                    950: <description>
                    951: Template files for generating new resources.
                    952: </description>
                    953: <filenames>
1.59      harris41  954: blank.library;
                    955: blank.library.meta;
                    956: blank.problem;
                    957: blank.problem.meta;
1.243     www       958: ClickImageExample.problem;
                    959: ClickImageExample.problem.meta;
1.156     albertel  960: Essay.problem;
                    961: Essay.problem.meta;
1.243     www       962: man1.jpg;
1.59      harris41  963: numerical.problem;
                    964: numerical.problem.meta;
1.134     albertel  965: Plot.problem;
                    966: Plot.problem.meta;
1.59      harris41  967: RadioResponse.problem;
                    968: RadioResponse.problem.meta;
1.134     albertel  969: RandomLabelExample.problem;
                    970: RandomLabelExample.problem.meta;
1.59      harris41  971: SelectFromOptions-4ConceptGoups.problem;
                    972: SelectFromOptions-4ConceptGoups.problem.meta;
                    973: SelectFromOptions-5ConceptGoups.problem;
                    974: SelectFromOptions-5ConceptGoups.problem.meta;
                    975: SelectFromOptions-6ConceptGoups.problem;
                    976: SelectFromOptions-6ConceptGoups.problem.meta;
                    977: SelectFromOptions-7ConceptGoups.problem;
                    978: SelectFromOptions-7ConceptGoups.problem.meta;
                    979: SelectFromOptions-8ConceptGoups.problem;
                    980: SelectFromOptions-8ConceptGoups.problem.meta;
                    981: SelectFromOptions-Simple.problem;
                    982: SelectFromOptions-Simple.problem.meta;
1.63      harris41  983: script.library;
                    984: script.library.meta;
1.134     albertel  985: SimpleFormula.problem;
                    986: SimpleFormula.problem.meta;
1.59      harris41  987: StringResponse.problem;
1.214     albertel  988: StringResponse.problem.meta;
                    989: SimpleMatching.problem;
                    990: SimpleMatching.problem.meta;
                    991: SimpleRank.problem;
1.220     www       992: SimpleRank.problem.meta;
                    993: SimpleTrueFalse.problem;
                    994: SimpleTrueFalse.problem.meta
1.43      harris41  995: </filenames>
                    996: </fileglob>
1.19      harris41  997: <file>
1.4       harris41  998: <source>loncom/homework/insertlist.tab</source>
1.5       harris41  999: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4       harris41 1000: <categoryname>static conf</categoryname>
                   1001: <description>
1.8       harris41 1002: Describes what tags are allowed inside other tags.
1.4       harris41 1003: </description>
                   1004: </file>
                   1005: <file>
1.47      harris41 1006: <source>CAPA/JavaTools/GLabel.class</source>
                   1007: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
                   1008: </target>
                   1009: <categoryname>static conf</categoryname>
                   1010: <description>
                   1011: Java applet for labelling graphs.
                   1012: </description>
                   1013: <note>
                   1014: Built from Glabel.java.  Still working on build/dependency details.
                   1015: </note>
                   1016: </file>
                   1017: <file>
1.253     matthew  1018: <source>loncom/interface/spreadsheet/default_assesscalc</source>
                   1019: <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
1.27      harris41 1020: </target>
1.4       harris41 1021: <categoryname>static conf</categoryname>
                   1022: <description>
                   1023: Default spreadsheet for individual assessment.
                   1024: </description>
                   1025: </file>
                   1026: <file>
1.253     matthew  1027: <source>loncom/interface/spreadsheet/default_studentcalc</source>
                   1028: <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
1.27      harris41 1029: </target>
1.4       harris41 1030: <categoryname>static conf</categoryname>
                   1031: <description>
                   1032: Default spreadsheet for assessment of students.
                   1033: </description>
                   1034: </file>
                   1035: <file>
1.253     matthew  1036: <source>loncom/interface/spreadsheet/default_classcalc</source>
                   1037: <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
1.27      harris41 1038: </target>
1.10      harris41 1039: <categoryname>static conf</categoryname>
                   1040: <description>
                   1041: Default spreadsheet for assessment of a class.
                   1042: </description>
                   1043: </file>
                   1044: <file>
1.4       harris41 1045: <source>loncom/auth/roles.tab</source>
1.5       harris41 1046: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4       harris41 1047: <categoryname>static conf</categoryname>
                   1048: <description>
1.27      harris41 1049: List of privileges associated with users of multiple types (for example:
                   1050: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4       harris41 1051: </description>
                   1052: </file>
                   1053: <file>
1.5       harris41 1054: <source>loncom/auth/rolesplain.tab</source>
                   1055: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
                   1056: <categoryname>static conf</categoryname>
                   1057: <description>
1.10      harris41 1058: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5       harris41 1059: and privileges available in the network with function
                   1060: </description>
1.4       harris41 1061: </file>
                   1062: <file>
1.5       harris41 1063: <source>loncom/hosts.tab</source>
                   1064: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1.96      harris41 1065: <categoryname>static conf</categoryname>
1.5       harris41 1066: <description>
1.10      harris41 1067: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
                   1068: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.216     albertel 1069: </description>
                   1070: </file>
                   1071: <file>
                   1072: <source>loncom/domain.tab</source>
                   1073: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
                   1074: <categoryname>static conf</categoryname>
                   1075: <description>
                   1076: List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
1.5       harris41 1077: </description>
1.4       harris41 1078: </file>
                   1079: <file>
1.5       harris41 1080: <source>loncom/spare.tab</source>
                   1081: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
                   1082: <categoryname>conf</categoryname>
                   1083: <description>
                   1084: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                   1085: </description>
                   1086: <note>
                   1087: <b>configure</b><br />
1.91      harris41 1088: <table cellpadding='0' cellspacing='0' border='1'>
1.5       harris41 1089: <tr><td>
                   1090: list elements are separated by newlines
                   1091: </td></tr>
                   1092: <tr><td>
                   1093: each list element consists of only one value; the value for <tt>lonHostID</tt>
                   1094: in <tt>access.conf</tt>
                   1095: </td></tr>
                   1096: </table>
                   1097: </note>
1.4       harris41 1098: </file>
                   1099: <file>
1.5       harris41 1100: <source>loncom/htpasswd</source>
                   1101: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
                   1102: <categoryname>conf</categoryname>
                   1103: <description>
                   1104: Basic auth password to access /lon-status and /server-status
                   1105: </description>
1.4       harris41 1106: </file>
                   1107: <file>
1.5       harris41 1108: <source>loncom/smb.conf</source>
1.152     harris41 1109: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
1.175     harris41 1110: <categoryname>static conf</categoryname>
1.5       harris41 1111: <description>
1.27      harris41 1112: configuration file to make LON-CAPA server file space accessible to network
                   1113: neighborhood
1.5       harris41 1114: </description>
1.4       harris41 1115: </file>
                   1116: <file>
1.5       harris41 1117: <source>loncom/ntp.conf</source>
1.175     harris41 1118: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
                   1119: <categoryname>static conf</categoryname>
1.5       harris41 1120: <description>
                   1121: which NTP server to contact for information (XNTP3 standard)
                   1122: </description>
                   1123: <note>
1.91      harris41 1124: <table cellpadding='0' cellspacing='0' border='1'>
1.5       harris41 1125: <tr><td>
                   1126: only one line needs to be changed to specify a server ip address
                   1127: </td></tr>
                   1128: <tr><td>
                   1129: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
                   1130: </td></tr>
                   1131: </table>
                   1132: </note>
1.4       harris41 1133: </file>
                   1134: <file>
1.5       harris41 1135: <source>loncom/metadata_database/searchcat.pl</source>
                   1136: <target dist='default'>home/httpd/perl/searchcat.pl</target>
                   1137: <categoryname>script</categoryname>
                   1138: <description>
                   1139: Batch script for updating SQL metadata database.
1.149     matthew  1140: </description>
                   1141: </file>
                   1142: <file>
                   1143: <source>loncom/metadata_database/cleanup_database.pl</source>
                   1144: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
                   1145: <categoryname>script</categoryname>
                   1146: <description>
                   1147: Batch script for removing temporary tables from the SQL metadata database.
1.190     matthew  1148: </description>
                   1149: </file>
                   1150: <file>
                   1151: <source>loncom/misc/cleanup_prtspool.pl</source>
                   1152: <target dist='default'>home/httpd/perl/cleanup_prtspool.pl</target>
                   1153: <categoryname>script</categoryname>
                   1154: <description>
                   1155: Batch script for removing files not accessed within 24 hours from the 
                   1156: /home/httpd/prtspool directory.
1.183     www      1157: </description>
                   1158: </file>
                   1159: <file>
                   1160: <source>loncom/lonhttpd</source>
                   1161: <target dist='default'>home/httpd/perl/lonhttpd</target>
                   1162: <categoryname>script</categoryname>
                   1163: <description>
                   1164: Small fry httpd on port 8080
1.5       harris41 1165: </description>
1.4       harris41 1166: </file>
                   1167: <file>
1.5       harris41 1168: <source>loncom/lonc</source>
                   1169: <target dist='default'>home/httpd/perl/lonc</target>
                   1170: <categoryname>script</categoryname>
                   1171: <description>
                   1172: proxy server
                   1173: </description>
1.4       harris41 1174: </file>
                   1175: <file>
1.77      harris41 1176: <source>doc/man/lonc.1</source>
                   1177: <target dist='default'>usr/man/man1/lonc.1</target>
1.83      harris41 1178: <categoryname>doc</categoryname>
1.77      harris41 1179: <description>man page for lonc</description>
                   1180: <build trigger='always run'>
1.115     harris41 1181: loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \
1.112     harris41 1182: echo 'manifying lonc'
1.77      harris41 1183: </build>
                   1184: <status>works/unverified</status>
                   1185: <dependencies>
                   1186: ../../loncom/lonc
                   1187: </dependencies>
                   1188: </file>
                   1189: <file>
                   1190: <source>doc/scripts/lonc.html</source>
                   1191: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83      harris41 1192: <categoryname>doc</categoryname>
1.103     harris41 1193: <description>POD-derived page for lonc</description>
1.77      harris41 1194: <build trigger='always run'>
1.115     harris41 1195: loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \
1.112     harris41 1196: echo 'pod2html lonc'
1.77      harris41 1197: </build>
                   1198: <status>works/unverified</status>
                   1199: <dependencies>
                   1200: ../../loncom/lonc
                   1201: </dependencies>
                   1202: </file>
                   1203: <file>
1.5       harris41 1204: <source>loncom/lond</source>
                   1205: <target dist='default'>home/httpd/perl/lond</target>
                   1206: <categoryname>script</categoryname>
                   1207: <description>
                   1208: This is a remote command interpreter on a TCP LON-CAPA network layer.
                   1209: It accepts and processes incoming requests from other LON-CAPA machines
                   1210: on the network.  lond's functionality is self-contained in the sense
                   1211: that it does not reference (import, require, use) any other file
                   1212: described in this document.  There are only 15 subroutines in this
1.115     harris41 1213: script, however the <tt>make_new_child</tt> subroutine is quite
1.5       harris41 1214: complex since it parses and responds about 29 different types of 
                   1215: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
                   1216: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
                   1217: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
                   1218: tmpput, tmpget, and ls).
                   1219: </description>
1.4       harris41 1220: </file>
                   1221: <file>
1.77      harris41 1222: <source>doc/man/lond.1</source>
                   1223: <target dist='default'>usr/man/man1/lond.1</target>
1.83      harris41 1224: <categoryname>doc</categoryname>
1.77      harris41 1225: <description>man page for lond</description>
                   1226: <build trigger='always run'>
1.115     harris41 1227: loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
1.112     harris41 1228: echo 'manifying lond'
1.77      harris41 1229: </build>
                   1230: <status>works/unverified</status>
                   1231: <dependencies>
                   1232: ../../loncom/lond
                   1233: </dependencies>
                   1234: </file>
                   1235: <file>
                   1236: <source>doc/scripts/lond.html</source>
                   1237: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83      harris41 1238: <categoryname>doc</categoryname>
1.103     harris41 1239: <description>POD-derived page for lond</description>
1.77      harris41 1240: <build trigger='always run'>
1.115     harris41 1241: loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
1.112     harris41 1242: echo 'pod2html lond'
1.77      harris41 1243: </build>
                   1244: <status>works/unverified</status>
                   1245: <dependencies>
                   1246: ../../loncom/lond
                   1247: </dependencies>
                   1248: </file>
                   1249: <file>
1.171     harris41 1250: <source>loncom/build/CHECKRPMS</source>
                   1251: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
                   1252: <categoryname>script</categoryname>
                   1253: <description>CGI script that checks status of RPMs</description>
                   1254: </file>
                   1255: <file>
1.35      harris41 1256: <source>loncom/cgi/loncron.pl</source>
                   1257: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
                   1258: <categoryname>script</categoryname>
                   1259: <description>CGI script that starts and pipes output of loncron</description>
1.218     www      1260: </file>
                   1261: <file>
                   1262: <source>loncom/cgi/userstatus.pl</source>
                   1263: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
                   1264: <categoryname>script</categoryname>
                   1265: <description>CGI script that shows users currently on machine</description>
1.35      harris41 1266: </file>
                   1267: <file>
1.5       harris41 1268: <source>loncom/loncron</source>
                   1269: <target dist='default'>home/httpd/perl/loncron</target>
                   1270: <categoryname>script</categoryname>
                   1271: <description>housekeeping</description>
1.4       harris41 1272: </file>
                   1273: <file>
1.5       harris41 1274: <source>loncom/lonsql</source>
                   1275: <target dist='default'>home/httpd/perl/lonsql</target>
                   1276: <categoryname>script</categoryname>
                   1277: <description>maintain secondary database of metadata</description>
1.4       harris41 1278: </file>
                   1279: <file>
1.77      harris41 1280: <source>doc/man/lonsql.1</source>
                   1281: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83      harris41 1282: <categoryname>doc</categoryname>
1.77      harris41 1283: <description>man page for lonsql</description>
                   1284: <build trigger='always run'>
1.115     harris41 1285: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
1.112     harris41 1286: echo 'manifying lonsql'
1.77      harris41 1287: </build>
                   1288: <status>works/unverified</status>
                   1289: <dependencies>
                   1290: ../../loncom/lonsql
                   1291: </dependencies>
                   1292: </file>
                   1293: <file>
                   1294: <source>doc/scripts/lonsql.html</source>
                   1295: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83      harris41 1296: <categoryname>doc</categoryname>
1.103     harris41 1297: <description>POD-derived page for lonsql</description>
1.77      harris41 1298: <build trigger='always run'>
1.115     harris41 1299: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
1.112     harris41 1300: echo 'pod2html lonsql'
1.77      harris41 1301: </build>
                   1302: <status>works/unverified</status>
                   1303: <dependencies>
                   1304: ../../loncom/lonsql
                   1305: </dependencies>
                   1306: </file>
                   1307: <file>
1.5       harris41 1308: <source>loncom/lcpasswd</source>
                   1309: <target dist='default'>home/httpd/perl/lcpasswd</target>
                   1310: <categoryname>setuid script</categoryname>
                   1311: <description>
1.48      harris41 1312: Coordinates the system services and files in order to allow lond to change
                   1313: user passwords.
1.5       harris41 1314: </description>
1.48      harris41 1315: <status>being updated</status>
                   1316: </file>
                   1317: <file>
                   1318: <source>loncom/pwchange</source>
                   1319: <target dist='default'>home/httpd/perl/pwchange</target>
                   1320: <categoryname>setuid script</categoryname>
                   1321: <description>
                   1322: Allows www to change user passwords.
                   1323: </description>
                   1324: <status>being updated</status>
1.4       harris41 1325: </file>
                   1326: <file>
1.5       harris41 1327: <source>loncom/lcuseradd</source>
                   1328: <target dist='default'>home/httpd/perl/lcuseradd</target>
                   1329: <categoryname>setuid script</categoryname>
                   1330: <description>
1.48      harris41 1331: Coordinates the system services and files in order to allow lond to add a
                   1332: new user.
1.5       harris41 1333: </description>
1.48      harris41 1334: <status>being updated</status>
1.124     foxr     1335: </file>
                   1336: <file>
                   1337: <source>loncom/lchtmldir</source>
                   1338: <target dist='default'>home/httpd/perl/lchtmldir</target>
                   1339: <categoryname>setuid script</categoryname>
                   1340: <description>
1.133     harris41 1341: Manages the file system ramifications of adding author mode to a user. 
1.124     foxr     1342: If necessary a public_html diretory is added, permissions and ownership are
                   1343: set according to the user's authentication mode.
                   1344: </description>
                   1345: <status>New file</status>
1.4       harris41 1346: </file>
                   1347: <file>
1.5       harris41 1348: <source>loncom/lcuserdel</source>
                   1349: <target dist='default'>home/httpd/perl/lcuserdel</target>
                   1350: <categoryname>setuid script</categoryname>
                   1351: <description>
1.48      harris41 1352: Coordinates the system services and files in order to allow lond to delete a
                   1353: user.
1.5       harris41 1354: </description>
1.10      harris41 1355: <status>deprecated</status>
1.4       harris41 1356: </file>
                   1357: <file>
1.5       harris41 1358: <source>loncom/lcnfson</source>
                   1359: <target dist='default'>home/httpd/perl/lcnfson</target>
                   1360: <categoryname>setuid script</categoryname>
                   1361: <description>
                   1362: coordinates the system services and files in order to allow lond to enable NFS
                   1363: for a user
                   1364: </description>
1.10      harris41 1365: <status>deprecated</status>
1.4       harris41 1366: </file>
                   1367: <file>
1.5       harris41 1368: <source>loncom/lcnfsoff</source>
                   1369: <target dist='default'>home/httpd/perl/lcnfsoff</target>
                   1370: <categoryname>setuid script</categoryname>
                   1371: <description>
                   1372: coordinates the system services and files in order to allow lond to disable NFS
                   1373: for a user
                   1374: </description>
1.10      harris41 1375: <status>deprecated</status>
1.53      harris41 1376: </file>
                   1377: <file>
                   1378: <source>loncom/license/gpl.txt</source>
                   1379: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
                   1380: <categoryname>interface file</categoryname>
                   1381: <description>
                   1382: GNU General Public License.  Long live the cause of freeware!
                   1383: </description>
1.4       harris41 1384: </file>
                   1385: <file>
1.197     albertel 1386: <source>loncom/license/httpi.license</source>
                   1387: <target dist='default'>home/httpd/html/adm/httpi.license</target>
                   1388: <categoryname>interface file</categoryname>
                   1389: <description>
                   1390: HTTPi webserver license
                   1391: </description>
                   1392: </file>
                   1393: <file>
                   1394: <source>loncom/license/httpi.readme</source>
                   1395: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
                   1396: <categoryname>interface file</categoryname>
                   1397: <description>
                   1398: HTTPi webserver readme 
                   1399: </description>
                   1400: </file>
                   1401: <file>
1.62      harris41 1402: <source>loncom/license/about.html</source>
                   1403: <target dist='default'>home/httpd/html/adm/about.html</target>
                   1404: <categoryname>interface file</categoryname>
                   1405: <description>
                   1406: The "About" Page.
                   1407: </description>
                   1408: </file>
                   1409: <file>
1.5       harris41 1410: <source>loncom/publisher/publisher.html</source>
                   1411: <target dist='default'>home/httpd/html/adm/publisher.html</target>
                   1412: <categoryname>interface file</categoryname>
                   1413: <description>
                   1414: HTML frame that presents a form element to allow for the publishing of
                   1415: resources, directories and underlying subdirectories.
                   1416: </description>
1.4       harris41 1417: </file>
                   1418: <file>
1.10      harris41 1419: <source>loncom/html/adm/noidea.html</source>
                   1420: <target dist='default'>home/httpd/html/adm/noidea.html</target>
                   1421: <categoryname>interface file</categoryname>
                   1422: <description>
                   1423: Interface file for responding to improper page flipping.
1.174     www      1424: </description>
                   1425: </file>
                   1426: <file>
                   1427: <source>loncom/html/adm/overloaded.txt</source>
                   1428: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
                   1429: <categoryname>interface file</categoryname>
                   1430: <description>
                   1431: Interface file for responding to overload situations.
1.204     www      1432: </description>
                   1433: </file>
                   1434: <file>
                   1435: <source>loncom/html/adm/loginproblems.html</source>
                   1436: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
                   1437: <categoryname>interface file</categoryname>
                   1438: <description>
                   1439: Help page for login problems.
1.10      harris41 1440: </description>
                   1441: </file>
                   1442: <file>
1.28      harris41 1443: <source>loncom/xml/physnet.sty</source>
                   1444: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
                   1445: <categoryname>static conf</categoryname>
                   1446: <description>
                   1447: The relevant conditions and metadata to attach to PhysNet-specific tags.
                   1448: </description>
                   1449: </file>
                   1450: <file>
1.5       harris41 1451: <source>loncom/homework/lectureonline.sty</source>
1.112     harris41 1452: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
                   1453: </target>
1.5       harris41 1454: <categoryname>static conf</categoryname>
                   1455: <description>
                   1456: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                   1457: </description>
1.4       harris41 1458: </file>
                   1459: <file>
1.139     matthew  1460: <source>loncom/thesaurus/un_keyword.tab</source>
1.5       harris41 1461: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
                   1462: <categoryname>conf</categoryname>
                   1463: <description>
                   1464: File which contains words which should not be keywords used to specify resource
                   1465: content.
1.226     albertel 1466: </description>
                   1467: </file>
                   1468: <file>
1.227     albertel 1469: <source>loncom/homework/scantronformat.tab</source>
                   1470: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226     albertel 1471: <categoryname>conf</categoryname>
                   1472: <description>
                   1473: Different configs for scantron input files.
1.5       harris41 1474: </description>
1.4       harris41 1475: </file>
                   1476: <file>
1.22      harris41 1477: <source>loncom/publisher/packages.tab</source>
                   1478: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50      harris41 1479: <categoryname>static conf</categoryname>
1.22      harris41 1480: <description>
                   1481: Parameter packages, so that assessments can publish parameter packages
                   1482: needed, which are then expanded into individual parameters - allows to
                   1483: retroactively add new parameters to already published assessments.
                   1484: </description>
                   1485: </file>
                   1486: <file>
1.5       harris41 1487: <source>loncom/publisher/copyright.tab</source>
                   1488: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88      albertel 1489: <categoryname>static conf</categoryname>
1.5       harris41 1490: <description>
                   1491: Table which contains list of copyright possibilities for educational resources.
                   1492: </description>
1.4       harris41 1493: </file>
                   1494: <file>
1.5       harris41 1495: <source>loncom/publisher/language.tab</source>
                   1496: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                   1497: <categoryname>static conf</categoryname>
                   1498: <description>
                   1499: Table which contains string abbreviations of language::font rendering
                   1500: combinations.
                   1501: </description>
1.4       harris41 1502: </file>
                   1503: <file>
1.5       harris41 1504: <source>loncom/publisher/addid.tab</source>
                   1505: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                   1506: <categoryname>static conf</categoryname>
                   1507: <description>
                   1508: Table which has hash data necessary for distinguishing IDs from indices.
                   1509: </description>
1.4       harris41 1510: </file>
                   1511: <file>
1.38      harris41 1512: <source>rat/lonwrapper.pm</source>
1.19      harris41 1513: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                   1514: <categoryname>handler</categoryname>
                   1515: <description>
                   1516: Wrapper for external and binary files as standalone resources.
                   1517: Edit handler for rat maps; TeX content handler.
1.145     www      1518: </description>
                   1519: <status>works/unverified</status>
                   1520: </file>
                   1521: <file>
1.146     matthew  1522: <source>loncom/interface/londocs.pm</source>
1.145     www      1523: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
                   1524: <categoryname>handler</categoryname>
                   1525: <description>
                   1526: Handler for course documents
                   1527: </description>
                   1528: <status>works/unverified</status>
                   1529: </file>
                   1530: <file>
1.146     matthew  1531: <source>loncom/interface/lonchat.pm</source>
1.145     www      1532: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
                   1533: <categoryname>handler</categoryname>
                   1534: <description>
                   1535: Handler for chat
                   1536: </description>
                   1537: <status>works/unverified</status>
                   1538: </file>
                   1539: <file>
1.157     www      1540: <source>loncom/interface/lonchatfetch.pm</source>
                   1541: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
                   1542: <categoryname>handler</categoryname>
                   1543: <description>
                   1544: Handler for periodically fetch new lines of chat
                   1545: </description>
                   1546: <status>works/unverified</status>
                   1547: </file>
                   1548: <file>
1.146     matthew  1549: <source>loncom/interface/lonannounce.pm</source>
1.145     www      1550: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
                   1551: <categoryname>handler</categoryname>
                   1552: <description>
                   1553: Handler to put up announcements and calendar
1.167     www      1554: </description>
                   1555: <status>works/unverified</status>
                   1556: </file>
                   1557: <file>
                   1558: <source>loncom/interface/lonsyllabus.pm</source>
                   1559: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
                   1560: <categoryname>handler</categoryname>
                   1561: <description>
                   1562: Handler to put up syllabus
1.173     www      1563: </description>
                   1564: <status>works/unverified</status>
                   1565: </file>
                   1566: <file>
                   1567: <source>loncom/interface/lonsimplepage.pm</source>
                   1568: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
                   1569: <categoryname>handler</categoryname>
                   1570: <description>
                   1571: Handler to put up simple page
1.203     www      1572: </description>
                   1573: <status>works/unverified</status>
                   1574: </file>
                   1575: <file>
                   1576: <source>loncom/interface/lonpickstudent.pm</source>
                   1577: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
                   1578: <categoryname>handler</categoryname>
                   1579: <description>
                   1580: Handler to pick a student from classlist
1.225     www      1581: </description>
                   1582: <status>works/unverified</status>
                   1583: </file>
                   1584: <file>
                   1585: <source>loncom/interface/lonpickcourse.pm</source>
                   1586: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
                   1587: <categoryname>handler</categoryname>
                   1588: <description>
                   1589: Handler to pick a courseid from a list of courses
1.173     www      1590: </description>
                   1591: <status>works/unverified</status>
                   1592: </file>
                   1593: <file>
                   1594: <source>loncom/interface/lonbulletin.pm</source>
                   1595: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
                   1596: <categoryname>handler</categoryname>
                   1597: <description>
                   1598: Handler to put up bulletin board
1.167     www      1599: </description>
                   1600: <status>works/unverified</status>
                   1601: </file>
                   1602: <file>
                   1603: <source>loncom/interface/lonaboutme.pm</source>
                   1604: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
                   1605: <categoryname>handler</categoryname>
                   1606: <description>
                   1607: Handler to put up personal info
1.19      harris41 1608: </description>
                   1609: <status>works/unverified</status>
                   1610: </file>
                   1611: <file>
1.15      harris41 1612: <source>loncom/publisher/loncfile.pm</source>
                   1613: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                   1614: <categoryname>handler</categoryname>
                   1615: <description>
                   1616: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                   1617: construction space menu.
1.137     harris41 1618: </description>
                   1619: <status>works/unverified</status>
                   1620: </file>
                   1621: <file>
                   1622: <source>loncom/interface/lonhelp.pm</source>
                   1623: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
                   1624: <categoryname>handler</categoryname>
                   1625: <description>
                   1626: The .tex file help handler.
1.140     bowersj2 1627: </description>
                   1628: <status>works/unverified</status>
1.195     albertel 1629: <build trigger='always run'>
                   1630: loncom/html/adm/help/buildMakeWrapper
                   1631: </build>
                   1632: <dependencies>
1.197     albertel 1633: Makefile;
1.195     albertel 1634: buildMakeWrapper
                   1635: </dependencies>
1.141     bowersj2 1636: </file>
                   1637: <file>
1.158     bowersj2 1638: <source>loncom/html/adm/help/abouthelp.html</source>
                   1639: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
                   1640: <categoryname>interface file</categoryname>
                   1641: <description>
                   1642: Index file for the help system
                   1643: </description>
                   1644: </file>
                   1645: <file>
                   1646: <source>doc/help/author.manual.access.tex</source>
1.162     harris41 1647: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
                   1648: </target>
                   1649: <categoryname>interface file</categoryname>
1.158     bowersj2 1650: <description>
1.162     harris41 1651: The pseudo-LaTeX file to allow people to read the author's manual online, with
                   1652: a somewhat clumsy interface.
1.158     bowersj2 1653: </description>
                   1654: <status>works/unverified</status>
                   1655: </file>
                   1656: <file>
                   1657: <source>doc/help/course.manual.access.tex</source>
1.162     harris41 1658: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
                   1659: </target>
                   1660: <categoryname>interface file</categoryname>
1.158     bowersj2 1661: <description>
1.162     harris41 1662: The pseudo-LaTeX file to allow people to read the course administrator's
                   1663: manual online, with a somewhat clumsy interface.
1.158     bowersj2 1664: </description>
                   1665: <status>works/unverified</status>
                   1666: </file>
                   1667: <file>
                   1668: <source>doc/help/author.manual.ps</source>
1.141     bowersj2 1669: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162     harris41 1670: <categoryname>interface file</categoryname>
1.141     bowersj2 1671: <description>
1.158     bowersj2 1672: The postscript Author's Manual
                   1673: </description>
                   1674: <status>works/unverified</status>
1.197     albertel 1675: <dependencies>
                   1676: doc/help/author.manual.texxml;
                   1677: doc/help/latexSplitter.py;
                   1678: doc/help/rebuildLabelHash.pl;
                   1679: doc/help/render.texxml.pl;
                   1680: doc/help/simpleEdit.py;
                   1681: doc/help/texxml2indextex.pl;
                   1682: doc/help/texxml2latex.pl;
                   1683: loncom/build/buildHelp.sh;
                   1684: loncom/build/help_graphics_converter.pl
                   1685: </dependencies>
1.158     bowersj2 1686: </file>
                   1687: <file>
                   1688: <source>doc/help/author.manual.pdf</source>
                   1689: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
                   1690: <categoryname>handler</categoryname>
                   1691: <description>
                   1692: The PDF Author's Manual
                   1693: </description>
                   1694: <status>works/unverified</status>
                   1695: </file>
                   1696: <file>
                   1697: <source>doc/help/course.manual.ps</source>
                   1698: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162     harris41 1699: <categoryname>interface file</categoryname>
1.158     bowersj2 1700: <description>
                   1701: The postscript Course Manual
                   1702: </description>
                   1703: <status>works/unverified</status>
1.197     albertel 1704: <dependencies>
                   1705: doc/help/course.manual.texxml;
                   1706: doc/help/latexSplitter.py;
                   1707: doc/help/rebuildLabelHash.pl;
                   1708: doc/help/render.texxml.pl;
                   1709: doc/help/simpleEdit.py;
                   1710: doc/help/texxml2indextex.pl;
                   1711: doc/help/texxml2latex.pl;
                   1712: loncom/build/buildHelp.sh;
                   1713: loncom/build/help_graphics_converter.pl
                   1714: </dependencies>
1.158     bowersj2 1715: </file>
                   1716: <file>
                   1717: <source>doc/help/course.manual.pdf</source>
                   1718: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162     harris41 1719: <categoryname>interface file</categoryname>
1.158     bowersj2 1720: <description>
                   1721: The PDF Course Manual
1.200     bowersj2 1722: </description>
                   1723: <status>works/unverified</status>
                   1724: </file>
1.140     bowersj2 1725: <fileglob>
                   1726: <glob>*.*</glob>
                   1727: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
                   1728: <targetdir dist='default'>
                   1729: home/httpd/html/adm/help/gif/</targetdir>
1.162     harris41 1730: <categoryname>interface file</categoryname>
1.140     bowersj2 1731: <description>
                   1732: Gif files for the help system
                   1733: </description>
                   1734: <filenames>
1.163     harris41 1735: authorRemote.gif;
                   1736: constructionSpace.gif;
                   1737: constructionSpaceForPublishing.gif;
                   1738: creatingANewCourse.gif;
                   1739: creatingNewProblemResource.gif;
                   1740: dynamic_piecewise.gif;
                   1741: dynamic_piecewise2.gif;
                   1742: dynamic_plot.gif;
                   1743: dynamic_plot2.gif;
                   1744: formulaResponse.gif;
                   1745: login.gif;
                   1746: lonhelpheader.gif;
1.192     bowersj2 1747: mainCourseDocuments.gif;
1.163     harris41 1748: mapAdvancedEditorNew.gif;
                   1749: mapClickedStart.gif;
                   1750: mapEditFirstClick.gif;
                   1751: mapEditInitial.gif;
                   1752: mapEditingButton.gif;
                   1753: mapEditorDirectoryBrowser.gif;
                   1754: mapEditorResourceChosen.gif;
                   1755: mapEditorSelection.gif;
                   1756: mapInsertResource.gif;
                   1757: mapNewResource.gif;
                   1758: mapSecondWindowSecondResource.gif;
                   1759: mapSimpleEditor.gif;
                   1760: mapStraightened.gif;
                   1761: mapTwoResources.gif;
                   1762: numericalResponse1.gif;
                   1763: numericalResponseEditor.gif;
                   1764: numericalResponseSlopeProblem.gif;
                   1765: numericalResponseVarInText.gif;
                   1766: optionResponseEditing.gif;
                   1767: optionResponseProblem.gif;
                   1768: publishMetadata.gif;
                   1769: radioResponse2.gif;
                   1770: radioResponseHint.gif;
                   1771: smallHelp.gif;
                   1772: spreadsheet_hierarchy.gif;
                   1773: stringResponseEditor.gif;
1.150     bowersj2 1774: studentInterface.gif
1.140     bowersj2 1775: </filenames>
                   1776: </fileglob>
                   1777: <fileglob>
                   1778: <glob>*.*</glob>
                   1779: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
                   1780: <targetdir dist='default'>
                   1781: home/httpd/html/adm/help/eps/</targetdir>
1.162     harris41 1782: <categoryname>interface file</categoryname>
1.140     bowersj2 1783: <description>
                   1784: EPS files for the help system
                   1785: </description>
                   1786: <filenames>
1.163     harris41 1787: authorRemote.eps;
                   1788: constructionSpace.eps;
                   1789: constructionSpaceForPublishing.eps;
                   1790: creatingANewCourse.eps;
                   1791: creatingNewProblemResource.eps;
                   1792: dynamic_piecewise.eps;
                   1793: dynamic_piecewise2.eps;
                   1794: dynamic_plot.eps;
                   1795: dynamic_plot2.eps;
                   1796: formulaResponse.eps;
                   1797: lonhelpheader.eps;
                   1798: login.eps;
1.192     bowersj2 1799: mainCourseDocuments.eps;
1.163     harris41 1800: mapAdvancedEditorNew.eps;
                   1801: mapClickedStart.eps;
                   1802: mapEditFirstClick.eps;
                   1803: mapEditInitial.eps;
                   1804: mapEditingButton.eps;
                   1805: mapEditorDirectoryBrowser.eps;
                   1806: mapEditorResourceChosen.eps;
                   1807: mapEditorSelection.eps;
                   1808: mapInsertResource.eps;
                   1809: mapNewResource.eps;
                   1810: mapSecondWindowSecondResource.eps;
                   1811: mapSimpleEditor.eps;
                   1812: mapStraightened.eps;
                   1813: mapTwoResources.eps;
                   1814: numericalResponse1.eps;
                   1815: numericalResponseEditor.eps;
                   1816: numericalResponseSlopeProblem.eps;
                   1817: numericalResponseVarInText.eps;
                   1818: optionResponseEditing.eps;
                   1819: optionResponseProblem.eps;
                   1820: publishMetadata.eps;
                   1821: radioResponse2.eps;
                   1822: radioResponseHint.eps;
                   1823: smallHelp.eps;
                   1824: spreadsheet_hierarchy.eps;
                   1825: stringResponseEditor.eps;
1.150     bowersj2 1826: studentInterface.eps
1.140     bowersj2 1827: </filenames>
                   1828: </fileglob>
                   1829: <fileglob>
                   1830: <glob>*.*</glob>
                   1831: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
                   1832: <targetdir dist='default'>
                   1833: home/httpd/html/adm/help/tex/</targetdir>
1.162     harris41 1834: <categoryname>interface file</categoryname>
1.140     bowersj2 1835: <description>
                   1836: Tex files for the help system
                   1837: </description>
                   1838: <filenames>
1.163     harris41 1839: About_Authors_Manual.tex;
                   1840: About_Numerical_and_Formula_Response.tex;
                   1841: Ambiguous_Reference.tex;
1.248     bowersj2 1842: Analyze_Problem.tex;
1.163     harris41 1843: Author_LON-CAPA_Introduction.tex;
                   1844: Author_Manual_Title_Page.tex;
                   1845: Author_Numerical_and_Formula.tex;
                   1846: Author_Remote_Control.tex;
                   1847: Authoring_Adding_Pictures.tex;
1.248     bowersj2 1848: Authoring_DataResponse.tex;
1.163     harris41 1849: Authoring_Dynamic_Plot.tex;
1.248     bowersj2 1850: Authoring_ExternalResponse.tex;
                   1851: Authoring_Foil_Structure_Tags.tex;
1.163     harris41 1852: Authoring_HTML_vs_Tex.tex;
1.248     bowersj2 1853: Authoring_Hint_Tags.tex;
                   1854: Authoring_ImageResponse.tex;
                   1855: Authoring_Input_Tags.tex;
                   1856: Authoring_Internal_Tags.tex;
1.163     harris41 1857: Authoring_M_Tag.tex;
1.248     bowersj2 1858: Authoring_NumericalResponse.tex;
                   1859: Authoring_OptionResponse.tex;
                   1860: Authoring_Output_Tags.tex;
1.254     bowersj2 1861: Authoring_Pictures_EPS.tex;
1.163     harris41 1862: Authoring_Piecewise_Plot.tex;
1.248     bowersj2 1863: Authoring_RadiobuttonResponse.tex;
                   1864: Authoring_Response_Attributes.tex;
                   1865: Authoring_Response_Tag_Intro.tex;
                   1866: Authoring_Responseparam_Parameter.tex;
                   1867: Authoring_Scripting_Tags.tex;
                   1868: Authoring_Structure_Tags.tex;
                   1869: Authoring_XML_Intro.tex;
                   1870: CAPA_LON-CAPA_function_diffs.tex;
1.246     bowersj2 1871: Calendar_Add_Announcement.tex;
                   1872: Calendar_Remove_Announcement.tex;
1.163     harris41 1873: Calling_Functions.tex;
1.249     matthew  1874: Chart_Description.tex;
                   1875: Chart_Output_Data.tex;
                   1876: Chart_Output_Formats.tex;
1.163     harris41 1877: Coauthor.tex;
                   1878: Construction_Space_Overview.tex;
                   1879: Course_Add_Student.tex;
                   1880: Course_Chart_To_Excel.tex;
1.254     bowersj2 1881: Course_Chat.tex;
1.163     harris41 1882: Course_Convert_To_CSV.tex;
                   1883: Course_Create_Class_List.tex;
                   1884: Course_Critical_Message.tex;
                   1885: Course_Deleting.tex;
                   1886: Course_Disable_Discussion.tex;
                   1887: Course_Discussion_Board.tex;
                   1888: Course_Drop_Student.tex;
                   1889: Course_Edit_Content.tex;
1.254     bowersj2 1890: Course_Face_To_Face_Records.tex;
1.163     harris41 1891: Course_Feedback_Addresses.tex;
                   1892: Course_Homework_Performance_Overview.tex;
1.197     albertel 1893: Course_Manual_Title_Page.tex;
1.163     harris41 1894: Course_Message_Access.tex;
1.254     bowersj2 1895: Course_Modify_Student_Data.tex;
1.163     harris41 1896: Course_Problem_Weight.tex;
1.254     bowersj2 1897: Course_Set_Start_End_Date.tex;
1.163     harris41 1898: Course_Setting_Parameters.tex;
                   1899: Course_Student_Grade_Override.tex;
                   1900: Course_Student_Work.tex;
                   1901: Course_Toplevel_Seq.tex;
1.254     bowersj2 1902: Course_User_Evaluation.tex;
1.248     bowersj2 1903: Create_Course.tex;
1.163     harris41 1904: Creating_A_Course_Intro.tex;
                   1905: Creating_New_Content_Pages.tex;
                   1906: Creating_Online_Problems.tex;
                   1907: Creating_Radio_Response_Problems.tex;
1.200     bowersj2 1908: Docs_Adding_Course_Doc.tex;
                   1909: Docs_Adding_External_Resource.tex;
                   1910: Docs_Adding_Folders.tex;
                   1911: Docs_Creating_From_Template.tex;
                   1912: Docs_Importing_LON-CAPA_Resource.tex;
                   1913: Docs_Main_Course_Documents.tex;
                   1914: Docs_Navigate_Content.tex;
                   1915: Docs_Overview.tex;
                   1916: Docs_Supplemental.tex;
                   1917: Docs_Uploading_From_Harddrive.tex;
1.163     harris41 1918: Foils.tex;
1.248     bowersj2 1919: Formula_Response_Adv_Intro.tex;
1.163     harris41 1920: Formula_Response_Example.tex;
                   1921: Formula_Response_Limitations.tex;
                   1922: Formula_Response_Problems.tex;
                   1923: Formula_Response_Sampling.tex;
                   1924: Formula_Tolerance.tex;
1.187     www      1925: General_Intro.tex;
1.219     albertel 1926: Greek_Symbols.tex;
1.163     harris41 1927: How_To_Edit_Existing_Content_Pages.tex;
                   1928: Latex_Footer.tex;
                   1929: Latex_Header.tex;
1.254     bowersj2 1930: Leaving_Feedback.tex;
1.163     harris41 1931: Login_To_LON-CAPA.tex;
                   1932: Metadata_Description.tex;
1.178     bowersj2 1933: Navmap_Host_Down.tex;
1.163     harris41 1934: Numerical_Response_Advanced_Example.tex;
                   1935: Numerical_Response_Format.tex;
                   1936: Numerical_Response_Intro.tex;
                   1937: Numerical_Response_Introduction.tex;
                   1938: Numerical_Response_Parts_A.tex;
                   1939: Numerical_Response_Parts_B.tex;
                   1940: Numerical_Response_Problems.tex;
                   1941: Numerical_Response_Randomization.tex;
                   1942: Numerical_Response_Simple_Example.tex;
                   1943: Numerical_Response_Tutorial_A.tex;
                   1944: Numerical_Response_Units.tex;
                   1945: Option_Response_Concept_Group_Example.tex;
                   1946: Option_Response_Matching_Example.tex;
                   1947: Option_Response_Problem_Creation.tex;
                   1948: Option_Response_Problem_Figure.tex;
                   1949: Option_Response_Problem_Parts.tex;
                   1950: Option_Response_Problems.tex;
                   1951: Option_Response_Simple.tex;
1.219     albertel 1952: Other_Symbols.tex;
1.194     albertel 1953: Part_Tag_Edit_Help.tex;
1.248     bowersj2 1954: Physical_Units.tex;
1.254     bowersj2 1955: Prefs_Forwarding.tex;
                   1956: Prefs_Screen_Name_Nickname.tex;
1.163     harris41 1957: Problem_Editor_Testing_Area.tex;
                   1958: Problem_Editor_XML_Index.tex;
1.248     bowersj2 1959: Problem_LON-CAPA_Functions.tex;
1.163     harris41 1960: Problem_Types.tex;
                   1961: Publishing_A_Resource.tex;
                   1962: Publishing_Author_Tutorial_Segue.tex;
                   1963: Publishing_Copyright.tex;
                   1964: Publishing_Intro.tex;
                   1965: Publishing_Keywords.tex;
1.191     bowersj2 1966: Quick_Grades_Possibly_Correct.tex;
1.163     harris41 1967: Radio_Response_Problems.tex;
                   1968: Radio_Response_Randomization.tex;
1.248     bowersj2 1969: Ranking_Problems.tex;
1.163     harris41 1970: Resource_Types.tex;
1.248     bowersj2 1971: Script_Functions.tex;
1.163     harris41 1972: Script_Tutorial_Intro.tex;
1.248     bowersj2 1973: Script_Variables.tex;
1.163     harris41 1974: Scripting_Help.tex;
                   1975: Sequence_Advanced_Editor_Creation.tex;
                   1976: Sequence_Definition.tex;
                   1977: Sequence_Editor_Selection.tex;
                   1978: Sequence_Page_Maps.tex;
                   1979: Sequence_Simple_Editor_Creation.tex;
                   1980: Sequence_Top-Level.tex;
                   1981: Significant_Figures.tex;
                   1982: Spreadsheet_About.tex;
                   1983: Spreadsheet_Alternative_View.tex;
                   1984: Spreadsheet_Changes_To_Grading.tex;
                   1985: Spreadsheet_Col_Sum.tex;
                   1986: Spreadsheet_Completely_Recalc.tex;
                   1987: Spreadsheet_Empty_Rows.tex;
                   1988: Spreadsheet_Export_Row.tex;
                   1989: Spreadsheet_Functions.tex;
                   1990: Spreadsheet_Import_Values.tex;
                   1991: Spreadsheet_Levels.tex;
                   1992: Spreadsheet_Lists.tex;
                   1993: Spreadsheet_Max_Depth_Exceeded.tex;
                   1994: Spreadsheet_OOO_Rows.tex;
                   1995: Spreadsheet_Op_On_All_Problem_Parts.tex;
                   1996: Spreadsheet_Parms.tex;
                   1997: Spreadsheet_Problem_Weight.tex;
                   1998: Spreadsheet_Ranges.tex;
                   1999: Spreadsheet_Specifying_Cells.tex;
                   2000: Spreadsheet_Student_Visible.tex;
                   2001: Spreadsheet_Symbolic_Names.tex;
                   2002: Spreadsheet_Template_Row.tex;
                   2003: Spreadsheet_Ternary_Operator.tex;
                   2004: Spreadsheet_Tries.tex;
                   2005: String_Response_Problem_Creation.tex;
                   2006: String_Response_Problems.tex;
1.248     bowersj2 2007: Syllabus_ExtLink.tex;
                   2008: Syllabus_URLs.tex;
1.163     harris41 2009: Tolerance.tex;
1.248     bowersj2 2010: Uploaded_Templates_PublicView.tex;
                   2011: Uploaded_Templates_TextBoxes.tex;
1.163     harris41 2012: Variable_Naming_Conventions.tex;
                   2013: Variable_Tutorial_A.tex;
                   2014: Variables_in_Scripts.tex;
                   2015: Variables_in_the_Answer_Block.tex;
1.248     bowersj2 2016: Variables_in_the_Text_Block.tex;
                   2017: all_functions_table.tex;
1.140     bowersj2 2018: </filenames>
                   2019: </fileglob>
                   2020: <file>
                   2021: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
                   2022: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162     harris41 2023: <categoryname>interface file</categoryname>
1.140     bowersj2 2024: <description>
                   2025: A gdbm file containing a label->tex file hash.
1.15      harris41 2026: </description>
                   2027: <status>works/unverified</status>
                   2028: </file>
                   2029: <file>
1.7       harris41 2030: <source>loncom/interface/lonstatistics.pm</source>
                   2031: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   2032: <categoryname>handler</categoryname>
                   2033: <description>
                   2034: Handler to show statistics on solving LON-CAPA problems.
1.144     stredwic 2035: </description>
                   2036: <status>works/unverified</status>
                   2037: </file>
                   2038: <file>
                   2039: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162     harris41 2040: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
                   2041: </target>
1.144     stredwic 2042: <categoryname>handler</categoryname>
                   2043: <description>
1.162     harris41 2044: The module that generate the html for the Problem Statistics web pages.
1.169     stredwic 2045: </description>
                   2046: <status>works/unverified</status>
                   2047: </file>
                   2048: <file>
                   2049: <source>loncom/interface/statistics/lonpercentage.pm</source>
                   2050: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
                   2051: </target>
                   2052: <categoryname>handler</categoryname>
                   2053: <description>
                   2054: The module that generate the html for the Percentage graph web pages.
1.144     stredwic 2055: </description>
                   2056: <status>works/unverified</status>
                   2057: </file>
                   2058: <file>
                   2059: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162     harris41 2060: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
                   2061: </target>
1.144     stredwic 2062: <categoryname>handler</categoryname>
                   2063: <description>
                   2064: The module that generate the html for the Problem Analysis web pages.
                   2065: </description>
                   2066: <status>works/unverified</status>
                   2067: </file>
                   2068: <file>
                   2069: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162     harris41 2070: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
                   2071: </target>
1.144     stredwic 2072: <categoryname>handler</categoryname>
                   2073: <description>
                   2074: The module that generate the html for the Student Assessment/Chart web pages.
1.7       harris41 2075: </description>
                   2076: <status>works/unverified</status>
                   2077: </file>
                   2078: <file>
1.5       harris41 2079: <source>loncom/publisher/londiff.pm</source>
                   2080: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   2081: <categoryname>handler</categoryname>
                   2082: <description>
                   2083: Handler to show difference between two files.
1.221     www      2084: </description>
                   2085: <status>works/unverified</status>
                   2086: </file>
                   2087: <file>
                   2088: <source>loncom/publisher/lonrights.pm</source>
                   2089: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
                   2090: <categoryname>handler</categoryname>
                   2091: <description>
                   2092: Handler to show and edit custom distribution rights
1.5       harris41 2093: </description>
                   2094: <status>works/unverified</status>
1.4       harris41 2095: </file>
                   2096: <file>
1.5       harris41 2097: <source>loncom/publisher/lonupload.pm</source>
                   2098: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   2099: <categoryname>handler</categoryname>
                   2100: <description>
                   2101: Handler to upload files through browser into construction space.
                   2102: </description>
                   2103: <status>works/unverified</status>
1.4       harris41 2104: </file>
                   2105: <file>
1.76      harris41 2106: <source>doc/man/Apache__lonupload.3</source>
                   2107: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83      harris41 2108: <categoryname>doc</categoryname>
1.76      harris41 2109: <description>man page for lonupload.pm</description>
                   2110: <build trigger='always run'>
1.115     harris41 2111: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
                   2112: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
1.76      harris41 2113: </build>
                   2114: <status>works/unverified</status>
                   2115: <dependencies>
                   2116: ../../loncom/publisher/lonupload.pm
                   2117: </dependencies>
                   2118: </file>
                   2119: <file>
1.118     harris41 2120: <source>doc/lib/perl/Apache/lonupload.html</source>
                   2121: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112     harris41 2122: </target>
1.83      harris41 2123: <categoryname>doc</categoryname>
1.76      harris41 2124: <description>POD-derived page for lonupload.pm</description>
                   2125: <build trigger='always run'>
1.115     harris41 2126: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
1.118     harris41 2127: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
                   2128: echo 'pod2html lonupload.pm'
1.76      harris41 2129: </build>
                   2130: <status>works/unverified</status>
                   2131: <dependencies>
                   2132: ../../loncom/publisher/lonupload.pm
                   2133: </dependencies>
                   2134: </file>
                   2135: <file>
1.5       harris41 2136: <source>loncom/homework/essayresponse.pm</source>
                   2137: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   2138: <categoryname>handler</categoryname>
                   2139: <description>
                   2140: Handler to evaluate essay (ungraded) style responses.
1.92      albertel 2141: </description>
                   2142: <status>works/unverified</status>
                   2143: </file>
                   2144: <file>
                   2145: <source>loncom/homework/externalresponse.pm</source>
                   2146: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
                   2147: <categoryname>handler</categoryname>
                   2148: <description>
                   2149: Handler to evaluate externally graded responses.
                   2150: </description>
                   2151: <status>works/unverified</status>
                   2152: </file>
                   2153: <file>
                   2154: <source>loncom/homework/loncapagrade.pm</source>
                   2155: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
                   2156: <categoryname>handler</categoryname>
                   2157: <description>
1.133     harris41 2158: Holds results and defines
                   2159: tag handlers needed by externalresponse.pm
1.5       harris41 2160: </description>
                   2161: <status>works/unverified</status>
1.4       harris41 2162: </file>
                   2163: <file>
1.5       harris41 2164: <source>loncom/publisher/lonpubdir.pm</source>
                   2165: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   2166: <categoryname>handler</categoryname>
                   2167: <description>
                   2168: Handler to publish directories.
1.172     www      2169: </description>
                   2170: </file>
                   2171: <file>
                   2172: <source>loncom/publisher/lonunauthorized.pm</source>
                   2173: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
                   2174: <categoryname>handler</categoryname>
                   2175: <description>
                   2176: Handler to explain failed contruction space access.
1.5       harris41 2177: </description>
1.4       harris41 2178: </file>
                   2179: <file>
1.76      harris41 2180: <source>doc/man/Apache__lonpubdir.3</source>
                   2181: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83      harris41 2182: <categoryname>doc</categoryname>
1.76      harris41 2183: <description>man page for lonpubdir.pm</description>
                   2184: <build trigger='always run'>
1.115     harris41 2185: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
                   2186: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
1.76      harris41 2187: </build>
                   2188: <status>works/unverified</status>
                   2189: <dependencies>
                   2190: ../../loncom/lonnet/perl/lonnet.pm
                   2191: </dependencies>
                   2192: </file>
                   2193: <file>
1.118     harris41 2194: <source>doc/lib/perl/Apache/lonpubdir.html</source>
                   2195: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112     harris41 2196: </target>
1.83      harris41 2197: <categoryname>doc</categoryname>
1.76      harris41 2198: <description>POD-derived page for lonpubdir.pm</description>
                   2199: <build trigger='always run'>
1.115     harris41 2200: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
1.118     harris41 2201: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
                   2202: echo 'pod2html lonpubdir.pm'
1.76      harris41 2203: </build>
                   2204: <status>works/unverified</status>
                   2205: <dependencies>
                   2206: ../../loncom/publisher/lonpubdir.pm
                   2207: </dependencies>
                   2208: </file>
                   2209: <file>
1.5       harris41 2210: <source>loncom/publisher/lonretrieve.pm</source>
                   2211: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   2212: <categoryname>handler</categoryname>
                   2213: <description>
                   2214: Handler to retrieve old versions from resource space.
                   2215: </description>
                   2216: <status>works/unverified</status>
1.4       harris41 2217: </file>
                   2218: <file>
1.76      harris41 2219: <source>doc/man/Apache__lonretrieve.3</source>
                   2220: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83      harris41 2221: <categoryname>doc</categoryname>
1.76      harris41 2222: <description>man page for lonretrieve.pm</description>
                   2223: <build trigger='always run'>
1.115     harris41 2224: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
                   2225: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
1.76      harris41 2226: </build>
                   2227: <status>works/unverified</status>
                   2228: <dependencies>
                   2229: ../../loncom/publisher/lonretrieve.pm
                   2230: </dependencies>
                   2231: </file>
                   2232: <file>
1.118     harris41 2233: <source>doc/lib/perl/Apache/lonretrieve.html</source>
                   2234: <target dist='default'>
                   2235: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112     harris41 2236: </target>
1.83      harris41 2237: <categoryname>doc</categoryname>
1.76      harris41 2238: <description>POD-derived page for lonretrieve.pm</description>
                   2239: <build trigger='always run'>
1.115     harris41 2240: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
1.118     harris41 2241: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
                   2242: echo 'pod2html lonretrieve.pm'
1.76      harris41 2243: </build>
                   2244: <status>works/unverified</status>
                   2245: <dependencies>
                   2246: ../../loncom/publisher/lonretrieve.pm
                   2247: </dependencies>
                   2248: </file>
                   2249: <file>
1.5       harris41 2250: <source>loncom/homework/edit.pm</source>
                   2251: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   2252: <categoryname>handler</categoryname>
                   2253: <description>
                   2254: Helper functions when in homework edit mode.
                   2255: </description>
1.4       harris41 2256: </file>
                   2257: <file>
1.86      harris41 2258: <source>doc/man/Apache__edit.3</source>
                   2259: <target dist='default'>usr/man/man3/Apache::edit.3</target>
                   2260: <categoryname>doc</categoryname>
                   2261: <description>man page for edit.pm</description>
                   2262: <build trigger='always run'>
1.115     harris41 2263: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
1.112     harris41 2264: echo 'manifying edit.pm'
1.86      harris41 2265: </build>
                   2266: <status>works/unverified</status>
                   2267: <dependencies>
                   2268: ../../loncom/homework/edit.pm
                   2269: </dependencies>
                   2270: </file>
                   2271: <file>
1.118     harris41 2272: <source>doc/lib/perl/Apache/edit.html</source>
                   2273: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
                   2274: </target>
1.86      harris41 2275: <categoryname>doc</categoryname>
                   2276: <description>POD-derived page for edit.pm</description>
                   2277: <build trigger='always run'>
1.118     harris41 2278: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
                   2279: ../../doc/lib/perl/Apache/edit.html \
1.115     harris41 2280: &amp;&amp; echo 'pod2html edit.pm'
1.86      harris41 2281: </build>
                   2282: <status>works/unverified</status>
                   2283: <dependencies>
                   2284: ../../loncom/homework/edit.pm
                   2285: </dependencies>
                   2286: </file>
                   2287: <file>
1.5       harris41 2288: <source>loncom/interface/lonmeta.pm</source>
                   2289: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   2290: <categoryname>handler</categoryname>
                   2291: <description>Metadata display handler.</description>
                   2292: <status>works/unverified</status>
1.4       harris41 2293: </file>
                   2294: <file>
1.5       harris41 2295: <source>rat/lonambiguous.pm</source>
                   2296: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   2297: <categoryname>handler</categoryname>
                   2298: <description>
                   2299: Handler to resolve ambiguous file locations.
                   2300: </description>
                   2301: <status>works/unverified</status>
1.4       harris41 2302: </file>
                   2303: <file>
1.5       harris41 2304: <source>rat/lonratparms.pm</source>
                   2305: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   2306: <categoryname>handler</categoryname>
                   2307: <description>
                   2308: Handler to set resource parameters inside of the RAT based on metadata.
                   2309: </description>
                   2310: <status>works/unverified</status>
1.4       harris41 2311: </file>
                   2312: <file>
1.5       harris41 2313: <source>rat/lonsequence.pm</source>
                   2314: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   2315: <categoryname>handler</categoryname>
                   2316: <description>
                   2317: Handler for showing sequence objects of educational resources.
                   2318: </description>
                   2319: <status>works/unverified</status>
1.4       harris41 2320: </file>
                   2321: <file>
1.5       harris41 2322: <source>loncom/interface/loncreatecourse.pm</source>
                   2323: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   2324: <categoryname>handler</categoryname>
                   2325: <description>
1.72      harris41 2326: Allows domain coordinators to create new courses and assign course
                   2327: coordinators.
1.5       harris41 2328: </description>
1.10      harris41 2329: <status>works/unverified</status>
1.4       harris41 2330: </file>
                   2331: <file>
1.5       harris41 2332: <source>loncom/interface/loncreateuser.pm</source>
                   2333: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   2334: <categoryname>handler</categoryname>
                   2335: <description>
1.72      harris41 2336: Allows users to within their own privileges create/edit users and give
                   2337: them roles. 
1.5       harris41 2338: </description>
                   2339: <status>works/unverified</status>
1.143     stredwic 2340: </file>
                   2341: <file>
                   2342: <source>loncom/interface/lonhtmlcommon.pm</source>
                   2343: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
                   2344: <categoryname>handler</categoryname>
                   2345: <description>
                   2346: Contains a set of functions that generate html controls and data layouts
1.138     stredwic 2347: </description>
                   2348: </file>
                   2349: <file>
                   2350: <source>loncom/interface/loncoursedata.pm</source>
                   2351: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
                   2352: <categoryname>handler</categoryname>
                   2353: <description>
                   2354: Common functions for handling student course data (download and process)
1.5       harris41 2355: </description>
1.4       harris41 2356: </file>
                   2357: <file>
1.5       harris41 2358: <source>loncom/interface/loncommon.pm</source>
                   2359: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   2360: <categoryname>handler</categoryname>
                   2361: <description>
                   2362: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 2363: user, domain, home_server, course_id.
1.5       harris41 2364: </description>
                   2365: <status>works/unverified</status>
1.4       harris41 2366: </file>
                   2367: <file>
1.76      harris41 2368: <source>doc/man/Apache__loncommon.3</source>
                   2369: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83      harris41 2370: <categoryname>doc</categoryname>
1.76      harris41 2371: <description>man page for loncommon.pm</description>
                   2372: <build trigger='always run'>
1.115     harris41 2373: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
                   2374: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
1.76      harris41 2375: </build>
                   2376: <status>works/unverified</status>
                   2377: <dependencies>
                   2378: ../../loncom/interface/loncommon.pm
                   2379: </dependencies>
                   2380: </file>
                   2381: <file>
1.118     harris41 2382: <source>doc/lib/perl/Apache/loncommon.html</source>
                   2383: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112     harris41 2384: </target>
1.83      harris41 2385: <categoryname>doc</categoryname>
1.76      harris41 2386: <description>POD-derived page for loncommon.pm</description>
                   2387: <build trigger='always run'>
1.115     harris41 2388: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
1.118     harris41 2389: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
                   2390: echo 'pod2html loncommon.pm'
1.76      harris41 2391: </build>
                   2392: <status>works/unverified</status>
                   2393: <dependencies>
                   2394: ../../loncom/interface/loncommon.pm
                   2395: </dependencies>
                   2396: </file>
                   2397: <file>
1.5       harris41 2398: <source>loncom/homework/grades.pm</source>
                   2399: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   2400: <categoryname>handler</categoryname>
                   2401: <description>Handles the viewing of grades.</description>
1.4       harris41 2402: </file>
                   2403: <file>
1.5       harris41 2404: <source>loncom/homework/imageresponse.pm</source>
                   2405: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   2406: <categoryname>handler</categoryname>
                   2407: <description>
                   2408: Coordinates the response to clicking an image.
                   2409: </description>
                   2410: <status>works/unverified</status>
1.4       harris41 2411: </file>
                   2412: <file>
1.5       harris41 2413: <source>loncom/homework/optionresponse.pm</source>
                   2414: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   2415: <categoryname>handler</categoryname>
1.27      harris41 2416: <description>
                   2417: Handles tags associated with showing a list of options.</description>
1.4       harris41 2418: </file>
                   2419: <file>
1.5       harris41 2420: <source>loncom/homework/outputtags.pm</source>
                   2421: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   2422: <categoryname>handler</categoryname>
                   2423: <description>
                   2424: Handles tags associated with output.  Seems to relate to due dates of the
                   2425: assignment.
                   2426: </description>
1.10      harris41 2427: <status>works/unverified</status>
1.4       harris41 2428: </file>
1.255   ! albertel 2429: 
        !          2430: <file>
        !          2431:   <source>loncom/homework/chemresponse.pm</source>
        !          2432:   <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
        !          2433:   <categoryname>handler</categoryname>
        !          2434:   <description>
        !          2435:     Handle the tags organicresponse/structure and reationresponse
        !          2436:   </description>
        !          2437:   <status>works/unverified</status>
        !          2438: </file>
        !          2439: 
        !          2440: <fileglob>
        !          2441:   <glob>*.*</glob>
        !          2442:   <sourcedir>loncom/html/adm/jme/</sourcedir>
        !          2443:   <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
        !          2444:   <categoryname>interface file</categoryname>
        !          2445:   <description>
        !          2446:     JME files, for editing organic structures
        !          2447:   </description>
        !          2448:   <filenames>
        !          2449: JME.jar;
        !          2450: jme.gif;
        !          2451: jme_help.html
        !          2452: nitro.gif;
        !          2453: smiles.gif
        !          2454:   </filenames>
        !          2455: </fileglob>
1.4       harris41 2456: <file>
1.6       harris41 2457: <source>loncom/interface/lontest.pm</source>
                   2458: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   2459: <categoryname>handler</categoryname>
                   2460: <description>
                   2461: Used for debugging and testing the LON-CAPA system.
                   2462: </description>
1.10      harris41 2463: <status>works/unverified</status>
1.6       harris41 2464: </file>
                   2465: <file>
                   2466: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 2467: <target dist='default'>
                   2468: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 2469: <categoryname>handler</categoryname>
                   2470: <description>
                   2471: Handles multiple-choice style responses.
                   2472: </description>
1.10      harris41 2473: <status>works/unverified</status>
1.6       harris41 2474: </file>
                   2475: <file>
                   2476: <source>loncom/interface/lonassignments.pm</source>
                   2477: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
                   2478: <categoryname>handler</categoryname>
                   2479: <description>
                   2480: Handles processing of assignments.
                   2481: </description>
1.10      harris41 2482: <status>works/unverified</status>
1.6       harris41 2483: </file>
                   2484: <file>
                   2485: <source>loncom/interface/loncommunicate.pm</source>
                   2486: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   2487: <categoryname>handler</categoryname>
1.72      harris41 2488: <description>
                   2489: Will be the access handler to email sending, as well as the planned
                   2490: chatrooms, etc.
                   2491: </description>
1.10      harris41 2492: <status>works/unverified</status>
1.6       harris41 2493: </file>
                   2494: <file>
                   2495: <source>loncom/interface/lonerrorhandler.pm</source>
                   2496: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   2497: <categoryname>handler</categoryname>
                   2498: <description>
                   2499: Handles errors.
                   2500: </description>
1.10      harris41 2501: <status>works/unverified</status>
1.6       harris41 2502: </file>
                   2503: <file>
                   2504: <source>loncom/interface/lonevaluate.pm</source>
                   2505: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   2506: <categoryname>handler</categoryname>
                   2507: <description>
                   2508: Handles evaluation.
                   2509: </description>
1.10      harris41 2510: <status>works/unverified</status>
1.6       harris41 2511: </file>
                   2512: <file>
                   2513: <source>loncom/interface/lonfeedback.pm</source>
                   2514: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   2515: <categoryname>handler</categoryname>
                   2516: <description>
                   2517: Handles feedback from students to instructors and system administrators.
1.72      harris41 2518: Provides a screenshot of the current
                   2519: resource, as well as previous attempts if the resource was a homework.
                   2520: Used by lonmsg.pm.
1.6       harris41 2521: </description>
1.10      harris41 2522: <status>works/unverified</status>
1.4       harris41 2523: </file>
                   2524: <file>
1.6       harris41 2525: <source>loncom/interface/lonnavmaps.pm</source>
                   2526: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   2527: <categoryname>handler</categoryname>
                   2528: <description>
                   2529: Handles navigational maps.
1.211     bowersj2 2530: </description>
                   2531: <status>works/unverified</status>
1.227     albertel 2532: </file>
                   2533: <file>
                   2534: <source>doc/man/Apache__lonnavmaps.3</source>
                   2535: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
                   2536: <categoryname>doc</categoryname>
                   2537: <description>man page for lonnavmaps.pm</description>
                   2538: <build trigger='always run'>
                   2539: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   2540: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
                   2541: </build>
                   2542: <status>works/unverified</status>
                   2543: <dependencies>
                   2544: ../../loncom/interface/lonnavmaps.pm
                   2545: </dependencies>
                   2546: </file>
                   2547: <file>
                   2548: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
                   2549: <target dist='default'>
                   2550: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
                   2551: </target>
                   2552: <categoryname>doc</categoryname>
                   2553: <description>POD-derived page for lonnavmaps.pm</description>
                   2554: <build trigger='always run'>
                   2555: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   2556: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
                   2557: echo 'pod2html lonnavmaps.pm'
                   2558: </build>
                   2559: <status>works/unverified</status>
                   2560: <dependencies>
                   2561: ../../loncom/interface/lonnavmaps.pm
                   2562: </dependencies>
1.211     bowersj2 2563: </file>
                   2564: <file>
1.231     bowersj2 2565: <source>loncom/interface/lonhelper.pm</source>
                   2566: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211     bowersj2 2567: <categoryname>handler</categoryname>
                   2568: <description>
1.235     bowersj2 2569: Helper framework.
                   2570: </description>
                   2571: <status>works/unverified</status>
                   2572: </file>
                   2573: <file>
                   2574: <source>loncom/html/adm/helper/parameter.helper</source>
                   2575: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
                   2576: <categoryname>handler</categoryname>
                   2577: <description>
                   2578: Parameter setting helper.
1.242     bowersj2 2579: </description>
                   2580: <status>works/unverified</status>
                   2581: </file>
                   2582: <file>
                   2583: <source>loncom/html/adm/helper/course.initialization.helper</source>
                   2584: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
                   2585: <categoryname>handler</categoryname>
                   2586: <description>
                   2587: Course initialization helper.
1.189     bowersj2 2588: </description>
                   2589: <status>works/unverified</status>
                   2590: </file>
                   2591: <file>
                   2592: <source>loncom/interface/lonquickgrades.pm</source>
                   2593: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
                   2594: <categoryname>handler</categoryname>
                   2595: <description>
                   2596: Student quick grades interface.
1.6       harris41 2597: </description>
1.10      harris41 2598: <status>works/unverified</status>
1.4       harris41 2599: </file>
                   2600: <file>
1.6       harris41 2601: <source>loncom/interface/lonpreferences.pm</source>
                   2602: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   2603: <categoryname>handler</categoryname>
                   2604: <description>
                   2605: Handles user preferences associated with customizing the online LON-CAPA
                   2606: educational environment.
                   2607: </description>
1.10      harris41 2608: <status>works/unverified</status>
1.6       harris41 2609: </file>
                   2610: <file>
                   2611: <source>loncom/interface/lonprintout.pm</source>
                   2612: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   2613: <categoryname>handler</categoryname>
                   2614: <description>
                   2615: Handles the production of printable files and resources.
                   2616: </description>
1.10      harris41 2617: <status>works/unverified</status>
1.6       harris41 2618: </file>
                   2619: <file>
                   2620: <source>loncom/interface/lonsearchcat.pm</source>
                   2621: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   2622: <categoryname>handler</categoryname>
                   2623: <description>
                   2624: Handles a searchable catalogue.
1.148     matthew  2625: </description>
                   2626: <status>works/unverified</status>
                   2627: </file>
                   2628: <file>
                   2629: <source>loncom/interface/lonmysql.pm</source>
                   2630: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
                   2631: <categoryname>handler</categoryname>
                   2632: <description>
                   2633: Provides utility functions for creating and accessing mysql database tables.
1.6       harris41 2634: </description>
1.10      harris41 2635: <status>works/unverified</status>
1.4       harris41 2636: </file>
                   2637: <file>
1.76      harris41 2638: <source>doc/man/Apache__lonsearchcat.3</source>
                   2639: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83      harris41 2640: <categoryname>doc</categoryname>
1.76      harris41 2641: <description>man page for lonsearchcat.pm</description>
                   2642: <build trigger='always run'>
1.115     harris41 2643: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
                   2644: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
1.76      harris41 2645: </build>
                   2646: <status>works/unverified</status>
                   2647: <dependencies>
                   2648: ../../loncom/interface/lonsearchcat.pm
                   2649: </dependencies>
                   2650: </file>
                   2651: <file>
1.118     harris41 2652: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
                   2653: <target dist='default'>
                   2654: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112     harris41 2655: </target>
1.83      harris41 2656: <categoryname>doc</categoryname>
1.76      harris41 2657: <description>POD-derived page for lonsearchcat.pm</description>
                   2658: <build trigger='always run'>
1.115     harris41 2659: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
1.118     harris41 2660: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
                   2661: echo 'pod2html lonsearchcat.pm'
1.76      harris41 2662: </build>
                   2663: <status>works/unverified</status>
                   2664: <dependencies>
                   2665: ../../loncom/interface/lonsearchcat.pm
                   2666: </dependencies>
1.232     www      2667: </file>
                   2668: <file>
                   2669: <source>loncom/interface/lonmanagekeys.pm</source>
                   2670: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
                   2671: <categoryname>handler</categoryname>
                   2672: <description>
                   2673: Allows users with "mky" privileges to generate and manage course access keys.
                   2674: </description>
                   2675: <status>works/unverified</status>
1.76      harris41 2676: </file>
                   2677: <file>
1.6       harris41 2678: <source>loncom/interface/londropadd.pm</source>
                   2679: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   2680: <categoryname>handler</categoryname>
                   2681: <description>
1.72      harris41 2682: Allows course coordinators to upload courselists in different formats, and
                   2683: automatically create users (if they do not exist already), assign them the
                   2684: role of student in a course, and add them to the classlist.
1.6       harris41 2685: </description>
1.10      harris41 2686: <status>works/unverified</status>
1.6       harris41 2687: </file>
                   2688: <file>
                   2689: <source>loncom/interface/lonmsg.pm</source>
                   2690: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   2691: <categoryname>handler</categoryname>
                   2692: <description>
1.72      harris41 2693: lonmsg.pm has several functions to send and receive internal messages.
                   2694: author_res_msg - send message to resource author.
                   2695: user_crit_msg - send a critical message to a user. A critical message
                   2696: will require acknowledgment by the recipient and the sender will be notified.
                   2697: user_crit_received - routine to trigger acknowledgment.
                   2698: statuschange - change the status of a message (read, replied, forwarded, etc).
                   2699: The handler also displays messages, has routines to reply, etc.
1.6       harris41 2700: </description>
1.10      harris41 2701: <status>works/unverified</status>
1.6       harris41 2702: </file>
                   2703: <file>
                   2704: <source>loncom/homework/hint.pm</source>
                   2705: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   2706: <categoryname>handler</categoryname>
                   2707: <description>
                   2708: This handler coordinates the delivery of hints to students working on LON-CAPA
                   2709: problems and assignments.
                   2710: </description>
1.10      harris41 2711: <status>works/unverified</status>
1.6       harris41 2712: </file>
                   2713: <file>
1.244     matthew  2714: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6       harris41 2715: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   2716: <categoryname>handler</categoryname>
                   2717: <description>
1.244     matthew  2718: The top level interface for the display and editing of spreadsheets.  There
                   2719: are three levels of spreadsheet.
                   2720: </description>
                   2721: <status>works/unverified</status>
                   2722: </file>
                   2723: <file>
                   2724: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
                   2725: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
                   2726: <categoryname>handler</categoryname>
                   2727: <description>
                   2728: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
                   2729: assesscalc).
                   2730: </description>
                   2731: <status>works/unverified</status>
                   2732: </file>
                   2733: <file>
                   2734: <source>loncom/interface/spreadsheet/classcalc.pm</source>
                   2735: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
                   2736: <categoryname>handler</categoryname>
                   2737: <description>
                   2738: Defines the specifics of the course level spreadsheet.
                   2739: </description>
                   2740: <status>works/unverified</status>
                   2741: </file>
                   2742: <file>
                   2743: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
                   2744: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
                   2745: <categoryname>handler</categoryname>
                   2746: <description>
                   2747: Defines the specifics of the student level spreadsheet.
                   2748: </description>
                   2749: <status>works/unverified</status>
                   2750: </file>
                   2751: <file>
                   2752: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
                   2753: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
                   2754: <categoryname>handler</categoryname>
                   2755: <description>
                   2756: Defines the specifics of the assessment level spreadsheet.
1.6       harris41 2757: </description>
1.10      harris41 2758: <status>works/unverified</status>
1.6       harris41 2759: </file>
                   2760: <file>
                   2761: <source>loncom/interface/lonparmset.pm</source>
                   2762: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   2763: <categoryname>handler</categoryname>
                   2764: <description>
                   2765: Handler to resolve ambiguous file locations
                   2766: </description>
1.10      harris41 2767: <status>works/unverified</status>
1.6       harris41 2768: </file>
                   2769: <file>
1.76      harris41 2770: <source>doc/man/Apache__lonparmset.3</source>
                   2771: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83      harris41 2772: <categoryname>doc</categoryname>
1.76      harris41 2773: <description>man page for lonparmset.pm</description>
                   2774: <build trigger='always run'>
1.115     harris41 2775: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
                   2776: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
1.76      harris41 2777: </build>
                   2778: <status>works/unverified</status>
                   2779: <dependencies>
                   2780: ../../loncom/interface/lonparmset.pm
                   2781: </dependencies>
                   2782: </file>
                   2783: <file>
1.118     harris41 2784: <source>doc/lib/perl/Apache/lonparmset.html</source>
                   2785: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112     harris41 2786: </target>
1.83      harris41 2787: <categoryname>doc</categoryname>
1.76      harris41 2788: <description>POD-derived page for lonparmset.pm</description>
                   2789: <build trigger='always run'>
1.115     harris41 2790: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
1.118     harris41 2791: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
                   2792: echo 'pod2html lonparmset.pm'
1.76      harris41 2793: </build>
                   2794: <status>works/unverified</status>
                   2795: <dependencies>
                   2796: ../../loncom/interface/lonparmset.pm
                   2797: </dependencies>
                   2798: </file>
                   2799: <file>
1.6       harris41 2800: <source>loncom/publisher/lonconstruct.pm</source>
                   2801: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   2802: <categoryname>handler</categoryname>
                   2803: <description>
                   2804: Page wrapper for handling construction space.
                   2805: </description>
1.10      harris41 2806: <status>works/unverified</status>
1.6       harris41 2807: </file>
                   2808: <file>
                   2809: <source>loncom/publisher/lonpublisher.pm</source>
                   2810: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   2811: <categoryname>handler</categoryname>
                   2812: <description>
                   2813: Publishes an LON-CAPA educational resource complete with metadata
                   2814: (authorship, language, copyright, creation date, etc).
                   2815: </description>
1.10      harris41 2816: <status>works/unverified</status>
1.6       harris41 2817: </file>
                   2818: <file>
1.76      harris41 2819: <source>doc/man/Apache__lonpublisher.3</source>
                   2820: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83      harris41 2821: <categoryname>doc</categoryname>
1.76      harris41 2822: <description>man page for lonpublisher.pm</description>
                   2823: <build trigger='always run'>
1.115     harris41 2824: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
                   2825: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
1.76      harris41 2826: </build>
                   2827: <status>works/unverified</status>
                   2828: <dependencies>
                   2829: ../../loncom/publisher/lonpublisher.pm
                   2830: </dependencies>
                   2831: </file>
                   2832: <file>
1.118     harris41 2833: <source>doc/lib/perl/Apache/lonpublisher.html</source>
                   2834: <target dist='default'>
                   2835: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112     harris41 2836: </target>
1.83      harris41 2837: <categoryname>doc</categoryname>
1.76      harris41 2838: <description>POD-derived page for lonpublisher.pm</description>
                   2839: <build trigger='always run'>
1.115     harris41 2840: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
1.118     harris41 2841: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
                   2842: echo 'pod2html lonpublisher.pm'
1.76      harris41 2843: </build>
                   2844: <status>works/unverified</status>
                   2845: <dependencies>
                   2846: ../../loncom/publisher/lonpublisher.pm
                   2847: </dependencies>
                   2848: </file>
                   2849: <file>
1.6       harris41 2850: <source>loncom/interface/lonmenu.pm</source>
                   2851: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   2852: <categoryname>handler</categoryname>
                   2853: <description>
                   2854: Has routines which control the remote control.
1.228     www      2855: </description>
                   2856: <status>works/unverified</status>
                   2857: </file>
                   2858: <file>
                   2859: <source>loncom/interface/lonremote.pm</source>
                   2860: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
                   2861: <categoryname>handler</categoryname>
                   2862: <description>
                   2863: Handler to lauch and collapse the remote control.
1.6       harris41 2864: </description>
1.10      harris41 2865: <status>works/unverified</status>
1.6       harris41 2866: </file>
                   2867: <file>
                   2868: <source>rat/lonpageflip.pm</source>
                   2869: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   2870: <categoryname>handler</categoryname>
                   2871: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 2872: <status>works/unverified</status>
1.6       harris41 2873: </file>
                   2874: <file>
                   2875: <source>rat/lonratedt.pm</source>
                   2876: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   2877: <categoryname>handler</categoryname>
                   2878: <description>
                   2879: Builds up frame set and loads in the right thing.
                   2880: </description>
1.10      harris41 2881: <status>works/unverified</status>
1.6       harris41 2882: </file>
                   2883: <file>
                   2884: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   2885: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   2886: <categoryname>handler</categoryname>
                   2887: <description>
                   2888: Homework remote control.
1.157     www      2889: </description>
                   2890: <status>works/unverified</status>
                   2891: </file>
                   2892: <file>
                   2893: <source>loncom/html/res/adm/pages/chatroom.html</source>
                   2894: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
                   2895: <categoryname>handler</categoryname>
                   2896: <description>
                   2897: Establishes frameset for chatroom
1.6       harris41 2898: </description>
1.10      harris41 2899: <status>works/unverified</status>
1.6       harris41 2900: </file>
                   2901: <file>
                   2902: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   2903: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   2904: <categoryname>handler</categoryname>
                   2905: <description>
1.10      harris41 2906: This will take annotations and then plug them into a page.
1.6       harris41 2907: </description>
1.10      harris41 2908: <status>works/unverified</status>
1.6       harris41 2909: </file>
                   2910: <file>
                   2911: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   2912: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   2913: <categoryname>handler</categoryname>
                   2914: <description>
                   2915: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 2916: interface.
1.6       harris41 2917: </description>
1.10      harris41 2918: <status>works/unverified</status>
1.6       harris41 2919: </file>
                   2920: <file>
                   2921: <source>rat/lonratsrv.pm</source>
                   2922: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   2923: <categoryname>handler</categoryname>
                   2924: <description>
1.27      harris41 2925: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   2926: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   2927: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 2928: </description>
1.10      harris41 2929: <status>works/unverified</status>
1.6       harris41 2930: </file>
                   2931: <file>
                   2932: <source>rat/lonpage.pm</source>
                   2933: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   2934: <categoryname>handler</categoryname>
                   2935: <description>
                   2936: bundles pages into one page
                   2937: </description>
1.10      harris41 2938: <status>works/unverified</status>
1.6       harris41 2939: </file>
                   2940: <file>
1.76      harris41 2941: <source>doc/man/Apache__lonpage.3</source>
                   2942: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83      harris41 2943: <categoryname>doc</categoryname>
1.76      harris41 2944: <description>man page for lonpage.pm</description>
                   2945: <build trigger='always run'>
1.115     harris41 2946: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
                   2947: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
1.76      harris41 2948: </build>
                   2949: <status>works/unverified</status>
                   2950: <dependencies>
                   2951: ../../rat/lonpage.pm
                   2952: </dependencies>
                   2953: </file>
                   2954: <file>
1.118     harris41 2955: <source>doc/lib/perl/Apache/lonpage.html</source>
                   2956: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112     harris41 2957: </target>
1.83      harris41 2958: <categoryname>doc</categoryname>
1.76      harris41 2959: <description>POD-derived page for lonnet.pm</description>
                   2960: <build trigger='always run'>
1.115     harris41 2961: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
1.118     harris41 2962: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
1.76      harris41 2963: </build>
                   2964: <status>works/unverified</status>
                   2965: <dependencies>
                   2966: ../../rat/lonpage.pm
                   2967: </dependencies>
                   2968: </file>
                   2969: <file>
1.6       harris41 2970: <source>rat/lonuserstate.pm</source>
                   2971: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   2972: <categoryname>handler</categoryname>
                   2973: <description>
1.133     harris41 2974: compile course into binary data structure
1.6       harris41 2975: </description>
1.10      harris41 2976: <status>works/unverified</status>
1.6       harris41 2977: </file>
                   2978: <file>
1.76      harris41 2979: <source>doc/man/Apache__lonuserstate.3</source>
                   2980: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83      harris41 2981: <categoryname>doc</categoryname>
1.76      harris41 2982: <description>man page for lonnet.pm</description>
                   2983: <build trigger='always run'>
1.115     harris41 2984: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
                   2985: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
1.76      harris41 2986: </build>
                   2987: <status>works/unverified</status>
                   2988: <dependencies>
                   2989: ../../rat/lonuserstate.pm
                   2990: </dependencies>
                   2991: </file>
                   2992: <file>
1.118     harris41 2993: <source>doc/lib/perl/Apache/lonuserstate.html</source>
                   2994: <target dist='default'>
                   2995: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112     harris41 2996: </target>
1.83      harris41 2997: <categoryname>doc</categoryname>
1.76      harris41 2998: <description>POD-derived page for lonuserstate.pm</description>
                   2999: <build trigger='always run'>
1.115     harris41 3000: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
1.118     harris41 3001: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
                   3002: echo 'pod2html lonuserstate.pm'
1.76      harris41 3003: </build>
                   3004: <status>works/unverified</status>
                   3005: <dependencies>
                   3006: ../../rat/lonuserstate.pm
                   3007: </dependencies>
                   3008: </file>
                   3009: <file>
1.6       harris41 3010: <source>loncom/xml/lontex.pm</source>
                   3011: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   3012: <categoryname>handler</categoryname>
                   3013: <description>
1.133     harris41 3014: Handler for tex files
1.6       harris41 3015: </description>
1.10      harris41 3016: <status>works/unverified</status>
1.6       harris41 3017: </file>
                   3018: <file>
                   3019: <source>loncom/xml/lontexconvert.pm</source>
                   3020: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   3021: <categoryname>handler</categoryname>
                   3022: <description>
                   3023: Access to tth/ttm
                   3024: </description>
1.10      harris41 3025: <status>works/unverified</status>
1.6       harris41 3026: </file>
                   3027: <file>
                   3028: <source>loncom/xml/lonxml.pm</source>
                   3029: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   3030: <categoryname>handler</categoryname>
                   3031: <description>
                   3032: XML Parsing Module
1.78      harris41 3033: </description>
                   3034: <status>works/unverified</status>
                   3035: </file>
                   3036: <file>
                   3037: <source>loncom/xml/lonplot.pm</source>
                   3038: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   3039: <categoryname>handler</categoryname>
                   3040: <description>
                   3041: XML-based plotter of graphs
1.6       harris41 3042: </description>
1.10      harris41 3043: <status>works/unverified</status>
1.6       harris41 3044: </file>
                   3045: <file>
                   3046: <source>loncom/xml/style.pm</source>
                   3047: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   3048: <categoryname>handler</categoryname>
                   3049: <description>
                   3050: Style Parsing Module
                   3051: </description>
1.10      harris41 3052: <status>works/unverified</status>
1.6       harris41 3053: </file>
                   3054: <file>
                   3055: <source>loncom/xml/londefdef.pm</source>
                   3056: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   3057: <categoryname>handler</categoryname>
                   3058: <description>
                   3059: Tags Default Definition Module
                   3060: </description>
1.10      harris41 3061: <status>works/unverified</status>
1.4       harris41 3062: </file>
                   3063: <file>
1.6       harris41 3064: <source>loncom/xml/run.pm</source>
                   3065: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   3066: <categoryname>handler</categoryname>
                   3067: <description>
                   3068: used to prevent poorly written problems from causing lingering after effects
                   3069: </description>
1.10      harris41 3070: <status>works/unverified</status>
1.4       harris41 3071: </file>
                   3072: <file>
1.6       harris41 3073: <source>loncom/xml/scripttag.pm</source>
                   3074: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   3075: <categoryname>handler</categoryname>
                   3076: <description>
                   3077: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   3078: &lt;import&gt;
                   3079: </description>
1.10      harris41 3080: <status>works/unverified</status>
1.185     albertel 3081: </file>
                   3082: <file>
                   3083: <source>loncom/homework/randomlylabel.pm</source>
                   3084: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
                   3085: <categoryname>handler</categoryname>
                   3086: <description>
                   3087: Handler for compositing images, and text together.
1.207     www      3088: </description>
                   3089: </file>
                   3090: <file>
                   3091: <source>loncom/homework/rankresponse.pm</source>
                   3092: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
                   3093: <categoryname>handler</categoryname>
                   3094: <description>
                   3095: Handler for rankresponse
1.209     albertel 3096: </description>
                   3097: </file>
                   3098: <file>
                   3099: <source>loncom/homework/matchresponse.pm</source>
                   3100: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
                   3101: <categoryname>handler</categoryname>
                   3102: <description>
                   3103: Handler for matchresponse
1.185     albertel 3104: </description>
1.4       harris41 3105: </file>
                   3106: <file>
1.33      harris41 3107: <source>loncom/homework/randomlabel.pm</source>
                   3108: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   3109: <categoryname>handler</categoryname>
                   3110: <description>
                   3111: Interface for producing applet code which randomizes the labelling of an
                   3112: image.
                   3113: </description>
                   3114: </file>
                   3115: <file>
1.6       harris41 3116: <source>loncom/homework/lonhomework.pm</source>
                   3117: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   3118: <categoryname>handler</categoryname>
1.27      harris41 3119: <description>
                   3120: handles requests for output, evaluation, and alteration of a homework resource
                   3121: </description>
1.95      harris41 3122: <status>works/unverified</status>
1.4       harris41 3123: </file>
                   3124: <file>
1.6       harris41 3125: <source>loncom/homework/inputtags.pm</source>
                   3126: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   3127: <categoryname>handler</categoryname>
                   3128: <description>
                   3129: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   3130: </description>
1.10      harris41 3131: <status>works/unverified</status>
1.4       harris41 3132: </file>
                   3133: <file>
1.6       harris41 3134: <source>loncom/homework/structuretags.pm</source>
                   3135: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   3136: <categoryname>handler</categoryname>
                   3137: <description>
1.27      harris41 3138: produces HTML tags necessary for structuring the presentation of homework
                   3139: resources
1.6       harris41 3140: </description>
1.10      harris41 3141: <status>works/unverified</status>
1.4       harris41 3142: </file>
                   3143: <file>
1.6       harris41 3144: <source>loncom/homework/response.pm</source>
                   3145: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   3146: <categoryname>handler</categoryname>
                   3147: <description>
1.27      harris41 3148: defines different types of responses given to student as well as syntax for
                   3149: producing response values
1.6       harris41 3150: </description>
1.10      harris41 3151: <status>works/unverified</status>
1.4       harris41 3152: </file>
                   3153: <file>
1.6       harris41 3154: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   3155: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   3156: <categoryname>handler</categoryname>
                   3157: <description>
                   3158: handles request to the CAPA homework processing engine
                   3159: </description>
1.10      harris41 3160: <status>works/unverified</status>
1.4       harris41 3161: </file>
                   3162: <file>
1.113     harris41 3163: <source>loncom/xml/Safe.pm</source>
                   3164: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
                   3165: <categoryname>handler</categoryname>
                   3166: <description>
                   3167: Meant to safely substitute for CPAN version of Safe.
                   3168: Allows for safely executing embedded perl comands in
                   3169: a way that does not threaten the operating system.
                   3170: </description>
                   3171: <status>works/unverified</status>
                   3172: </file>
                   3173: <file>
1.241     albertel 3174:   <source>loncom/auth/localauth.pm</source>
                   3175:   <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
                   3176:   <categoryname>handler</categoryname>
                   3177:   <description>
1.208     harris41 3178: Local authentication mechanism.  The target file is meant as a template
                   3179: for a localauth.pm file.  The target file with the -std suffix is not
                   3180: used directly by any software program; it is just a template file.
1.241     albertel 3181:   </description>
                   3182:   <status>works/unverified</status>
                   3183: </file>
                   3184: <file>
                   3185:   <source>loncom/auth/localauth.pm</source>
                   3186:   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   3187:   <categoryname>conf</categoryname>
                   3188:   <description>
                   3189: Local authentication mechanism.  
                   3190:   </description>
                   3191:   <status>works/unverified</status>
1.30      harris41 3192: </file>
                   3193: <file>
1.6       harris41 3194: <source>loncom/auth/lonacc.pm</source>
                   3195: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   3196: <categoryname>handler</categoryname>
                   3197: <description>
                   3198: (This module, like loncacc.pm also authenticates with cookies.)  
                   3199: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   3200: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   3201: as coordinating access to educational resources.
                   3202: </description>
1.10      harris41 3203: <status>works/unverified</status>
1.4       harris41 3204: </file>
                   3205: <file>
1.76      harris41 3206: <source>doc/man/Apache__lonacc.3</source>
                   3207: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83      harris41 3208: <categoryname>doc</categoryname>
1.76      harris41 3209: <description>man page for lonacc.pm</description>
                   3210: <build trigger='always run'>
1.115     harris41 3211: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
                   3212: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
1.76      harris41 3213: </build>
                   3214: <status>works/unverified</status>
                   3215: <dependencies>
                   3216: ../../loncom/auth/lonacc.pm
                   3217: </dependencies>
                   3218: </file>
                   3219: <file>
1.118     harris41 3220: <source>doc/lib/perl/Apache/lonacc.html</source>
                   3221: <target dist='default'>
                   3222: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83      harris41 3223: <categoryname>doc</categoryname>
1.76      harris41 3224: <description>POD-derived page for lonacc.pm</description>
                   3225: <build trigger='always run'>
1.115     harris41 3226: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
1.118     harris41 3227: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
1.76      harris41 3228: </build>
                   3229: <status>works/unverified</status>
                   3230: <dependencies>
                   3231: ../../loncom/auth/lonacc.pm
                   3232: </dependencies>
                   3233: </file>
                   3234: <file>
1.6       harris41 3235: <source>loncom/auth/lonracc.pm</source>
                   3236: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   3237: <categoryname>handler</categoryname>
                   3238: <description>
                   3239: access handler for file transfers
1.151     www      3240: </description>
                   3241: <status>works/unverified</status>
                   3242: </file>
                   3243: <file>
                   3244: <source>loncom/auth/lontokacc.pm</source>
                   3245: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
                   3246: <categoryname>handler</categoryname>
                   3247: <description>
1.154     www      3248: handler for inter-server transfer of token accessed files, includes
                   3249: cleanup handler to remove file when successfully done
                   3250: </description>
                   3251: <status>works/unverified</status>
                   3252: </file>
                   3253: <file>
                   3254: <source>loncom/auth/lonuploadedacc.pm</source>
                   3255: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
                   3256: <categoryname>handler</categoryname>
                   3257: <description>
                   3258: access handler for user uploaded files
                   3259: </description>
                   3260: <status>works/unverified</status>
                   3261: </file>
                   3262: <file>
                   3263: <source>loncom/lontrans.pm</source>
                   3264: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
                   3265: <categoryname>handler</categoryname>
                   3266: <description>
                   3267: URI to filename translation
1.6       harris41 3268: </description>
1.10      harris41 3269: <status>works/unverified</status>
1.87      harris41 3270: </file>
                   3271: <file>
                   3272: <source>doc/man/Apache__lonracc.3</source>
                   3273: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
                   3274: <categoryname>doc</categoryname>
                   3275: <description>man page for lonracc.pm</description>
                   3276: <build trigger='always run'>
1.115     harris41 3277: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
                   3278: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
1.87      harris41 3279: </build>
                   3280: <status>works/unverified</status>
                   3281: <dependencies>
                   3282: ../../loncom/auth/lonracc.pm
                   3283: </dependencies>
                   3284: </file>
                   3285: <file>
1.118     harris41 3286: <source>doc/lib/perl/Apache/lonracc.html</source>
                   3287: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112     harris41 3288: </target>
1.87      harris41 3289: <categoryname>doc</categoryname>
                   3290: <description>POD-derived page for lonracc.pm</description>
                   3291: <build trigger='always run'>
1.115     harris41 3292: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
1.118     harris41 3293: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
1.87      harris41 3294: </build>
                   3295: <status>works/unverified</status>
                   3296: <dependencies>
                   3297: ../../loncom/auth/lonracc.pm
                   3298: </dependencies>
1.4       harris41 3299: </file>
                   3300: <file>
1.6       harris41 3301: <source>loncom/auth/loncacc.pm</source>
                   3302: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   3303: <categoryname>handler</categoryname>
                   3304: <description>
                   3305: This module provides access to an educational resource construction area.
                   3306: This module is invoked by the URL-related pattern syntax
                   3307: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   3308: Authentication of user identity
                   3309: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   3310: to "construction-space access").  If the cookie handle is invalid, then
                   3311: this module returns a forbidden status and makes appropriate log entries.
                   3312: If the cookie handle is valid, status is determined to be okay (and,
                   3313: for the "priv"-type access, the resource is delivered by the
                   3314: <tt>lonconstruct</tt> module).
                   3315: </description>
1.10      harris41 3316: <status>works/unverified</status>
1.4       harris41 3317: </file>
                   3318: <file>
1.86      harris41 3319: <source>doc/man/Apache__loncacc.3</source>
                   3320: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
                   3321: <categoryname>doc</categoryname>
                   3322: <description>man page for loncacc.pm</description>
                   3323: <build trigger='always run'>
1.115     harris41 3324: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
                   3325: &amp;&amp; echo 'manifying loncacc.pm'
1.86      harris41 3326: </build>
                   3327: <status>works/unverified</status>
                   3328: <dependencies>
                   3329: ../../loncom/auth/loncacc.pm
                   3330: </dependencies>
                   3331: </file>
                   3332: <file>
1.118     harris41 3333: <source>doc/lib/perl/Apache/loncacc.html</source>
                   3334: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112     harris41 3335: </target>
1.86      harris41 3336: <categoryname>doc</categoryname>
                   3337: <description>POD-derived page for loncacc.pm</description>
                   3338: <build trigger='always run'>
1.115     harris41 3339: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
1.118     harris41 3340: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
1.86      harris41 3341: </build>
                   3342: <status>works/unverified</status>
                   3343: <dependencies>
                   3344: ../../loncom/auth/loncacc.pm
                   3345: </dependencies>
                   3346: </file>
                   3347: <file>
1.6       harris41 3348: <source>loncom/auth/lonauth.pm</source>
                   3349: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   3350: <categoryname>handler</categoryname>
                   3351: <description>authenticate, set up session environment</description>
1.10      harris41 3352: <status>works/unverified</status>
1.4       harris41 3353: </file>
                   3354: <file>
1.6       harris41 3355: <source>loncom/auth/lonlogin.pm</source>
                   3356: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   3357: <categoryname>handler</categoryname>
                   3358: <description>login screen</description>
1.10      harris41 3359: <status>works/unverified</status>
1.4       harris41 3360: </file>
                   3361: <file>
1.6       harris41 3362: <source>loncom/auth/lonlogout.pm</source>
                   3363: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   3364: <categoryname>handler</categoryname>
                   3365: <description>logout</description>
1.10      harris41 3366: <status>works/unverified</status>
1.4       harris41 3367: </file>
                   3368: <file>
1.6       harris41 3369: <source>loncom/lonnet/perl/lonrep.pm</source>
                   3370: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   3371: <categoryname>handler</categoryname>
                   3372: <description>replication</description>
1.4       harris41 3373: </file>
                   3374: <file>
1.6       harris41 3375: <source>loncom/auth/lonroles.pm</source>
                   3376: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   3377: <categoryname>handler</categoryname>
                   3378: <description>
                   3379: This perl handling module reads in the available roles available
                   3380: for a LON-CAPA user (different courses, different privileges, etc)
                   3381: and produces a form-element HTML page which allows the user to select
                   3382: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   3383: a user may want to select between being a student in a thermodynamics
                   3384: physics course or a teaching assistant for an introductory calculus
                   3385: class.
                   3386: </description>
1.86      harris41 3387: </file>
                   3388: <file>
                   3389: <source>doc/man/Apache__lonroles.3</source>
                   3390: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
                   3391: <categoryname>doc</categoryname>
                   3392: <description>man page for lonroles.pm</description>
                   3393: <build trigger='always run'>
1.115     harris41 3394: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
                   3395: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
1.86      harris41 3396: </build>
                   3397: <status>works/unverified</status>
                   3398: <dependencies>
                   3399: ../../loncom/auth/lonroles.pm
                   3400: </dependencies>
                   3401: </file>
                   3402: <file>
1.118     harris41 3403: <source>doc/lib/perl/Apache/lonroles.html</source>
                   3404: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112     harris41 3405: </target>
1.86      harris41 3406: <categoryname>doc</categoryname>
                   3407: <description>POD-derived page for lonroles.pm</description>
                   3408: <build trigger='always run'>
1.115     harris41 3409: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
1.118     harris41 3410: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
1.86      harris41 3411: </build>
                   3412: <status>works/unverified</status>
                   3413: <dependencies>
                   3414: ../../loncom/auth/lonroles.pm
                   3415: </dependencies>
1.4       harris41 3416: </file>
                   3417: <file>
1.6       harris41 3418: <source>loncom/interface/lonindexer.pm</source>
                   3419: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   3420: <categoryname>handler</categoryname>
                   3421: <description>
                   3422: cross server filesystem browser
                   3423: </description>
1.10      harris41 3424: <status>works/unverified</status>
1.76      harris41 3425: </file>
                   3426: <file>
                   3427: <source>doc/man/Apache__lonindexer.3</source>
                   3428: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83      harris41 3429: <categoryname>doc</categoryname>
1.76      harris41 3430: <description>man page for lonindexer.pm</description>
                   3431: <build trigger='always run'>
1.115     harris41 3432: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
                   3433: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
1.76      harris41 3434: </build>
                   3435: <status>works/unverified</status>
                   3436: <dependencies>
                   3437: ../../loncom/interface/lonindexer.pm
                   3438: </dependencies>
                   3439: </file>
                   3440: <file>
1.118     harris41 3441: <source>doc/lib/perl/Apache/lonindexer.html</source>
                   3442: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112     harris41 3443: </target>
1.83      harris41 3444: <categoryname>doc</categoryname>
1.76      harris41 3445: <description>POD-derived page for lonindexer.pm</description>
                   3446: <build trigger='always run'>
1.115     harris41 3447: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
1.118     harris41 3448: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
                   3449: echo 'pod2html lonindexer.pm'
1.76      harris41 3450: </build>
                   3451: <status>works/unverified</status>
                   3452: <dependencies>
                   3453: ../../loncom/interface/lonindexer.pm
                   3454: </dependencies>
1.4       harris41 3455: </file>
                   3456: <file>
1.24      harris41 3457: <source>loncom/interface/groupsort.pm</source>
                   3458: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   3459: <categoryname>handler</categoryname>
                   3460: <description>
                   3461: Implements a second phase of importing multiple resources into the RAT.
                   3462: Allows for reordering the sequence of resources.
                   3463: </description>
                   3464: <status>works/unverified</status>
                   3465: </file>
                   3466: <file>
1.6       harris41 3467: <source>loncom/lonnet/perl/lonnet.pm</source>
                   3468: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   3469: <categoryname>handler</categoryname>
                   3470: <description>
                   3471: This file is an interface to the lonc processes of the LON-CAPA network
                   3472: as well as set of elaborated functions for handling information necessary
                   3473: for navigating through a given cluster of LON-CAPA machines within a domain.
                   3474: There are over 40 specialized functions in this module which handle
                   3475: the reading and transmission of metadata, user information
                   3476: (ids, names, environments, roles, logs), file information (storage, reading,
                   3477: directories, extensions, replication, embedded styles and descriptors),
                   3478: educational resources (course descriptions, section names and numbers),
                   3479: url hashing (to assign roles on a url basis), and translating abbreviated
                   3480: symbols to and from more descriptive phrases or explanations.
                   3481: </description>
1.10      harris41 3482: <status>works/unverified</status>
1.73      harris41 3483: </file>
                   3484: <file>
                   3485: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 3486: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83      harris41 3487: <categoryname>doc</categoryname>
1.73      harris41 3488: <description>man page for lonnet.pm</description>
                   3489: <build trigger='always run'>
1.115     harris41 3490: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
                   3491: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
1.73      harris41 3492: </build>
                   3493: <status>works/unverified</status>
                   3494: <dependencies>
                   3495: ../../loncom/lonnet/perl/lonnet.pm
                   3496: </dependencies>
                   3497: </file>
                   3498: <file>
1.118     harris41 3499: <source>doc/lib/perl/Apache/lonnet.html</source>
                   3500: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
                   3501: </target>
1.83      harris41 3502: <categoryname>doc</categoryname>
1.73      harris41 3503: <description>POD-derived page for lonnet.pm</description>
                   3504: <build trigger='always run'>
1.115     harris41 3505: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
1.118     harris41 3506: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
1.73      harris41 3507: </build>
                   3508: <status>works/unverified</status>
                   3509: <dependencies>
                   3510: ../../loncom/lonnet/perl/lonnet.pm
                   3511: </dependencies>
1.4       harris41 3512: </file>
                   3513: <file>
1.6       harris41 3514: <source>loncom/html/index.html</source>
                   3515: <target dist='default'>home/httpd/html/index.html</target>
                   3516: <categoryname>interface file</categoryname>
                   3517: <description>bumps to login</description>
1.181     www      3518: </file>
                   3519: <file>
                   3520: <source>loncom/html/favicon.ico</source>
                   3521: <target dist='default'>home/httpd/html/favicon.ico</target>
                   3522: <categoryname>interface file</categoryname>
                   3523: <description>Bookmark and tab icon</description>
1.4       harris41 3524: </file>
1.6       harris41 3525: <link>
                   3526: <linkto>etc/mime.types</linkto>
                   3527: <target dist='default'>etc/httpd/conf/mime.types</target>
                   3528: <categoryname>symbolic link</categoryname>
                   3529: <description>symbolic link to /etc/mime.types</description>
                   3530: </link>
                   3531: <link>
                   3532: <linkto>home/httpd/html/res</linkto>
                   3533: <target dist='default'>home/httpd/html/raw</target>
                   3534: <categoryname>symbolic link</categoryname>
                   3535: <description>symbolic link to /home/httpd/html/res</description>
                   3536: </link>
1.4       harris41 3537: <file>
1.6       harris41 3538: <source>loncom/html/adm/notfound.html</source>
                   3539: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   3540: <categoryname>interface file</categoryname>
                   3541: <description>
                   3542: static html page that is shown when an attempt is made to access a document
                   3543: not present on the web server
                   3544: </description>
1.4       harris41 3545: </file>
                   3546: <file>
1.6       harris41 3547: <source>loncom/html/adm/unauthorized.html</source>
                   3548: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   3549: <categoryname>interface file</categoryname>
                   3550: <description>
1.27      harris41 3551: static html page that is shown when an attempt is made to access a document
                   3552: which is restricted based on file or server configurations
1.32      harris41 3553: </description>
                   3554: </file>
                   3555: <file>
                   3556: <source>loncom/html/adm/help/searchcat.html</source>
1.109     harris41 3557: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32      harris41 3558: <categoryname>interface file</categoryname>
                   3559: <description>
                   3560: Help page for the search engine.
1.6       harris41 3561: </description>
1.4       harris41 3562: </file>
                   3563: <file>
1.6       harris41 3564: <source>rat/client/rat.html</source>
                   3565: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   3566: <categoryname>interface file</categoryname>
                   3567: <description>
                   3568: frameset
                   3569: </description>
1.4       harris41 3570: </file>
                   3571: <file>
1.6       harris41 3572: <source>rat/client/parameter.html</source>
                   3573: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   3574: <categoryname>interface file</categoryname>
                   3575: <description>
                   3576: Parameter input window.
                   3577: </description>
1.4       harris41 3578: </file>
                   3579: <file>
1.6       harris41 3580: <source>rat/client/code.html</source>
                   3581: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170     www      3582: <categoryname>interface file</categoryname>
                   3583: <description>
                   3584: javascript
                   3585: </description>
                   3586: </file>
                   3587: <file>
                   3588: <source>rat/client/extpickcode.html</source>
                   3589: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
                   3590: <categoryname>interface file</categoryname>
                   3591: <description>
                   3592: javascript
                   3593: </description>
                   3594: </file>
                   3595: <file>
                   3596: <source>rat/client/extpickframe.html</source>
                   3597: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6       harris41 3598: <categoryname>interface file</categoryname>
                   3599: <description>
                   3600: javascript
                   3601: </description>
1.4       harris41 3602: </file>
                   3603: <file>
1.6       harris41 3604: <source>rat/client/map.html</source>
                   3605: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   3606: <categoryname>interface file</categoryname>
                   3607: <description>
                   3608: bumper
                   3609: </description>
1.4       harris41 3610: </file>
                   3611: <file>
1.6       harris41 3612: <source>rat/client/empty.html</source>
                   3613: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   3614: <categoryname>interface file</categoryname>
                   3615: <description>
                   3616: A blank page with very minimal HTML structural elements.
1.217     www      3617: </description>
                   3618: </file>
                   3619: <file>
                   3620: <source>rat/client/loading.html</source>
                   3621: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
                   3622: <categoryname>interface file</categoryname>
                   3623: <description>
                   3624: A blank page which calls drawwindow in its opener after being loaded.
1.6       harris41 3625: </description>
1.4       harris41 3626: </file>
1.10      harris41 3627: <fileglob>
                   3628: <glob>*.gif</glob>
                   3629: <sourcedir>rat/images/</sourcedir>
                   3630: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   3631: <categoryname>graphic file</categoryname>
                   3632: <description>
                   3633: icons for providing a HTML-tabled view of a course map
                   3634: </description>
                   3635: <filenames>
1.37      harris41 3636: 1.1.dt.gif;
                   3637: 1.1.empty.gif;
                   3638: 1.1.ld.gif;
                   3639: 1.1.lr.gif;
                   3640: 1.1.rd.gif;
1.60      harris41 3641: 1.1.rl.gif;
1.37      harris41 3642: 1.1.td.gif;
                   3643: 1.1.tdrl.gif;
                   3644: 1.1.tl.gif;
                   3645: 1.1.tr.gif;
                   3646: 1.1.utd.gif;
                   3647: 1.2.ctd.gif;
                   3648: 1.2.dt.gif;
                   3649: 1.2.empty.gif;
                   3650: 1.2.ld.gif;
                   3651: 1.2.lr.gif;
                   3652: 1.2.lrd.gif;
                   3653: 1.2.lrtd.gif;
                   3654: 1.2.rd.gif;
                   3655: 1.2.rl.gif;
                   3656: 1.2.rld.gif;
                   3657: 1.2.rltd.gif;
                   3658: 1.2.rtd.gif;
                   3659: 1.2.rtdl.gif;
                   3660: 1.2.rtl.gif;
                   3661: 1.2.td.gif;
                   3662: 1.2.tdl.gif;
                   3663: 1.2.tdrl.gif;
                   3664: 1.2.tl.gif;
                   3665: 1.2.tr.gif;
                   3666: 1.2.utd.gif;
                   3667: 2.1.dt.gif;
                   3668: 2.1.empty.gif;
                   3669: 2.1.ld.gif;
                   3670: 2.1.lr.gif;
                   3671: 2.1.rd.gif;
                   3672: 2.1.rl.gif;
                   3673: 2.1.td.gif;
                   3674: 2.1.tdrl.gif;
                   3675: 2.1.tl.gif;
                   3676: 2.1.tr.gif;
                   3677: 2.2.dt.gif;
                   3678: 2.2.empty.gif;
                   3679: 2.2.ld.gif;
                   3680: 2.2.lr.gif;
                   3681: 2.2.lrd.gif;
                   3682: 2.2.lrt.gif;
                   3683: 2.2.rd.gif;
                   3684: 2.2.rl.gif;
                   3685: 2.2.rld.gif;
                   3686: 2.2.rlt.gif;
                   3687: 2.2.td.gif;
                   3688: 2.2.tdl.gif;
                   3689: 2.2.tdr.gif;
                   3690: 2.2.tdrl.gif;
                   3691: 2.2.tl.gif;
                   3692: 2.2.tr.gif;
                   3693: 2.2.url.gif;
                   3694: 2.2.utd.gif;
                   3695: arrow.gif;
                   3696: bdt.gif;
                   3697: bempty.gif;
                   3698: bld.gif;
                   3699: blr.gif;
                   3700: blrd.gif;
                   3701: blrt.gif;
1.60      harris41 3702: bottom.gif;
1.37      harris41 3703: brd.gif;
                   3704: brl.gif;
                   3705: brld.gif;
                   3706: brlt.gif;
                   3707: btd.gif;
                   3708: btdl.gif;
                   3709: btdr.gif;
                   3710: btdrl.gif;
                   3711: btl.gif;
                   3712: btr.gif;
                   3713: burl.gif;
                   3714: butd.gif;
                   3715: condition.gif;
                   3716: edit.gif;
                   3717: finish.gif;
                   3718: info.gif;
                   3719: inscol.gif;
                   3720: inscond.gif;
                   3721: insres.gif;
                   3722: insrow.gif;
                   3723: left.gif;
                   3724: middle.gif;
                   3725: resource.gif;
                   3726: right.gif;
                   3727: sctd.gif;
                   3728: sdt.gif;
                   3729: sempty.gif;
                   3730: sld.gif;
                   3731: slr.gif;
                   3732: slrd.gif;
                   3733: slrtd.gif;
                   3734: srd.gif;
                   3735: srl.gif;
                   3736: srld.gif;
                   3737: srltd.gif;
                   3738: srtd.gif;
                   3739: srtdl.gif;
                   3740: srtl.gif;
                   3741: start.gif;
                   3742: std.gif;
                   3743: stdl.gif;
1.10      harris41 3744: sutd.gif
                   3745: </filenames>
                   3746: </fileglob>
                   3747: <fileglob>
1.60      harris41 3748: <glob>*.*</glob>
1.10      harris41 3749: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   3750: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   3751: <categoryname>graphic file</categoryname>
                   3752: <description>
                   3753: icons to indicate an unexpected result
                   3754: </description>
                   3755: <filenames>
1.37      harris41 3756: lonconstruct.gif;
                   3757: lonlogo_broken.gif;
                   3758: lonlogo_broken_tsp.gif;
                   3759: lonlogo_broken.eps;
                   3760: lonlogo_broken.jpg;
1.10      harris41 3761: lonlogo_broken.mov
                   3762: </filenames>
                   3763: </fileglob>
                   3764: <fileglob>
1.60      harris41 3765: <glob>*.*</glob>
1.10      harris41 3766: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   3767: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   3768: <categoryname>graphic file</categoryname>
                   3769: <description>
1.132     harris41 3770: logos and general widget icons
1.10      harris41 3771: </description>
                   3772: <filenames>
1.68      harris41 3773: SMETE_white.gif;
1.117     harris41 3774: aboutlon.gif;
                   3775: accessbutton.gif;
1.224     www      3776: angry.gif;
1.60      harris41 3777: arrow_up.gif;
1.224     www      3778: bigsmile.gif;
1.177     bowersj2 3779: branch.gif;
1.37      harris41 3780: cab.gif;
                   3781: cab_big.gif;
1.62      harris41 3782: capapanel.gif;
1.224     www      3783: check.gif;
1.37      harris41 3784: class.gif;
                   3785: class_big.gif;
1.224     www      3786: coolindiff.gif;
                   3787: coolsmile.gif;
                   3788: cry.gif;
1.37      harris41 3789: dvi.gif;
                   3790: dvi_big.gif;
                   3791: eps.gif;
                   3792: eps_big.gif;
                   3793: exam.gif;
                   3794: exam_big.gif;
1.117     harris41 3795: fillbottom.gif;
                   3796: fillleft.gif;
                   3797: fillright.gif;
                   3798: filltop.gif;
1.37      harris41 3799: folder_closed.gif;
                   3800: folder_opened.gif;
                   3801: folder_pointer_closed.gif;
                   3802: folder_pointer_opened.gif;
                   3803: form.gif;
                   3804: form_big.gif;
1.224     www      3805: frowny.gif;
1.37      harris41 3806: gif.gif;
                   3807: gif_big.gif;
1.117     harris41 3808: header.gif;
1.224     www      3809: hrrm.gif;
1.37      harris41 3810: htm.gif;
                   3811: html.gif;
                   3812: html_big.gif;
1.224     www      3813: huh.gif;
1.52      harris41 3814: jar.gif;
                   3815: jar_big.gif;
1.37      harris41 3816: jpg.gif;
                   3817: jpg_big.gif;
1.62      harris41 3818: latex.gif;
1.224     www      3819: lipsrsealed.gif;
1.117     harris41 3820: lite.gif;
1.37      harris41 3821: liteani.gif;
1.117     harris41 3822: litetext.gif;
1.62      harris41 3823: lolpanel.gif;
1.37      harris41 3824: lonanim.gif;
                   3825: lonanimend.gif;
1.117     harris41 3826: loncapalogo.gif;
1.37      harris41 3827: lonhelplogos.gif;
1.60      harris41 3828: lonhelptop.gif;
1.37      harris41 3829: lonlogo.gif;
                   3830: lonlogos.gif;
1.117     harris41 3831: lowerleft.gif;
                   3832: lowerright.gif;
1.236     www      3833: minilogo.gif;
1.37      harris41 3834: meta.gif;
                   3835: meta_big.gif;
                   3836: mov.gif;
                   3837: mov_big.gif;
                   3838: move_up.gif;
                   3839: move_down.gif;
1.177     bowersj2 3840: navmap.correct.gif;
1.251     bowersj2 3841: navmap.ellipsis.gif;
1.177     bowersj2 3842: navmap.open.gif;
1.251     bowersj2 3843: navmap.page.open.gif;
                   3844: navmap.page.closed.gif;
                   3845: navmap.page.open.nomanip.gif;
                   3846: navmap.page.closed.nomanip.gif;
1.177     bowersj2 3847: navmap.wrong.gif;
1.180     bowersj2 3848: navmap.folder.open.gif;
                   3849: navmap.folder.closed.gif;
1.229     bowersj2 3850: navmap.folder.open.nomanip.gif;
                   3851: navmap.folder.closed.nomanip.gif;
1.37      harris41 3852: page.gif;
                   3853: page_big.gif;
                   3854: pdf.gif;
                   3855: pdf_big.gif;
1.54      harris41 3856: png.gif;
                   3857: png_big.gif;
1.37      harris41 3858: problem.gif;
                   3859: problem_big.gif;
                   3860: ps.gif;
                   3861: ps_big.gif;
1.224     www      3862: rolleyes.gif;
1.37      harris41 3863: quill.gif;
                   3864: quiz.gif;
                   3865: quiz_big.gif;
                   3866: select.gif;
                   3867: sequence.gif;
                   3868: sequence_big.gif;
                   3869: server.gif;
                   3870: server_big.gif;
1.224     www      3871: shocked.gif;
                   3872: smiley.gif;
1.37      harris41 3873: srvbad.gif;
                   3874: srvempty.gif;
                   3875: srvgood.gif;
                   3876: srvhalf.gif;
                   3877: srvnull.gif;
                   3878: survey.gif;
                   3879: survey_big.gif;
                   3880: tex.gif;
                   3881: tex_big.gif;
1.210     www      3882: tth.gif;
1.37      harris41 3883: txt.gif;
                   3884: txt_big.gif;
1.57      harris41 3885: unknown.gif;
                   3886: unknown_big.gif;
1.117     harris41 3887: upperleft.gif;
                   3888: upperright.gif;
1.37      harris41 3889: user.gif;
                   3890: user_big.gif;
1.117     harris41 3891: userauthentication.gif;
1.37      harris41 3892: wav.gif;
                   3893: wav_big.gif;
                   3894: white_space_20_22.gif;
                   3895: whitespace1.gif;
                   3896: whitespace10.gif;
                   3897: whitespace2.gif;
                   3898: whitespace3.gif;
                   3899: whitespace4.gif;
                   3900: whitespace5.gif;
                   3901: whitespace6.gif;
                   3902: whitespace7.gif;
                   3903: whitespace8.gif;
                   3904: whitespace9.gif;
1.224     www      3905: wink.gif;
1.37      harris41 3906: xml.gif;
                   3907: xml_big.gif;
                   3908: zip.gif;
1.10      harris41 3909: zip_big.gif
                   3910: </filenames>
                   3911: </fileglob>
                   3912: <fileglob>
1.60      harris41 3913: <glob>*.*</glob>
1.10      harris41 3914: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   3915: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   3916: <categoryname>graphic file</categoryname>
                   3917: <description>
1.132     harris41 3918: Miscellaneous resources.
1.10      harris41 3919: </description>
                   3920: <filenames>
1.80      harris41 3921: authorfeed.gif;
                   3922: bomb.gif;
1.40      harris41 3923: cat_button.gif;
1.80      harris41 3924: chat.gif;
1.111     harris41 3925: eval_button.gif;
1.80      harris41 3926: feedback.gif;
1.40      harris41 3927: pprm_button.gif;
                   3928: pgrd_button.gif;
                   3929: subm_button.gif
1.10      harris41 3930: </filenames>
                   3931: </fileglob>
                   3932: <file>
                   3933: <source>loncom/xml/tth.pm</source>
                   3934: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.115     harris41 3935: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.233     albertel 3936: <target dist='redhat8'>home/httpd/lib/perl/tth.pm</target>
1.10      harris41 3937: <categoryname>system file</categoryname>
                   3938: <description>
                   3939: perl module for invoking functions specific to TeX-to-HTML conversion
                   3940: </description>
                   3941: <note>
                   3942: Has the same dependencies and build process as tth.so.
                   3943: Currently, only the tth.so file specifications invoke
1.49      harris41 3944: the build process however.  A static version is checked into loncom/xml
                   3945: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 3946: </note>
1.113     harris41 3947: <status>works/unverified</status>
                   3948: </file>
                   3949: <file>
                   3950: <source>loncom/xml/LCParser.pm</source>
                   3951: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125     harris41 3952: <categoryname>system file</categoryname>
                   3953: <description>
                   3954: perl module for parsing HTML in a way that really works and is thoroughly
                   3955: tested
                   3956: </description>
                   3957: <status>works/unverified</status>
1.234     foxr     3958: </file>
                   3959: <file>
                   3960:   <source>loncom/LondConnection.pm</source>
1.239     albertel 3961:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234     foxr     3962:   <categoryname>system file</categoryname>
                   3963:   <description>
                   3964:      Manages a connection between a lonc proxy daemon and the lond server
                   3965:      in the remote node.
1.252     www      3966:   </description>
                   3967:   <status>works/verified</status>
                   3968: </file>
                   3969: <file>
                   3970:   <source>loncom/LondTransaction.pm</source>
                   3971:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
                   3972:   <categoryname>system file</categoryname>
                   3973:   <description>
                   3974: 	Handles a single lon-capa insternal transaction
1.234     foxr     3975:   </description>
                   3976:   <status>works/verified</status>
                   3977: </file>
                   3978: <file>
                   3979:    <source>loncom/types/HashIterator.pm</source>
1.239     albertel 3980:    <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234     foxr     3981:    <categoryname>system file</categoryname>
                   3982:    <description>
                   3983:       Provides support to iterate through opaque hashes hidden e.g. within 
                   3984:       object private data.
                   3985:    </description>
                   3986:    <status>works/verified</status>
                   3987: </file>
                   3988: <file>
                   3989:    <source>loncom/types/Queue.pm</source>
1.239     albertel 3990:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234     foxr     3991:    <categoryname>system file</categoryname>
                   3992:    <description>
                   3993:      Provides a FIFO queue class.
                   3994:    </description>
                   3995:    <status>works/verified</status>
                   3996: </file>
                   3997: <file>
                   3998:    <source>loncom/types/Stack.pm</source>
1.239     albertel 3999:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234     foxr     4000:    <categoryname>system file</categoryname>
                   4001:    <description>
                   4002:      Provides a LIFO stack class.
                   4003:    </description>
                   4004:    <status>works/verified</status>
1.239     albertel 4005: </file>
1.234     foxr     4006: <file>
                   4007:    <source>loncom/loncnew</source>
1.240     albertel 4008:    <target dist='default'>home/httpd/perl/loncnew</target>
                   4009:    <categoryname>script</categoryname>
1.234     foxr     4010:    <description>
                   4011: 	  Proxy server for remote loncapa requests.
1.250     albertel 4012:           Needs CPAN Event module.
1.234     foxr     4013:    </description>
1.125     harris41 4014: </file>
                   4015: <file>
                   4016: <source>loncom/configuration/Configuration.pm</source>
                   4017: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113     harris41 4018: <categoryname>system file</categoryname>
                   4019: <description>
1.126     harris41 4020: Configuration file reader (looks in /etc/httpd/conf/); accepts
                   4021: a list of *.conf files to inspect for PerlSetVar key/value
                   4022: entries.
1.113     harris41 4023: </description>
1.10      harris41 4024: <status>works/unverified</status>
                   4025: </file>
                   4026: <file>
                   4027: <source>modules/TexConvert/tthperl/tth.so</source>
                   4028: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.115     harris41 4029: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.233     albertel 4030: <target dist='redhat8'>home/httpd/lib/perl/tth.so</target>
1.10      harris41 4031: <categoryname>system file</categoryname>
                   4032: <description>
                   4033: shared library file for dynamic loading and unloading
                   4034: </description>
                   4035: <note>
                   4036: The source and file dependencies are not available to most
                   4037: CVS users.  (You can safely rely on the existing binaries
                   4038: present on your system... don't worry about warnings
                   4039: related to this file during the build process.)
                   4040: </note>
                   4041: <build trigger='run if dependencies change'>
                   4042: modules/TexConvert/tthperl/commands
                   4043: </build>
                   4044: <status>works/unverified</status>
                   4045: <dependencies>
1.39      harris41 4046: ../tthdynamic/tthfunc.c;
1.82      harris41 4047: ../ttmdynamic/ttmfunc.c
1.10      harris41 4048: </dependencies>
                   4049: </file>
                   4050: <file>
                   4051: <source>loncom/homework/caparesponse/capa.pm</source>
                   4052: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.115     harris41 4053: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.233     albertel 4054: <target dist='redhat8'>home/httpd/lib/perl/capa.pm</target>
1.10      harris41 4055: <categoryname>system file</categoryname>
                   4056: <description>
                   4057: perl module for invoking functions specific to CAPA
                   4058: </description>
1.49      harris41 4059: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 4060: <note>
                   4061: Has the same dependencies and build process as capa.so.
                   4062: Currently, only the capa.so file specifications invoke
                   4063: the build process however.
                   4064: </note>
                   4065: </file>
                   4066: <file>
                   4067: <source>loncom/homework/caparesponse/capa.bs</source>
                   4068: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.115     harris41 4069: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.233     albertel 4070: <target dist='redhat8'>home/httpd/lib/perl/capa.bs</target>
1.10      harris41 4071: <categoryname>system file</categoryname>
                   4072: <description>
1.27      harris41 4073: bootstrap file associated with dynamic loading of this module on multiple
                   4074: architectures
1.10      harris41 4075: </description>
1.49      harris41 4076: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 4077: <note>
                   4078: Has the same dependencies and build process as capa.so.
                   4079: Currently, only the capa.so file specifications invoke
                   4080: the build process however.
                   4081: </note>
                   4082: </file>
                   4083: <file>
                   4084: <source>loncom/homework/caparesponse/capa.so</source>
                   4085: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.115     harris41 4086: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.233     albertel 4087: <target dist='redhat8'>home/httpd/lib/perl/capa.so</target>
1.10      harris41 4088: <categoryname>system file</categoryname>
                   4089: <description>
                   4090: shared library file for dynamic loading and unloading
                   4091: </description>
                   4092: <build trigger='always run'>
                   4093: loncom/homework/caparesponse/commands
                   4094: </build>
                   4095: <dependencies>
1.39      harris41 4096: caparesponse.c;
1.119     harris41 4097: caparesponse.pm;
                   4098: README;
                   4099: Makefile.PL;
                   4100: capa.i;
1.120     harris41 4101: commands;
1.222     albertel 4102: ../../../CAPA/pProj/Makefile;
1.120     harris41 4103: ../../../CAPA/pProj/capaGrammarDef.y;
                   4104: ../../../CAPA/pProj/capaFormula.y;
                   4105: ../../../CAPA/pProj/capaLexerDef.flex;
                   4106: ../../../CAPA/pProj/capaFunction.c;
                   4107: ../../../CAPA/pProj/capaParserUtils.c;
                   4108: ../../../CAPA/pProj/capaMapExpr.c;
                   4109: ../../../CAPA/pProj/capaUnit.c;
                   4110: ../../../CAPA/pProj/com.c;
                   4111: ../../../CAPA/pProj/linpack.c;
                   4112: ../../../CAPA/pProj/ranlib.c;
                   4113: ../../../CAPA/pProj/capaCgiUtils.c;
                   4114: ../../../CAPA/pProj/capaSubjective.c;
                   4115: ../../../CAPA/pProj/capaRQO.c;
                   4116: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123     harris41 4117: ../../../CAPA/pProj/capaCommon.c;
                   4118: ../../../CAPA/pProj/capaCommon.h;
                   4119: ../../../CAPA/pProj/ranlib.h;
                   4120: ../../../CAPA/pProj/capaCGI.h;
                   4121: ../../../CAPA/pProj/capaFunction.h;
                   4122: ../../../CAPA/pProj/capaRQO.h;
                   4123: ../../../CAPA/pProj/capaParser.h;
                   4124: ../../../CAPA/pProj/lex_debug.h
1.10      harris41 4125: </dependencies>
                   4126: </file>
                   4127: <fileglob>
                   4128: <glob>*.ent</glob>
                   4129: <sourcedir>loncom/MathML/</sourcedir>
                   4130: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   4131: <categoryname>system file</categoryname>
                   4132: <description>
1.27      harris41 4133: xml files which assign unicode numbers to mathematical symbols using
                   4134: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 4135: </description>
                   4136: <filenames>
1.37      harris41 4137: isoamsa.ent;
                   4138: isoamsb.ent;
                   4139: isoamsc.ent;
                   4140: isoamsn.ent;
                   4141: isoamso.ent;
                   4142: isoamsr.ent;
                   4143: isobox.ent;
                   4144: isocyr1.ent;
                   4145: isocyr2.ent;
                   4146: isodia.ent;
                   4147: isogrk1.ent;
                   4148: isogrk2.ent;
                   4149: isogrk3.ent;
                   4150: isogrk4.ent;
                   4151: isolat1.ent;
                   4152: isolat2.ent;
                   4153: isomfrk.ent;
                   4154: isomopf.ent;
                   4155: isomscr.ent;
                   4156: isonum.ent;
                   4157: isopub.ent;
                   4158: isotech.ent;
                   4159: mmlalias.ent;
1.10      harris41 4160: mmlextra.ent
                   4161: </filenames>
1.37      harris41 4162: </fileglob>
1.10      harris41 4163: <file>
                   4164: <source>loncom/MathML/mathml.css</source>
                   4165: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   4166: <categoryname>system file</categoryname>
                   4167: <description>
                   4168: cascading style sheet
                   4169: </description>
                   4170: </file>
                   4171: <file>
                   4172: <source>loncom/MathML/mathml.dtd</source>
                   4173: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   4174: <categoryname>system file</categoryname>
                   4175: <description>
                   4176: document type definition
                   4177: </description>
                   4178: </file>
1.4       harris41 4179: <file>
1.10      harris41 4180: <source>loncom/auth/londes.js</source>
                   4181: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   4182: <categoryname>interface file</categoryname>
1.6       harris41 4183: <description>
1.27      harris41 4184: Encryption Routines according to Data Encryption Standard DES, written in
                   4185: javascript.
1.6       harris41 4186: </description>
1.4       harris41 4187: </file>
                   4188: <file>
1.10      harris41 4189: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 4190: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   4191: </target>
1.10      harris41 4192: <categoryname>handler</categoryname>
1.6       harris41 4193: <description>
1.115     harris41 4194: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
                   4195: environment in a problem that was converted from lectureonline.
1.6       harris41 4196: </description>
1.4       harris41 4197: </file>
                   4198: <file>
1.10      harris41 4199: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 4200: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   4201: </target>
1.10      harris41 4202: <categoryname>handler</categoryname>
1.6       harris41 4203: <description>
1.14      harris41 4204: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 4205: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 4206: </description>
1.4       harris41 4207: </file>
                   4208: <file>
1.10      harris41 4209: <source>loncom/homework/capa.units</source>
                   4210: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   4211: <categoryname>static conf</categoryname>
1.6       harris41 4212: <description>
1.10      harris41 4213: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 4214: </description>
1.4       harris41 4215: </file>
1.165     www      4216: <fileglob>
                   4217: <glob>*.jpg</glob>
                   4218: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
                   4219: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
                   4220: <categoryname>graphic file</categoryname>
                   4221: <description>Pages headers</description>
                   4222: <filenames>
                   4223: admin.jpg;
                   4224: author.jpg;
                   4225: coordinator.jpg;
                   4226: header.jpg;
                   4227: student.jpg;
1.166     www      4228: </filenames>
                   4229: </fileglob>
                   4230: <fileglob>
1.230     www      4231: <glob>*.jpg</glob>
                   4232: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   4233: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   4234: <categoryname>graphic file</categoryname>
                   4235: <description>Logos of LON-CAPA domains (jpg)</description>
                   4236: <filenames>
                   4237: headermsu.jpg;
                   4238: </filenames>
                   4239: </fileglob>
                   4240: <fileglob>
1.166     www      4241: <glob>*.gif</glob>
                   4242: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   4243: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   4244: <categoryname>graphic file</categoryname>
1.230     www      4245: <description>Logos of LON-CAPA domains (gif)</description>
1.168     www      4246: <filenames>
1.197     albertel 4247: 103.gif;
                   4248: gerd.gif;
                   4249: mio.gif;
                   4250: msuvu.gif;
                   4251: ohiou.gif;
                   4252: rhs.gif;
                   4253: sfu.gif;
                   4254: tmcc.gif;
                   4255: umich.gif;
                   4256: worf.gif;
                   4257: annarbor.gif;
                   4258: elps.gif;
                   4259: gwu.gif;
                   4260: msudemo.gif;
                   4261: ndsu.gif;
                   4262: physnet.gif;
                   4263: sc.gif;
                   4264: Selwyn.gif;
                   4265: ucf.gif;
                   4266: unihalle.gif;
                   4267: wscc.gif;
                   4268: cps.gif;
                   4269: fsu.gif;
                   4270: lsd.gif;
                   4271: msu.gif;
                   4272: nsdl.gif;
                   4273: pmm.gif;
                   4274: sunysb.gif;
                   4275: udel.gif;
1.223     albertel 4276: uz.gif;
                   4277: fvl.gif;
                   4278: glps.gif;
                   4279: headersfu.gif;
                   4280: uwsp.gif
1.168     www      4281: </filenames>
                   4282: </fileglob>
                   4283: <fileglob>
                   4284: <glob>*.tab</glob>
                   4285: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
                   4286: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
                   4287: <categoryname>conf</categoryname>
                   4288: <description>Designs of LON-CAPA domains</description>
1.166     www      4289: <filenames>
1.197     albertel 4290: annarbor.tab;
                   4291: default.tab;
                   4292: msu.tab;
                   4293: sfu.tab;
                   4294: worf.tab
1.165     www      4295: </filenames>
                   4296: </fileglob>
1.10      harris41 4297: <fileglob>
                   4298: <glob>*.gif</glob>
1.159     www      4299: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
                   4300: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10      harris41 4301: <categoryname>graphic file</categoryname>
1.159     www      4302: <description>LON-CAPA remote control LCD font</description>
1.10      harris41 4303: <filenames>
1.130     www      4304: 0.gif;
                   4305: 1.gif;
                   4306: 2.gif;
                   4307: 3.gif;
                   4308: 4.gif;
                   4309: 5.gif;
                   4310: 6.gif;
                   4311: 7.gif;
                   4312: 8.gif;
                   4313: 9.gif;
1.37      harris41 4314: a.gif;
1.159     www      4315: b.gif;
                   4316: c.gif;
                   4317: d.gif;
                   4318: e.gif;
                   4319: f.gif;
                   4320: g.gif;
                   4321: h.gif;
                   4322: i.gif;
                   4323: j.gif;
                   4324: k.gif;
                   4325: l.gif;
                   4326: m.gif;
                   4327: n.gif;
                   4328: o.gif;
                   4329: p.gif;
                   4330: q.gif;
                   4331: r.gif;
                   4332: s.gif;
                   4333: t.gif;
                   4334: u.gif;
                   4335: v.gif;
                   4336: w.gif;
                   4337: x.gif;
                   4338: y.gif;
                   4339: z.gif;
                   4340: colon.gif;
                   4341: hyphen.gif;
                   4342: slash.gif;
                   4343: space.gif;
                   4344: </filenames>
                   4345: </fileglob>
                   4346: <fileglob>
                   4347: <glob>*.gif</glob>
                   4348: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   4349: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   4350: <categoryname>graphic file</categoryname>
                   4351: <description>icons used for the entire LON-CAPA user interface</description>
                   4352: <filenames>
1.147     www      4353: anno.gif;
1.37      harris41 4354: anot.gif;
                   4355: back.gif;
1.147     www      4356: bchat.gif;
1.37      harris41 4357: bkm.gif;
                   4358: brws.gif;
1.60      harris41 4359: catalog.gif;
1.37      harris41 4360: ccrs.gif;
                   4361: chat.gif;
                   4362: chrt.gif;
                   4363: com.gif;
                   4364: courses.gif;
                   4365: cprv.gif;
                   4366: cstr.gif;
                   4367: dempty.gif;
1.147     www      4368: docs.gif;
1.37      harris41 4369: egrd.gif;
                   4370: empty.gif;
                   4371: enrl.gif;
                   4372: eval.gif;
                   4373: fdbk.gif;
                   4374: feedback.gif;
                   4375: forw.gif;
                   4376: grds.gif;
                   4377: group.gif;
                   4378: help.gif;
                   4379: info.gif;
1.238     www      4380: keys.gif;
1.37      harris41 4381: ledblink.gif;
                   4382: ledgreen.gif;
                   4383: ledoff.gif;
                   4384: ledon.gif;
                   4385: ledsend.gif;
                   4386: logout.gif;
                   4387: mrk.gif;
                   4388: nav.gif;
                   4389: next.gif;
1.131     www      4390: nothumb.gif;
1.37      harris41 4391: parm.gif;
                   4392: pgrd.gif;
                   4393: pparm.gif;
1.99      harris41 4394: pref.gif;
1.37      harris41 4395: prev.gif;
                   4396: prt.gif;
                   4397: qempty.gif;
                   4398: reload.gif;
                   4399: remotebg.gif;
                   4400: res.gif;
                   4401: roles.gif;
                   4402: sbkm.gif;
                   4403: spacer.gif;
                   4404: sprs.gif;
                   4405: src.gif;
                   4406: stat.gif;
                   4407: subm.gif;
                   4408: title.gif;
                   4409: vbkm.gif;
1.10      harris41 4410: </filenames>
                   4411: </fileglob>
1.4       harris41 4412: <file>
1.10      harris41 4413: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   4414: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   4415: <categoryname>interface file</categoryname>
1.6       harris41 4416: <description>
1.10      harris41 4417: image maps for the LON-CAPA remote control
1.6       harris41 4418: </description>
1.4       harris41 4419: </file>
                   4420: <file>
1.10      harris41 4421: <source>loncom/html/res/adm/pages/index.html</source>
                   4422: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   4423: <categoryname>interface file</categoryname>
1.6       harris41 4424: <description>
1.10      harris41 4425: welcoming page to the LON-CAPA system upon login
1.6       harris41 4426: </description>
1.4       harris41 4427: </file>
                   4428: <file>
1.10      harris41 4429: <source>loncom/html/res/adm/pages/menu.html</source>
                   4430: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   4431: <categoryname>interface file</categoryname>
1.6       harris41 4432: <description>
1.10      harris41 4433: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 4434: </description>
1.4       harris41 4435: </file>
1.10      harris41 4436: <fileglob>
                   4437: <glob>*.gif</glob>
                   4438: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118     harris41 4439: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
                   4440: </targetdir>
1.10      harris41 4441: <categoryname>graphic file</categoryname>
                   4442: <description>
1.132     harris41 4443: icons used for directory indexing and login screen
1.10      harris41 4444: </description>
                   4445: <filenames>
1.37      harris41 4446: a.gif;
                   4447: alert.black.gif;
                   4448: alert.red.gif;
                   4449: back.gif;
                   4450: ball.gray.gif;
                   4451: ball.red.gif;
                   4452: binary.gif;
                   4453: binhex.gif;
                   4454: blank.gif;
                   4455: bomb.gif;
                   4456: box1.gif;
                   4457: box2.gif;
                   4458: broken.gif;
                   4459: burst.gif;
                   4460: c.gif;
                   4461: comp.blue.gif;
                   4462: comp.gray.gif;
                   4463: compressed.gif;
                   4464: continued.gif;
                   4465: course.gif;
                   4466: dir.gif;
                   4467: down.gif;
                   4468: dvi.gif;
                   4469: f.gif;
                   4470: folder.gif;
                   4471: folder.open.gif;
                   4472: folder.sec.gif;
                   4473: folder_closed.gif;
                   4474: folder_closed_pressed.gif;
                   4475: folder_new.gif;
                   4476: folder_opened.gif;
                   4477: folder_opened_pressed.gif;
                   4478: folder_pointer_closed.gif;
                   4479: folder_pointer_opened.gif;
                   4480: folder_spacer.gif;
                   4481: folder_trash.gif;
                   4482: forward.gif;
                   4483: generic.gif;
                   4484: generic.red.gif;
                   4485: generic.sec.gif;
                   4486: hand.right.gif;
                   4487: hand.up.gif;
                   4488: html.gif;
                   4489: image1.gif;
                   4490: image2.gif;
                   4491: image3.gif;
                   4492: index.gif;
                   4493: layout.gif;
                   4494: left.gif;
                   4495: link.gif;
                   4496: mov.gif;
                   4497: movie1.gif;
                   4498: p.gif;
                   4499: patch.gif;
                   4500: pdf.gif;
                   4501: portal.gif;
                   4502: problem.gif;
                   4503: ps.gif;
                   4504: quill.gif;
                   4505: right.gif;
                   4506: screw1.gif;
                   4507: screw2.gif;
                   4508: script.gif;
                   4509: sound1.gif;
                   4510: sound2.gif;
                   4511: sphere1.gif;
                   4512: sphere2.gif;
                   4513: tar.gif;
                   4514: tex.gif;
                   4515: text.gif;
                   4516: transfer.gif;
                   4517: unknown.gif;
                   4518: up.gif;
                   4519: uu.gif;
                   4520: uuencoded.gif;
                   4521: white_space_20_22.gif;
                   4522: white_space_22_22.gif;
                   4523: whitespace1.gif;
                   4524: whitespace10.gif;
                   4525: whitespace2.gif;
                   4526: whitespace3.gif;
                   4527: whitespace4.gif;
                   4528: whitespace5.gif;
                   4529: whitespace6.gif;
                   4530: whitespace7.gif;
                   4531: whitespace8.gif;
                   4532: whitespace9.gif;
                   4533: world1.gif;
1.10      harris41 4534: world2.gif
                   4535: </filenames>
                   4536: </fileglob>
                   4537: <fileglob>
                   4538: <glob>*.gif</glob>
                   4539: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 4540: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   4541: </targetdir>
1.10      harris41 4542: <categoryname>graphic file</categoryname>
                   4543: <description>
1.132     harris41 4544: icons used for the bookmark portion of the LON-CAPA user interface
1.10      harris41 4545: </description>
                   4546: <filenames>
1.37      harris41 4547: folder_anim.gif;
                   4548: folder_close.gif;
                   4549: folder_drag.gif;
                   4550: folder_new.gif;
                   4551: folder_open.gif;
                   4552: folder_pointer_closed.gif;
                   4553: folder_pointer_opened.gif;
                   4554: folder_static.gif;
                   4555: folder_trash.gif;
                   4556: folder_trash_hover.gif;
                   4557: left_bar.gif;
                   4558: link.gif;
                   4559: link_anim.gif;
                   4560: link_drag.gif;
                   4561: ll_corner.gif;
                   4562: lower_bar.gif;
                   4563: lr_corner.gif;
                   4564: pix.gif;
                   4565: right_bar.gif;
                   4566: toolbar_bg.gif;
                   4567: ul_corner.gif;
                   4568: upper_bar.gif;
1.10      harris41 4569: ur_corner.gif
                   4570: </filenames>
                   4571: </fileglob>
                   4572: <fileglob>
                   4573: <glob>*.html</glob>
                   4574: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 4575: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   4576: </targetdir>
1.10      harris41 4577: <categoryname>interface file</categoryname>
                   4578: <description>
1.132     harris41 4579: associated with the scheme of displaying bookmarks
1.10      harris41 4580: </description>
                   4581: <filenames>
1.37      harris41 4582: bookmarkmenu_toolbar.html;
                   4583: blank.html;
1.10      harris41 4584: closechildren.html
                   4585: </filenames>
                   4586: </fileglob>
1.4       harris41 4587: <file>
1.10      harris41 4588: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 4589: <target dist='default'>
                   4590: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 4591: <categoryname>interface file</categoryname>
1.6       harris41 4592: <description>
1.10      harris41 4593: javascript for handling client-side interactions with bookmark interface
1.6       harris41 4594: </description>
1.171     harris41 4595: </file>
                   4596: <file>
                   4597: <source>loncom/build/CHECKRPMS</source>
                   4598: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188     harris41 4599: <categoryname>system script</categoryname>
1.171     harris41 4600: <description>
                   4601: manilla wrapper around check-rpms
                   4602: </description>
                   4603: <status>tested/documented/beta</status>
1.103     harris41 4604: </file>
                   4605: <file>
                   4606: <source>loncom/build/check-rpms</source>
1.152     harris41 4607: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188     harris41 4608: <categoryname>system script</categoryname>
1.103     harris41 4609: <description>
                   4610: compare installed rpms with up-to-date distribution
                   4611: </description>
                   4612: <status>tested/documented/beta</status>
                   4613: </file>
                   4614: <file>
                   4615: <source>doc/man/check-rpms.1</source>
                   4616: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
                   4617: <categoryname>doc</categoryname>
                   4618: <description>man page for check-rpms</description>
                   4619: <build trigger='always run'>
1.115     harris41 4620: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
1.112     harris41 4621: echo 'manifying check-rpms'
1.103     harris41 4622: </build>
                   4623: <status>beta</status>
                   4624: <dependencies>
                   4625: ../../loncom/build/check-rpms
                   4626: </dependencies>
                   4627: </file>
                   4628: <file>
                   4629: <source>doc/scripts/check-rpms.html</source>
1.112     harris41 4630: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
                   4631: </target>
1.103     harris41 4632: <categoryname>doc</categoryname>
                   4633: <description>POD-derived page for check-rpms</description>
                   4634: <build trigger='always run'>
1.118     harris41 4635: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
                   4636: &amp;&amp; echo 'pod2html checkrpms'
1.103     harris41 4637: </build>
                   4638: <status>works/unverified</status>
                   4639: <dependencies>
                   4640: ../../loncom/build/check-rpms
                   4641: </dependencies>
1.4       harris41 4642: </file>
                   4643: <file>
1.10      harris41 4644: <source>loncom/build/loncaparestoreconfigurations</source>
1.206     harris41 4645: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
                   4646: </target>
1.10      harris41 4647: <categoryname>script</categoryname>
1.6       harris41 4648: <description>
1.206     harris41 4649: Updates .lpmlnew files with previous settings.  Also supports alternative
                   4650: schemes of settings-updating and file-overwriting.
1.6       harris41 4651: </description>
1.206     harris41 4652: <status>works/unverified</status>
1.4       harris41 4653: </file>
                   4654: <file>
1.10      harris41 4655: <source>loncom/cron/loncapa</source>
                   4656: <target dist='default'>etc/cron.d/loncapa</target>
                   4657: <categoryname>static conf</categoryname>
                   4658: <description>
                   4659: file that specifies periodic processes to run for the LON-CAPA machine
                   4660: </description>
                   4661: </file>
                   4662: <file>
                   4663: <source>loncom/ntp/step-tickers</source>
1.175     harris41 4664: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
                   4665: </target>
                   4666: <categoryname>static conf</categoryname>
1.10      harris41 4667: <description>
                   4668: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   4669: </description>
                   4670: <note>
                   4671: <table cellpadding='0' cellspacing='0' border='1'>
                   4672: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   4673: </table>
                   4674: </note>
1.48      harris41 4675: </file>
                   4676: <file>
                   4677: <source>loncom/pam.d/pwauth</source>
                   4678: <target dist='default'>etc/pam.d/pwauth</target>
                   4679: <categoryname>static conf</categoryname>
                   4680: <description>
                   4681: file that allows setuid password privileges for pwauth executable
                   4682: </description>
                   4683: </file>
                   4684: <file>
                   4685: <source>loncom/pam.d/pwchange</source>
                   4686: <target dist='default'>etc/pam.d/pwchange</target>
                   4687: <categoryname>static conf</categoryname>
                   4688: <description>
                   4689: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   4690: </description>
1.10      harris41 4691: </file>
                   4692: <file>
                   4693: <source>loncom/init.d/loncontrol</source>
                   4694: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
                   4695: <categoryname>root script</categoryname>
                   4696: <description>
                   4697: Controls the launching/halting of lonc, lond, and lonsql processes.
                   4698: </description>
                   4699: </file>
                   4700: <link>
1.115     harris41 4701: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10      harris41 4702: <target dist='default'>
1.37      harris41 4703: etc/rc.d/rc0.d/K05loncontrol;
                   4704: etc/rc.d/rc1.d/K05loncontrol;
                   4705: etc/rc.d/rc2.d/K05loncontrol;
                   4706: etc/rc.d/rc3.d/S95loncontrol;
                   4707: etc/rc.d/rc4.d/S95loncontrol;
                   4708: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 4709: etc/rc.d/rc6.d/K05loncontrol
                   4710: </target>
                   4711: <categoryname>symbolic link</categoryname>
1.27      harris41 4712: <description>
                   4713: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 4714: </link>
                   4715: <file>
                   4716: <source>loncom/atalk/config</source>
1.152     harris41 4717: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175     harris41 4718: <categoryname>static conf</categoryname>
1.6       harris41 4719: <description>
1.27      harris41 4720: configuration file to make LON-CAPA server file space accessible to
                   4721: Appleshares access (Macintosh)
1.6       harris41 4722: </description>
1.4       harris41 4723: </file>
1.14      harris41 4724: </files>
1.1       harris41 4725: </lpml>

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