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

1.81      harris41    1: <!-- loncapafiles.lpml -->
1.14      harris41    2: <!-- Scott Harrison -->
1.67      harris41    3: 
1.109   ! harris41    4: <!-- $Id: loncapafiles.lpml,v 1.108 2002/03/03 21:23:38 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'>
                    910: loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && echo 'manifying lonc'
                    911: </build>
                    912: <status>works/unverified</status>
                    913: <dependencies>
                    914: ../../loncom/lonc
                    915: </dependencies>
                    916: </file>
                    917: <file>
                    918: <source>doc/scripts/lonc.html</source>
                    919: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83      harris41  920: <categoryname>doc</categoryname>
1.103     harris41  921: <description>POD-derived page for lonc</description>
1.77      harris41  922: <build trigger='always run'>
                    923: loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc'
                    924: </build>
                    925: <status>works/unverified</status>
                    926: <dependencies>
                    927: ../../loncom/lonc
                    928: </dependencies>
                    929: </file>
                    930: <file>
1.5       harris41  931: <source>loncom/lond</source>
                    932: <target dist='default'>home/httpd/perl/lond</target>
                    933: <categoryname>script</categoryname>
                    934: <description>
                    935: This is a remote command interpreter on a TCP LON-CAPA network layer.
                    936: It accepts and processes incoming requests from other LON-CAPA machines
                    937: on the network.  lond's functionality is self-contained in the sense
                    938: that it does not reference (import, require, use) any other file
                    939: described in this document.  There are only 15 subroutines in this
                    940: script, however the <TT>make_new_child</TT> subroutine is quite
                    941: complex since it parses and responds about 29 different types of 
                    942: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
                    943: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
                    944: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
                    945: tmpput, tmpget, and ls).
                    946: </description>
1.4       harris41  947: </file>
                    948: <file>
1.77      harris41  949: <source>doc/man/lond.1</source>
                    950: <target dist='default'>usr/man/man1/lond.1</target>
1.83      harris41  951: <categoryname>doc</categoryname>
1.77      harris41  952: <description>man page for lond</description>
                    953: <build trigger='always run'>
                    954: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && echo 'manifying lond'
                    955: </build>
                    956: <status>works/unverified</status>
                    957: <dependencies>
                    958: ../../loncom/lond
                    959: </dependencies>
                    960: </file>
                    961: <file>
                    962: <source>doc/scripts/lond.html</source>
                    963: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83      harris41  964: <categoryname>doc</categoryname>
1.103     harris41  965: <description>POD-derived page for lond</description>
1.77      harris41  966: <build trigger='always run'>
                    967: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond'
                    968: </build>
                    969: <status>works/unverified</status>
                    970: <dependencies>
                    971: ../../loncom/lond
                    972: </dependencies>
                    973: </file>
                    974: <file>
1.35      harris41  975: <source>loncom/cgi/loncron.pl</source>
                    976: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
                    977: <categoryname>script</categoryname>
                    978: <description>CGI script that starts and pipes output of loncron</description>
                    979: </file>
                    980: <file>
1.5       harris41  981: <source>loncom/loncron</source>
                    982: <target dist='default'>home/httpd/perl/loncron</target>
                    983: <categoryname>script</categoryname>
                    984: <description>housekeeping</description>
1.4       harris41  985: </file>
                    986: <file>
1.5       harris41  987: <source>loncom/lonsql</source>
                    988: <target dist='default'>home/httpd/perl/lonsql</target>
                    989: <categoryname>script</categoryname>
                    990: <description>maintain secondary database of metadata</description>
1.4       harris41  991: </file>
                    992: <file>
1.77      harris41  993: <source>doc/man/lonsql.1</source>
                    994: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83      harris41  995: <categoryname>doc</categoryname>
1.77      harris41  996: <description>man page for lonsql</description>
                    997: <build trigger='always run'>
                    998: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && echo 'manifying lonsql'
                    999: </build>
                   1000: <status>works/unverified</status>
                   1001: <dependencies>
                   1002: ../../loncom/lonsql
                   1003: </dependencies>
                   1004: </file>
                   1005: <file>
                   1006: <source>doc/scripts/lonsql.html</source>
                   1007: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83      harris41 1008: <categoryname>doc</categoryname>
1.103     harris41 1009: <description>POD-derived page for lonsql</description>
1.77      harris41 1010: <build trigger='always run'>
                   1011: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql'
                   1012: </build>
                   1013: <status>works/unverified</status>
                   1014: <dependencies>
                   1015: ../../loncom/lonsql
                   1016: </dependencies>
                   1017: </file>
                   1018: <file>
1.5       harris41 1019: <source>loncom/lcpasswd</source>
                   1020: <target dist='default'>home/httpd/perl/lcpasswd</target>
                   1021: <categoryname>setuid script</categoryname>
                   1022: <description>
1.48      harris41 1023: Coordinates the system services and files in order to allow lond to change
                   1024: user passwords.
1.5       harris41 1025: </description>
1.48      harris41 1026: <status>being updated</status>
                   1027: </file>
                   1028: <file>
                   1029: <source>loncom/pwchange</source>
                   1030: <target dist='default'>home/httpd/perl/pwchange</target>
                   1031: <categoryname>setuid script</categoryname>
                   1032: <description>
                   1033: Allows www to change user passwords.
                   1034: </description>
                   1035: <status>being updated</status>
1.4       harris41 1036: </file>
                   1037: <file>
1.5       harris41 1038: <source>loncom/lcuseradd</source>
                   1039: <target dist='default'>home/httpd/perl/lcuseradd</target>
                   1040: <categoryname>setuid script</categoryname>
                   1041: <description>
1.48      harris41 1042: Coordinates the system services and files in order to allow lond to add a
                   1043: new user.
1.5       harris41 1044: </description>
1.48      harris41 1045: <status>being updated</status>
1.4       harris41 1046: </file>
                   1047: <file>
1.5       harris41 1048: <source>loncom/lcuserdel</source>
                   1049: <target dist='default'>home/httpd/perl/lcuserdel</target>
                   1050: <categoryname>setuid script</categoryname>
                   1051: <description>
1.48      harris41 1052: Coordinates the system services and files in order to allow lond to delete a
                   1053: user.
1.5       harris41 1054: </description>
1.10      harris41 1055: <status>deprecated</status>
1.4       harris41 1056: </file>
                   1057: <file>
1.5       harris41 1058: <source>loncom/lcnfson</source>
                   1059: <target dist='default'>home/httpd/perl/lcnfson</target>
                   1060: <categoryname>setuid script</categoryname>
                   1061: <description>
                   1062: coordinates the system services and files in order to allow lond to enable NFS
                   1063: for a user
                   1064: </description>
1.10      harris41 1065: <status>deprecated</status>
1.4       harris41 1066: </file>
                   1067: <file>
1.5       harris41 1068: <source>loncom/lcnfsoff</source>
                   1069: <target dist='default'>home/httpd/perl/lcnfsoff</target>
                   1070: <categoryname>setuid script</categoryname>
                   1071: <description>
                   1072: coordinates the system services and files in order to allow lond to disable NFS
                   1073: for a user
                   1074: </description>
1.10      harris41 1075: <status>deprecated</status>
1.53      harris41 1076: </file>
                   1077: <file>
                   1078: <source>loncom/license/gpl.txt</source>
                   1079: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
                   1080: <categoryname>interface file</categoryname>
                   1081: <description>
                   1082: GNU General Public License.  Long live the cause of freeware!
                   1083: </description>
1.4       harris41 1084: </file>
                   1085: <file>
1.62      harris41 1086: <source>loncom/license/about.html</source>
                   1087: <target dist='default'>home/httpd/html/adm/about.html</target>
                   1088: <categoryname>interface file</categoryname>
                   1089: <description>
                   1090: The "About" Page.
                   1091: </description>
                   1092: </file>
                   1093: <file>
1.5       harris41 1094: <source>loncom/publisher/publisher.html</source>
                   1095: <target dist='default'>home/httpd/html/adm/publisher.html</target>
                   1096: <categoryname>interface file</categoryname>
                   1097: <description>
                   1098: HTML frame that presents a form element to allow for the publishing of
                   1099: resources, directories and underlying subdirectories.
                   1100: </description>
1.4       harris41 1101: </file>
                   1102: <file>
1.10      harris41 1103: <source>loncom/html/adm/noidea.html</source>
                   1104: <target dist='default'>home/httpd/html/adm/noidea.html</target>
                   1105: <categoryname>interface file</categoryname>
                   1106: <description>
                   1107: Interface file for responding to improper page flipping.
                   1108: </description>
                   1109: </file>
                   1110: <file>
1.28      harris41 1111: <source>loncom/xml/physnet.sty</source>
                   1112: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
                   1113: <categoryname>static conf</categoryname>
                   1114: <description>
                   1115: The relevant conditions and metadata to attach to PhysNet-specific tags.
                   1116: </description>
                   1117: </file>
                   1118: <file>
1.5       harris41 1119: <source>loncom/homework/lectureonline.sty</source>
                   1120: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>
                   1121: <categoryname>static conf</categoryname>
                   1122: <description>
                   1123: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                   1124: </description>
1.4       harris41 1125: </file>
                   1126: <file>
1.5       harris41 1127: <source>loncom/misc/un_keyword.tab</source>
                   1128: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
                   1129: <categoryname>conf</categoryname>
                   1130: <description>
                   1131: File which contains words which should not be keywords used to specify resource
                   1132: content.
                   1133: </description>
1.4       harris41 1134: </file>
                   1135: <file>
1.22      harris41 1136: <source>loncom/publisher/packages.tab</source>
                   1137: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50      harris41 1138: <categoryname>static conf</categoryname>
1.22      harris41 1139: <description>
                   1140: Parameter packages, so that assessments can publish parameter packages
                   1141: needed, which are then expanded into individual parameters - allows to
                   1142: retroactively add new parameters to already published assessments.
                   1143: </description>
                   1144: </file>
                   1145: <file>
1.5       harris41 1146: <source>loncom/publisher/copyright.tab</source>
                   1147: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88      albertel 1148: <categoryname>static conf</categoryname>
1.5       harris41 1149: <description>
                   1150: Table which contains list of copyright possibilities for educational resources.
                   1151: </description>
1.4       harris41 1152: </file>
                   1153: <file>
1.5       harris41 1154: <source>loncom/publisher/language.tab</source>
                   1155: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                   1156: <categoryname>static conf</categoryname>
                   1157: <description>
                   1158: Table which contains string abbreviations of language::font rendering
                   1159: combinations.
                   1160: </description>
1.4       harris41 1161: </file>
                   1162: <file>
1.5       harris41 1163: <source>loncom/publisher/addid.tab</source>
                   1164: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                   1165: <categoryname>static conf</categoryname>
                   1166: <description>
                   1167: Table which has hash data necessary for distinguishing IDs from indices.
                   1168: </description>
1.4       harris41 1169: </file>
                   1170: <file>
1.38      harris41 1171: <source>rat/lonwrapper.pm</source>
1.19      harris41 1172: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                   1173: <categoryname>handler</categoryname>
                   1174: <description>
                   1175: Wrapper for external and binary files as standalone resources.
                   1176: Edit handler for rat maps; TeX content handler.
                   1177: </description>
                   1178: <status>works/unverified</status>
                   1179: </file>
                   1180: <file>
1.15      harris41 1181: <source>loncom/publisher/loncfile.pm</source>
                   1182: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                   1183: <categoryname>handler</categoryname>
                   1184: <description>
                   1185: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                   1186: construction space menu.
                   1187: </description>
                   1188: <status>works/unverified</status>
                   1189: </file>
                   1190: <file>
