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

1.81    ! harris41    1: <!-- loncapafiles.lpml -->
1.14      harris41    2: <!-- Scott Harrison -->
1.67      harris41    3: 
1.81    ! harris41    4: <!-- $Id: loncapafiles.lpml,v 1.80 2002/01/01 23:20:21 harris41 Exp $ -->
1.67      harris41    5: 
                      6: <!--
                      7: 
                      8: Copyright Michigan State University Board of Trustees
                      9: 
                     10: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                     11: 
                     12: LON-CAPA is free software; you can redistribute it and/or modify
                     13: it under the terms of the GNU General Public License as published by
                     14: the Free Software Foundation; either version 2 of the License, or
                     15: (at your option) any later version.
                     16: 
                     17: LON-CAPA is distributed in the hope that it will be useful,
                     18: but WITHOUT ANY WARRANTY; without even the implied warranty of
                     19: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     20: GNU General Public License for more details.
                     21: 
                     22: You should have received a copy of the GNU General Public License
                     23: along with LON-CAPA; if not, write to the Free Software
                     24: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     25: 
                     26: /home/httpd/html/adm/gpl.txt
                     27: 
                     28: http://www.lon-capa.org/
                     29: 
                     30: -->
1.14      harris41   31: 
                     32: <!-- Default values must be defined before specific values. -->
                     33: <!-- If no 'dist' attribute is specified, then it is always installed. -->
                     34: <!-- If 'dist' attribute is set to  'default', then the specification. -->
                     35: <!-- is accepted if an alternative distribution is not requested or not -->
                     36: <!-- defined. -->
1.53      harris41   37: 
1.1       harris41   38: <lpml>
1.70      harris41   39: <specialnotice dist='redhat 7.0 redhat7.1'>
1.79      harris41   40: !!!!!!!!!  REDHAT 7.*   NOTICE   !!!!!!!!!!!!!!!!!!!!
1.69      harris41   41: !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
                     42: !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
                     43: !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
                     44: !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                     45: !!!! The offending line is in CGI/Cookie.pm                           !!
                     46: !!!!                                                                  !!
                     47: !!!! it went from                                                     !!
                     48: !!!!                                                                  !!
                     49: !!!!                                                                  !!
                     50: !!!! # IE requires the path and domain to be present for some reason. !!
                     51: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
                     52: !!!!                                                                  !!
                     53: !!!! to                                                               !!
                     54: !!!!                                                                  !!
                     55: !!!!                                                                  !!
                     56: !!!! # IE requires the path and domain to be present for some reason. !!
                     57: !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
                     58: </specialnotice>
1.1       harris41   59: <targetroot>/</targetroot>
                     60: <sourceroot>/home/user/loncapa/</sourceroot>
1.14      harris41   61: <categories>
1.1       harris41   62: <category name="interface file" type="runtime">
1.5       harris41   63:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   64:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   65: </category>
                     66: <category name="interface file" type="development">
1.5       harris41   67:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55      harris41   68:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   69: </category>
                     70: <category name="setuid script" type="runtime">
1.5       harris41   71:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   72:   <abbreviation>setuid</abbreviation>
1.1       harris41   73: </category>
                     74: <category name="setuid script" type="development">
1.5       harris41   75:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   76:   <abbreviation>setuid</abbreviation>
1.1       harris41   77: </category>
                     78: <category name="handler" type="runtime">
1.5       harris41   79:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   80:   <abbreviation>handler</abbreviation>
1.1       harris41   81: </category>
                     82: <category name="handler" type="development">
1.5       harris41   83:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55      harris41   84:   <abbreviation>handler</abbreviation>
1.1       harris41   85: </category>
                     86: <category name="static conf" type="runtime">
1.5       harris41   87:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   88:   <abbreviation>static</abbreviation>
1.1       harris41   89: </category>
                     90: <category name="static conf" type="development">
1.5       harris41   91:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   92:   <abbreviation>static</abbreviation>
1.1       harris41   93: </category>
                     94: <category name="conf" type="runtime">
1.5       harris41   95:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41   96:   <abbreviation>configurable</abbreviation>
1.1       harris41   97: </category>
                     98: <category name="conf" type="development">
1.5       harris41   99:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  100:   <abbreviation>configurable</abbreviation>
1.1       harris41  101: </category>
                    102: <category name="script" type="runtime">
1.51      harris41  103:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55      harris41  104:   <abbreviation>script</abbreviation>
1.1       harris41  105: </category>
                    106: <category name="script" type="development">
1.51      harris41  107:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55      harris41  108:   <abbreviation>script</abbreviation>
1.1       harris41  109: </category>
                    110: <category name="graphic file" type="runtime">
1.5       harris41  111:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41  112:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  113: </category>
                    114: <category name="graphic file" type="development">
1.5       harris41  115:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55      harris41  116:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  117: </category>
                    118: <category name="system file" type="runtime">
1.5       harris41  119:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  120:   <abbreviation>systemfile</abbreviation>
1.1       harris41  121: </category>
                    122: <category name="system file" type="development">
1.5       harris41  123:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  124:   <abbreviation>systemfile</abbreviation>
1.1       harris41  125: </category>
                    126: <category name="root script" type="runtime">
1.5       harris41  127:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  128:   <abbreviation>rootscript</abbreviation>
1.1       harris41  129: </category>
                    130: <category name="root script" type="development">
1.5       harris41  131:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  132:   <abbreviation>rootscript</abbreviation>
1.1       harris41  133: </category>
                    134: <category name="symbolic link" type="runtime">
1.5       harris41  135:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  136:   <abbreviation>link</abbreviation>
1.1       harris41  137: </category>
                    138: <category name="symbolic link" type="development">
1.5       harris41  139:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  140:   <abbreviation>link</abbreviation>
1.1       harris41  141: </category>
                    142: <category name="standard" type="runtime">
1.5       harris41  143:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  144:   <abbreviation>directory</abbreviation>
1.1       harris41  145: </category>
                    146: <category name="standard" type="development">
1.5       harris41  147:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  148:   <abbreviation>directory</abbreviation>
1.1       harris41  149: </category>
                    150: <category name="server standard" type="runtime">
1.5       harris41  151:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  152:   <abbreviation>directory</abbreviation>
1.1       harris41  153: </category>
                    154: <category name="server standard" type="development">
1.5       harris41  155:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56      harris41  156:   <abbreviation>directory</abbreviation>
1.1       harris41  157: </category>
                    158: <category name="server readonly" type="runtime">
1.5       harris41  159:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56      harris41  160:   <abbreviation>directory</abbreviation>
1.1       harris41  161: </category>
                    162: <category name="server readonly" type="development">
1.5       harris41  163:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  164:   <abbreviation>directory</abbreviation>
1.1       harris41  165: </category>
1.14      harris41  166: </categories>
1.2       harris41  167: <rpm>
1.3       harris41  168:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
                    169:   <rpmName>LON-CAPA-base</rpmName>
                    170:   <rpmVersion>3.1</rpmVersion>
                    171:   <rpmRelease>1</rpmRelease>
1.27      harris41  172:   <rpmVendor>Laboratory for Instructional Technology Education,
                    173: Division of Science and Mathematics Education, Michigan State University.
                    174:   </rpmVendor>
1.3       harris41  175:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
                    176:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
                    177:   <rpmGroup>Utilities/System</rpmGroup>
                    178:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
                    179:   <rpmAutoReqProv>no</rpmAutoReqProv>
1.10      harris41  180:   <rpmdescription>This package facilitates a base installation of LON-CAPA files in their directories.\n
                    181: The files in this package are only those directly associated with the network communication\n
                    182: layer established through direct server-to-server communications (via lond and lonc); plus\n
                    183: those which configure (but otherwise not constitute) external software packages like Apache\n
                    184: and Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.</rpmdescription>
                    185:   <rpmpre>echo '***********************************************************************'\n
                    186: echo 'LON-CAPA  LearningOnline with CAPA'\n
                    187: echo 'http://www.lon-capa.org/'\n
                    188: echo 'Gerd Kortemeyer, et al'\n
                    189: echo 'Laboratory for Instructional Technology Education'\n
                    190: echo 'Michigan State University'\n
                    191: echo 'General Public License, Version 2, June 1991'\n
                    192: echo '** Michigan State University patents may apply **'\n
                    193: echo ' '\n
                    194: echo 'This installation assumes an installation of Redhat 6.2'\n
                    195: echo ' '\n
                    196: echo 'The server computer should be currently connected to the ethernet'\n
                    197: echo ' '\n
                    198: echo 'The files in this package are only those directly associated with the network communication'\n
                    199: echo 'layer established through direct server-to-server communications (via lond and lonc); plus'\n
                    200: echo 'those which configure (but otherwise not constitute) external software packages like Apache'\n
                    201: echo 'and Athena-Kerberos.'\n
                    202: echo '***********************************************************************'\n
                    203: </rpmpre>
1.2       harris41  204: </rpm>
1.14      harris41  205: <directories>
1.2       harris41  206: <directory>
1.37      harris41  207:   <targetdir dist='default'>etc</targetdir>
                    208:   <categoryname>standard</categoryname>
                    209:   <description>standard linux directory for configuration files</description>
                    210: </directory>
                    211: <directory>
                    212:   <targetdir dist='default'>etc/atalk</targetdir>
                    213:   <categoryname>standard</categoryname>
                    214:   <description>appletalk configuration files</description>
                    215: </directory>
                    216: <directory>
                    217:   <targetdir dist='default'>etc/cron.d</targetdir>
                    218:   <categoryname>standard</categoryname>
                    219:   <description>standard linux directory for running time-based "jobs"
                    220:   </description>
                    221: </directory>
                    222: <directory>
1.5       harris41  223:   <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3       harris41  224:   <categoryname>standard</categoryname>
                    225:   <description>web configuration files</description>
                    226: </directory>
                    227: <directory>
1.37      harris41  228:   <targetdir dist='default'>etc/ntp</targetdir>
                    229:   <categoryname>standard</categoryname>
                    230:   <description>configuration directory for network time protocol</description>
                    231: </directory>
                    232: <directory>
1.48      harris41  233:   <targetdir dist='default'>etc/pam.d</targetdir>
                    234:   <categoryname>standard</categoryname>
                    235:   <description>configuration directory for password authentication mechanism
                    236:   </description>
                    237: </directory>
                    238: <directory>
1.37      harris41  239:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
                    240:   <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>
                    241:   <categoryname>standard</categoryname>
                    242:   <description>scripts that run during system startup</description>
                    243: </directory>
                    244: <directory>
                    245:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
                    246:   <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</targetdir>
                    247:   <categoryname>standard</categoryname>
                    248:   <description>scripts that run for run-level 0</description>
                    249: </directory>
                    250: <directory>
                    251:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
                    252:   <targetdir dist='redhat7.1 debian2.2'>etc/rc1.d</targetdir>
                    253:   <categoryname>standard</categoryname>
                    254:   <description>scripts that run for run-level 1</description>
                    255: </directory>
                    256: <directory>
                    257:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
                    258:   <targetdir dist='redhat7.1 debian2.2'>etc/rc2.d</targetdir>
                    259:   <categoryname>standard</categoryname>
                    260:   <description>scripts that run for run-level 2</description>
                    261: </directory>
                    262: <directory>
                    263:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
                    264:   <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>
                    265:   <categoryname>standard</categoryname>
                    266:   <description>scripts that run for run-level 3</description>
                    267: </directory>
                    268: <directory>
                    269:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
                    270:   <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>
                    271:   <categoryname>standard</categoryname>
                    272:   <description>scripts that run for run-level 4</description>
                    273: </directory>
                    274: <directory>
                    275:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
                    276:   <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>
                    277:   <categoryname>standard</categoryname>
                    278:   <description>scripts that run for run-level 5</description>
                    279: </directory>
                    280: <directory>
                    281:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
                    282:   <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>
                    283:   <categoryname>standard</categoryname>
                    284:   <description>scripts that run for run-level 6</description>
                    285: </directory>
                    286: <directory>
1.5       harris41  287:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3       harris41  288:   <categoryname>standard</categoryname>
                    289:   <description>tab-formatted reference files</description>
                    290: </directory>
                    291: <directory>
1.5       harris41  292:   <targetdir dist='default'>home/httpd</targetdir>
1.3       harris41  293:   <categoryname>standard</categoryname>
                    294:   <description>start of the web server tree</description>
                    295: </directory>
                    296: <directory>
1.5       harris41  297:   <targetdir dist='default'>home/httpd/perl</targetdir>
1.10      harris41  298:   <categoryname>server readonly</categoryname>
1.3       harris41  299:   <description>perl scripts for managing the LON-CAPA system</description>
                    300: </directory>
                    301: <directory>
1.5       harris41  302:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3       harris41  303:   <categoryname>server standard</categoryname>
1.27      harris41  304:   <description>location where system performance and error logs are kept
                    305:   </description>
1.3       harris41  306: </directory>
                    307: <directory>
1.5       harris41  308:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3       harris41  309:   <categoryname>server standard</categoryname>
1.27      harris41  310:   <description>location where temporary files (for caching) are stored
                    311:   </description>
1.3       harris41  312: </directory>
                    313: <directory>
1.64      harris41  314:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
                    315:   <categoryname>server standard</categoryname>
                    316:   <description>for the output of lonprintout.pm
                    317:   </description>
                    318: </directory>
                    319: <directory>
1.34      albertel  320:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
                    321:   <categoryname>server readonly</categoryname>
                    322:   <description>location of LON-CAPA non web mod-perl handlers</description>
                    323: </directory>
                    324: <directory>
1.5       harris41  325:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3       harris41  326:   <categoryname>server readonly</categoryname>
                    327:   <description>location of LON-CAPA web mod-perl handlers</description>
                    328: </directory>
                    329: <directory>
1.5       harris41  330:   <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3       harris41  331:   <categoryname>server standard</categoryname>
                    332:   <description>cookie jar</description>
                    333: </directory>
                    334: <directory>
1.5       harris41  335:   <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3       harris41  336:   <categoryname>server standard</categoryname>
                    337:   <description>lonc's sockets</description>
                    338: </directory>
                    339: <directory>
1.5       harris41  340:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3       harris41  341:   <categoryname>server standard</categoryname>
                    342:   <description>lonc's sockets (delayed)</description>
                    343: </directory>
                    344: <directory>
1.26      harris41  345:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
                    346:   <categoryname>standard</categoryname>
                    347:   <description>location of cgi scripts</description>
                    348: </directory>
                    349: <directory>
1.5       harris41  350:   <targetdir dist='default'>home/httpd/html</targetdir>
1.3       harris41  351:   <categoryname>server standard</categoryname>
                    352:   <description>location of web-accessible file tree</description>
                    353: </directory>
                    354: <directory>
1.5       harris41  355:   <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3       harris41  356:   <categoryname>server standard</categoryname>
                    357:   <description>root of resource tree</description>
                    358: </directory>
                    359: <directory>
1.5       harris41  360:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3       harris41  361:   <categoryname>server readonly</categoryname>
                    362:   <description>unauthenticated resources</description>
                    363: </directory>
                    364: <directory>
