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

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

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