1.7       harris41 1191: <source>loncom/interface/lonstatistics.pm</source>
                   1192: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   1193: <categoryname>handler</categoryname>
                   1194: <description>
                   1195: Handler to show statistics on solving LON-CAPA problems.
                   1196: </description>
                   1197: <status>works/unverified</status>
                   1198: </file>
                   1199: <file>
1.5       harris41 1200: <source>loncom/publisher/londiff.pm</source>
                   1201: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   1202: <categoryname>handler</categoryname>
                   1203: <description>
                   1204: Handler to show difference between two files.
                   1205: </description>
                   1206: <status>works/unverified</status>
1.4       harris41 1207: </file>
                   1208: <file>
1.5       harris41 1209: <source>loncom/publisher/lonupload.pm</source>
                   1210: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   1211: <categoryname>handler</categoryname>
                   1212: <description>
                   1213: Handler to upload files through browser into construction space.
                   1214: </description>
                   1215: <status>works/unverified</status>
1.4       harris41 1216: </file>
                   1217: <file>
1.76      harris41 1218: <source>doc/man/Apache__lonupload.3</source>
                   1219: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83      harris41 1220: <categoryname>doc</categoryname>
1.76      harris41 1221: <description>man page for lonupload.pm</description>
                   1222: <build trigger='always run'>
1.77      harris41 1223: loncom/build/pod2man.sh ../publisher/lonupload.pm > ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76      harris41 1224: </build>
                   1225: <status>works/unverified</status>
                   1226: <dependencies>
                   1227: ../../loncom/publisher/lonupload.pm
                   1228: </dependencies>
                   1229: </file>
                   1230: <file>
                   1231: <source>doc/api/Apache/lonupload.html</source>
                   1232: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonupload.html</target>
1.83      harris41 1233: <categoryname>doc</categoryname>
1.76      harris41 1234: <description>POD-derived page for lonupload.pm</description>
                   1235: <build trigger='always run'>
1.77      harris41 1236: loncom/build/pod2html.sh ../publisher/lonupload.pm > ../../doc/api/Apache/lonupload.html && echo 'pod2html lonupload.pm'
1.76      harris41 1237: </build>
                   1238: <status>works/unverified</status>
                   1239: <dependencies>
                   1240: ../../loncom/publisher/lonupload.pm
                   1241: </dependencies>
                   1242: </file>
                   1243: <file>
1.5       harris41 1244: <source>loncom/homework/essayresponse.pm</source>
                   1245: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   1246: <categoryname>handler</categoryname>
                   1247: <description>
                   1248: Handler to evaluate essay (ungraded) style responses.
1.92      albertel 1249: </description>
                   1250: <status>works/unverified</status>
                   1251: </file>
                   1252: <file>
                   1253: <source>loncom/homework/externalresponse.pm</source>
                   1254: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
                   1255: <categoryname>handler</categoryname>
                   1256: <description>
                   1257: Handler to evaluate externally graded responses.
                   1258: </description>
                   1259: <status>works/unverified</status>
                   1260: </file>
                   1261: <file>
                   1262: <source>loncom/homework/loncapagrade.pm</source>
                   1263: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
                   1264: <categoryname>handler</categoryname>
                   1265: <description>
                   1266: Handler to evaluate externally graded responses.
1.5       harris41 1267: </description>
                   1268: <status>works/unverified</status>
1.4       harris41 1269: </file>
                   1270: <file>
1.5       harris41 1271: <source>loncom/publisher/lonpubdir.pm</source>
                   1272: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   1273: <categoryname>handler</categoryname>
                   1274: <description>
                   1275: Handler to publish directories.
                   1276: </description>
1.4       harris41 1277: </file>
                   1278: <file>
1.76      harris41 1279: <source>doc/man/Apache__lonpubdir.3</source>
                   1280: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83      harris41 1281: <categoryname>doc</categoryname>
1.76      harris41 1282: <description>man page for lonpubdir.pm</description>
                   1283: <build trigger='always run'>
1.77      harris41 1284: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76      harris41 1285: </build>
                   1286: <status>works/unverified</status>
                   1287: <dependencies>
                   1288: ../../loncom/lonnet/perl/lonnet.pm
                   1289: </dependencies>
                   1290: </file>
                   1291: <file>
                   1292: <source>doc/api/Apache/lonpubdir.html</source>
                   1293: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpubdir.html</target>
1.83      harris41 1294: <categoryname>doc</categoryname>
1.76      harris41 1295: <description>POD-derived page for lonpubdir.pm</description>
                   1296: <build trigger='always run'>
1.77      harris41 1297: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > ../../doc/api/Apache/lonpubdir.html && echo 'pod2html lonpubdir.pm'
1.76      harris41 1298: </build>
                   1299: <status>works/unverified</status>
                   1300: <dependencies>
                   1301: ../../loncom/publisher/lonpubdir.pm
                   1302: </dependencies>
                   1303: </file>
                   1304: <file>
1.5       harris41 1305: <source>loncom/publisher/lonretrieve.pm</source>
                   1306: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   1307: <categoryname>handler</categoryname>
                   1308: <description>
                   1309: Handler to retrieve old versions from resource space.
                   1310: </description>
                   1311: <status>works/unverified</status>
1.4       harris41 1312: </file>
                   1313: <file>
1.76      harris41 1314: <source>doc/man/Apache__lonretrieve.3</source>
                   1315: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83      harris41 1316: <categoryname>doc</categoryname>
1.76      harris41 1317: <description>man page for lonretrieve.pm</description>
                   1318: <build trigger='always run'>
1.77      harris41 1319: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76      harris41 1320: </build>
                   1321: <status>works/unverified</status>
                   1322: <dependencies>
                   1323: ../../loncom/publisher/lonretrieve.pm
                   1324: </dependencies>
                   1325: </file>
                   1326: <file>
                   1327: <source>doc/api/Apache/lonretrieve.html</source>
                   1328: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonretrieve.html</target>
1.83      harris41 1329: <categoryname>doc</categoryname>
1.76      harris41 1330: <description>POD-derived page for lonretrieve.pm</description>
                   1331: <build trigger='always run'>
1.77      harris41 1332: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > ../../doc/api/Apache/lonretrieve.html && echo 'pod2html lonretrieve.pm'
1.76      harris41 1333: </build>
                   1334: <status>works/unverified</status>
                   1335: <dependencies>
                   1336: ../../loncom/publisher/lonretrieve.pm
                   1337: </dependencies>
                   1338: </file>
                   1339: <file>
1.5       harris41 1340: <source>loncom/homework/edit.pm</source>
                   1341: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   1342: <categoryname>handler</categoryname>
                   1343: <description>
                   1344: Helper functions when in homework edit mode.
                   1345: </description>
1.4       harris41 1346: </file>
                   1347: <file>
1.86      harris41 1348: <source>doc/man/Apache__edit.3</source>
                   1349: <target dist='default'>usr/man/man3/Apache::edit.3</target>
                   1350: <categoryname>doc</categoryname>
                   1351: <description>man page for edit.pm</description>
                   1352: <build trigger='always run'>
                   1353: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && echo 'manifying edit.pm'
                   1354: </build>
                   1355: <status>works/unverified</status>
                   1356: <dependencies>
                   1357: ../../loncom/homework/edit.pm
                   1358: </dependencies>
                   1359: </file>
                   1360: <file>
                   1361: <source>doc/api/Apache/edit.html</source>
                   1362: <target dist='default'>home/httpd/html/adm/help/api/Apache/edit.html</target>
                   1363: <categoryname>doc</categoryname>
                   1364: <description>POD-derived page for edit.pm</description>
                   1365: <build trigger='always run'>
                   1366: loncom/build/pod2html.sh ../homework/edit.pm > ../../doc/api/Apache/edit.html && echo 'pod2html edit.pm'
                   1367: </build>
                   1368: <status>works/unverified</status>
                   1369: <dependencies>
                   1370: ../../loncom/homework/edit.pm
                   1371: </dependencies>
                   1372: </file>
                   1373: <file>
1.5       harris41 1374: <source>loncom/interface/lonmeta.pm</source>
                   1375: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   1376: <categoryname>handler</categoryname>
                   1377: <description>Metadata display handler.</description>
                   1378: <status>works/unverified</status>
1.4       harris41 1379: </file>
                   1380: <file>
1.5       harris41 1381: <source>rat/lonambiguous.pm</source>
                   1382: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   1383: <categoryname>handler</categoryname>
                   1384: <description>
                   1385: Handler to resolve ambiguous file locations.
                   1386: </description>
                   1387: <status>works/unverified</status>
1.4       harris41 1388: </file>
                   1389: <file>
1.5       harris41 1390: <source>rat/lonratparms.pm</source>
                   1391: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   1392: <categoryname>handler</categoryname>
                   1393: <description>
                   1394: Handler to set resource parameters inside of the RAT based on metadata.
                   1395: </description>
                   1396: <status>works/unverified</status>
1.4       harris41 1397: </file>
                   1398: <file>
1.5       harris41 1399: <source>rat/lonsequence.pm</source>
                   1400: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   1401: <categoryname>handler</categoryname>
                   1402: <description>
                   1403: Handler for showing sequence objects of educational resources.
                   1404: </description>
                   1405: <status>works/unverified</status>
1.4       harris41 1406: </file>
                   1407: <file>
1.5       harris41 1408: <source>loncom/interface/loncreatecourse.pm</source>
                   1409: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   1410: <categoryname>handler</categoryname>
                   1411: <description>
1.72      harris41 1412: Allows domain coordinators to create new courses and assign course
                   1413: coordinators.
1.5       harris41 1414: </description>
1.10      harris41 1415: <status>works/unverified</status>
1.4       harris41 1416: </file>
                   1417: <file>
1.5       harris41 1418: <source>loncom/interface/loncreateuser.pm</source>
                   1419: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   1420: <categoryname>handler</categoryname>
                   1421: <description>
1.72      harris41 1422: Allows users to within their own privileges create/edit users and give
                   1423: them roles. 
1.5       harris41 1424: </description>
                   1425: <status>works/unverified</status>
1.4       harris41 1426: </file>
                   1427: <file>
1.5       harris41 1428: <source>loncom/interface/lonchart.pm</source>
                   1429: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
                   1430: <categoryname>handler</categoryname>
                   1431: <description>
                   1432: Produces simple LectureOnline-like student assessment performance chart
                   1433: </description>
1.4       harris41 1434: </file>
                   1435: <file>
1.5       harris41 1436: <source>loncom/interface/loncommon.pm</source>
                   1437: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   1438: <categoryname>handler</categoryname>
                   1439: <description>
                   1440: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 1441: user, domain, home_server, course_id.
1.5       harris41 1442: </description>
                   1443: <status>works/unverified</status>
1.4       harris41 1444: </file>
                   1445: <file>
1.76      harris41 1446: <source>doc/man/Apache__loncommon.3</source>
                   1447: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83      harris41 1448: <categoryname>doc</categoryname>
1.76      harris41 1449: <description>man page for loncommon.pm</description>
                   1450: <build trigger='always run'>
1.77      harris41 1451: loncom/build/pod2man.sh ../interface/loncommon.pm > ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76      harris41 1452: </build>
                   1453: <status>works/unverified</status>
                   1454: <dependencies>
                   1455: ../../loncom/interface/loncommon.pm
                   1456: </dependencies>
                   1457: </file>
                   1458: <file>
                   1459: <source>doc/api/Apache/loncommon.html</source>
                   1460: <target dist='default'>home/httpd/html/adm/help/api/Apache/loncommon.html</target>