1.5       harris41  365:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3       harris41  366:   <categoryname>server readonly</categoryname>
                    367:   <description>home of the rat</description>
                    368: </directory>
                    369: <directory>
1.32      harris41  370:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
                    371:   <categoryname>server readonly</categoryname>
                    372:   <description>online help documentation</description>
                    373: </directory>
                    374: <directory>
1.73      harris41  375:   <targetdir dist='default'>home/httpd/html/adm/help/api</targetdir>
                    376:   <categoryname>server readonly</categoryname>
                    377:   <description>online help documentation for the LON-CAPA programming
                    378: interface</description>
                    379: </directory>
                    380: <directory>
                    381:   <targetdir dist='default'>home/httpd/html/adm/help/api/Apache</targetdir>
                    382:   <categoryname>server readonly</categoryname>
                    383:   <description>online help documentation for the LON-CAPA programming
                    384: interface, Apache (mod_perl) handlers</description>
                    385: </directory>
                    386: <directory>
1.77      harris41  387:   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
                    388:   <categoryname>server readonly</categoryname>
                    389:   <description>online help documentation for the LON-CAPA programming
                    390: interface, Apache (mod_perl) handlers</description>
                    391: </directory>
                    392: <directory>
1.5       harris41  393:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3       harris41  394:   <categoryname>server readonly</categoryname>
                    395:   <description>graphic widgets</description>
                    396: </directory>
                    397: <directory>
1.5       harris41  398:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3       harris41  399:   <categoryname>server readonly</categoryname>
1.57      harris41  400:   <description>miscellaneous resources</description>
1.3       harris41  401: </directory>
                    402: <directory>
1.5       harris41  403:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3       harris41  404:   <categoryname>server readonly</categoryname>
                    405:   <description>error warnings and icons</description>
                    406: </directory>
                    407: <directory>
1.5       harris41  408:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3       harris41  409:   <categoryname>server standard</categoryname>
1.10      harris41  410:   <description>Home directories of local users.  There is a five-tier
1.3       harris41  411: structure to the directories:
                    412: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
                    413: a user fredflint at MSU would have his information located in
1.10      harris41  414: lonUsers/msu/f/r/e/fredflint.<br />&nbsp;<br />Within this directory there are
1.27      harris41  415: a variety of files which govern the scope of what a user can do within the
                    416: LON-CAPA system.  A passwd file determines the type of authentication
                    417: mechanism to use.
                    418:  There also are files such as roles.hist (and its database compilation,
1.3       harris41  419: roles.db) which specify the roles and privileges for a user in the
                    420: LON-CAPA system.</description>
                    421: </directory>
                    422: <directory>
1.5       harris41  423:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3       harris41  424:   <categoryname>server readonly</categoryname>
                    425:   <description>mathematics markup language resources</description>
                    426: </directory>
                    427: <directory>
1.5       harris41  428:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3       harris41  429:   <categoryname>server readonly</categoryname>
1.27      harris41  430:   <description>files useful for including within customized scripting
                    431:   </description>
1.3       harris41  432: </directory>
                    433: <directory>
1.27      harris41  434:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
                    435:   </targetdir>
1.19      harris41  436:   <categoryname>server readonly</categoryname>
                    437:   <description>template files useful for customized scripts</description>
                    438: </directory>
                    439: <directory>
1.5       harris41  440:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3       harris41  441:   <categoryname>server standard</categoryname>
                    442:   <description>status reports</description>
                    443: </directory>
                    444: <directory>
1.5       harris41  445:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3       harris41  446:   <categoryname>server readonly</categoryname>
                    447:   <description>web user interface resources</description>
                    448: </directory>
                    449: <directory>
1.27      harris41  450:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
                    451:   </targetdir>
1.3       harris41  452:   <categoryname>server readonly</categoryname>
                    453:   <description>bookmark user interface code</description>
                    454: </directory>
                    455: <directory>
1.27      harris41  456:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
                    457:   </targetdir>
1.3       harris41  458:   <categoryname>server readonly</categoryname>
                    459:   <description></description>
                    460: </directory>
                    461: <directory>
1.37      harris41  462:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
                    463:   </targetdir>
                    464:   <categoryname>server readonly</categoryname>
                    465:   <description>icons that help depict the file system (outdated)</description>
1.3       harris41  466: </directory>
                    467: <directory>
1.37      harris41  468:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
                    469:   <targetdir dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
                    470:   <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
1.3       harris41  471:   <categoryname>standard</categoryname>
1.37      harris41  472:   <description>system perl tree (usually present on linux systems)
1.27      harris41  473:   </description>
1.3       harris41  474: </directory>
                    475: <directory>
1.77      harris41  476:   <targetdir dist='default'>usr/man/man1</targetdir>
                    477:   <categoryname>standard</categoryname>
                    478:   <description>manual pages</description>
                    479: </directory>
                    480: <directory>
1.75      harris41  481:   <targetdir dist='default'>usr/man/man3</targetdir>
1.73      harris41  482:   <categoryname>standard</categoryname>
1.75      harris41  483:   <description>manual pages</description>
1.73      harris41  484: </directory>
                    485: <directory>
1.37      harris41  486:   <targetdir dist='default'>usr/sbin</targetdir>
1.3       harris41  487:   <categoryname>standard</categoryname>
1.37      harris41  488:   <description>standard linux directory for superuser executables</description>
1.2       harris41  489: </directory>
1.14      harris41  490: </directories>
                    491: <files>
1.4       harris41  492: <file>
1.37      harris41  493: <source>loncom/krb.conf</source>
                    494: <target dist='default'>etc/krb.conf</target>
                    495: <categoryname>conf</categoryname>
                    496: <description>
                    497: which Kerberos server to contact for specified Kerberos domains
                    498: </description>
                    499: <note>
1.59      harris41  500: <table cellpadding='0' cellspacing='0' border='1'>
1.37      harris41  501: <tr><td>
                    502: list elements are separated by newlines
                    503: </td></tr>
                    504: <tr><td>
                    505: each list element consists of only two subelements separated by a colon
                    506: <br />
                    507: <ul>
                    508: <li>Kerberos domain value</li>
                    509: <li>Kerberos server IP address</li>
                    510: </ul>
                    511: </td></tr>
                    512: </table>
                    513: </note>
                    514: </file>
                    515: <file>
