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

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

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