1.83      harris41 1461: <categoryname>doc</categoryname>
1.76      harris41 1462: <description>POD-derived page for loncommon.pm</description>
                   1463: <build trigger='always run'>
1.77      harris41 1464: loncom/build/pod2html.sh ../interface/loncommon.pm > ../../doc/api/Apache/loncommon.html && echo 'pod2html loncommon.pm'
1.76      harris41 1465: </build>
                   1466: <status>works/unverified</status>
                   1467: <dependencies>
                   1468: ../../loncom/interface/loncommon.pm
                   1469: </dependencies>
                   1470: </file>
                   1471: <file>
1.5       harris41 1472: <source>loncom/homework/grades.pm</source>
                   1473: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   1474: <categoryname>handler</categoryname>
                   1475: <description>Handles the viewing of grades.</description>
1.4       harris41 1476: </file>
                   1477: <file>
1.5       harris41 1478: <source>loncom/homework/imageresponse.pm</source>
                   1479: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   1480: <categoryname>handler</categoryname>
                   1481: <description>
                   1482: Coordinates the response to clicking an image.
                   1483: </description>
                   1484: <status>works/unverified</status>
1.4       harris41 1485: </file>
                   1486: <file>
1.5       harris41 1487: <source>loncom/homework/optionresponse.pm</source>
                   1488: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   1489: <categoryname>handler</categoryname>
1.27      harris41 1490: <description>
                   1491: Handles tags associated with showing a list of options.</description>
1.4       harris41 1492: </file>
                   1493: <file>
1.5       harris41 1494: <source>loncom/homework/outputtags.pm</source>
                   1495: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   1496: <categoryname>handler</categoryname>
                   1497: <description>
                   1498: Handles tags associated with output.  Seems to relate to due dates of the
                   1499: assignment.
                   1500: </description>
1.10      harris41 1501: <status>works/unverified</status>
1.4       harris41 1502: </file>
                   1503: <file>
1.6       harris41 1504: <source>loncom/interface/lontest.pm</source>
                   1505: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   1506: <categoryname>handler</categoryname>
                   1507: <description>
                   1508: Used for debugging and testing the LON-CAPA system.
                   1509: </description>
1.10      harris41 1510: <status>works/unverified</status>
1.6       harris41 1511: </file>
                   1512: <file>
                   1513: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 1514: <target dist='default'>
                   1515: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 1516: <categoryname>handler</categoryname>
                   1517: <description>
                   1518: Handles multiple-choice style responses.
                   1519: </description>
1.10      harris41 1520: <status>works/unverified</status>
1.6       harris41 1521: </file>
                   1522: <file>
                   1523: <source>loncom/interface/lonassignments.pm</source>
                   1524: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
                   1525: <categoryname>handler</categoryname>
                   1526: <description>
                   1527: Handles processing of assignments.
                   1528: </description>
1.10      harris41 1529: <status>works/unverified</status>
1.6       harris41 1530: </file>
                   1531: <file>
                   1532: <source>loncom/interface/loncommunicate.pm</source>
                   1533: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   1534: <categoryname>handler</categoryname>
1.72      harris41 1535: <description>
                   1536: Will be the access handler to email sending, as well as the planned
                   1537: chatrooms, etc.
                   1538: </description>
1.10      harris41 1539: <status>works/unverified</status>
1.6       harris41 1540: </file>
                   1541: <file>
                   1542: <source>loncom/interface/lonerrorhandler.pm</source>
                   1543: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   1544: <categoryname>handler</categoryname>
                   1545: <description>
                   1546: Handles errors.
                   1547: </description>
1.10      harris41 1548: <status>works/unverified</status>
1.6       harris41 1549: </file>
                   1550: <file>
                   1551: <source>loncom/interface/lonevaluate.pm</source>
                   1552: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   1553: <categoryname>handler</categoryname>
                   1554: <description>
                   1555: Handles evaluation.
                   1556: </description>
1.10      harris41 1557: <status>works/unverified</status>
1.6       harris41 1558: </file>
                   1559: <file>
                   1560: <source>loncom/interface/lonfeedback.pm</source>
                   1561: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   1562: <categoryname>handler</categoryname>
                   1563: <description>
                   1564: Handles feedback from students to instructors and system administrators.
1.72      harris41 1565: Provides a screenshot of the current
                   1566: resource, as well as previous attempts if the resource was a homework.
                   1567: Used by lonmsg.pm.
1.6       harris41 1568: </description>
1.10      harris41 1569: <status>works/unverified</status>
1.4       harris41 1570: </file>
                   1571: <file>
1.6       harris41 1572: <source>loncom/interface/lonnavmaps.pm</source>
                   1573: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   1574: <categoryname>handler</categoryname>
                   1575: <description>
                   1576: Handles navigational maps.
                   1577: </description>
1.10      harris41 1578: <status>works/unverified</status>
1.4       harris41 1579: </file>
                   1580: <file>
1.6       harris41 1581: <source>loncom/interface/lonpreferences.pm</source>
                   1582: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   1583: <categoryname>handler</categoryname>
                   1584: <description>
                   1585: Handles user preferences associated with customizing the online LON-CAPA
                   1586: educational environment.
                   1587: </description>
1.10      harris41 1588: <status>works/unverified</status>
1.6       harris41 1589: </file>
                   1590: <file>
                   1591: <source>loncom/interface/lonprintout.pm</source>
                   1592: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   1593: <categoryname>handler</categoryname>
                   1594: <description>
                   1595: Handles the production of printable files and resources.
                   1596: </description>
1.10      harris41 1597: <status>works/unverified</status>
1.6       harris41 1598: </file>
                   1599: <file>
                   1600: <source>loncom/interface/lonsearchcat.pm</source>
                   1601: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   1602: <categoryname>handler</categoryname>
                   1603: <description>
                   1604: Handles a searchable catalogue.
                   1605: </description>
1.10      harris41 1606: <status>works/unverified</status>
1.4       harris41 1607: </file>
                   1608: <file>
1.76      harris41 1609: <source>doc/man/Apache__lonsearchcat.3</source>
                   1610: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83      harris41 1611: <categoryname>doc</categoryname>
1.76      harris41 1612: <description>man page for lonsearchcat.pm</description>
                   1613: <build trigger='always run'>
1.77      harris41 1614: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76      harris41 1615: </build>
                   1616: <status>works/unverified</status>
                   1617: <dependencies>
                   1618: ../../loncom/interface/lonsearchcat.pm
                   1619: </dependencies>
                   1620: </file>
                   1621: <file>
                   1622: <source>doc/api/Apache/lonsearchcat.html</source>
                   1623: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonsearchcat.html</target>
1.83      harris41 1624: <categoryname>doc</categoryname>
1.76      harris41 1625: <description>POD-derived page for lonsearchcat.pm</description>
                   1626: <build trigger='always run'>
1.77      harris41 1627: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > ../../doc/api/Apache/lonsearchcat.html && echo 'pod2html lonsearchcat.pm'
1.76      harris41 1628: </build>
                   1629: <status>works/unverified</status>
                   1630: <dependencies>
                   1631: ../../loncom/interface/lonsearchcat.pm
                   1632: </dependencies>
                   1633: </file>
                   1634: <file>
1.6       harris41 1635: <source>loncom/interface/londropadd.pm</source>
                   1636: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   1637: <categoryname>handler</categoryname>
                   1638: <description>
1.72      harris41 1639: Allows course coordinators to upload courselists in different formats, and
                   1640: automatically create users (if they do not exist already), assign them the
                   1641: role of student in a course, and add them to the classlist.
1.6       harris41 1642: </description>
1.10      harris41 1643: <status>works/unverified</status>
1.6       harris41 1644: </file>
                   1645: <file>
                   1646: <source>loncom/interface/lonmsg.pm</source>
                   1647: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   1648: <categoryname>handler</categoryname>
                   1649: <description>
1.72      harris41 1650: lonmsg.pm has several functions to send and receive internal messages.
                   1651: author_res_msg - send message to resource author.
                   1652: user_crit_msg - send a critical message to a user. A critical message
                   1653: will require acknowledgment by the recipient and the sender will be notified.
                   1654: user_crit_received - routine to trigger acknowledgment.
                   1655: statuschange - change the status of a message (read, replied, forwarded, etc).
                   1656: The handler also displays messages, has routines to reply, etc.
1.6       harris41 1657: </description>
1.10      harris41 1658: <status>works/unverified</status>
1.6       harris41 1659: </file>
                   1660: <file>
                   1661: <source>loncom/homework/hint.pm</source>
                   1662: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   1663: <categoryname>handler</categoryname>
                   1664: <description>
                   1665: This handler coordinates the delivery of hints to students working on LON-CAPA
                   1666: problems and assignments.
                   1667: </description>
1.10      harris41 1668: <status>works/unverified</status>
1.6       harris41 1669: </file>
                   1670: <file>
                   1671: <source>loncom/interface/lonspreadsheet.pm</source>
                   1672: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   1673: <categoryname>handler</categoryname>
                   1674: <description>
1.72      harris41 1675: Spreadsheets are completely web-based.
                   1676: They exist on the level of a whole course, a student, and individual
                   1677: assessments.
1.6       harris41 1678: </description>
1.10      harris41 1679: <status>works/unverified</status>
1.6       harris41 1680: </file>
                   1681: <file>
                   1682: <source>loncom/interface/lonparmset.pm</source>
                   1683: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   1684: <categoryname>handler</categoryname>
                   1685: <description>
                   1686: Handler to resolve ambiguous file locations
                   1687: </description>
1.10      harris41 1688: <status>works/unverified</status>
1.6       harris41 1689: </file>
                   1690: <file>
1.76      harris41 1691: <source>doc/man/Apache__lonparmset.3</source>
                   1692: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83      harris41 1693: <categoryname>doc</categoryname>
1.76      harris41 1694: <description>man page for lonparmset.pm</description>
                   1695: <build trigger='always run'>
1.77      harris41 1696: loncom/build/pod2man.sh ../interface/lonparmset.pm > ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76      harris41 1697: </build>
                   1698: <status>works/unverified</status>
                   1699: <dependencies>
                   1700: ../../loncom/interface/lonparmset.pm
                   1701: </dependencies>
                   1702: </file>
                   1703: <file>
                   1704: <source>doc/api/Apache/lonparmset.html</source>
                   1705: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonparmset.html</target>
1.83      harris41 1706: <categoryname>doc</categoryname>
1.76      harris41 1707: <description>POD-derived page for lonparmset.pm</description>
                   1708: <build trigger='always run'>
1.77      harris41 1709: loncom/build/pod2html.sh ../interface/lonparmset.pm > ../../doc/api/Apache/lonparmset.html && echo 'pod2html lonparmset.pm'
1.76      harris41 1710: </build>
                   1711: <status>works/unverified</status>
                   1712: <dependencies>
                   1713: ../../loncom/interface/lonparmset.pm
                   1714: </dependencies>
                   1715: </file>
                   1716: <file>
1.6       harris41 1717: <source>loncom/publisher/lonconstruct.pm</source>
                   1718: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   1719: <categoryname>handler</categoryname>
                   1720: <description>
                   1721: Page wrapper for handling construction space.
                   1722: </description>