1.4       harris41  516: <source>loncom/access.conf</source>
1.5       harris41  517: <target dist='default'>etc/httpd/conf/access.conf</target>
1.4       harris41  518: <categoryname>conf</categoryname>
                    519: <description>
                    520: This file has two major functions.
                    521: For the Apache web server, it defines a global
                    522: access configuration which defines what server options (Indexes", "Includes",
                    523: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
                    524: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
                    525: and "/usr/doc").  For the LON-CAPA network server and perl module
                    526: handlers, it defines machine specific settings (lonHostID, lonRole,
                    527: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
                    528: and internal machine settings for specific directories, socket ports,
                    529: and browser detection logic.
                    530: </description>
                    531: <note>
                    532: <b>configure</b>
                    533: <br />
                    534: <table cellpadding=0 cellspacing=0 border=1>
1.27      harris41  535: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
                    536: machine</td></tr>
                    537: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
                    538: access</td></tr>
1.4       harris41  539: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
                    540: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
                    541: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27      harris41  542: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
                    543: seconds</td></tr>
1.10      harris41  544: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27      harris41  545: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
                    546: MySQL database</td></tr>
1.4       harris41  547: </table>
                    548: </note>
                    549: </file>
                    550: <file>
                    551: <source>loncom/httpd.conf</source>
1.5       harris41  552: <target dist='default'>etc/httpd/conf/httpd.conf</target>
1.4       harris41  553: <categoryname>static conf</categoryname>
                    554: <description>
                    555: This is the main server configuration file.  The settings here are
                    556: more or less standard for the Apache web server.  Most notably (and
                    557: importantly!), perl handling and mod_perl are enabled in this configuration
                    558: file.
                    559: </description>
                    560: </file>
                    561: <file>
                    562: <source>loncom/srm.conf</source>
1.5       harris41  563: <target dist='default'>etc/httpd/conf/srm.conf</target>
1.4       harris41  564: <categoryname>static conf</categoryname>
                    565: <description>
                    566: <p>
                    567: This file configures the "name space" of the Apache web server.  
                    568: <tt>srm.conf</tt>
                    569: defines when specific perl modules should be called to handle a given
                    570: request.  This definition is a function of both the name of the perl module,
                    571: and a specific regular expression associated with the URL, such as
                    572: "^/res/.*\.page".
                    573: </p>
                    574: <p>
                    575: Here is an example entry:
                    576: <pre>
                    577: &lt;LocationMatch "^/res/.*\.page$&gt;
                    578: SetHandler perl-script
                    579: PerlHandler Apache::lonpage
                    580: &lt;/LocationMatch&gt;
                    581: </pre>
                    582: </p>
                    583: </description>
                    584: </file>
                    585: <file>
                    586: <source>loncom/startup.pl</source>
1.5       harris41  587: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4       harris41  588: <categoryname>static conf</categoryname>
                    589: <description>
                    590: This file provides initializations for perl handlers.  It adjusts what
                    591: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
                    592: well as causing the Apache module to be used for every perl handler.
                    593: <tt>startup.pl</tt> is invoked by <tt>access.conf</tt>.
                    594: </description>
                    595: </file>
                    596: <file>
1.46      harris41  597: <source>loncom/publisher/thesaurus.dat</source>
                    598: <target dist='default'>home/httpd/lonTabs/thesaurus.dat</target>
                    599: <categoryname>static conf</categoryname>
                    600: <description>
                    601: Custom Thesaurus file for LON-CAPA, in the format
                    602: word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,...
                    603: </description>
                    604: </file>
                    605: <file>
1.10      harris41  606: <source>loncom/interface/mydesk.tab</source>
                    607: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
                    608: <categoryname>static conf</categoryname>
                    609: <description>
                    610: Config file for "My Desk"
                    611: </description>
                    612: </file>
                    613: <file>
1.4       harris41  614: <source>loncom/interface/filetypes.tab</source>
1.5       harris41  615: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4       harris41  616: <categoryname>static conf</categoryname>
                    617: <description>
                    618: Descriptive list of file extensions, and extension groupings.
1.26      harris41  619: </description>
                    620: </file>
                    621: <file>
                    622: <source>loncom/cgi/barcode.gif</source>
                    623: <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
                    624: <categoryname>script</categoryname>
                    625: <description>
                    626: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
                    627: parameter.
1.4       harris41  628: </description>
                    629: </file>
                    630: <file>
1.45      harris41  631: <source>loncom/cgi/graph.gif</source>
                    632: <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
                    633: <categoryname>script</categoryname>
                    634: <description>
                    635: Dynamically outputs a graph especially for lonstatistics.pm.
                    636: </description>
                    637: <note>
                    638: Depends on perl modules:
                    639: GDGraph-1.33 and GDTextUtils-0.80.
1.64      harris41  640: </note>
1.65      harris41  641: </file>
                    642: <file>
1.66      harris41  643: <source>loncom/cgi/plot.gif</source>
1.65      harris41  644: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
                    645: <categoryname>script</categoryname>
                    646: <description>
                    647: Dynamically outputs X-Y plots with point, line, etc functions.
                    648: </description>
1.64      harris41  649: </file>
                    650: <file>
                    651: <source>loncom/interface/printout.pl</source>
                    652: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
                    653: <categoryname>script</categoryname>
                    654: <description>
                    655: cgi script
                    656: </description>
                    657: <note>
                    658: Depends on srm.conf entry:
                    659: Alias /prtspool/ /home/httpd/prtspool/
                    660: as well as a /home/httpd/prtspool directory.
1.45      harris41  661: </note>
                    662: </file>
                    663: <file>
1.41      harris41  664: <source>loncom/cgi/metadata_keywords.pl</source>
                    665: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
                    666: <categoryname>script</categoryname>
                    667: <description>
                    668: a cgi-script (not mod_perl), which contacts MySQL and pulls
                    669: out all keywords in this format:
                    670: 
                    671: coil,magnetic,transformer
                    672: transformer,coils,current,amperes,voltage,transformers,coil
                    673: flux,magnetic,current,transformer
                    674: coil,loop,field,magnetic
                    675: 
                    676: ... etc (one line per entry).
                    677: 
                    678: and simply prints this text-only (no markup) to the browser
                    679: </description>
                    680: </file>
1.43      harris41  681: <fileglob>
1.60      harris41  682: <glob>*.*</glob>
1.43      harris41  683: <sourcedir>loncom/homework/templates/</sourcedir>
                    684: <targetdir dist='default'>
                    685: home/httpd/html/res/adm/includes/templates/</targetdir>
                    686: <categoryname>static conf</categoryname>
                    687: <description>
                    688: Template files for generating new resources.
                    689: </description>
                    690: <filenames>
1.59      harris41  691: blank.library;
                    692: blank.library.meta;
                    693: blank.problem;
                    694: blank.problem.meta;
1.63      harris41  695: formula.problem;
                    696: formula.problem.meta;
1.59      harris41  697: numerical.problem;
                    698: numerical.problem.meta;
                    699: RadioResponse.problem;
                    700: RadioResponse.problem.meta;
                    701: SelectFromOptions-4ConceptGoups.problem;
                    702: SelectFromOptions-4ConceptGoups.problem.meta;
                    703: SelectFromOptions-5ConceptGoups.problem;
                    704: SelectFromOptions-5ConceptGoups.problem.meta;
                    705: SelectFromOptions-6ConceptGoups.problem;
                    706: SelectFromOptions-6ConceptGoups.problem.meta;
                    707: SelectFromOptions-7ConceptGoups.problem;
                    708: SelectFromOptions-7ConceptGoups.problem.meta;
                    709: SelectFromOptions-8ConceptGoups.problem;
                    710: SelectFromOptions-8ConceptGoups.problem.meta;
                    711: SelectFromOptions-Simple.problem;
                    712: SelectFromOptions-Simple.problem.meta;
1.63      harris41  713: script.library;
                    714: script.library.meta;
1.59      harris41  715: SimpleStringResponse.problem;
                    716: SimpleStringResponse.problem.meta;
                    717: StringResponse.problem;
1.44      harris41  718: StringResponse.problem.meta
1.43      harris41  719: </filenames>
                    720: </fileglob>
1.19      harris41  721: <file>
1.4       harris41  722: <source>loncom/homework/insertlist.tab</source>
1.5       harris41  723: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4       harris41  724: <categoryname>static conf</categoryname>
                    725: <description>
1.8       harris41  726: Describes what tags are allowed inside other tags.
1.4       harris41  727: </description>
                    728: </file>
                    729: <file>
1.47      harris41  730: <source>CAPA/JavaTools/GLabel.class</source>
                    731: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
                    732: </target>
                    733: <categoryname>static conf</categoryname>
                    734: <description>
                    735: Java applet for labelling graphs.
                    736: </description>
                    737: <note>
                    738: Built from Glabel.java.  Still working on build/dependency details.
                    739: </note>
                    740: </file>
                    741: <file>
1.4       harris41  742: <source>loncom/interface/default.assesscalc</source>
1.27      harris41  743: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
                    744: </target>
1.4       harris41  745: <categoryname>static conf</categoryname>
                    746: <description>
                    747: Default spreadsheet for individual assessment.
                    748: </description>
                    749: </file>
                    750: <file>
                    751: <source>loncom/interface/default.studentcalc</source>
1.27      harris41  752: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
                    753: </target>
1.4       harris41  754: <categoryname>static conf</categoryname>
                    755: <description>
                    756: Default spreadsheet for assessment of students.
                    757: </description>
                    758: </file>
                    759: <file>
1.10      harris41  760: <source>loncom/interface/default.classcalc</source>
1.27      harris41  761: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
                    762: </target>
1.10      harris41  763: <categoryname>static conf</categoryname>
                    764: <description>
                    765: Default spreadsheet for assessment of a class.
                    766: </description>
                    767: </file>
                    768: <file>
1.4       harris41  769: <source>loncom/auth/roles.tab</source>
1.5       harris41  770: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4       harris41  771: <categoryname>static conf</categoryname>
                    772: <description>
1.27      harris41  773: List of privileges associated with users of multiple types (for example:
                    774: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4       harris41  775: </description>
                    776: </file>
                    777: <file>
1.5       harris41  778: <source>loncom/auth/rolesplain.tab</source>
                    779: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
                    780: <categoryname>static conf</categoryname>
                    781: <description>
1.10      harris41  782: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5       harris41  783: and privileges available in the network with function
                    784: </description>
1.4       harris41  785: </file>
                    786: <file>
1.5       harris41  787: <source>loncom/hosts.tab</source>
                    788: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
                    789: <categoryname>conf</categoryname>
                    790: <description>
1.10      harris41  791: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
                    792: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.5       harris41  793: </description>
1.4       harris41  794: </file>
                    795: <file>
1.5       harris41  796: <source>loncom/spare.tab</source>
                    797: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
                    798: <categoryname>conf</categoryname>
                    799: <description>
                    800: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                    801: </description>
                    802: <note>
                    803: <b>configure</b><br />
                    804: <table cellpadding=0 cellspacing=0 border=1>
                    805: <tr><td>
                    806: list elements are separated by newlines
                    807: </td></tr>
                    808: <tr><td>
                    809: each list element consists of only one value; the value for <tt>lonHostID</tt>
                    810: in <tt>access.conf</tt>
                    811: </td></tr>
                    812: </table>
                    813: </note>
1.4       harris41  814: </file>
                    815: <file>
1.5       harris41  816: <source>loncom/htpasswd</source>
                    817: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
                    818: <categoryname>conf</categoryname>
                    819: <description>
                    820: Basic auth password to access /lon-status and /server-status
                    821: </description>
1.4       harris41  822: </file>
                    823: <file>
1.5       harris41  824: <source>loncom/smb.conf</source>
                    825: <target dist='default'>etc/smb.conf</target>
1.71      harris41  826: <target dist='redhat7.1'>etc/samba/smb.conf</target>
1.5       harris41  827: <categoryname>conf</categoryname>
                    828: <description>
1.27      harris41  829: configuration file to make LON-CAPA server file space accessible to network
                    830: neighborhood
1.5       harris41  831: </description>
1.4       harris41  832: </file>
                    833: <file>
1.5       harris41  834: <source>loncom/ntp.conf</source>
                    835: <target dist='default'>etc/ntp.conf</target>
                    836: <categoryname>conf</categoryname>
                    837: <description>
                    838: which NTP server to contact for information (XNTP3 standard)
                    839: </description>
                    840: <note>
                    841: <table cellpadding=0 cellspacing=0 border=1>
                    842: <tr><td>
                    843: only one line needs to be changed to specify a server ip address
                    844: </td></tr>
                    845: <tr><td>
                    846: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
                    847: </td></tr>
                    848: </table>
                    849: </note>
1.4       harris41  850: </file>
                    851: <file>
1.5       harris41  852: <source>loncom/metadata_database/searchcat.pl</source>
                    853: <target dist='default'>home/httpd/perl/searchcat.pl</target>
                    854: <categoryname>script</categoryname>
                    855: <description>
                    856: Batch script for updating SQL metadata database.
                    857: </description>
1.4       harris41  858: </file>
                    859: <file>
1.5       harris41  860: <source>loncom/lonc</source>
                    861: <target dist='default'>home/httpd/perl/lonc</target>
                    862: <categoryname>script</categoryname>
                    863: <description>
                    864: proxy server
                    865: </description>
1.4       harris41  866: </file>
                    867: <file>
1.77      harris41  868: <source>doc/man/lonc.1</source>
                    869: <target dist='default'>usr/man/man1/lonc.1</target>
                    870: <categoryname>system file</categoryname>
                    871: <description>man page for lonc</description>
                    872: <build trigger='always run'>
                    873: loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && echo 'manifying lonc'
                    874: </build>
                    875: <status>works/unverified</status>
                    876: <dependencies>
                    877: ../../loncom/lonc
                    878: </dependencies>
                    879: </file>
                    880: <file>
                    881: <source>doc/scripts/lonc.html</source>
                    882: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
                    883: <categoryname>system file</categoryname>
                    884: <description>man page for lonc</description>
                    885: <build trigger='always run'>
                    886: loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc'
                    887: </build>
                    888: <status>works/unverified</status>
                    889: <dependencies>
                    890: ../../loncom/lonc
                    891: </dependencies>
                    892: </file>
                    893: <file>
1.5       harris41  894: <source>loncom/lond</source>
                    895: <target dist='default'>home/httpd/perl/lond</target>
                    896: <categoryname>script</categoryname>
                    897: <description>
                    898: This is a remote command interpreter on a TCP LON-CAPA network layer.
                    899: It accepts and processes incoming requests from other LON-CAPA machines
                    900: on the network.  lond's functionality is self-contained in the sense
                    901: that it does not reference (import, require, use) any other file
                    902: described in this document.  There are only 15 subroutines in this
                    903: script, however the <TT>make_new_child</TT> subroutine is quite
                    904: complex since it parses and responds about 29 different types of 
                    905: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
                    906: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
                    907: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
                    908: tmpput, tmpget, and ls).
                    909: </description>
1.4       harris41  910: </file>
                    911: <file>
1.77      harris41  912: <source>doc/man/lond.1</source>
                    913: <target dist='default'>usr/man/man1/lond.1</target>
                    914: <categoryname>system file</categoryname>
                    915: <description>man page for lond</description>
                    916: <build trigger='always run'>
                    917: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && echo 'manifying lond'
                    918: </build>
                    919: <status>works/unverified</status>
                    920: <dependencies>
                    921: ../../loncom/lond
                    922: </dependencies>
                    923: </file>
                    924: <file>
                    925: <source>doc/scripts/lond.html</source>
                    926: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
                    927: <categoryname>system file</categoryname>
                    928: <description>man page for lond</description>
                    929: <build trigger='always run'>
                    930: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond'
                    931: </build>
                    932: <status>works/unverified</status>
                    933: <dependencies>
                    934: ../../loncom/lond
                    935: </dependencies>
                    936: </file>
                    937: <file>
1.35      harris41  938: <source>loncom/cgi/loncron.pl</source>
                    939: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
                    940: <categoryname>script</categoryname>
                    941: <description>CGI script that starts and pipes output of loncron</description>
                    942: </file>
                    943: <file>
1.5       harris41  944: <source>loncom/loncron</source>
                    945: <target dist='default'>home/httpd/perl/loncron</target>
                    946: <categoryname>script</categoryname>
                    947: <description>housekeeping</description>
1.4       harris41  948: </file>
                    949: <file>
1.5       harris41  950: <source>loncom/lonsql</source>
                    951: <target dist='default'>home/httpd/perl/lonsql</target>
                    952: <categoryname>script</categoryname>
                    953: <description>maintain secondary database of metadata</description>
1.4       harris41  954: </file>
                    955: <file>
1.77      harris41  956: <source>doc/man/lonsql.1</source>
                    957: <target dist='default'>usr/man/man1/lonsql.1</target>
                    958: <categoryname>system file</categoryname>
                    959: <description>man page for lonsql</description>
                    960: <build trigger='always run'>
                    961: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && echo 'manifying lonsql'
                    962: </build>
                    963: <status>works/unverified</status>
                    964: <dependencies>
                    965: ../../loncom/lonsql
                    966: </dependencies>
                    967: </file>
                    968: <file>
                    969: <source>doc/scripts/lonsql.html</source>
                    970: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
                    971: <categoryname>system file</categoryname>
                    972: <description>man page for lonsql</description>
                    973: <build trigger='always run'>
                    974: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql'
                    975: </build>
                    976: <status>works/unverified</status>
                    977: <dependencies>
                    978: ../../loncom/lonsql
                    979: </dependencies>
                    980: </file>
                    981: <file>
1.5       harris41  982: <source>loncom/lcpasswd</source>
                    983: <target dist='default'>home/httpd/perl/lcpasswd</target>
                    984: <categoryname>setuid script</categoryname>
                    985: <description>
1.48      harris41  986: Coordinates the system services and files in order to allow lond to change
                    987: user passwords.
1.5       harris41  988: </description>
1.48      harris41  989: <status>being updated</status>
                    990: </file>
                    991: <file>
                    992: <source>loncom/pwchange</source>
                    993: <target dist='default'>home/httpd/perl/pwchange</target>
                    994: <categoryname>setuid script</categoryname>
                    995: <description>
                    996: Allows www to change user passwords.
                    997: </description>
                    998: <status>being updated</status>
1.4       harris41  999: </file>
                   1000: <file>
1.5       harris41 1001: <source>loncom/lcuseradd</source>
                   1002: <target dist='default'>home/httpd/perl/lcuseradd</target>
                   1003: <categoryname>setuid script</categoryname>
                   1004: <description>
1.48      harris41 1005: Coordinates the system services and files in order to allow lond to add a
                   1006: new user.
1.5       harris41 1007: </description>
1.48      harris41 1008: <status>being updated</status>
1.4       harris41 1009: </file>
                   1010: <file>
1.5       harris41 1011: <source>loncom/lcuserdel</source>
                   1012: <target dist='default'>home/httpd/perl/lcuserdel</target>
                   1013: <categoryname>setuid script</categoryname>
                   1014: <description>
1.48      harris41 1015: Coordinates the system services and files in order to allow lond to delete a
                   1016: user.
1.5       harris41 1017: </description>
1.10      harris41 1018: <status>deprecated</status>
1.4       harris41 1019: </file>
                   1020: <file>
1.5       harris41 1021: <source>loncom/lcnfson</source>
                   1022: <target dist='default'>home/httpd/perl/lcnfson</target>
                   1023: <categoryname>setuid script</categoryname>
                   1024: <description>
                   1025: coordinates the system services and files in order to allow lond to enable NFS
                   1026: for a user
                   1027: </description>
1.10      harris41 1028: <status>deprecated</status>
1.4       harris41 1029: </file>
                   1030: <file>
1.5       harris41 1031: <source>loncom/lcnfsoff</source>
                   1032: <target dist='default'>home/httpd/perl/lcnfsoff</target>
                   1033: <categoryname>setuid script</categoryname>
                   1034: <description>
                   1035: coordinates the system services and files in order to allow lond to disable NFS
                   1036: for a user
                   1037: </description>
1.10      harris41 1038: <status>deprecated</status>
1.53      harris41 1039: </file>
                   1040: <file>
                   1041: <source>loncom/license/gpl.txt</source>
                   1042: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
                   1043: <categoryname>interface file</categoryname>
                   1044: <description>
                   1045: GNU General Public License.  Long live the cause of freeware!
                   1046: </description>
1.4       harris41 1047: </file>
                   1048: <file>
1.62      harris41 1049: <source>loncom/license/about.html</source>
                   1050: <target dist='default'>home/httpd/html/adm/about.html</target>
                   1051: <categoryname>interface file</categoryname>
                   1052: <description>
                   1053: The "About" Page.
                   1054: </description>
                   1055: </file>
                   1056: <file>
1.5       harris41 1057: <source>loncom/publisher/publisher.html</source>
                   1058: <target dist='default'>home/httpd/html/adm/publisher.html</target>
                   1059: <categoryname>interface file</categoryname>
                   1060: <description>
                   1061: HTML frame that presents a form element to allow for the publishing of
                   1062: resources, directories and underlying subdirectories.
                   1063: </description>
1.4       harris41 1064: </file>
                   1065: <file>
1.10      harris41 1066: <source>loncom/html/adm/noidea.html</source>
                   1067: <target dist='default'>home/httpd/html/adm/noidea.html</target>
                   1068: <categoryname>interface file</categoryname>
                   1069: <description>
                   1070: Interface file for responding to improper page flipping.
                   1071: </description>
                   1072: </file>
                   1073: <file>
1.28      harris41 1074: <source>loncom/xml/physnet.sty</source>
                   1075: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
                   1076: <categoryname>static conf</categoryname>
                   1077: <description>
                   1078: The relevant conditions and metadata to attach to PhysNet-specific tags.
                   1079: </description>
                   1080: </file>
                   1081: <file>
1.5       harris41 1082: <source>loncom/homework/lectureonline.sty</source>
                   1083: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>
                   1084: <categoryname>static conf</categoryname>
                   1085: <description>
                   1086: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                   1087: </description>
1.4       harris41 1088: </file>
                   1089: <file>
1.5       harris41 1090: <source>loncom/misc/un_keyword.tab</source>
                   1091: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
                   1092: <categoryname>conf</categoryname>
                   1093: <description>
                   1094: File which contains words which should not be keywords used to specify resource
                   1095: content.
                   1096: </description>
1.4       harris41 1097: </file>
                   1098: <file>
1.22      harris41 1099: <source>loncom/publisher/packages.tab</source>
                   1100: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50      harris41 1101: <categoryname>static conf</categoryname>
1.22      harris41 1102: <description>
                   1103: Parameter packages, so that assessments can publish parameter packages
                   1104: needed, which are then expanded into individual parameters - allows to
                   1105: retroactively add new parameters to already published assessments.
                   1106: </description>
                   1107: </file>
                   1108: <file>
1.5       harris41 1109: <source>loncom/publisher/copyright.tab</source>
                   1110: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
                   1111: <categoryname>conf</categoryname>
                   1112: <description>
                   1113: Table which contains list of copyright possibilities for educational resources.
                   1114: </description>
1.4       harris41 1115: </file>
                   1116: <file>
1.5       harris41 1117: <source>loncom/publisher/language.tab</source>
                   1118: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                   1119: <categoryname>static conf</categoryname>
                   1120: <description>
                   1121: Table which contains string abbreviations of language::font rendering
                   1122: combinations.
                   1123: </description>
1.4       harris41 1124: </file>
                   1125: <file>
1.5       harris41 1126: <source>loncom/publisher/addid.tab</source>
                   1127: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                   1128: <categoryname>static conf</categoryname>
                   1129: <description>
                   1130: Table which has hash data necessary for distinguishing IDs from indices.
                   1131: </description>
1.4       harris41 1132: </file>
                   1133: <file>
1.38      harris41 1134: <source>rat/lonwrapper.pm</source>
1.19      harris41 1135: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                   1136: <categoryname>handler</categoryname>
                   1137: <description>
                   1138: Wrapper for external and binary files as standalone resources.
                   1139: Edit handler for rat maps; TeX content handler.
                   1140: </description>
                   1141: <status>works/unverified</status>
                   1142: </file>
                   1143: <file>
1.15      harris41 1144: <source>loncom/publisher/loncfile.pm</source>
                   1145: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                   1146: <categoryname>handler</categoryname>
                   1147: <description>
                   1148: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                   1149: construction space menu.
                   1150: </description>
                   1151: <status>works/unverified</status>
                   1152: </file>
                   1153: <file>
1.7       harris41 1154: <source>loncom/interface/lonstatistics.pm</source>
                   1155: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   1156: <categoryname>handler</categoryname>
                   1157: <description>
                   1158: Handler to show statistics on solving LON-CAPA problems.
                   1159: </description>
                   1160: <status>works/unverified</status>
                   1161: </file>
                   1162: <file>
1.5       harris41 1163: <source>loncom/publisher/londiff.pm</source>
                   1164: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   1165: <categoryname>handler</categoryname>
                   1166: <description>
                   1167: Handler to show difference between two files.
                   1168: </description>
                   1169: <status>works/unverified</status>
1.4       harris41 1170: </file>
                   1171: <file>
1.5       harris41 1172: <source>loncom/publisher/lonupload.pm</source>
                   1173: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   1174: <categoryname>handler</categoryname>
                   1175: <description>
                   1176: Handler to upload files through browser into construction space.
                   1177: </description>
                   1178: <status>works/unverified</status>
1.4       harris41 1179: </file>
                   1180: <file>
1.76      harris41 1181: <source>doc/man/Apache__lonupload.3</source>
                   1182: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
                   1183: <categoryname>system file</categoryname>
                   1184: <description>man page for lonupload.pm</description>
                   1185: <build trigger='always run'>
1.77      harris41 1186: loncom/build/pod2man.sh ../publisher/lonupload.pm > ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76      harris41 1187: </build>
                   1188: <status>works/unverified</status>
                   1189: <dependencies>
                   1190: ../../loncom/publisher/lonupload.pm
                   1191: </dependencies>
                   1192: </file>
                   1193: <file>
                   1194: <source>doc/api/Apache/lonupload.html</source>
                   1195: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonupload.html</target>
                   1196: <categoryname>system file</categoryname>
                   1197: <description>POD-derived page for lonupload.pm</description>
                   1198: <build trigger='always run'>
1.77      harris41 1199: loncom/build/pod2html.sh ../publisher/lonupload.pm > ../../doc/api/Apache/lonupload.html && echo 'pod2html lonupload.pm'
1.76      harris41 1200: </build>
                   1201: <status>works/unverified</status>
                   1202: <dependencies>
                   1203: ../../loncom/publisher/lonupload.pm
                   1204: </dependencies>
                   1205: </file>
                   1206: <file>
1.5       harris41 1207: <source>loncom/homework/essayresponse.pm</source>
                   1208: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   1209: <categoryname>handler</categoryname>
                   1210: <description>
                   1211: Handler to evaluate essay (ungraded) style responses.
                   1212: </description>
                   1213: <status>works/unverified</status>
1.4       harris41 1214: </file>
                   1215: <file>
1.5       harris41 1216: <source>loncom/publisher/lonpubdir.pm</source>
                   1217: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   1218: <categoryname>handler</categoryname>
                   1219: <description>
                   1220: Handler to publish directories.
                   1221: </description>
1.4       harris41 1222: </file>
                   1223: <file>
1.76      harris41 1224: <source>doc/man/Apache__lonpubdir.3</source>
                   1225: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
                   1226: <categoryname>system file</categoryname>
                   1227: <description>man page for lonpubdir.pm</description>
                   1228: <build trigger='always run'>
1.77      harris41 1229: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76      harris41 1230: </build>
                   1231: <status>works/unverified</status>
                   1232: <dependencies>
                   1233: ../../loncom/lonnet/perl/lonnet.pm
                   1234: </dependencies>
                   1235: </file>
                   1236: <file>
                   1237: <source>doc/api/Apache/lonpubdir.html</source>
                   1238: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpubdir.html</target>
                   1239: <categoryname>system file</categoryname>
                   1240: <description>POD-derived page for lonpubdir.pm</description>
                   1241: <build trigger='always run'>
1.77      harris41 1242: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > ../../doc/api/Apache/lonpubdir.html && echo 'pod2html lonpubdir.pm'
1.76      harris41 1243: </build>
                   1244: <status>works/unverified</status>
                   1245: <dependencies>
                   1246: ../../loncom/publisher/lonpubdir.pm
                   1247: </dependencies>
                   1248: </file>
                   1249: <file>
1.5       harris41 1250: <source>loncom/publisher/lonretrieve.pm</source>
                   1251: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   1252: <categoryname>handler</categoryname>
                   1253: <description>
                   1254: Handler to retrieve old versions from resource space.
                   1255: </description>
                   1256: <status>works/unverified</status>
1.4       harris41 1257: </file>
                   1258: <file>
1.76      harris41 1259: <source>doc/man/Apache__lonretrieve.3</source>
                   1260: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
                   1261: <categoryname>system file</categoryname>
                   1262: <description>man page for lonretrieve.pm</description>
                   1263: <build trigger='always run'>
1.77      harris41 1264: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76      harris41 1265: </build>
                   1266: <status>works/unverified</status>
                   1267: <dependencies>
                   1268: ../../loncom/publisher/lonretrieve.pm
                   1269: </dependencies>
                   1270: </file>
                   1271: <file>
                   1272: <source>doc/api/Apache/lonretrieve.html</source>
                   1273: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonretrieve.html</target>
                   1274: <categoryname>system file</categoryname>
                   1275: <description>POD-derived page for lonretrieve.pm</description>
                   1276: <build trigger='always run'>
1.77      harris41 1277: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > ../../doc/api/Apache/lonretrieve.html && echo 'pod2html lonretrieve.pm'
1.76      harris41 1278: </build>
                   1279: <status>works/unverified</status>
                   1280: <dependencies>
                   1281: ../../loncom/publisher/lonretrieve.pm
                   1282: </dependencies>
                   1283: </file>
                   1284: <file>
1.5       harris41 1285: <source>loncom/homework/edit.pm</source>
                   1286: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   1287: <categoryname>handler</categoryname>
                   1288: <description>
                   1289: Helper functions when in homework edit mode.
                   1290: </description>
1.4       harris41 1291: </file>
                   1292: <file>
1.5       harris41 1293: <source>loncom/interface/lonmeta.pm</source>
                   1294: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   1295: <categoryname>handler</categoryname>
                   1296: <description>Metadata display handler.</description>
                   1297: <status>works/unverified</status>
1.4       harris41 1298: </file>
                   1299: <file>
1.5       harris41 1300: <source>rat/lonambiguous.pm</source>
                   1301: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   1302: <categoryname>handler</categoryname>
                   1303: <description>
                   1304: Handler to resolve ambiguous file locations.
                   1305: </description>
                   1306: <status>works/unverified</status>
1.4       harris41 1307: </file>
                   1308: <file>
1.5       harris41 1309: <source>rat/lonratparms.pm</source>
                   1310: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   1311: <categoryname>handler</categoryname>
                   1312: <description>
                   1313: Handler to set resource parameters inside of the RAT based on metadata.
                   1314: </description>
                   1315: <status>works/unverified</status>
1.4       harris41 1316: </file>
                   1317: <file>
1.5       harris41 1318: <source>rat/lonsequence.pm</source>
                   1319: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   1320: <categoryname>handler</categoryname>
                   1321: <description>
                   1322: Handler for showing sequence objects of educational resources.
                   1323: </description>
                   1324: <status>works/unverified</status>
1.4       harris41 1325: </file>
                   1326: <file>
1.5       harris41 1327: <source>loncom/interface/loncreatecourse.pm</source>
                   1328: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   1329: <categoryname>handler</categoryname>
                   1330: <description>
1.72      harris41 1331: Allows domain coordinators to create new courses and assign course
                   1332: coordinators.
1.5       harris41 1333: </description>
1.10      harris41 1334: <status>works/unverified</status>
1.4       harris41 1335: </file>
                   1336: <file>
1.5       harris41 1337: <source>loncom/interface/loncreateuser.pm</source>
                   1338: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   1339: <categoryname>handler</categoryname>
                   1340: <description>
1.72      harris41 1341: Allows users to within their own privileges create/edit users and give
                   1342: them roles. 
1.5       harris41 1343: </description>
                   1344: <status>works/unverified</status>
1.4       harris41 1345: </file>
                   1346: <file>
1.5       harris41 1347: <source>loncom/interface/lonchart.pm</source>
                   1348: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
                   1349: <categoryname>handler</categoryname>
                   1350: <description>
                   1351: Produces simple LectureOnline-like student assessment performance chart
                   1352: </description>
1.4       harris41 1353: </file>
                   1354: <file>
1.5       harris41 1355: <source>loncom/interface/loncommon.pm</source>
                   1356: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   1357: <categoryname>handler</categoryname>
                   1358: <description>
                   1359: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 1360: user, domain, home_server, course_id.
1.5       harris41 1361: </description>
                   1362: <status>works/unverified</status>
1.4       harris41 1363: </file>
                   1364: <file>
1.76      harris41 1365: <source>doc/man/Apache__loncommon.3</source>
                   1366: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
                   1367: <categoryname>system file</categoryname>
                   1368: <description>man page for loncommon.pm</description>
                   1369: <build trigger='always run'>
1.77      harris41 1370: loncom/build/pod2man.sh ../interface/loncommon.pm > ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76      harris41 1371: </build>
                   1372: <status>works/unverified</status>
                   1373: <dependencies>
                   1374: ../../loncom/interface/loncommon.pm
                   1375: </dependencies>
                   1376: </file>
                   1377: <file>
                   1378: <source>doc/api/Apache/loncommon.html</source>
                   1379: <target dist='default'>home/httpd/html/adm/help/api/Apache/loncommon.html</target>
                   1380: <categoryname>system file</categoryname>
                   1381: <description>POD-derived page for loncommon.pm</description>
                   1382: <build trigger='always run'>
1.77      harris41 1383: loncom/build/pod2html.sh ../interface/loncommon.pm > ../../doc/api/Apache/loncommon.html && echo 'pod2html loncommon.pm'
1.76      harris41 1384: </build>
                   1385: <status>works/unverified</status>
                   1386: <dependencies>
                   1387: ../../loncom/interface/loncommon.pm
                   1388: </dependencies>
                   1389: </file>
                   1390: <file>
1.5       harris41 1391: <source>loncom/homework/grades.pm</source>
                   1392: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   1393: <categoryname>handler</categoryname>
                   1394: <description>Handles the viewing of grades.</description>
1.4       harris41 1395: </file>
                   1396: <file>
1.5       harris41 1397: <source>loncom/homework/imageresponse.pm</source>
                   1398: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   1399: <categoryname>handler</categoryname>
                   1400: <description>
                   1401: Coordinates the response to clicking an image.
                   1402: </description>
                   1403: <status>works/unverified</status>
1.4       harris41 1404: </file>
                   1405: <file>
1.5       harris41 1406: <source>loncom/homework/optionresponse.pm</source>
                   1407: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   1408: <categoryname>handler</categoryname>
1.27      harris41 1409: <description>
                   1410: Handles tags associated with showing a list of options.</description>
1.4       harris41 1411: </file>
                   1412: <file>
1.5       harris41 1413: <source>loncom/homework/outputtags.pm</source>
                   1414: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   1415: <categoryname>handler</categoryname>
                   1416: <description>
                   1417: Handles tags associated with output.  Seems to relate to due dates of the
                   1418: assignment.
                   1419: </description>
1.10      harris41 1420: <status>works/unverified</status>
1.4       harris41 1421: </file>
                   1422: <file>
1.6       harris41 1423: <source>loncom/interface/lontest.pm</source>
                   1424: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   1425: <categoryname>handler</categoryname>
                   1426: <description>
                   1427: Used for debugging and testing the LON-CAPA system.
                   1428: </description>
1.10      harris41 1429: <status>works/unverified</status>
1.6       harris41 1430: </file>
                   1431: <file>
                   1432: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 1433: <target dist='default'>
                   1434: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 1435: <categoryname>handler</categoryname>
                   1436: <description>
                   1437: Handles multiple-choice style responses.
                   1438: </description>
1.10      harris41 1439: <status>works/unverified</status>
1.6       harris41 1440: </file>
                   1441: <file>
                   1442: <source>loncom/interface/lonassignments.pm</source>
                   1443: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
                   1444: <categoryname>handler</categoryname>
                   1445: <description>
                   1446: Handles processing of assignments.
                   1447: </description>
1.10      harris41 1448: <status>works/unverified</status>
1.6       harris41 1449: </file>
                   1450: <file>
                   1451: <source>loncom/interface/loncommunicate.pm</source>
                   1452: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   1453: <categoryname>handler</categoryname>
1.72      harris41 1454: <description>
                   1455: Will be the access handler to email sending, as well as the planned
                   1456: chatrooms, etc.
                   1457: </description>
1.10      harris41 1458: <status>works/unverified</status>
1.6       harris41 1459: </file>
                   1460: <file>
                   1461: <source>loncom/interface/lonerrorhandler.pm</source>
                   1462: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   1463: <categoryname>handler</categoryname>
                   1464: <description>
                   1465: Handles errors.
                   1466: </description>
1.10      harris41 1467: <status>works/unverified</status>
1.6       harris41 1468: </file>
                   1469: <file>
                   1470: <source>loncom/interface/lonevaluate.pm</source>
                   1471: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   1472: <categoryname>handler</categoryname>
                   1473: <description>
                   1474: Handles evaluation.
                   1475: </description>
1.10      harris41 1476: <status>works/unverified</status>
1.6       harris41 1477: </file>
                   1478: <file>
                   1479: <source>loncom/interface/lonfeedback.pm</source>
                   1480: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   1481: <categoryname>handler</categoryname>
                   1482: <description>
                   1483: Handles feedback from students to instructors and system administrators.
1.72      harris41 1484: Provides a screenshot of the current
                   1485: resource, as well as previous attempts if the resource was a homework.
                   1486: Used by lonmsg.pm.
1.6       harris41 1487: </description>
1.10      harris41 1488: <status>works/unverified</status>
1.4       harris41 1489: </file>
                   1490: <file>
1.6       harris41 1491: <source>loncom/interface/lonnavmaps.pm</source>
                   1492: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   1493: <categoryname>handler</categoryname>
                   1494: <description>
                   1495: Handles navigational maps.
                   1496: </description>
1.10      harris41 1497: <status>works/unverified</status>
1.4       harris41 1498: </file>
                   1499: <file>
1.6       harris41 1500: <source>loncom/interface/lonpreferences.pm</source>
                   1501: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   1502: <categoryname>handler</categoryname>
                   1503: <description>
                   1504: Handles user preferences associated with customizing the online LON-CAPA
                   1505: educational environment.
                   1506: </description>
1.10      harris41 1507: <status>works/unverified</status>
1.6       harris41 1508: </file>
                   1509: <file>
                   1510: <source>loncom/interface/lonprintout.pm</source>
                   1511: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   1512: <categoryname>handler</categoryname>
                   1513: <description>
                   1514: Handles the production of printable files and resources.
                   1515: </description>
1.10      harris41 1516: <status>works/unverified</status>
1.6       harris41 1517: </file>
                   1518: <file>
                   1519: <source>loncom/interface/lonsearchcat.pm</source>
                   1520: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   1521: <categoryname>handler</categoryname>
                   1522: <description>
                   1523: Handles a searchable catalogue.
                   1524: </description>
1.10      harris41 1525: <status>works/unverified</status>
1.4       harris41 1526: </file>
                   1527: <file>
1.76      harris41 1528: <source>doc/man/Apache__lonsearchcat.3</source>
                   1529: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
                   1530: <categoryname>system file</categoryname>
                   1531: <description>man page for lonsearchcat.pm</description>
                   1532: <build trigger='always run'>
1.77      harris41 1533: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76      harris41 1534: </build>
                   1535: <status>works/unverified</status>
                   1536: <dependencies>
                   1537: ../../loncom/interface/lonsearchcat.pm
                   1538: </dependencies>
                   1539: </file>
                   1540: <file>
                   1541: <source>doc/api/Apache/lonsearchcat.html</source>
                   1542: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonsearchcat.html</target>
                   1543: <categoryname>system file</categoryname>
                   1544: <description>POD-derived page for lonsearchcat.pm</description>
                   1545: <build trigger='always run'>
1.77      harris41 1546: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > ../../doc/api/Apache/lonsearchcat.html && echo 'pod2html lonsearchcat.pm'
1.76      harris41 1547: </build>
                   1548: <status>works/unverified</status>
                   1549: <dependencies>
                   1550: ../../loncom/interface/lonsearchcat.pm
                   1551: </dependencies>
                   1552: </file>
                   1553: <file>
1.6       harris41 1554: <source>loncom/interface/londropadd.pm</source>
                   1555: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   1556: <categoryname>handler</categoryname>
                   1557: <description>
1.72      harris41 1558: Allows course coordinators to upload courselists in different formats, and
                   1559: automatically create users (if they do not exist already), assign them the
                   1560: role of student in a course, and add them to the classlist.
1.6       harris41 1561: </description>
1.10      harris41 1562: <status>works/unverified</status>
1.6       harris41 1563: </file>
                   1564: <file>
                   1565: <source>loncom/interface/lonmsg.pm</source>
                   1566: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   1567: <categoryname>handler</categoryname>
                   1568: <description>
1.72      harris41 1569: lonmsg.pm has several functions to send and receive internal messages.
                   1570: author_res_msg - send message to resource author.
                   1571: user_crit_msg - send a critical message to a user. A critical message
                   1572: will require acknowledgment by the recipient and the sender will be notified.
                   1573: user_crit_received - routine to trigger acknowledgment.
                   1574: statuschange - change the status of a message (read, replied, forwarded, etc).
                   1575: The handler also displays messages, has routines to reply, etc.
1.6       harris41 1576: </description>
1.10      harris41 1577: <status>works/unverified</status>
1.6       harris41 1578: </file>
                   1579: <file>
                   1580: <source>loncom/homework/hint.pm</source>
                   1581: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   1582: <categoryname>handler</categoryname>
                   1583: <description>
                   1584: This handler coordinates the delivery of hints to students working on LON-CAPA
                   1585: problems and assignments.
                   1586: </description>
1.10      harris41 1587: <status>works/unverified</status>
1.6       harris41 1588: </file>
                   1589: <file>
                   1590: <source>loncom/interface/lonspreadsheet.pm</source>
                   1591: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   1592: <categoryname>handler</categoryname>
                   1593: <description>
1.72      harris41 1594: Spreadsheets are completely web-based.
                   1595: They exist on the level of a whole course, a student, and individual
                   1596: assessments.
1.6       harris41 1597: </description>
1.10      harris41 1598: <status>works/unverified</status>
1.6       harris41 1599: </file>
                   1600: <file>
                   1601: <source>loncom/interface/lonparmset.pm</source>
                   1602: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   1603: <categoryname>handler</categoryname>
                   1604: <description>
                   1605: Handler to resolve ambiguous file locations
                   1606: </description>
1.10      harris41 1607: <status>works/unverified</status>
1.6       harris41 1608: </file>
                   1609: <file>
1.76      harris41 1610: <source>doc/man/Apache__lonparmset.3</source>
                   1611: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
                   1612: <categoryname>system file</categoryname>
                   1613: <description>man page for lonparmset.pm</description>
                   1614: <build trigger='always run'>
1.77      harris41 1615: loncom/build/pod2man.sh ../interface/lonparmset.pm > ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76      harris41 1616: </build>
                   1617: <status>works/unverified</status>
                   1618: <dependencies>
                   1619: ../../loncom/interface/lonparmset.pm
                   1620: </dependencies>
                   1621: </file>
                   1622: <file>
                   1623: <source>doc/api/Apache/lonparmset.html</source>
                   1624: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonparmset.html</target>
                   1625: <categoryname>system file</categoryname>
                   1626: <description>POD-derived page for lonparmset.pm</description>
                   1627: <build trigger='always run'>
1.77      harris41 1628: loncom/build/pod2html.sh ../interface/lonparmset.pm > ../../doc/api/Apache/lonparmset.html && echo 'pod2html lonparmset.pm'
1.76      harris41 1629: </build>
                   1630: <status>works/unverified</status>
                   1631: <dependencies>
                   1632: ../../loncom/interface/lonparmset.pm
                   1633: </dependencies>
                   1634: </file>
                   1635: <file>
1.6       harris41 1636: <source>loncom/publisher/lonconstruct.pm</source>
                   1637: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   1638: <categoryname>handler</categoryname>
                   1639: <description>
                   1640: Page wrapper for handling construction space.
                   1641: </description>
1.10      harris41 1642: <status>works/unverified</status>
1.6       harris41 1643: </file>
                   1644: <file>
                   1645: <source>loncom/publisher/lonpublisher.pm</source>
                   1646: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   1647: <categoryname>handler</categoryname>
                   1648: <description>
                   1649: Publishes an LON-CAPA educational resource complete with metadata
                   1650: (authorship, language, copyright, creation date, etc).
                   1651: </description>
1.10      harris41 1652: <status>works/unverified</status>
1.6       harris41 1653: </file>
                   1654: <file>
1.76      harris41 1655: <source>doc/man/Apache__lonpublisher.3</source>
                   1656: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
                   1657: <categoryname>system file</categoryname>
                   1658: <description>man page for lonpublisher.pm</description>
                   1659: <build trigger='always run'>
1.77      harris41 1660: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76      harris41 1661: </build>
                   1662: <status>works/unverified</status>
                   1663: <dependencies>
                   1664: ../../loncom/publisher/lonpublisher.pm
                   1665: </dependencies>
                   1666: </file>
                   1667: <file>
                   1668: <source>doc/api/Apache/lonpublisher.html</source>
                   1669: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpublisher.html</target>
                   1670: <categoryname>system file</categoryname>
                   1671: <description>POD-derived page for lonpublisher.pm</description>
                   1672: <build trigger='always run'>
1.77      harris41 1673: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > ../../doc/api/Apache/lonpublisher.html && echo 'pod2html lonpublisher.pm'
1.76      harris41 1674: </build>
                   1675: <status>works/unverified</status>
                   1676: <dependencies>
                   1677: ../../loncom/publisher/lonpublisher.pm
                   1678: </dependencies>
                   1679: </file>
                   1680: <file>
1.6       harris41 1681: <source>loncom/interface/lonmenu.pm</source>
                   1682: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   1683: <categoryname>handler</categoryname>
                   1684: <description>
                   1685: Has routines which control the remote control.
                   1686: </description>
1.10      harris41 1687: <status>works/unverified</status>
1.6       harris41 1688: </file>
                   1689: <file>
                   1690: <source>rat/lonpageflip.pm</source>
                   1691: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   1692: <categoryname>handler</categoryname>
                   1693: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 1694: <status>works/unverified</status>
1.6       harris41 1695: </file>
                   1696: <file>
                   1697: <source>rat/lonratedt.pm</source>
                   1698: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   1699: <categoryname>handler</categoryname>
                   1700: <description>
                   1701: Builds up frame set and loads in the right thing.
                   1702: </description>
1.10      harris41 1703: <status>works/unverified</status>
1.6       harris41 1704: </file>
                   1705: <file>
                   1706: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   1707: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   1708: <categoryname>handler</categoryname>
                   1709: <description>
                   1710: Homework remote control.
                   1711: </description>
1.10      harris41 1712: <status>works/unverified</status>
1.6       harris41 1713: </file>
                   1714: <file>
                   1715: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   1716: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   1717: <categoryname>handler</categoryname>
                   1718: <description>
1.10      harris41 1719: This will take annotations and then plug them into a page.
1.6       harris41 1720: </description>
1.10      harris41 1721: <status>works/unverified</status>
1.6       harris41 1722: </file>
                   1723: <file>
                   1724: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   1725: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   1726: <categoryname>handler</categoryname>
                   1727: <description>
                   1728: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 1729: interface.
1.6       harris41 1730: </description>
1.10      harris41 1731: <status>works/unverified</status>
1.6       harris41 1732: </file>
                   1733: <file>
                   1734: <source>rat/lonratsrv.pm</source>
                   1735: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   1736: <categoryname>handler</categoryname>
                   1737: <description>
1.27      harris41 1738: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   1739: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   1740: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 1741: </description>
1.10      harris41 1742: <status>works/unverified</status>
1.6       harris41 1743: </file>
                   1744: <file>
                   1745: <source>rat/lonpage.pm</source>
                   1746: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   1747: <categoryname>handler</categoryname>
                   1748: <description>
                   1749: bundles pages into one page
                   1750: </description>
1.10      harris41 1751: <status>works/unverified</status>
1.6       harris41 1752: </file>
                   1753: <file>
1.76      harris41 1754: <source>doc/man/Apache__lonpage.3</source>
                   1755: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
                   1756: <categoryname>system file</categoryname>
                   1757: <description>man page for lonpage.pm</description>
                   1758: <build trigger='always run'>
1.77      harris41 1759: loncom/build/pod2man.sh ../../rat/lonpage.pm > ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76      harris41 1760: </build>
                   1761: <status>works/unverified</status>
                   1762: <dependencies>
                   1763: ../../rat/lonpage.pm
                   1764: </dependencies>
                   1765: </file>
                   1766: <file>
                   1767: <source>doc/api/Apache/lonpage.html</source>
                   1768: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpage.html</target>
                   1769: <categoryname>system file</categoryname>
                   1770: <description>POD-derived page for lonnet.pm</description>
                   1771: <build trigger='always run'>
1.77      harris41 1772: loncom/build/pod2html.sh ../../rat/lonpage.pm > ../../doc/api/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76      harris41 1773: </build>
                   1774: <status>works/unverified</status>
                   1775: <dependencies>
                   1776: ../../rat/lonpage.pm
                   1777: </dependencies>
                   1778: </file>
                   1779: <file>
1.6       harris41 1780: <source>rat/lonuserstate.pm</source>
                   1781: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   1782: <categoryname>handler</categoryname>
                   1783: <description>
                   1784: compile course into binary data structure (in loncom/rat)
                   1785: </description>
1.10      harris41 1786: <status>works/unverified</status>
1.6       harris41 1787: </file>
                   1788: <file>
1.76      harris41 1789: <source>doc/man/Apache__lonuserstate.3</source>
                   1790: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
                   1791: <categoryname>system file</categoryname>
                   1792: <description>man page for lonnet.pm</description>
                   1793: <build trigger='always run'>
1.77      harris41 1794: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76      harris41 1795: </build>
                   1796: <status>works/unverified</status>
                   1797: <dependencies>
                   1798: ../../rat/lonuserstate.pm
                   1799: </dependencies>
                   1800: </file>
                   1801: <file>
                   1802: <source>doc/api/Apache/lonuserstate.html</source>
                   1803: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonuserstate.html</target>
                   1804: <categoryname>system file</categoryname>
                   1805: <description>POD-derived page for lonuserstate.pm</description>
                   1806: <build trigger='always run'>
1.77      harris41 1807: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > ../../doc/api/Apache/lonuserstate.html && echo 'pod2html lonuserstate.pm'
1.76      harris41 1808: </build>
                   1809: <status>works/unverified</status>
                   1810: <dependencies>
                   1811: ../../rat/lonuserstate.pm
                   1812: </dependencies>
                   1813: </file>
                   1814: <file>
1.6       harris41 1815: <source>loncom/xml/lontex.pm</source>
                   1816: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   1817: <categoryname>handler</categoryname>
                   1818: <description>
                   1819: Handler for tex files (somewhere in modules)
                   1820: </description>
1.10      harris41 1821: <status>works/unverified</status>
1.6       harris41 1822: </file>
                   1823: <file>
                   1824: <source>loncom/xml/lontexconvert.pm</source>
                   1825: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   1826: <categoryname>handler</categoryname>
                   1827: <description>
                   1828: Access to tth/ttm
                   1829: </description>
1.10      harris41 1830: <status>works/unverified</status>
1.6       harris41 1831: </file>
                   1832: <file>
                   1833: <source>loncom/xml/lonxml.pm</source>
                   1834: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   1835: <categoryname>handler</categoryname>
                   1836: <description>
                   1837: XML Parsing Module
1.78      harris41 1838: </description>
                   1839: <status>works/unverified</status>
                   1840: </file>
                   1841: <file>
                   1842: <source>loncom/xml/lonplot.pm</source>
                   1843: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   1844: <categoryname>handler</categoryname>
                   1845: <description>
                   1846: XML-based plotter of graphs
1.6       harris41 1847: </description>
1.10      harris41 1848: <status>works/unverified</status>
1.6       harris41 1849: </file>
                   1850: <file>
                   1851: <source>loncom/xml/style.pm</source>
                   1852: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   1853: <categoryname>handler</categoryname>
                   1854: <description>
                   1855: Style Parsing Module
                   1856: </description>
1.10      harris41 1857: <status>works/unverified</status>
1.6       harris41 1858: </file>
                   1859: <file>
                   1860: <source>loncom/xml/londefdef.pm</source>
                   1861: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   1862: <categoryname>handler</categoryname>
                   1863: <description>
                   1864: Tags Default Definition Module
                   1865: </description>
1.10      harris41 1866: <status>works/unverified</status>
1.4       harris41 1867: </file>
                   1868: <file>
1.6       harris41 1869: <source>loncom/xml/run.pm</source>
                   1870: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   1871: <categoryname>handler</categoryname>
                   1872: <description>
                   1873: used to prevent poorly written problems from causing lingering after effects
                   1874: </description>
1.10      harris41 1875: <status>works/unverified</status>
1.4       harris41 1876: </file>
                   1877: <file>
1.6       harris41 1878: <source>loncom/xml/scripttag.pm</source>
                   1879: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   1880: <categoryname>handler</categoryname>
                   1881: <description>
                   1882: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   1883: &lt;import&gt;
                   1884: </description>
1.10      harris41 1885: <status>works/unverified</status>
1.4       harris41 1886: </file>
                   1887: <file>
1.33      harris41 1888: <source>loncom/homework/randomlabel.pm</source>
                   1889: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   1890: <categoryname>handler</categoryname>
                   1891: <description>
                   1892: Interface for producing applet code which randomizes the labelling of an
                   1893: image.
                   1894: </description>
                   1895: </file>
                   1896: <file>
1.6       harris41 1897: <source>loncom/homework/lonhomework.pm</source>
                   1898: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   1899: <categoryname>handler</categoryname>
1.27      harris41 1900: <description>
                   1901: handles requests for output, evaluation, and alteration of a homework resource
                   1902: </description>
1.4       harris41 1903: </file>
1.10      harris41 1904: <status>works/unverified</status>
1.4       harris41 1905: <file>
1.6       harris41 1906: <source>loncom/homework/inputtags.pm</source>
                   1907: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   1908: <categoryname>handler</categoryname>
                   1909: <description>
                   1910: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   1911: </description>
1.10      harris41 1912: <status>works/unverified</status>
1.4       harris41 1913: </file>
                   1914: <file>
1.6       harris41 1915: <source>loncom/homework/structuretags.pm</source>
                   1916: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   1917: <categoryname>handler</categoryname>
                   1918: <description>
1.27      harris41 1919: produces HTML tags necessary for structuring the presentation of homework
                   1920: resources
1.6       harris41 1921: </description>
1.10      harris41 1922: <status>works/unverified</status>
1.4       harris41 1923: </file>
                   1924: <file>
1.6       harris41 1925: <source>loncom/homework/response.pm</source>
                   1926: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   1927: <categoryname>handler</categoryname>
                   1928: <description>
1.27      harris41 1929: defines different types of responses given to student as well as syntax for
                   1930: producing response values
1.6       harris41 1931: </description>
1.10      harris41 1932: <status>works/unverified</status>
1.4       harris41 1933: </file>
                   1934: <file>
1.6       harris41 1935: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   1936: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   1937: <categoryname>handler</categoryname>
                   1938: <description>
                   1939: handles request to the CAPA homework processing engine
                   1940: </description>
1.10      harris41 1941: <status>works/unverified</status>
1.4       harris41 1942: </file>
                   1943: <file>
1.30      harris41 1944: <source>loncom/auth/localauth.pm</source>
                   1945: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   1946: <categoryname>handler</categoryname>
                   1947: <description>
                   1948: Local authentication mechanism (meant to be customized).
                   1949: </description>
                   1950: <status>works/unverified</status>
                   1951: </file>
                   1952: <file>
1.6       harris41 1953: <source>loncom/auth/lonacc.pm</source>
                   1954: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   1955: <categoryname>handler</categoryname>
                   1956: <description>
                   1957: (This module, like loncacc.pm also authenticates with cookies.)  
                   1958: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   1959: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   1960: as coordinating access to educational resources.
                   1961: </description>
1.10      harris41 1962: <status>works/unverified</status>
1.4       harris41 1963: </file>
                   1964: <file>
1.76      harris41 1965: <source>doc/man/Apache__lonacc.3</source>
                   1966: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
                   1967: <categoryname>system file</categoryname>
                   1968: <description>man page for lonacc.pm</description>
                   1969: <build trigger='always run'>
1.77      harris41 1970: loncom/build/pod2man.sh ../auth/lonacc.pm > ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76      harris41 1971: </build>
                   1972: <status>works/unverified</status>
                   1973: <dependencies>
                   1974: ../../loncom/auth/lonacc.pm
                   1975: </dependencies>
                   1976: </file>
                   1977: <file>
                   1978: <source>doc/api/Apache/lonacc.html</source>
                   1979: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonacc.html</target>
                   1980: <categoryname>system file</categoryname>
                   1981: <description>POD-derived page for lonacc.pm</description>
                   1982: <build trigger='always run'>
1.77      harris41 1983: loncom/build/pod2html.sh ../auth/lonacc.pm > ../../doc/api/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76      harris41 1984: </build>
                   1985: <status>works/unverified</status>
                   1986: <dependencies>
                   1987: ../../loncom/auth/lonacc.pm
                   1988: </dependencies>
                   1989: </file>
                   1990: <file>
1.6       harris41 1991: <source>loncom/auth/lonracc.pm</source>
                   1992: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   1993: <categoryname>handler</categoryname>
                   1994: <description>
                   1995: access handler for file transfers
                   1996: </description>
1.10      harris41 1997: <status>works/unverified</status>
1.4       harris41 1998: </file>
                   1999: <file>
1.6       harris41 2000: <source>loncom/auth/loncacc.pm</source>
                   2001: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   2002: <categoryname>handler</categoryname>
                   2003: <description>
                   2004: This module provides access to an educational resource construction area.
                   2005: This module is invoked by the URL-related pattern syntax
                   2006: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   2007: Authentication of user identity
                   2008: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   2009: to "construction-space access").  If the cookie handle is invalid, then
                   2010: this module returns a forbidden status and makes appropriate log entries.
                   2011: If the cookie handle is valid, status is determined to be okay (and,
                   2012: for the "priv"-type access, the resource is delivered by the
                   2013: <tt>lonconstruct</tt> module).
                   2014: </description>
