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

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

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