1.10      harris41 1723: <status>works/unverified</status>
1.6       harris41 1724: </file>
                   1725: <file>
                   1726: <source>loncom/publisher/lonpublisher.pm</source>
                   1727: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   1728: <categoryname>handler</categoryname>
                   1729: <description>
                   1730: Publishes an LON-CAPA educational resource complete with metadata
                   1731: (authorship, language, copyright, creation date, etc).
                   1732: </description>
1.10      harris41 1733: <status>works/unverified</status>
1.6       harris41 1734: </file>
                   1735: <file>
1.76      harris41 1736: <source>doc/man/Apache__lonpublisher.3</source>
                   1737: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83      harris41 1738: <categoryname>doc</categoryname>
1.76      harris41 1739: <description>man page for lonpublisher.pm</description>
                   1740: <build trigger='always run'>
1.77      harris41 1741: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76      harris41 1742: </build>
                   1743: <status>works/unverified</status>
                   1744: <dependencies>
                   1745: ../../loncom/publisher/lonpublisher.pm
                   1746: </dependencies>
                   1747: </file>
                   1748: <file>
                   1749: <source>doc/api/Apache/lonpublisher.html</source>
                   1750: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpublisher.html</target>
1.83      harris41 1751: <categoryname>doc</categoryname>
1.76      harris41 1752: <description>POD-derived page for lonpublisher.pm</description>
                   1753: <build trigger='always run'>
1.77      harris41 1754: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > ../../doc/api/Apache/lonpublisher.html && echo 'pod2html lonpublisher.pm'
1.76      harris41 1755: </build>
                   1756: <status>works/unverified</status>
                   1757: <dependencies>
                   1758: ../../loncom/publisher/lonpublisher.pm
                   1759: </dependencies>
                   1760: </file>
                   1761: <file>
1.6       harris41 1762: <source>loncom/interface/lonmenu.pm</source>
                   1763: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   1764: <categoryname>handler</categoryname>
                   1765: <description>
                   1766: Has routines which control the remote control.
                   1767: </description>
1.10      harris41 1768: <status>works/unverified</status>
1.6       harris41 1769: </file>
                   1770: <file>
                   1771: <source>rat/lonpageflip.pm</source>
                   1772: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   1773: <categoryname>handler</categoryname>
                   1774: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 1775: <status>works/unverified</status>
1.6       harris41 1776: </file>
                   1777: <file>
                   1778: <source>rat/lonratedt.pm</source>
                   1779: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   1780: <categoryname>handler</categoryname>
                   1781: <description>
                   1782: Builds up frame set and loads in the right thing.
                   1783: </description>
1.10      harris41 1784: <status>works/unverified</status>
1.6       harris41 1785: </file>
                   1786: <file>
                   1787: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   1788: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   1789: <categoryname>handler</categoryname>
                   1790: <description>
                   1791: Homework remote control.
                   1792: </description>
1.10      harris41 1793: <status>works/unverified</status>
1.6       harris41 1794: </file>
                   1795: <file>
                   1796: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   1797: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   1798: <categoryname>handler</categoryname>
                   1799: <description>
1.10      harris41 1800: This will take annotations and then plug them into a page.
1.6       harris41 1801: </description>
1.10      harris41 1802: <status>works/unverified</status>
1.6       harris41 1803: </file>
                   1804: <file>
                   1805: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   1806: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   1807: <categoryname>handler</categoryname>
                   1808: <description>
                   1809: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 1810: interface.
1.6       harris41 1811: </description>
1.10      harris41 1812: <status>works/unverified</status>
1.6       harris41 1813: </file>
                   1814: <file>
                   1815: <source>rat/lonratsrv.pm</source>
                   1816: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   1817: <categoryname>handler</categoryname>
                   1818: <description>
1.27      harris41 1819: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   1820: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   1821: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 1822: </description>
1.10      harris41 1823: <status>works/unverified</status>
1.6       harris41 1824: </file>
                   1825: <file>
                   1826: <source>rat/lonpage.pm</source>
                   1827: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   1828: <categoryname>handler</categoryname>
                   1829: <description>
                   1830: bundles pages into one page
                   1831: </description>
1.10      harris41 1832: <status>works/unverified</status>
1.6       harris41 1833: </file>
                   1834: <file>
1.76      harris41 1835: <source>doc/man/Apache__lonpage.3</source>
                   1836: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83      harris41 1837: <categoryname>doc</categoryname>
1.76      harris41 1838: <description>man page for lonpage.pm</description>
                   1839: <build trigger='always run'>
1.77      harris41 1840: loncom/build/pod2man.sh ../../rat/lonpage.pm > ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76      harris41 1841: </build>
                   1842: <status>works/unverified</status>
                   1843: <dependencies>
                   1844: ../../rat/lonpage.pm
                   1845: </dependencies>
                   1846: </file>
                   1847: <file>
                   1848: <source>doc/api/Apache/lonpage.html</source>
                   1849: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpage.html</target>
1.83      harris41 1850: <categoryname>doc</categoryname>
1.76      harris41 1851: <description>POD-derived page for lonnet.pm</description>
                   1852: <build trigger='always run'>
1.77      harris41 1853: loncom/build/pod2html.sh ../../rat/lonpage.pm > ../../doc/api/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76      harris41 1854: </build>
                   1855: <status>works/unverified</status>
                   1856: <dependencies>
                   1857: ../../rat/lonpage.pm
                   1858: </dependencies>
                   1859: </file>
                   1860: <file>
1.6       harris41 1861: <source>rat/lonuserstate.pm</source>
                   1862: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   1863: <categoryname>handler</categoryname>
                   1864: <description>
                   1865: compile course into binary data structure (in loncom/rat)
                   1866: </description>
1.10      harris41 1867: <status>works/unverified</status>
1.6       harris41 1868: </file>
                   1869: <file>
1.76      harris41 1870: <source>doc/man/Apache__lonuserstate.3</source>
                   1871: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83      harris41 1872: <categoryname>doc</categoryname>
1.76      harris41 1873: <description>man page for lonnet.pm</description>
                   1874: <build trigger='always run'>
1.77      harris41 1875: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76      harris41 1876: </build>
                   1877: <status>works/unverified</status>
                   1878: <dependencies>
                   1879: ../../rat/lonuserstate.pm
                   1880: </dependencies>
                   1881: </file>
                   1882: <file>
                   1883: <source>doc/api/Apache/lonuserstate.html</source>
                   1884: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonuserstate.html</target>
1.83      harris41 1885: <categoryname>doc</categoryname>
1.76      harris41 1886: <description>POD-derived page for lonuserstate.pm</description>
                   1887: <build trigger='always run'>
1.77      harris41 1888: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > ../../doc/api/Apache/lonuserstate.html && echo 'pod2html lonuserstate.pm'
1.76      harris41 1889: </build>
                   1890: <status>works/unverified</status>
                   1891: <dependencies>
                   1892: ../../rat/lonuserstate.pm
                   1893: </dependencies>
                   1894: </file>
                   1895: <file>
1.6       harris41 1896: <source>loncom/xml/lontex.pm</source>
                   1897: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   1898: <categoryname>handler</categoryname>
                   1899: <description>
                   1900: Handler for tex files (somewhere in modules)
                   1901: </description>
1.10      harris41 1902: <status>works/unverified</status>
1.6       harris41 1903: </file>
                   1904: <file>
                   1905: <source>loncom/xml/lontexconvert.pm</source>
                   1906: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   1907: <categoryname>handler</categoryname>
                   1908: <description>
                   1909: Access to tth/ttm
                   1910: </description>
1.10      harris41 1911: <status>works/unverified</status>
1.6       harris41 1912: </file>
                   1913: <file>
                   1914: <source>loncom/xml/lonxml.pm</source>
                   1915: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   1916: <categoryname>handler</categoryname>
                   1917: <description>
                   1918: XML Parsing Module
1.78      harris41 1919: </description>
                   1920: <status>works/unverified</status>
                   1921: </file>
                   1922: <file>
                   1923: <source>loncom/xml/lonplot.pm</source>
                   1924: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   1925: <categoryname>handler</categoryname>
                   1926: <description>
                   1927: XML-based plotter of graphs
1.6       harris41 1928: </description>
1.10      harris41 1929: <status>works/unverified</status>
1.6       harris41 1930: </file>
                   1931: <file>
                   1932: <source>loncom/xml/style.pm</source>
                   1933: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   1934: <categoryname>handler</categoryname>
                   1935: <description>
                   1936: Style Parsing Module
                   1937: </description>
1.10      harris41 1938: <status>works/unverified</status>
1.6       harris41 1939: </file>
                   1940: <file>
                   1941: <source>loncom/xml/londefdef.pm</source>
                   1942: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   1943: <categoryname>handler</categoryname>
                   1944: <description>
                   1945: Tags Default Definition Module
                   1946: </description>
1.10      harris41 1947: <status>works/unverified</status>
1.4       harris41 1948: </file>
                   1949: <file>
1.6       harris41 1950: <source>loncom/xml/run.pm</source>
                   1951: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   1952: <categoryname>handler</categoryname>
                   1953: <description>
                   1954: used to prevent poorly written problems from causing lingering after effects
                   1955: </description>
1.10      harris41 1956: <status>works/unverified</status>
1.4       harris41 1957: </file>
                   1958: <file>
1.6       harris41 1959: <source>loncom/xml/scripttag.pm</source>
                   1960: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   1961: <categoryname>handler</categoryname>
                   1962: <description>
                   1963: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   1964: &lt;import&gt;
                   1965: </description>
1.10      harris41 1966: <status>works/unverified</status>
1.4       harris41 1967: </file>
                   1968: <file>
1.33      harris41 1969: <source>loncom/homework/randomlabel.pm</source>
                   1970: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   1971: <categoryname>handler</categoryname>
                   1972: <description>
                   1973: Interface for producing applet code which randomizes the labelling of an
                   1974: image.
                   1975: </description>
                   1976: </file>
                   1977: <file>
1.6       harris41 1978: <source>loncom/homework/lonhomework.pm</source>
                   1979: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   1980: <categoryname>handler</categoryname>
1.27      harris41 1981: <description>
                   1982: handles requests for output, evaluation, and alteration of a homework resource
                   1983: </description>
1.95      harris41 1984: <status>works/unverified</status>
1.4       harris41 1985: </file>
                   1986: <file>
1.6       harris41 1987: <source>loncom/homework/inputtags.pm</source>
                   1988: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   1989: <categoryname>handler</categoryname>
                   1990: <description>
                   1991: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   1992: </description>
1.10      harris41 1993: <status>works/unverified</status>
1.4       harris41 1994: </file>
                   1995: <file>
1.6       harris41 1996: <source>loncom/homework/structuretags.pm</source>
                   1997: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   1998: <categoryname>handler</categoryname>
                   1999: <description>
1.27      harris41 2000: produces HTML tags necessary for structuring the presentation of homework
                   2001: resources
1.6       harris41 2002: </description>
1.10      harris41 2003: <status>works/unverified</status>
1.4       harris41 2004: </file>
                   2005: <file>
1.6       harris41 2006: <source>loncom/homework/response.pm</source>
                   2007: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   2008: <categoryname>handler</categoryname>
                   2009: <description>
1.27      harris41 2010: defines different types of responses given to student as well as syntax for
                   2011: producing response values
1.6       harris41 2012: </description>
1.10      harris41 2013: <status>works/unverified</status>
1.4       harris41 2014: </file>
                   2015: <file>
1.6       harris41 2016: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   2017: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   2018: <categoryname>handler</categoryname>
                   2019: <description>
                   2020: handles request to the CAPA homework processing engine
                   2021: </description>