1.10      harris41 2015: <status>works/unverified</status>
1.4       harris41 2016: </file>
                   2017: <file>
1.6       harris41 2018: <source>loncom/auth/lonauth.pm</source>
                   2019: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   2020: <categoryname>handler</categoryname>
                   2021: <description>authenticate, set up session environment</description>
1.10      harris41 2022: <status>works/unverified</status>
1.4       harris41 2023: </file>
                   2024: <file>
1.6       harris41 2025: <source>loncom/auth/lonlogin.pm</source>
                   2026: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   2027: <categoryname>handler</categoryname>
                   2028: <description>login screen</description>
1.10      harris41 2029: <status>works/unverified</status>
1.4       harris41 2030: </file>
                   2031: <file>
1.6       harris41 2032: <source>loncom/auth/lonlogout.pm</source>
                   2033: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   2034: <categoryname>handler</categoryname>
                   2035: <description>logout</description>
1.10      harris41 2036: <status>works/unverified</status>
1.4       harris41 2037: </file>
                   2038: <file>
1.6       harris41 2039: <source>loncom/lonnet/perl/lonrep.pm</source>
                   2040: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   2041: <categoryname>handler</categoryname>
                   2042: <description>replication</description>
1.4       harris41 2043: </file>
                   2044: <file>
