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

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

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