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

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

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