1.6       harris41 2045: <source>loncom/auth/lonroles.pm</source>
                   2046: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   2047: <categoryname>handler</categoryname>
                   2048: <description>
                   2049: This perl handling module reads in the available roles available
                   2050: for a LON-CAPA user (different courses, different privileges, etc)
                   2051: and produces a form-element HTML page which allows the user to select
                   2052: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   2053: a user may want to select between being a student in a thermodynamics
                   2054: physics course or a teaching assistant for an introductory calculus
                   2055: class.
                   2056: </description>
1.4       harris41 2057: </file>
                   2058: <file>
1.6       harris41 2059: <source>loncom/interface/lonindexer.pm</source>
                   2060: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   2061: <categoryname>handler</categoryname>
                   2062: <description>
                   2063: cross server filesystem browser
                   2064: </description>
1.10      harris41 2065: <status>works/unverified</status>
1.76      harris41 2066: </file>
                   2067: <file>
                   2068: <source>doc/man/Apache__lonindexer.3</source>
                   2069: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
                   2070: <categoryname>system file</categoryname>
                   2071: <description>man page for lonindexer.pm</description>
                   2072: <build trigger='always run'>
1.77      harris41 2073: loncom/build/pod2man.sh ../interface/lonindexer.pm > ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76      harris41 2074: </build>
                   2075: <status>works/unverified</status>
                   2076: <dependencies>
                   2077: ../../loncom/interface/lonindexer.pm
                   2078: </dependencies>
                   2079: </file>
                   2080: <file>
                   2081: <source>doc/api/Apache/lonindexer.html</source>
                   2082: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonindexer.html</target>
                   2083: <categoryname>system file</categoryname>
                   2084: <description>POD-derived page for lonindexer.pm</description>
                   2085: <build trigger='always run'>