1.10      harris41 2022: <status>works/unverified</status>
1.4       harris41 2023: </file>
                   2024: <file>
1.30      harris41 2025: <source>loncom/auth/localauth.pm</source>
                   2026: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   2027: <categoryname>handler</categoryname>
                   2028: <description>
                   2029: Local authentication mechanism (meant to be customized).
                   2030: </description>
                   2031: <status>works/unverified</status>
                   2032: </file>
                   2033: <file>
1.6       harris41 2034: <source>loncom/auth/lonacc.pm</source>
                   2035: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   2036: <categoryname>handler</categoryname>
                   2037: <description>
                   2038: (This module, like loncacc.pm also authenticates with cookies.)  
                   2039: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   2040: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   2041: as coordinating access to educational resources.
                   2042: </description>
1.10      harris41 2043: <status>works/unverified</status>
1.4       harris41 2044: </file>
                   2045: <file>
1.76      harris41 2046: <source>doc/man/Apache__lonacc.3</source>
                   2047: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83      harris41 2048: <categoryname>doc</categoryname>
1.76      harris41 2049: <description>man page for lonacc.pm</description>
                   2050: <build trigger='always run'>
1.77      harris41 2051: loncom/build/pod2man.sh ../auth/lonacc.pm > ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76      harris41 2052: </build>
                   2053: <status>works/unverified</status>
                   2054: <dependencies>
                   2055: ../../loncom/auth/lonacc.pm
                   2056: </dependencies>
                   2057: </file>
                   2058: <file>
                   2059: <source>doc/api/Apache/lonacc.html</source>
                   2060: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonacc.html</target>
1.83      harris41 2061: <categoryname>doc</categoryname>
1.76      harris41 2062: <description>POD-derived page for lonacc.pm</description>
                   2063: <build trigger='always run'>
1.77      harris41 2064: loncom/build/pod2html.sh ../auth/lonacc.pm > ../../doc/api/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76      harris41 2065: </build>
                   2066: <status>works/unverified</status>
                   2067: <dependencies>
                   2068: ../../loncom/auth/lonacc.pm
                   2069: </dependencies>
                   2070: </file>
                   2071: <file>
1.6       harris41 2072: <source>loncom/auth/lonracc.pm</source>
                   2073: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   2074: <categoryname>handler</categoryname>
                   2075: <description>
                   2076: access handler for file transfers
                   2077: </description>
1.10      harris41 2078: <status>works/unverified</status>
1.87      harris41 2079: </file>
                   2080: <file>
                   2081: <source>doc/man/Apache__lonracc.3</source>
                   2082: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
                   2083: <categoryname>doc</categoryname>
                   2084: <description>man page for lonracc.pm</description>
                   2085: <build trigger='always run'>
                   2086: loncom/build/pod2man.sh ../auth/lonracc.pm > ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
                   2087: </build>
                   2088: <status>works/unverified</status>
                   2089: <dependencies>
                   2090: ../../loncom/auth/lonracc.pm
                   2091: </dependencies>
                   2092: </file>
                   2093: <file>
                   2094: <source>doc/api/Apache/lonracc.html</source>
                   2095: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonracc.html</target>
                   2096: <categoryname>doc</categoryname>
                   2097: <description>POD-derived page for lonracc.pm</description>
                   2098: <build trigger='always run'>
                   2099: loncom/build/pod2html.sh ../auth/lonracc.pm > ../../doc/api/Apache/lonracc.html && echo 'pod2html lonracc.pm'
                   2100: </build>
                   2101: <status>works/unverified</status>
                   2102: <dependencies>
                   2103: ../../loncom/auth/lonracc.pm
                   2104: </dependencies>
1.4       harris41 2105: </file>
                   2106: <file>
1.6       harris41 2107: <source>loncom/auth/loncacc.pm</source>
                   2108: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   2109: <categoryname>handler</categoryname>
                   2110: <description>
                   2111: This module provides access to an educational resource construction area.
                   2112: This module is invoked by the URL-related pattern syntax
                   2113: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   2114: Authentication of user identity
                   2115: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   2116: to "construction-space access").  If the cookie handle is invalid, then
                   2117: this module returns a forbidden status and makes appropriate log entries.
                   2118: If the cookie handle is valid, status is determined to be okay (and,
                   2119: for the "priv"-type access, the resource is delivered by the
                   2120: <tt>lonconstruct</tt> module).
                   2121: </description>
1.10      harris41 2122: <status>works/unverified</status>
1.4       harris41 2123: </file>
                   2124: <file>
1.86      harris41 2125: <source>doc/man/Apache__loncacc.3</source>
                   2126: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
                   2127: <categoryname>doc</categoryname>
                   2128: <description>man page for loncacc.pm</description>
                   2129: <build trigger='always run'>
                   2130: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 && echo 'manifying loncacc.pm'
                   2131: </build>
                   2132: <status>works/unverified</status>
                   2133: <dependencies>
                   2134: ../../loncom/auth/loncacc.pm
                   2135: </dependencies>
                   2136: </file>
                   2137: <file>
                   2138: <source>doc/api/Apache/loncacc.html</source>
                   2139: <target dist='default'>home/httpd/html/adm/help/api/Apache/loncacc.html</target>
                   2140: <categoryname>doc</categoryname>
                   2141: <description>POD-derived page for loncacc.pm</description>
                   2142: <build trigger='always run'>
                   2143: loncom/build/pod2html.sh ../auth/loncacc.pm > ../../doc/api/Apache/loncacc.html && echo 'pod2html loncacc.pm'
                   2144: </build>
                   2145: <status>works/unverified</status>
                   2146: <dependencies>
                   2147: ../../loncom/auth/loncacc.pm
                   2148: </dependencies>
                   2149: </file>
                   2150: <file>
1.6       harris41 2151: <source>loncom/auth/lonauth.pm</source>
                   2152: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   2153: <categoryname>handler</categoryname>
                   2154: <description>authenticate, set up session environment</description>
1.10      harris41 2155: <status>works/unverified</status>
1.4       harris41 2156: </file>
                   2157: <file>
1.6       harris41 2158: <source>loncom/auth/lonlogin.pm</source>
                   2159: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   2160: <categoryname>handler</categoryname>
                   2161: <description>login screen</description>
1.10      harris41 2162: <status>works/unverified</status>
1.4       harris41 2163: </file>
                   2164: <file>
1.6       harris41 2165: <source>loncom/auth/lonlogout.pm</source>
                   2166: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   2167: <categoryname>handler</categoryname>
                   2168: <description>logout</description>
1.10      harris41 2169: <status>works/unverified</status>
1.4       harris41 2170: </file>
                   2171: <file>
1.6       harris41 2172: <source>loncom/lonnet/perl/lonrep.pm</source>
                   2173: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   2174: <categoryname>handler</categoryname>
                   2175: <description>replication</description>
1.4       harris41 2176: </file>
                   2177: <file>
1.6       harris41 2178: <source>loncom/auth/lonroles.pm</source>
                   2179: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   2180: <categoryname>handler</categoryname>
                   2181: <description>
                   2182: This perl handling module reads in the available roles available
                   2183: for a LON-CAPA user (different courses, different privileges, etc)
                   2184: and produces a form-element HTML page which allows the user to select
                   2185: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   2186: a user may want to select between being a student in a thermodynamics
                   2187: physics course or a teaching assistant for an introductory calculus
                   2188: class.
                   2189: </description>
1.86      harris41 2190: </file>
                   2191: <file>
                   2192: <source>doc/man/Apache__lonroles.3</source>
                   2193: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
                   2194: <categoryname>doc</categoryname>
                   2195: <description>man page for lonroles.pm</description>
                   2196: <build trigger='always run'>
                   2197: loncom/build/pod2man.sh ../auth/lonroles.pm > ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
                   2198: </build>
                   2199: <status>works/unverified</status>
                   2200: <dependencies>
                   2201: ../../loncom/auth/lonroles.pm
                   2202: </dependencies>
                   2203: </file>
                   2204: <file>
                   2205: <source>doc/api/Apache/lonroles.html</source>
                   2206: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonroles.html</target>
                   2207: <categoryname>doc</categoryname>
                   2208: <description>POD-derived page for lonroles.pm</description>
                   2209: <build trigger='always run'>
                   2210: loncom/build/pod2html.sh ../auth/lonroles.pm > ../../doc/api/Apache/lonroles.html && echo 'pod2html lonroles.pm'
                   2211: </build>
                   2212: <status>works/unverified</status>
                   2213: <dependencies>
                   2214: ../../loncom/auth/lonroles.pm
                   2215: </dependencies>
1.4       harris41 2216: </file>
                   2217: <file>
1.6       harris41 2218: <source>loncom/interface/lonindexer.pm</source>
                   2219: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   2220: <categoryname>handler</categoryname>
                   2221: <description>
                   2222: cross server filesystem browser
                   2223: </description>
1.10      harris41 2224: <status>works/unverified</status>
1.76      harris41 2225: </file>
                   2226: <file>
                   2227: <source>doc/man/Apache__lonindexer.3</source>
                   2228: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83      harris41 2229: <categoryname>doc</categoryname>
1.76      harris41 2230: <description>man page for lonindexer.pm</description>
                   2231: <build trigger='always run'>
1.77      harris41 2232: loncom/build/pod2man.sh ../interface/lonindexer.pm > ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76      harris41 2233: </build>
                   2234: <status>works/unverified</status>
                   2235: <dependencies>
                   2236: ../../loncom/interface/lonindexer.pm
                   2237: </dependencies>
                   2238: </file>
                   2239: <file>
                   2240: <source>doc/api/Apache/lonindexer.html</source>
                   2241: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonindexer.html</target>
1.83      harris41 2242: <categoryname>doc</categoryname>
1.76      harris41 2243: <description>POD-derived page for lonindexer.pm</description>
                   2244: <build trigger='always run'>
1.77      harris41 2245: loncom/build/pod2html.sh ../interface/lonindexer.pm > ../../doc/api/Apache/lonindexer.html && echo 'pod2html lonindexer.pm'
1.76      harris41 2246: </build>
                   2247: <status>works/unverified</status>
                   2248: <dependencies>
                   2249: ../../loncom/interface/lonindexer.pm
                   2250: </dependencies>
1.4       harris41 2251: </file>
                   2252: <file>
1.24      harris41 2253: <source>loncom/interface/groupsort.pm</source>
                   2254: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   2255: <categoryname>handler</categoryname>
                   2256: <description>
                   2257: Implements a second phase of importing multiple resources into the RAT.
                   2258: Allows for reordering the sequence of resources.
                   2259: </description>
                   2260: <status>works/unverified</status>
                   2261: </file>
                   2262: <file>
1.6       harris41 2263: <source>loncom/lonnet/perl/lonnet.pm</source>
                   2264: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   2265: <categoryname>handler</categoryname>
                   2266: <description>
                   2267: This file is an interface to the lonc processes of the LON-CAPA network
                   2268: as well as set of elaborated functions for handling information necessary
                   2269: for navigating through a given cluster of LON-CAPA machines within a domain.
                   2270: There are over 40 specialized functions in this module which handle
                   2271: the reading and transmission of metadata, user information
                   2272: (ids, names, environments, roles, logs), file information (storage, reading,
                   2273: directories, extensions, replication, embedded styles and descriptors),
                   2274: educational resources (course descriptions, section names and numbers),
                   2275: url hashing (to assign roles on a url basis), and translating abbreviated
                   2276: symbols to and from more descriptive phrases or explanations.
                   2277: </description>
