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

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

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