1.77      harris41 2086: loncom/build/pod2html.sh ../interface/lonindexer.pm > ../../doc/api/Apache/lonindexer.html && echo 'pod2html lonindexer.pm'
1.76      harris41 2087: </build>
                   2088: <status>works/unverified</status>
                   2089: <dependencies>
                   2090: ../../loncom/interface/lonindexer.pm
                   2091: </dependencies>
1.4       harris41 2092: </file>
                   2093: <file>
1.24      harris41 2094: <source>loncom/interface/groupsort.pm</source>
                   2095: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   2096: <categoryname>handler</categoryname>
                   2097: <description>
                   2098: Implements a second phase of importing multiple resources into the RAT.
                   2099: Allows for reordering the sequence of resources.
                   2100: </description>
                   2101: <status>works/unverified</status>
                   2102: </file>
                   2103: <file>
1.6       harris41 2104: <source>loncom/lonnet/perl/lonnet.pm</source>
                   2105: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   2106: <categoryname>handler</categoryname>
                   2107: <description>
                   2108: This file is an interface to the lonc processes of the LON-CAPA network
                   2109: as well as set of elaborated functions for handling information necessary
                   2110: for navigating through a given cluster of LON-CAPA machines within a domain.
                   2111: There are over 40 specialized functions in this module which handle
                   2112: the reading and transmission of metadata, user information
                   2113: (ids, names, environments, roles, logs), file information (storage, reading,
                   2114: directories, extensions, replication, embedded styles and descriptors),
                   2115: educational resources (course descriptions, section names and numbers),
                   2116: url hashing (to assign roles on a url basis), and translating abbreviated
                   2117: symbols to and from more descriptive phrases or explanations.
                   2118: </description>
1.10      harris41 2119: <status>works/unverified</status>
1.73      harris41 2120: </file>
                   2121: <file>
                   2122: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 2123: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.73      harris41 2124: <categoryname>system file</categoryname>
                   2125: <description>man page for lonnet.pm</description>
                   2126: <build trigger='always run'>
1.77      harris41 2127: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73      harris41 2128: </build>
                   2129: <status>works/unverified</status>
                   2130: <dependencies>
                   2131: ../../loncom/lonnet/perl/lonnet.pm
                   2132: </dependencies>
                   2133: </file>
                   2134: <file>
                   2135: <source>doc/api/Apache/lonnet.html</source>
1.74      harris41 2136: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonnet.html</target>
1.73      harris41 2137: <categoryname>system file</categoryname>
                   2138: <description>POD-derived page for lonnet.pm</description>
                   2139: <build trigger='always run'>
1.77      harris41 2140: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73      harris41 2141: </build>
                   2142: <status>works/unverified</status>
                   2143: <dependencies>
                   2144: ../../loncom/lonnet/perl/lonnet.pm
                   2145: </dependencies>
1.4       harris41 2146: </file>
                   2147: <file>
1.6       harris41 2148: <source>loncom/html/index.html</source>
                   2149: <target dist='default'>home/httpd/html/index.html</target>
                   2150: <categoryname>interface file</categoryname>
                   2151: <description>bumps to login</description>
1.4       harris41 2152: </file>
1.6       harris41 2153: <link>
                   2154: <linkto>etc/mime.types</linkto>
                   2155: <target dist='default'>etc/httpd/conf/mime.types</target>
                   2156: <categoryname>symbolic link</categoryname>
                   2157: <description>symbolic link to /etc/mime.types</description>
                   2158: </link>
                   2159: <link>
                   2160: <linkto>home/httpd/html/res</linkto>
                   2161: <target dist='default'>home/httpd/html/raw</target>
                   2162: <categoryname>symbolic link</categoryname>
                   2163: <description>symbolic link to /home/httpd/html/res</description>
                   2164: </link>
1.4       harris41 2165: <file>
1.6       harris41 2166: <source>loncom/html/adm/notfound.html</source>
                   2167: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   2168: <categoryname>interface file</categoryname>
                   2169: <description>
                   2170: static html page that is shown when an attempt is made to access a document
                   2171: not present on the web server
                   2172: </description>
1.4       harris41 2173: </file>
                   2174: <file>
1.6       harris41 2175: <source>loncom/html/adm/unauthorized.html</source>
                   2176: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   2177: <categoryname>interface file</categoryname>
                   2178: <description>
1.27      harris41 2179: static html page that is shown when an attempt is made to access a document
                   2180: which is restricted based on file or server configurations
1.32      harris41 2181: </description>
                   2182: </file>
                   2183: <file>
                   2184: <source>loncom/html/adm/help/searchcat.html</source>
                   2185: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
                   2186: <categoryname>interface file</categoryname>
                   2187: <description>
                   2188: Help page for the search engine.
1.6       harris41 2189: </description>
1.4       harris41 2190: </file>
                   2191: <file>
1.6       harris41 2192: <source>rat/client/rat.html</source>
                   2193: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   2194: <categoryname>interface file</categoryname>
                   2195: <description>
                   2196: frameset
                   2197: </description>
1.4       harris41 2198: </file>
                   2199: <file>
1.6       harris41 2200: <source>rat/client/parameter.html</source>
                   2201: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   2202: <categoryname>interface file</categoryname>
                   2203: <description>
                   2204: Parameter input window.
                   2205: </description>
1.4       harris41 2206: </file>
                   2207: <file>
1.6       harris41 2208: <source>rat/client/code.html</source>
                   2209: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
                   2210: <categoryname>interface file</categoryname>
                   2211: <description>
                   2212: javascript
                   2213: </description>
1.4       harris41 2214: </file>
                   2215: <file>
1.6       harris41 2216: <source>rat/client/map.html</source>
                   2217: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   2218: <categoryname>interface file</categoryname>
                   2219: <description>
                   2220: bumper
                   2221: </description>
1.4       harris41 2222: </file>
                   2223: <file>
1.6       harris41 2224: <source>rat/client/empty.html</source>
                   2225: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   2226: <categoryname>interface file</categoryname>
                   2227: <description>
                   2228: A blank page with very minimal HTML structural elements.
                   2229: </description>
