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

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

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