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

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

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