1.4       harris41 2230: </file>
1.10      harris41 2231: <fileglob>
                   2232: <glob>*.gif</glob>
                   2233: <sourcedir>rat/images/</sourcedir>
                   2234: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   2235: <categoryname>graphic file</categoryname>
                   2236: <description>
                   2237: icons for providing a HTML-tabled view of a course map
                   2238: </description>
                   2239: <filenames>
1.37      harris41 2240: 1.1.dt.gif;
                   2241: 1.1.empty.gif;
                   2242: 1.1.ld.gif;
                   2243: 1.1.lr.gif;
                   2244: 1.1.rd.gif;
1.60      harris41 2245: 1.1.rl.gif;
1.37      harris41 2246: 1.1.td.gif;
                   2247: 1.1.tdrl.gif;
                   2248: 1.1.tl.gif;
                   2249: 1.1.tr.gif;
                   2250: 1.1.utd.gif;
                   2251: 1.2.ctd.gif;
                   2252: 1.2.dt.gif;
                   2253: 1.2.empty.gif;
                   2254: 1.2.ld.gif;
                   2255: 1.2.lr.gif;
                   2256: 1.2.lrd.gif;
                   2257: 1.2.lrtd.gif;
                   2258: 1.2.rd.gif;
                   2259: 1.2.rl.gif;
                   2260: 1.2.rld.gif;
                   2261: 1.2.rltd.gif;
                   2262: 1.2.rtd.gif;
                   2263: 1.2.rtdl.gif;
                   2264: 1.2.rtl.gif;
                   2265: 1.2.td.gif;
                   2266: 1.2.tdl.gif;
                   2267: 1.2.tdrl.gif;
                   2268: 1.2.tl.gif;
                   2269: 1.2.tr.gif;
                   2270: 1.2.utd.gif;
                   2271: 2.1.dt.gif;
                   2272: 2.1.empty.gif;
                   2273: 2.1.ld.gif;
                   2274: 2.1.lr.gif;
                   2275: 2.1.rd.gif;
                   2276: 2.1.rl.gif;
                   2277: 2.1.td.gif;
                   2278: 2.1.tdrl.gif;
                   2279: 2.1.tl.gif;
                   2280: 2.1.tr.gif;
                   2281: 2.2.dt.gif;
                   2282: 2.2.empty.gif;
                   2283: 2.2.ld.gif;
                   2284: 2.2.lr.gif;
                   2285: 2.2.lrd.gif;
                   2286: 2.2.lrt.gif;
                   2287: 2.2.rd.gif;
                   2288: 2.2.rl.gif;
                   2289: 2.2.rld.gif;
                   2290: 2.2.rlt.gif;
                   2291: 2.2.td.gif;
                   2292: 2.2.tdl.gif;
                   2293: 2.2.tdr.gif;
                   2294: 2.2.tdrl.gif;
                   2295: 2.2.tl.gif;
                   2296: 2.2.tr.gif;
                   2297: 2.2.url.gif;
                   2298: 2.2.utd.gif;
                   2299: arrow.gif;
                   2300: bdt.gif;
                   2301: bempty.gif;
                   2302: bld.gif;
                   2303: blr.gif;
                   2304: blrd.gif;
                   2305: blrt.gif;
1.60      harris41 2306: bottom.gif;
1.37      harris41 2307: brd.gif;
                   2308: brl.gif;
                   2309: brld.gif;
                   2310: brlt.gif;
                   2311: btd.gif;
                   2312: btdl.gif;
                   2313: btdr.gif;
                   2314: btdrl.gif;
                   2315: btl.gif;
                   2316: btr.gif;
                   2317: burl.gif;
                   2318: butd.gif;
                   2319: condition.gif;
                   2320: edit.gif;
                   2321: finish.gif;
                   2322: info.gif;
                   2323: inscol.gif;
                   2324: inscond.gif;
                   2325: insres.gif;
                   2326: insrow.gif;
                   2327: left.gif;
                   2328: middle.gif;
                   2329: resource.gif;
                   2330: right.gif;
                   2331: sctd.gif;
                   2332: sdt.gif;
                   2333: sempty.gif;
                   2334: sld.gif;
                   2335: slr.gif;
                   2336: slrd.gif;
                   2337: slrtd.gif;
                   2338: srd.gif;
                   2339: srl.gif;
                   2340: srld.gif;
                   2341: srltd.gif;
                   2342: srtd.gif;
                   2343: srtdl.gif;
                   2344: srtl.gif;
                   2345: start.gif;
                   2346: std.gif;
                   2347: stdl.gif;
1.10      harris41 2348: sutd.gif
                   2349: </filenames>
                   2350: </fileglob>
                   2351: <fileglob>
1.60      harris41 2352: <glob>*.*</glob>
1.10      harris41 2353: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   2354: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   2355: <categoryname>graphic file</categoryname>
                   2356: <description>
                   2357: icons to indicate an unexpected result
                   2358: </description>
                   2359: <filenames>
1.37      harris41 2360: lonconstruct.gif;
                   2361: lonlogo_broken.gif;
                   2362: lonlogo_broken_tsp.gif;
                   2363: lonlogo_broken.eps;
                   2364: lonlogo_broken.jpg;
1.10      harris41 2365: lonlogo_broken.mov
                   2366: </filenames>
                   2367: </fileglob>
                   2368: <fileglob>
1.60      harris41 2369: <glob>*.*</glob>
1.10      harris41 2370: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   2371: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   2372: <categoryname>graphic file</categoryname>
                   2373: <description>
                   2374: logos
                   2375: </description>
                   2376: <filenames>
1.68      harris41 2377: SMETE_white.gif;
1.60      harris41 2378: arrow_up.gif;
1.37      harris41 2379: cab.gif;
                   2380: cab_big.gif;
1.62      harris41 2381: capapanel.gif;
1.37      harris41 2382: class.gif;
                   2383: class_big.gif;
                   2384: dvi.gif;
                   2385: dvi_big.gif;
                   2386: eps.gif;
                   2387: eps_big.gif;
                   2388: exam.gif;
                   2389: exam_big.gif;
                   2390: folder_closed.gif;
                   2391: folder_opened.gif;
                   2392: folder_pointer_closed.gif;
                   2393: folder_pointer_opened.gif;
                   2394: form.gif;
                   2395: form_big.gif;
                   2396: gif.gif;
                   2397: gif_big.gif;
                   2398: htm.gif;
                   2399: html.gif;
                   2400: html_big.gif;
1.52      harris41 2401: jar.gif;
                   2402: jar_big.gif;
1.37      harris41 2403: jpg.gif;
                   2404: jpg_big.gif;
1.62      harris41 2405: latex.gif;
1.37      harris41 2406: liteani.gif;
1.62      harris41 2407: lolpanel.gif;
1.37      harris41 2408: lonanim.gif;
                   2409: lonanimend.gif;
                   2410: lonhelplogos.gif;
1.60      harris41 2411: lonhelptop.gif;
1.37      harris41 2412: lonlogo.gif;
                   2413: lonlogos.gif;
                   2414: meta.gif;
                   2415: meta_big.gif;
                   2416: mov.gif;
                   2417: mov_big.gif;
                   2418: move_up.gif;
                   2419: move_down.gif;
                   2420: page.gif;
                   2421: page_big.gif;
                   2422: pdf.gif;
                   2423: pdf_big.gif;
1.54      harris41 2424: png.gif;
                   2425: png_big.gif;
1.37      harris41 2426: problem.gif;
                   2427: problem_big.gif;
                   2428: ps.gif;
                   2429: ps_big.gif;
                   2430: quill.gif;
                   2431: quiz.gif;
                   2432: quiz_big.gif;
                   2433: select.gif;
                   2434: sequence.gif;
                   2435: sequence_big.gif;
                   2436: server.gif;
                   2437: server_big.gif;
                   2438: srvbad.gif;
                   2439: srvempty.gif;
                   2440: srvgood.gif;
                   2441: srvhalf.gif;
                   2442: srvnull.gif;
                   2443: survey.gif;
                   2444: survey_big.gif;
                   2445: tex.gif;
                   2446: tex_big.gif;
                   2447: txt.gif;
                   2448: txt_big.gif;
1.57      harris41 2449: unknown.gif;
                   2450: unknown_big.gif;
1.37      harris41 2451: user.gif;
                   2452: user_big.gif;
                   2453: wav.gif;
                   2454: wav_big.gif;
                   2455: white_space_20_22.gif;
                   2456: whitespace1.gif;
                   2457: whitespace10.gif;
                   2458: whitespace2.gif;
                   2459: whitespace3.gif;
                   2460: whitespace4.gif;
                   2461: whitespace5.gif;
                   2462: whitespace6.gif;
                   2463: whitespace7.gif;
                   2464: whitespace8.gif;
                   2465: whitespace9.gif;
                   2466: xml.gif;
                   2467: xml_big.gif;
                   2468: zip.gif;
1.10      harris41 2469: zip_big.gif
                   2470: </filenames>
                   2471: </fileglob>
                   2472: <fileglob>
1.60      harris41 2473: <glob>*.*</glob>
1.10      harris41 2474: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   2475: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   2476: <categoryname>graphic file</categoryname>
                   2477: <description>
1.40      harris41 2478: Miscellaneous resources.  Respectively: button for catalog,
                   2479: button to set parameters in a page,
                   2480: button to do regrades, button to check on problem submissions,
1.10      harris41 2481: </description>
                   2482: <filenames>
1.80      harris41 2483: authorfeed.gif;
                   2484: bomb.gif;
1.40      harris41 2485: cat_button.gif;
1.80      harris41 2486: chat.gif;
                   2487: feedback.gif;
1.40      harris41 2488: pprm_button.gif;
                   2489: pgrd_button.gif;
                   2490: subm_button.gif
1.10      harris41 2491: </filenames>
                   2492: </fileglob>
                   2493: <file>
                   2494: <source>loncom/xml/tth.pm</source>
                   2495: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.42      harris41 2496: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.10      harris41 2497: <categoryname>system file</categoryname>
                   2498: <description>
                   2499: perl module for invoking functions specific to TeX-to-HTML conversion
                   2500: </description>
                   2501: <note>
                   2502: Has the same dependencies and build process as tth.so.
                   2503: Currently, only the tth.so file specifications invoke
1.49      harris41 2504: the build process however.  A static version is checked into loncom/xml
                   2505: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 2506: </note>
                   2507: <status>works/unverified</status>
                   2508: </file>
                   2509: <file>
                   2510: <source>modules/TexConvert/tthperl/tth.so</source>
                   2511: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.42      harris41 2512: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.10      harris41 2513: <categoryname>system file</categoryname>
                   2514: <description>
                   2515: shared library file for dynamic loading and unloading
                   2516: </description>
                   2517: <note>
                   2518: The source and file dependencies are not available to most
                   2519: CVS users.  (You can safely rely on the existing binaries
                   2520: present on your system... don't worry about warnings
                   2521: related to this file during the build process.)
                   2522: </note>
                   2523: <build trigger='run if dependencies change'>
                   2524: modules/TexConvert/tthperl/commands
                   2525: </build>
                   2526: <status>works/unverified</status>
                   2527: <dependencies>
1.39      harris41 2528: ../tthdynamic/tthfunc.c;
1.10      harris41 2529: ../tthdynamic/ttmfunc.c
                   2530: </dependencies>
                   2531: </file>
                   2532: <file>
                   2533: <source>loncom/homework/caparesponse/capa.pm</source>
                   2534: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.42      harris41 2535: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.10      harris41 2536: <categoryname>system file</categoryname>
                   2537: <description>
                   2538: perl module for invoking functions specific to CAPA
                   2539: </description>
1.49      harris41 2540: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 2541: <note>
                   2542: Has the same dependencies and build process as capa.so.
                   2543: Currently, only the capa.so file specifications invoke
                   2544: the build process however.
                   2545: </note>
                   2546: </file>
                   2547: <file>
                   2548: <source>loncom/homework/caparesponse/capa.bs</source>
                   2549: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.42      harris41 2550: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.10      harris41 2551: <categoryname>system file</categoryname>
                   2552: <description>
1.27      harris41 2553: bootstrap file associated with dynamic loading of this module on multiple
                   2554: architectures
1.10      harris41 2555: </description>
1.49      harris41 2556: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 2557: <note>
                   2558: Has the same dependencies and build process as capa.so.
                   2559: Currently, only the capa.so file specifications invoke
                   2560: the build process however.
                   2561: </note>
                   2562: </file>
                   2563: <file>
                   2564: <source>loncom/homework/caparesponse/capa.so</source>
                   2565: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.42      harris41 2566: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.10      harris41 2567: <categoryname>system file</categoryname>
                   2568: <description>
                   2569: shared library file for dynamic loading and unloading
                   2570: </description>
                   2571: <build trigger='always run'>
                   2572: loncom/homework/caparesponse/commands
                   2573: </build>
                   2574: <dependencies>
1.39      harris41 2575: caparesponse.c;
1.10      harris41 2576: caparesponse.pm
                   2577: </dependencies>
                   2578: </file>
                   2579: <fileglob>
                   2580: <glob>*.ent</glob>
                   2581: <sourcedir>loncom/MathML/</sourcedir>
                   2582: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   2583: <categoryname>system file</categoryname>
                   2584: <description>
1.27      harris41 2585: xml files which assign unicode numbers to mathematical symbols using
                   2586: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 2587: </description>
                   2588: <filenames>
1.37      harris41 2589: isoamsa.ent;
                   2590: isoamsb.ent;
                   2591: isoamsc.ent;
                   2592: isoamsn.ent;
                   2593: isoamso.ent;
                   2594: isoamsr.ent;
                   2595: isobox.ent;
                   2596: isocyr1.ent;
                   2597: isocyr2.ent;
                   2598: isodia.ent;
                   2599: isogrk1.ent;
                   2600: isogrk2.ent;
                   2601: isogrk3.ent;
                   2602: isogrk4.ent;
                   2603: isolat1.ent;
                   2604: isolat2.ent;
                   2605: isomfrk.ent;
                   2606: isomopf.ent;
                   2607: isomscr.ent;
                   2608: isonum.ent;
                   2609: isopub.ent;
                   2610: isotech.ent;
                   2611: mmlalias.ent;
1.10      harris41 2612: mmlextra.ent
                   2613: </filenames>
1.37      harris41 2614: </fileglob>
1.10      harris41 2615: <file>
                   2616: <source>loncom/MathML/mathml.css</source>
                   2617: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   2618: <categoryname>system file</categoryname>
                   2619: <description>
                   2620: cascading style sheet
                   2621: </description>
                   2622: </file>
                   2623: <file>
                   2624: <source>loncom/MathML/mathml.dtd</source>
                   2625: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   2626: <categoryname>system file</categoryname>
                   2627: <description>
                   2628: document type definition
                   2629: </description>
                   2630: </file>
1.4       harris41 2631: <file>
1.10      harris41 2632: <source>loncom/auth/londes.js</source>
                   2633: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   2634: <categoryname>interface file</categoryname>
1.6       harris41 2635: <description>
1.27      harris41 2636: Encryption Routines according to Data Encryption Standard DES, written in
                   2637: javascript.