1.10      harris41 2278: <status>works/unverified</status>
1.73      harris41 2279: </file>
                   2280: <file>
                   2281: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 2282: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83      harris41 2283: <categoryname>doc</categoryname>
1.73      harris41 2284: <description>man page for lonnet.pm</description>
                   2285: <build trigger='always run'>
1.77      harris41 2286: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73      harris41 2287: </build>
                   2288: <status>works/unverified</status>
                   2289: <dependencies>
                   2290: ../../loncom/lonnet/perl/lonnet.pm
                   2291: </dependencies>
                   2292: </file>
                   2293: <file>
                   2294: <source>doc/api/Apache/lonnet.html</source>
1.74      harris41 2295: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonnet.html</target>
1.83      harris41 2296: <categoryname>doc</categoryname>
1.73      harris41 2297: <description>POD-derived page for lonnet.pm</description>
                   2298: <build trigger='always run'>
1.77      harris41 2299: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73      harris41 2300: </build>
                   2301: <status>works/unverified</status>
                   2302: <dependencies>
                   2303: ../../loncom/lonnet/perl/lonnet.pm
                   2304: </dependencies>
1.4       harris41 2305: </file>
                   2306: <file>
1.6       harris41 2307: <source>loncom/html/index.html</source>
                   2308: <target dist='default'>home/httpd/html/index.html</target>
                   2309: <categoryname>interface file</categoryname>
                   2310: <description>bumps to login</description>
1.4       harris41 2311: </file>
1.6       harris41 2312: <link>
                   2313: <linkto>etc/mime.types</linkto>
                   2314: <target dist='default'>etc/httpd/conf/mime.types</target>
                   2315: <categoryname>symbolic link</categoryname>
                   2316: <description>symbolic link to /etc/mime.types</description>
                   2317: </link>
                   2318: <link>
                   2319: <linkto>home/httpd/html/res</linkto>
                   2320: <target dist='default'>home/httpd/html/raw</target>
                   2321: <categoryname>symbolic link</categoryname>
                   2322: <description>symbolic link to /home/httpd/html/res</description>
                   2323: </link>
1.4       harris41 2324: <file>
1.6       harris41 2325: <source>loncom/html/adm/notfound.html</source>
                   2326: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   2327: <categoryname>interface file</categoryname>
                   2328: <description>
                   2329: static html page that is shown when an attempt is made to access a document
                   2330: not present on the web server
                   2331: </description>
1.4       harris41 2332: </file>
                   2333: <file>
1.6       harris41 2334: <source>loncom/html/adm/unauthorized.html</source>
                   2335: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   2336: <categoryname>interface file</categoryname>
                   2337: <description>
1.27      harris41 2338: static html page that is shown when an attempt is made to access a document
                   2339: which is restricted based on file or server configurations
1.32      harris41 2340: </description>
                   2341: </file>
                   2342: <file>
                   2343: <source>loncom/html/adm/help/searchcat.html</source>
1.109   ! harris41 2344: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32      harris41 2345: <categoryname>interface file</categoryname>
                   2346: <description>
                   2347: Help page for the search engine.
1.6       harris41 2348: </description>
1.4       harris41 2349: </file>
                   2350: <file>
1.6       harris41 2351: <source>rat/client/rat.html</source>
                   2352: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   2353: <categoryname>interface file</categoryname>
                   2354: <description>
                   2355: frameset
                   2356: </description>
1.4       harris41 2357: </file>
                   2358: <file>
1.6       harris41 2359: <source>rat/client/parameter.html</source>
                   2360: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   2361: <categoryname>interface file</categoryname>
                   2362: <description>
                   2363: Parameter input window.
                   2364: </description>
1.4       harris41 2365: </file>
                   2366: <file>
1.6       harris41 2367: <source>rat/client/code.html</source>
                   2368: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
                   2369: <categoryname>interface file</categoryname>
                   2370: <description>
                   2371: javascript
                   2372: </description>
1.4       harris41 2373: </file>
                   2374: <file>
1.6       harris41 2375: <source>rat/client/map.html</source>
                   2376: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   2377: <categoryname>interface file</categoryname>
                   2378: <description>
                   2379: bumper
                   2380: </description>
1.4       harris41 2381: </file>
                   2382: <file>
1.6       harris41 2383: <source>rat/client/empty.html</source>
                   2384: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   2385: <categoryname>interface file</categoryname>
                   2386: <description>
                   2387: A blank page with very minimal HTML structural elements.
                   2388: </description>
1.4       harris41 2389: </file>
1.10      harris41 2390: <fileglob>
                   2391: <glob>*.gif</glob>
                   2392: <sourcedir>rat/images/</sourcedir>
                   2393: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   2394: <categoryname>graphic file</categoryname>
                   2395: <description>
                   2396: icons for providing a HTML-tabled view of a course map
                   2397: </description>
                   2398: <filenames>
1.37      harris41 2399: 1.1.dt.gif;
                   2400: 1.1.empty.gif;
                   2401: 1.1.ld.gif;
                   2402: 1.1.lr.gif;
                   2403: 1.1.rd.gif;
1.60      harris41 2404: 1.1.rl.gif;
1.37      harris41 2405: 1.1.td.gif;
                   2406: 1.1.tdrl.gif;
                   2407: 1.1.tl.gif;
                   2408: 1.1.tr.gif;
                   2409: 1.1.utd.gif;
                   2410: 1.2.ctd.gif;
                   2411: 1.2.dt.gif;
                   2412: 1.2.empty.gif;
                   2413: 1.2.ld.gif;
                   2414: 1.2.lr.gif;
                   2415: 1.2.lrd.gif;
                   2416: 1.2.lrtd.gif;
                   2417: 1.2.rd.gif;
                   2418: 1.2.rl.gif;
                   2419: 1.2.rld.gif;
                   2420: 1.2.rltd.gif;
                   2421: 1.2.rtd.gif;
                   2422: 1.2.rtdl.gif;
                   2423: 1.2.rtl.gif;
                   2424: 1.2.td.gif;
                   2425: 1.2.tdl.gif;
                   2426: 1.2.tdrl.gif;
                   2427: 1.2.tl.gif;
                   2428: 1.2.tr.gif;
                   2429: 1.2.utd.gif;
                   2430: 2.1.dt.gif;
                   2431: 2.1.empty.gif;
                   2432: 2.1.ld.gif;
                   2433: 2.1.lr.gif;
                   2434: 2.1.rd.gif;
                   2435: 2.1.rl.gif;
                   2436: 2.1.td.gif;
                   2437: 2.1.tdrl.gif;
                   2438: 2.1.tl.gif;
                   2439: 2.1.tr.gif;
                   2440: 2.2.dt.gif;
                   2441: 2.2.empty.gif;
                   2442: 2.2.ld.gif;
                   2443: 2.2.lr.gif;
                   2444: 2.2.lrd.gif;
                   2445: 2.2.lrt.gif;
                   2446: 2.2.rd.gif;
                   2447: 2.2.rl.gif;
                   2448: 2.2.rld.gif;
                   2449: 2.2.rlt.gif;
                   2450: 2.2.td.gif;
                   2451: 2.2.tdl.gif;
                   2452: 2.2.tdr.gif;
                   2453: 2.2.tdrl.gif;
                   2454: 2.2.tl.gif;
                   2455: 2.2.tr.gif;
                   2456: 2.2.url.gif;
                   2457: 2.2.utd.gif;
                   2458: arrow.gif;
                   2459: bdt.gif;
                   2460: bempty.gif;
                   2461: bld.gif;
                   2462: blr.gif;
                   2463: blrd.gif;
                   2464: blrt.gif;
1.60      harris41 2465: bottom.gif;
1.37      harris41 2466: brd.gif;
                   2467: brl.gif;
                   2468: brld.gif;
                   2469: brlt.gif;
                   2470: btd.gif;
                   2471: btdl.gif;
                   2472: btdr.gif;
                   2473: btdrl.gif;
                   2474: btl.gif;
                   2475: btr.gif;
                   2476: burl.gif;
                   2477: butd.gif;
                   2478: condition.gif;
                   2479: edit.gif;
                   2480: finish.gif;
                   2481: info.gif;
                   2482: inscol.gif;
                   2483: inscond.gif;
                   2484: insres.gif;
                   2485: insrow.gif;
                   2486: left.gif;
                   2487: middle.gif;
                   2488: resource.gif;
                   2489: right.gif;
                   2490: sctd.gif;
                   2491: sdt.gif;
                   2492: sempty.gif;
                   2493: sld.gif;
                   2494: slr.gif;
                   2495: slrd.gif;
                   2496: slrtd.gif;
                   2497: srd.gif;
                   2498: srl.gif;
                   2499: srld.gif;
                   2500: srltd.gif;
                   2501: srtd.gif;
                   2502: srtdl.gif;
                   2503: srtl.gif;
                   2504: start.gif;
                   2505: std.gif;
                   2506: stdl.gif;
1.10      harris41 2507: sutd.gif
                   2508: </filenames>
                   2509: </fileglob>
                   2510: <fileglob>
1.60      harris41 2511: <glob>*.*</glob>
1.10      harris41 2512: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   2513: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   2514: <categoryname>graphic file</categoryname>
                   2515: <description>
                   2516: icons to indicate an unexpected result
                   2517: </description>
                   2518: <filenames>
1.37      harris41 2519: lonconstruct.gif;
                   2520: lonlogo_broken.gif;
                   2521: lonlogo_broken_tsp.gif;
                   2522: lonlogo_broken.eps;
                   2523: lonlogo_broken.jpg;
1.10      harris41 2524: lonlogo_broken.mov
                   2525: </filenames>
                   2526: </fileglob>
                   2527: <fileglob>
1.60      harris41 2528: <glob>*.*</glob>
1.10      harris41 2529: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   2530: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   2531: <categoryname>graphic file</categoryname>
                   2532: <description>
                   2533: logos
                   2534: </description>
                   2535: <filenames>
1.68      harris41 2536: SMETE_white.gif;
1.60      harris41 2537: arrow_up.gif;
1.37      harris41 2538: cab.gif;
                   2539: cab_big.gif;
1.62      harris41 2540: capapanel.gif;
1.37      harris41 2541: class.gif;
                   2542: class_big.gif;
                   2543: dvi.gif;
                   2544: dvi_big.gif;
                   2545: eps.gif;
                   2546: eps_big.gif;
                   2547: exam.gif;
                   2548: exam_big.gif;
                   2549: folder_closed.gif;
                   2550: folder_opened.gif;
                   2551: folder_pointer_closed.gif;
                   2552: folder_pointer_opened.gif;
                   2553: form.gif;
                   2554: form_big.gif;
                   2555: gif.gif;
                   2556: gif_big.gif;
                   2557: htm.gif;
                   2558: html.gif;
                   2559: html_big.gif;
1.52      harris41 2560: jar.gif;
                   2561: jar_big.gif;
1.37      harris41 2562: jpg.gif;
                   2563: jpg_big.gif;
1.62      harris41 2564: latex.gif;
1.37      harris41 2565: liteani.gif;
1.62      harris41 2566: lolpanel.gif;
1.37      harris41 2567: lonanim.gif;
                   2568: lonanimend.gif;
                   2569: lonhelplogos.gif;
1.60      harris41 2570: lonhelptop.gif;
1.37      harris41 2571: lonlogo.gif;
                   2572: lonlogos.gif;
                   2573: meta.gif;
                   2574: meta_big.gif;
                   2575: mov.gif;
                   2576: mov_big.gif;
                   2577: move_up.gif;
                   2578: move_down.gif;
                   2579: page.gif;
                   2580: page_big.gif;
                   2581: pdf.gif;
                   2582: pdf_big.gif;
