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

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

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