1.6       harris41 2638: </description>
1.4       harris41 2639: </file>
                   2640: <file>
1.10      harris41 2641: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 2642: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   2643: </target>
1.10      harris41 2644: <categoryname>handler</categoryname>
1.6       harris41 2645: <description>
1.11      harris41 2646: Intended for providing perl functions for the <script></script> environment
                   2647: in a problem that was converted from lectureonline.
1.6       harris41 2648: </description>
1.4       harris41 2649: </file>
                   2650: <file>
1.10      harris41 2651: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 2652: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   2653: </target>
1.10      harris41 2654: <categoryname>handler</categoryname>
1.6       harris41 2655: <description>
1.14      harris41 2656: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 2657: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 2658: </description>
1.4       harris41 2659: </file>
                   2660: <file>
1.10      harris41 2661: <source>loncom/homework/capa.units</source>
                   2662: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   2663: <categoryname>static conf</categoryname>
1.6       harris41 2664: <description>
1.10      harris41 2665: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 2666: </description>
1.4       harris41 2667: </file>
1.10      harris41 2668: <fileglob>
                   2669: <glob>*.gif</glob>
                   2670: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   2671: <targetdir>home/httpd/html/res/adm/pages/</targetdir>
                   2672: <categoryname>graphic file</categoryname>
                   2673: <description>icons used for the entire LON-CAPA user interface</description>
                   2674: <filenames>
1.37      harris41 2675: a.gif;
                   2676: anot.gif;
                   2677: b.gif;
                   2678: back.gif;
                   2679: bkm.gif;
                   2680: brws.gif;
                   2681: c.gif;
1.60      harris41 2682: catalog.gif;
1.37      harris41 2683: ccrs.gif;
                   2684: chat.gif;
                   2685: chrt.gif;
                   2686: com.gif;
                   2687: courses.gif;
                   2688: cprv.gif;
                   2689: cstr.gif;
                   2690: d.gif;
                   2691: dempty.gif;
                   2692: e.gif;
                   2693: egrd.gif;
                   2694: empty.gif;
                   2695: enrl.gif;
                   2696: eval.gif;
                   2697: f.gif;
                   2698: fdbk.gif;
                   2699: feedback.gif;
                   2700: forw.gif;
                   2701: g.gif;
                   2702: grds.gif;
                   2703: group.gif;
                   2704: h.gif;
                   2705: help.gif;
                   2706: hyphen.gif;
                   2707: i.gif;
                   2708: info.gif;
                   2709: j.gif;
                   2710: k.gif;
                   2711: l.gif;
                   2712: ledblink.gif;
                   2713: ledgreen.gif;
                   2714: ledoff.gif;
                   2715: ledon.gif;
                   2716: ledsend.gif;
                   2717: logout.gif;
                   2718: m.gif;
                   2719: mrk.gif;
                   2720: n.gif;
                   2721: nav.gif;
                   2722: next.gif;
                   2723: o.gif;
                   2724: p.gif;
                   2725: parm.gif;
                   2726: pgrd.gif;
                   2727: pparm.gif;
                   2728: prev.gif;
                   2729: prt.gif;
                   2730: q.gif;
                   2731: qempty.gif;
                   2732: r.gif;
                   2733: reload.gif;
                   2734: remotebg.gif;
                   2735: res.gif;
                   2736: roles.gif;
                   2737: s.gif;
                   2738: sbkm.gif;
                   2739: space.gif;
                   2740: spacer.gif;
                   2741: sprs.gif;
                   2742: src.gif;
                   2743: stat.gif;
                   2744: subm.gif;
                   2745: t.gif;
                   2746: title.gif;
                   2747: u.gif;
                   2748: v.gif;
                   2749: vbkm.gif;
                   2750: w.gif;
                   2751: x.gif;
                   2752: y.gif;
1.10      harris41 2753: z.gif
                   2754: </filenames>
                   2755: </fileglob>
1.4       harris41 2756: <file>
1.10      harris41 2757: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   2758: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   2759: <categoryname>interface file</categoryname>
1.6       harris41 2760: <description>
1.10      harris41 2761: image maps for the LON-CAPA remote control
1.6       harris41 2762: </description>
1.4       harris41 2763: </file>
                   2764: <file>
1.10      harris41 2765: <source>loncom/html/res/adm/pages/index.html</source>
                   2766: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   2767: <categoryname>interface file</categoryname>
1.6       harris41 2768: <description>
1.10      harris41 2769: welcoming page to the LON-CAPA system upon login
1.6       harris41 2770: </description>
1.4       harris41 2771: </file>
                   2772: <file>
1.10      harris41 2773: <source>loncom/html/res/adm/pages/menu.html</source>
                   2774: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   2775: <categoryname>interface file</categoryname>
1.6       harris41 2776: <description>
1.10      harris41 2777: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 2778: </description>
1.4       harris41 2779: </file>
1.10      harris41 2780: <fileglob>
                   2781: <glob>*.gif</glob>
                   2782: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
                   2783: <targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir>
                   2784: <categoryname>graphic file</categoryname>
                   2785: <description>
                   2786: icons used for the bookmark portion of the LON-CAPA user interface
                   2787: </description>
                   2788: <filenames>
1.37      harris41 2789: a.gif;
                   2790: alert.black.gif;
                   2791: alert.red.gif;
                   2792: back.gif;
                   2793: ball.gray.gif;
                   2794: ball.red.gif;
                   2795: binary.gif;
                   2796: binhex.gif;
                   2797: blank.gif;
                   2798: bomb.gif;
                   2799: box1.gif;
                   2800: box2.gif;
                   2801: broken.gif;
                   2802: burst.gif;
                   2803: c.gif;
                   2804: comp.blue.gif;
                   2805: comp.gray.gif;
                   2806: compressed.gif;
                   2807: continued.gif;
                   2808: course.gif;
                   2809: dir.gif;
                   2810: down.gif;
                   2811: dvi.gif;
                   2812: f.gif;
                   2813: folder.gif;
                   2814: folder.open.gif;
                   2815: folder.sec.gif;
                   2816: folder_closed.gif;
                   2817: folder_closed_pressed.gif;
                   2818: folder_new.gif;
                   2819: folder_opened.gif;
                   2820: folder_opened_pressed.gif;
                   2821: folder_pointer_closed.gif;
                   2822: folder_pointer_opened.gif;
                   2823: folder_spacer.gif;
                   2824: folder_trash.gif;
                   2825: forward.gif;
                   2826: generic.gif;
                   2827: generic.red.gif;
                   2828: generic.sec.gif;
                   2829: hand.right.gif;
                   2830: hand.up.gif;
                   2831: html.gif;
                   2832: image1.gif;
                   2833: image2.gif;
                   2834: image3.gif;
                   2835: index.gif;
                   2836: layout.gif;
                   2837: left.gif;
                   2838: link.gif;
                   2839: mov.gif;
                   2840: movie1.gif;
                   2841: p.gif;
                   2842: patch.gif;
                   2843: pdf.gif;
                   2844: portal.gif;
                   2845: problem.gif;
                   2846: ps.gif;
                   2847: quill.gif;
                   2848: right.gif;
                   2849: screw1.gif;
                   2850: screw2.gif;
                   2851: script.gif;
                   2852: sound1.gif;
                   2853: sound2.gif;
                   2854: sphere1.gif;
                   2855: sphere2.gif;
                   2856: tar.gif;
                   2857: tex.gif;
                   2858: text.gif;
                   2859: transfer.gif;
                   2860: unknown.gif;
                   2861: up.gif;
                   2862: uu.gif;
                   2863: uuencoded.gif;
                   2864: white_space_20_22.gif;
                   2865: white_space_22_22.gif;
                   2866: whitespace1.gif;
                   2867: whitespace10.gif;
                   2868: whitespace2.gif;
                   2869: whitespace3.gif;
                   2870: whitespace4.gif;
                   2871: whitespace5.gif;
                   2872: whitespace6.gif;
                   2873: whitespace7.gif;
                   2874: whitespace8.gif;
                   2875: whitespace9.gif;
                   2876: world1.gif;
1.10      harris41 2877: world2.gif
                   2878: </filenames>
                   2879: </fileglob>
                   2880: <fileglob>
                   2881: <glob>*.gif</glob>
                   2882: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13      albertel 2883: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10      harris41 2884: <categoryname>graphic file</categoryname>
                   2885: <description>
                   2886: icons used for directory indexing and login screen
                   2887: </description>
                   2888: <filenames>
1.37      harris41 2889: folder_anim.gif;
                   2890: folder_close.gif;
                   2891: folder_drag.gif;
                   2892: folder_new.gif;
                   2893: folder_open.gif;
                   2894: folder_pointer_closed.gif;
                   2895: folder_pointer_opened.gif;
                   2896: folder_static.gif;
                   2897: folder_trash.gif;
                   2898: folder_trash_hover.gif;
                   2899: left_bar.gif;
                   2900: link.gif;
                   2901: link_anim.gif;
                   2902: link_drag.gif;
                   2903: ll_corner.gif;
                   2904: lower_bar.gif;
                   2905: lr_corner.gif;
                   2906: pix.gif;
                   2907: right_bar.gif;
                   2908: toolbar_bg.gif;
                   2909: ul_corner.gif;
                   2910: upper_bar.gif;
1.10      harris41 2911: ur_corner.gif
                   2912: </filenames>
                   2913: </fileglob>
                   2914: <fileglob>
                   2915: <glob>*.html</glob>
                   2916: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13      albertel 2917: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10      harris41 2918: <categoryname>interface file</categoryname>
                   2919: <description>
                   2920: associated with the frameset scheme of displaying bookmarks
                   2921: </description>
                   2922: <filenames>
1.37      harris41 2923: bookmarkmenu_toolbar.html;
                   2924: blank.html;
1.10      harris41 2925: closechildren.html
                   2926: </filenames>
                   2927: </fileglob>
1.4       harris41 2928: <file>
1.10      harris41 2929: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 2930: <target dist='default'>
                   2931: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 2932: <categoryname>interface file</categoryname>
1.6       harris41 2933: <description>
1.10      harris41 2934: javascript for handling client-side interactions with bookmark interface
1.6       harris41 2935: </description>
1.4       harris41 2936: </file>
                   2937: <file>
1.10      harris41 2938: <source>loncom/build/loncapaverifypackages</source>
                   2939: <target dist='default'>usr/sbin/loncapaverifypackages</target>
                   2940: <categoryname>script</categoryname>
1.6       harris41 2941: <description>
1.10      harris41 2942: checks the system RPMs against what install.lon-capa.org specifies
1.6       harris41 2943: </description>
1.10      harris41 2944: <status>deprecated</status>
1.4       harris41 2945: </file>
                   2946: <file>
1.10      harris41 2947: <source>loncom/build/loncaparestoreconfigurations</source>
                   2948: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
                   2949: <categoryname>script</categoryname>
1.6       harris41 2950: <description>
1.10      harris41 2951: restores .rpmsave files after a LON-CAPA-base upgrade
1.6       harris41 2952: </description>
1.10      harris41 2953: <status>deprecated</status>
1.4       harris41 2954: </file>
                   2955: <file>
1.10      harris41 2956: <source>loncom/build/loncapaautoupgrade</source>
                   2957: <target dist='default'>usr/sbin/loncapaautoupgrade</target>
                   2958: <categoryname>script</categoryname>
1.6       harris41 2959: <description>
1.27      harris41 2960: does all the things to coordinate updating of LON-CAPA base files.  Should be
                   2961: used with caution so that you do not lose work
1.6       harris41 2962: </description>
1.10      harris41 2963: <status>deprecated</status>
1.4       harris41 2964: </file>
                   2965: <file>
1.10      harris41 2966: <source>loncom/build/loncapaverify</source>
                   2967: <target dist='default'>usr/sbin/loncapaverify</target>
                   2968: <categoryname>script</categoryname>
1.6       harris41 2969: <description>
1.27      harris41 2970: makes verification report using loncapaverifypackages and
                   2971: loncapaverifybasepackage
1.6       harris41 2972: </description>
1.10      harris41 2973: <status>deprecated</status>
1.4       harris41 2974: </file>
                   2975: <file>
1.10      harris41 2976: <source>loncom/cron/loncapa</source>
                   2977: <target dist='default'>etc/cron.d/loncapa</target>
                   2978: <categoryname>static conf</categoryname>
                   2979: <description>
                   2980: file that specifies periodic processes to run for the LON-CAPA machine
                   2981: </description>
                   2982: </file>
                   2983: <file>
                   2984: <source>loncom/ntp/step-tickers</source>
                   2985: <target dist='default'>etc/ntp/step-tickers</target>
                   2986: <categoryname>conf</categoryname>
                   2987: <description>
                   2988: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   2989: </description>
                   2990: <note>
                   2991: <table cellpadding='0' cellspacing='0' border='1'>
                   2992: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   2993: </table>
                   2994: </note>
1.48      harris41 2995: </file>
                   2996: <file>
                   2997: <source>loncom/pam.d/pwauth</source>
                   2998: <target dist='default'>etc/pam.d/pwauth</target>
                   2999: <categoryname>static conf</categoryname>
                   3000: <description>
                   3001: file that allows setuid password privileges for pwauth executable
                   3002: </description>
                   3003: </file>
                   3004: <file>
                   3005: <source>loncom/pam.d/pwchange</source>
                   3006: <target dist='default'>etc/pam.d/pwchange</target>
                   3007: <categoryname>static conf</categoryname>
                   3008: <description>
                   3009: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   3010: </description>
1.10      harris41 3011: </file>
                   3012: <file>
                   3013: <source>loncom/init.d/loncontrol</source>
                   3014: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
                   3015: <categoryname>root script</categoryname>
                   3016: <description>
                   3017: Controls the launching/halting of lonc, lond, and lonsql processes.
                   3018: </description>
                   3019: </file>
                   3020: <link>
                   3021: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
                   3022: <target dist='default'>
1.37      harris41 3023: etc/rc.d/rc0.d/K05loncontrol;
                   3024: etc/rc.d/rc1.d/K05loncontrol;
                   3025: etc/rc.d/rc2.d/K05loncontrol;
                   3026: etc/rc.d/rc3.d/S95loncontrol;
                   3027: etc/rc.d/rc4.d/S95loncontrol;
                   3028: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 3029: etc/rc.d/rc6.d/K05loncontrol
                   3030: </target>
                   3031: <categoryname>symbolic link</categoryname>
1.27      harris41 3032: <description>
                   3033: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 3034: </link>
                   3035: <file>
                   3036: <source>loncom/atalk/config</source>
                   3037: <target dist='default'>etc/atalk/config</target>
                   3038: <categoryname>conf</categoryname>
1.6       harris41 3039: <description>
1.27      harris41 3040: configuration file to make LON-CAPA server file space accessible to
                   3041: Appleshares access (Macintosh)
1.6       harris41 3042: </description>
1.4       harris41 3043: </file>
1.14      harris41 3044: </files>
1.1       harris41 3045: </lpml>

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