1.54      harris41 2583: png.gif;
                   2584: png_big.gif;
1.37      harris41 2585: problem.gif;
                   2586: problem_big.gif;
                   2587: ps.gif;
                   2588: ps_big.gif;
                   2589: quill.gif;
                   2590: quiz.gif;
                   2591: quiz_big.gif;
                   2592: select.gif;
                   2593: sequence.gif;
                   2594: sequence_big.gif;
                   2595: server.gif;
                   2596: server_big.gif;
                   2597: srvbad.gif;
                   2598: srvempty.gif;
                   2599: srvgood.gif;
                   2600: srvhalf.gif;
                   2601: srvnull.gif;
                   2602: survey.gif;
                   2603: survey_big.gif;
                   2604: tex.gif;
                   2605: tex_big.gif;
                   2606: txt.gif;
                   2607: txt_big.gif;
1.57      harris41 2608: unknown.gif;
                   2609: unknown_big.gif;
1.37      harris41 2610: user.gif;
                   2611: user_big.gif;
                   2612: wav.gif;
                   2613: wav_big.gif;
                   2614: white_space_20_22.gif;
                   2615: whitespace1.gif;
                   2616: whitespace10.gif;
                   2617: whitespace2.gif;
                   2618: whitespace3.gif;
                   2619: whitespace4.gif;
                   2620: whitespace5.gif;
                   2621: whitespace6.gif;
                   2622: whitespace7.gif;
                   2623: whitespace8.gif;
                   2624: whitespace9.gif;
                   2625: xml.gif;
                   2626: xml_big.gif;
                   2627: zip.gif;
1.10      harris41 2628: zip_big.gif
                   2629: </filenames>
                   2630: </fileglob>
                   2631: <fileglob>
1.60      harris41 2632: <glob>*.*</glob>
1.10      harris41 2633: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   2634: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   2635: <categoryname>graphic file</categoryname>
                   2636: <description>
1.40      harris41 2637: Miscellaneous resources.  Respectively: button for catalog,
                   2638: button to set parameters in a page,
                   2639: button to do regrades, button to check on problem submissions,
1.10      harris41 2640: </description>
                   2641: <filenames>
1.80      harris41 2642: authorfeed.gif;
                   2643: bomb.gif;
1.40      harris41 2644: cat_button.gif;
1.80      harris41 2645: chat.gif;
                   2646: feedback.gif;
1.40      harris41 2647: pprm_button.gif;
                   2648: pgrd_button.gif;
                   2649: subm_button.gif
1.10      harris41 2650: </filenames>
                   2651: </fileglob>
                   2652: <file>
                   2653: <source>loncom/xml/tth.pm</source>
                   2654: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.42      harris41 2655: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.10      harris41 2656: <categoryname>system file</categoryname>
                   2657: <description>
                   2658: perl module for invoking functions specific to TeX-to-HTML conversion
                   2659: </description>
                   2660: <note>
                   2661: Has the same dependencies and build process as tth.so.
                   2662: Currently, only the tth.so file specifications invoke
1.49      harris41 2663: the build process however.  A static version is checked into loncom/xml
                   2664: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 2665: </note>
                   2666: <status>works/unverified</status>
                   2667: </file>
                   2668: <file>
                   2669: <source>modules/TexConvert/tthperl/tth.so</source>
                   2670: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.42      harris41 2671: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.10      harris41 2672: <categoryname>system file</categoryname>
                   2673: <description>
                   2674: shared library file for dynamic loading and unloading
                   2675: </description>
                   2676: <note>
                   2677: The source and file dependencies are not available to most
                   2678: CVS users.  (You can safely rely on the existing binaries
                   2679: present on your system... don't worry about warnings
                   2680: related to this file during the build process.)
                   2681: </note>
                   2682: <build trigger='run if dependencies change'>
                   2683: modules/TexConvert/tthperl/commands
                   2684: </build>
                   2685: <status>works/unverified</status>
                   2686: <dependencies>
1.39      harris41 2687: ../tthdynamic/tthfunc.c;
1.82      harris41 2688: ../ttmdynamic/ttmfunc.c
1.10      harris41 2689: </dependencies>
                   2690: </file>
                   2691: <file>
                   2692: <source>loncom/homework/caparesponse/capa.pm</source>
                   2693: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.42      harris41 2694: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.10      harris41 2695: <categoryname>system file</categoryname>
                   2696: <description>
                   2697: perl module for invoking functions specific to CAPA
                   2698: </description>
1.49      harris41 2699: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 2700: <note>
                   2701: Has the same dependencies and build process as capa.so.
                   2702: Currently, only the capa.so file specifications invoke
                   2703: the build process however.
                   2704: </note>
                   2705: </file>
                   2706: <file>
                   2707: <source>loncom/homework/caparesponse/capa.bs</source>
                   2708: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.42      harris41 2709: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.10      harris41 2710: <categoryname>system file</categoryname>
                   2711: <description>
1.27      harris41 2712: bootstrap file associated with dynamic loading of this module on multiple
                   2713: architectures
1.10      harris41 2714: </description>
1.49      harris41 2715: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 2716: <note>
                   2717: Has the same dependencies and build process as capa.so.
                   2718: Currently, only the capa.so file specifications invoke
                   2719: the build process however.
                   2720: </note>
                   2721: </file>
                   2722: <file>
                   2723: <source>loncom/homework/caparesponse/capa.so</source>
                   2724: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.42      harris41 2725: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.10      harris41 2726: <categoryname>system file</categoryname>
                   2727: <description>
                   2728: shared library file for dynamic loading and unloading
                   2729: </description>
                   2730: <build trigger='always run'>
                   2731: loncom/homework/caparesponse/commands
                   2732: </build>
                   2733: <dependencies>
1.39      harris41 2734: caparesponse.c;
1.10      harris41 2735: caparesponse.pm
                   2736: </dependencies>
                   2737: </file>
                   2738: <fileglob>
                   2739: <glob>*.ent</glob>
                   2740: <sourcedir>loncom/MathML/</sourcedir>
                   2741: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   2742: <categoryname>system file</categoryname>
                   2743: <description>
1.27      harris41 2744: xml files which assign unicode numbers to mathematical symbols using
                   2745: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 2746: </description>
                   2747: <filenames>
1.37      harris41 2748: isoamsa.ent;
                   2749: isoamsb.ent;
                   2750: isoamsc.ent;
                   2751: isoamsn.ent;
                   2752: isoamso.ent;
                   2753: isoamsr.ent;
                   2754: isobox.ent;
                   2755: isocyr1.ent;
                   2756: isocyr2.ent;
                   2757: isodia.ent;
                   2758: isogrk1.ent;
                   2759: isogrk2.ent;
                   2760: isogrk3.ent;
                   2761: isogrk4.ent;
                   2762: isolat1.ent;
                   2763: isolat2.ent;
                   2764: isomfrk.ent;
                   2765: isomopf.ent;
                   2766: isomscr.ent;
                   2767: isonum.ent;
                   2768: isopub.ent;
                   2769: isotech.ent;
                   2770: mmlalias.ent;
1.10      harris41 2771: mmlextra.ent
                   2772: </filenames>
1.37      harris41 2773: </fileglob>
1.10      harris41 2774: <file>
                   2775: <source>loncom/MathML/mathml.css</source>
                   2776: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   2777: <categoryname>system file</categoryname>
                   2778: <description>
                   2779: cascading style sheet
                   2780: </description>
                   2781: </file>
                   2782: <file>
                   2783: <source>loncom/MathML/mathml.dtd</source>
                   2784: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   2785: <categoryname>system file</categoryname>
                   2786: <description>
                   2787: document type definition
                   2788: </description>
                   2789: </file>
1.4       harris41 2790: <file>
1.10      harris41 2791: <source>loncom/auth/londes.js</source>
                   2792: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   2793: <categoryname>interface file</categoryname>
1.6       harris41 2794: <description>
1.27      harris41 2795: Encryption Routines according to Data Encryption Standard DES, written in
                   2796: javascript.
1.6       harris41 2797: </description>
1.4       harris41 2798: </file>
                   2799: <file>
1.10      harris41 2800: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 2801: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   2802: </target>
1.10      harris41 2803: <categoryname>handler</categoryname>
1.6       harris41 2804: <description>
1.11      harris41 2805: Intended for providing perl functions for the <script></script> environment
                   2806: in a problem that was converted from lectureonline.
1.6       harris41 2807: </description>
1.4       harris41 2808: </file>
                   2809: <file>
1.10      harris41 2810: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 2811: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   2812: </target>
1.10      harris41 2813: <categoryname>handler</categoryname>
1.6       harris41 2814: <description>
1.14      harris41 2815: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 2816: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 2817: </description>
1.4       harris41 2818: </file>
                   2819: <file>
1.10      harris41 2820: <source>loncom/homework/capa.units</source>
                   2821: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   2822: <categoryname>static conf</categoryname>
1.6       harris41 2823: <description>
1.10      harris41 2824: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 2825: </description>
1.4       harris41 2826: </file>
1.10      harris41 2827: <fileglob>
                   2828: <glob>*.gif</glob>
                   2829: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   2830: <targetdir>home/httpd/html/res/adm/pages/</targetdir>
                   2831: <categoryname>graphic file</categoryname>
                   2832: <description>icons used for the entire LON-CAPA user interface</description>
                   2833: <filenames>
1.37      harris41 2834: a.gif;
                   2835: anot.gif;
                   2836: b.gif;
                   2837: back.gif;
                   2838: bkm.gif;
                   2839: brws.gif;
                   2840: c.gif;
1.60      harris41 2841: catalog.gif;
1.37      harris41 2842: ccrs.gif;
                   2843: chat.gif;
                   2844: chrt.gif;
                   2845: com.gif;
                   2846: courses.gif;
                   2847: cprv.gif;
                   2848: cstr.gif;
                   2849: d.gif;
                   2850: dempty.gif;
                   2851: e.gif;
                   2852: egrd.gif;
                   2853: empty.gif;
                   2854: enrl.gif;
                   2855: eval.gif;
                   2856: f.gif;
                   2857: fdbk.gif;
                   2858: feedback.gif;
                   2859: forw.gif;
                   2860: g.gif;
                   2861: grds.gif;
                   2862: group.gif;
                   2863: h.gif;
                   2864: help.gif;
                   2865: hyphen.gif;
                   2866: i.gif;
                   2867: info.gif;
                   2868: j.gif;
                   2869: k.gif;
                   2870: l.gif;
                   2871: ledblink.gif;
                   2872: ledgreen.gif;
                   2873: ledoff.gif;
                   2874: ledon.gif;
                   2875: ledsend.gif;
                   2876: logout.gif;
                   2877: m.gif;
                   2878: mrk.gif;
                   2879: n.gif;
                   2880: nav.gif;
                   2881: next.gif;
                   2882: o.gif;
                   2883: p.gif;
                   2884: parm.gif;
                   2885: pgrd.gif;
                   2886: pparm.gif;
1.99      harris41 2887: pref.gif;
1.37      harris41 2888: prev.gif;
                   2889: prt.gif;
                   2890: q.gif;
                   2891: qempty.gif;
                   2892: r.gif;
                   2893: reload.gif;
                   2894: remotebg.gif;
                   2895: res.gif;
                   2896: roles.gif;
                   2897: s.gif;
                   2898: sbkm.gif;
                   2899: space.gif;
                   2900: spacer.gif;
                   2901: sprs.gif;
                   2902: src.gif;
                   2903: stat.gif;
                   2904: subm.gif;
                   2905: t.gif;
                   2906: title.gif;
                   2907: u.gif;
                   2908: v.gif;
                   2909: vbkm.gif;
                   2910: w.gif;
                   2911: x.gif;
                   2912: y.gif;
