File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.136: download - view: text, annotated - select for diffs
Fri Jul 5 16:12:30 2002 UTC (21 years, 10 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
This commit implements the .tex-based online help system in LON-CAPA. It
may be necessary to manually run loncom/build/help_graphics_converter.pl
and doc/help/rebuildLabelHash.pl after a cvs update, and
loncapa_apache.conf may need to be manually copied to /etc. (The
loncapafiles.lpml has been updated.)

After merging this, the URL http://[loncapahost]/adm/help/Foils.hlp
should display a help file.

Also, some *very* out-of-date files have been removed from the /doc
directory.

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

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