1.10      harris41 2913: z.gif
                   2914: </filenames>
                   2915: </fileglob>
1.4       harris41 2916: <file>
1.10      harris41 2917: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   2918: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   2919: <categoryname>interface file</categoryname>
1.6       harris41 2920: <description>
1.10      harris41 2921: image maps for the LON-CAPA remote control
1.6       harris41 2922: </description>
1.4       harris41 2923: </file>
                   2924: <file>
1.10      harris41 2925: <source>loncom/html/res/adm/pages/index.html</source>
                   2926: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   2927: <categoryname>interface file</categoryname>
1.6       harris41 2928: <description>
1.10      harris41 2929: welcoming page to the LON-CAPA system upon login
1.6       harris41 2930: </description>
1.4       harris41 2931: </file>
                   2932: <file>
1.10      harris41 2933: <source>loncom/html/res/adm/pages/menu.html</source>
                   2934: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   2935: <categoryname>interface file</categoryname>
1.6       harris41 2936: <description>
1.10      harris41 2937: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 2938: </description>
1.4       harris41 2939: </file>
1.10      harris41 2940: <fileglob>
                   2941: <glob>*.gif</glob>
                   2942: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
                   2943: <targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir>
                   2944: <categoryname>graphic file</categoryname>
                   2945: <description>
                   2946: icons used for the bookmark portion of the LON-CAPA user interface
                   2947: </description>
                   2948: <filenames>
1.37      harris41 2949: a.gif;
                   2950: alert.black.gif;
                   2951: alert.red.gif;
                   2952: back.gif;
                   2953: ball.gray.gif;
                   2954: ball.red.gif;
                   2955: binary.gif;
                   2956: binhex.gif;
                   2957: blank.gif;
                   2958: bomb.gif;
                   2959: box1.gif;
                   2960: box2.gif;
                   2961: broken.gif;
                   2962: burst.gif;
                   2963: c.gif;
                   2964: comp.blue.gif;
                   2965: comp.gray.gif;
                   2966: compressed.gif;
                   2967: continued.gif;
                   2968: course.gif;
                   2969: dir.gif;
                   2970: down.gif;
                   2971: dvi.gif;
                   2972: f.gif;
                   2973: folder.gif;
                   2974: folder.open.gif;
                   2975: folder.sec.gif;
                   2976: folder_closed.gif;
                   2977: folder_closed_pressed.gif;
                   2978: folder_new.gif;
                   2979: folder_opened.gif;
                   2980: folder_opened_pressed.gif;
                   2981: folder_pointer_closed.gif;
                   2982: folder_pointer_opened.gif;
                   2983: folder_spacer.gif;
                   2984: folder_trash.gif;
                   2985: forward.gif;
                   2986: generic.gif;
                   2987: generic.red.gif;
                   2988: generic.sec.gif;
                   2989: hand.right.gif;
                   2990: hand.up.gif;
                   2991: html.gif;
                   2992: image1.gif;
                   2993: image2.gif;
                   2994: image3.gif;
                   2995: index.gif;
                   2996: layout.gif;
                   2997: left.gif;
                   2998: link.gif;
                   2999: mov.gif;
                   3000: movie1.gif;
                   3001: p.gif;
                   3002: patch.gif;
                   3003: pdf.gif;
                   3004: portal.gif;
                   3005: problem.gif;
                   3006: ps.gif;
                   3007: quill.gif;
                   3008: right.gif;
                   3009: screw1.gif;
                   3010: screw2.gif;
                   3011: script.gif;
                   3012: sound1.gif;
                   3013: sound2.gif;
                   3014: sphere1.gif;
                   3015: sphere2.gif;
                   3016: tar.gif;
                   3017: tex.gif;
                   3018: text.gif;
                   3019: transfer.gif;
                   3020: unknown.gif;
                   3021: up.gif;
                   3022: uu.gif;
                   3023: uuencoded.gif;
                   3024: white_space_20_22.gif;
                   3025: white_space_22_22.gif;
                   3026: whitespace1.gif;
                   3027: whitespace10.gif;
                   3028: whitespace2.gif;
                   3029: whitespace3.gif;
                   3030: whitespace4.gif;
                   3031: whitespace5.gif;
                   3032: whitespace6.gif;
                   3033: whitespace7.gif;
                   3034: whitespace8.gif;
                   3035: whitespace9.gif;
                   3036: world1.gif;
1.10      harris41 3037: world2.gif
                   3038: </filenames>
                   3039: </fileglob>
                   3040: <fileglob>
                   3041: <glob>*.gif</glob>
                   3042: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13      albertel 3043: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10      harris41 3044: <categoryname>graphic file</categoryname>
                   3045: <description>
                   3046: icons used for directory indexing and login screen
                   3047: </description>
                   3048: <filenames>
1.37      harris41 3049: folder_anim.gif;
                   3050: folder_close.gif;
                   3051: folder_drag.gif;
                   3052: folder_new.gif;
                   3053: folder_open.gif;
                   3054: folder_pointer_closed.gif;
                   3055: folder_pointer_opened.gif;
                   3056: folder_static.gif;
                   3057: folder_trash.gif;
                   3058: folder_trash_hover.gif;
                   3059: left_bar.gif;
                   3060: link.gif;
                   3061: link_anim.gif;
                   3062: link_drag.gif;
                   3063: ll_corner.gif;
                   3064: lower_bar.gif;
                   3065: lr_corner.gif;
                   3066: pix.gif;
                   3067: right_bar.gif;
                   3068: toolbar_bg.gif;
                   3069: ul_corner.gif;
                   3070: upper_bar.gif;
1.10      harris41 3071: ur_corner.gif
                   3072: </filenames>
                   3073: </fileglob>
                   3074: <fileglob>
                   3075: <glob>*.html</glob>
                   3076: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13      albertel 3077: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10      harris41 3078: <categoryname>interface file</categoryname>
                   3079: <description>
                   3080: associated with the frameset scheme of displaying bookmarks
                   3081: </description>
                   3082: <filenames>
1.37      harris41 3083: bookmarkmenu_toolbar.html;
                   3084: blank.html;
1.10      harris41 3085: closechildren.html
                   3086: </filenames>
                   3087: </fileglob>
1.4       harris41 3088: <file>
1.10      harris41 3089: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 3090: <target dist='default'>
                   3091: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 3092: <categoryname>interface file</categoryname>
1.6       harris41 3093: <description>
1.10      harris41 3094: javascript for handling client-side interactions with bookmark interface
1.6       harris41 3095: </description>
1.103     harris41 3096: </file>
                   3097: <file>
                   3098: <source>loncom/build/check-rpms</source>
                   3099: <target dist='default'>usr/local/bin/check-rpms</target>
                   3100: <categoryname>root script</categoryname>
                   3101: <description>
                   3102: compare installed rpms with up-to-date distribution
                   3103: </description>
                   3104: <status>tested/documented/beta</status>
                   3105: </file>
                   3106: <file>
                   3107: <source>doc/man/check-rpms.1</source>
                   3108: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
                   3109: <categoryname>doc</categoryname>
                   3110: <description>man page for check-rpms</description>
                   3111: <build trigger='always run'>
                   3112: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && echo 'manifying check-rpms'
                   3113: </build>
                   3114: <status>beta</status>
                   3115: <dependencies>
                   3116: ../../loncom/build/check-rpms
                   3117: </dependencies>
                   3118: </file>
                   3119: <file>
                   3120: <source>doc/scripts/check-rpms.html</source>
                   3121: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html</target>
                   3122: <categoryname>doc</categoryname>
                   3123: <description>POD-derived page for check-rpms</description>
                   3124: <build trigger='always run'>
                   3125: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html && echo 'pod2html checkrpms'
                   3126: </build>
                   3127: <status>works/unverified</status>
                   3128: <dependencies>
                   3129: ../../loncom/build/check-rpms
                   3130: </dependencies>
1.4       harris41 3131: </file>
                   3132: <file>
1.10      harris41 3133: <source>loncom/build/loncaparestoreconfigurations</source>
                   3134: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
                   3135: <categoryname>script</categoryname>
1.6       harris41 3136: <description>
1.10      harris41 3137: restores .rpmsave files after a LON-CAPA-base upgrade
1.6       harris41 3138: </description>
1.10      harris41 3139: <status>deprecated</status>
1.4       harris41 3140: </file>
                   3141: <file>
1.10      harris41 3142: <source>loncom/cron/loncapa</source>
                   3143: <target dist='default'>etc/cron.d/loncapa</target>
                   3144: <categoryname>static conf</categoryname>
                   3145: <description>
                   3146: file that specifies periodic processes to run for the LON-CAPA machine
                   3147: </description>
                   3148: </file>
                   3149: <file>
                   3150: <source>loncom/ntp/step-tickers</source>
                   3151: <target dist='default'>etc/ntp/step-tickers</target>
                   3152: <categoryname>conf</categoryname>
                   3153: <description>
                   3154: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   3155: </description>
                   3156: <note>
                   3157: <table cellpadding='0' cellspacing='0' border='1'>
                   3158: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   3159: </table>
                   3160: </note>
1.48      harris41 3161: </file>
                   3162: <file>
                   3163: <source>loncom/pam.d/pwauth</source>
                   3164: <target dist='default'>etc/pam.d/pwauth</target>
                   3165: <categoryname>static conf</categoryname>
                   3166: <description>
                   3167: file that allows setuid password privileges for pwauth executable
                   3168: </description>
                   3169: </file>
                   3170: <file>
                   3171: <source>loncom/pam.d/pwchange</source>
                   3172: <target dist='default'>etc/pam.d/pwchange</target>
                   3173: <categoryname>static conf</categoryname>
                   3174: <description>
                   3175: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   3176: </description>
1.10      harris41 3177: </file>
                   3178: <file>
                   3179: <source>loncom/init.d/loncontrol</source>
                   3180: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
                   3181: <categoryname>root script</categoryname>
                   3182: <description>
                   3183: Controls the launching/halting of lonc, lond, and lonsql processes.
                   3184: </description>
                   3185: </file>
                   3186: <link>
                   3187: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
                   3188: <target dist='default'>
1.37      harris41 3189: etc/rc.d/rc0.d/K05loncontrol;
                   3190: etc/rc.d/rc1.d/K05loncontrol;
                   3191: etc/rc.d/rc2.d/K05loncontrol;
                   3192: etc/rc.d/rc3.d/S95loncontrol;
                   3193: etc/rc.d/rc4.d/S95loncontrol;
                   3194: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 3195: etc/rc.d/rc6.d/K05loncontrol
                   3196: </target>
                   3197: <categoryname>symbolic link</categoryname>
1.27      harris41 3198: <description>
                   3199: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 3200: </link>
                   3201: <file>
                   3202: <source>loncom/atalk/config</source>
                   3203: <target dist='default'>etc/atalk/config</target>
                   3204: <categoryname>conf</categoryname>
1.6       harris41 3205: <description>
1.27      harris41 3206: configuration file to make LON-CAPA server file space accessible to
                   3207: Appleshares access (Macintosh)
1.6       harris41 3208: </description>
1.4       harris41 3209: </file>
1.14      harris41 3210: </files>
1.1       harris41 3211: </lpml>

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