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

1.117     harris41    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
                      2:  "http://lpml.sourceforge.net/DTD/lpml.dtd">
1.81      harris41    3: <!-- loncapafiles.lpml -->
1.67      harris41    4: 
1.401   ! albertel    5: <!-- $Id: loncapafiles.lpml,v 1.400 2004/11/23 15:55:15 albertel Exp $ -->
1.67      harris41    6: 
                      7: <!--
                      8: 
                      9: Copyright Michigan State University Board of Trustees
                     10: 
                     11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                     12: 
                     13: LON-CAPA is free software; you can redistribute it and/or modify
                     14: it under the terms of the GNU General Public License as published by
                     15: the Free Software Foundation; either version 2 of the License, or
                     16: (at your option) any later version.
                     17: 
                     18: LON-CAPA is distributed in the hope that it will be useful,
                     19: but WITHOUT ANY WARRANTY; without even the implied warranty of
                     20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     21: GNU General Public License for more details.
                     22: 
                     23: You should have received a copy of the GNU General Public License
                     24: along with LON-CAPA; if not, write to the Free Software
                     25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     26: 
                     27: /home/httpd/html/adm/gpl.txt
                     28: 
                     29: http://www.lon-capa.org/
                     30: 
                     31: -->
1.14      harris41   32: 
                     33: <!-- Default values must be defined before specific values. -->
                     34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
                     35: <!-- If 'dist' attribute is set to  'default', then the specification. -->
                     36: <!-- is accepted if an alternative distribution is not requested or not -->
                     37: <!-- defined. -->
1.53      harris41   38: 
1.1       harris41   39: <lpml>
1.94      harris41   40: <specialnotices>
1.102     harris41   41: <specialnotice dist='default'>
                     42: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
                     43: !!! This sometimes happens (bad): !!!
                     44: !!! 127.0.0.1  computer1 localhost.localdomain localhost  !!!
                     45: !!! Should be: !!!
                     46: !!! 127.0.0.1  localhost.localdomain  localhost !!!
                     47: !!! 35.2.3.80  computer1 computer1.notreal.msu.edu !!!
                     48: </specialnotice>
1.94      harris41   49: </specialnotices>
1.1       harris41   50: <targetroot>/</targetroot>
                     51: <sourceroot>/home/user/loncapa/</sourceroot>
1.14      harris41   52: <categories>
1.1       harris41   53: <category name="interface file" type="runtime">
1.5       harris41   54:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   55:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   56: </category>
                     57: <category name="interface file" type="development">
1.5       harris41   58:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55      harris41   59:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   60: </category>
                     61: <category name="setuid script" type="runtime">
1.5       harris41   62:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   63:   <abbreviation>setuid</abbreviation>
1.1       harris41   64: </category>
                     65: <category name="setuid script" type="development">
1.5       harris41   66:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   67:   <abbreviation>setuid</abbreviation>
1.1       harris41   68: </category>
                     69: <category name="handler" type="runtime">
1.5       harris41   70:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   71:   <abbreviation>handler</abbreviation>
1.1       harris41   72: </category>
                     73: <category name="handler" type="development">
1.89      harris41   74:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55      harris41   75:   <abbreviation>handler</abbreviation>
1.1       harris41   76: </category>
                     77: <category name="static conf" type="runtime">
1.5       harris41   78:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   79:   <abbreviation>static</abbreviation>
1.1       harris41   80: </category>
                     81: <category name="static conf" type="development">
1.5       harris41   82:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   83:   <abbreviation>static</abbreviation>
1.1       harris41   84: </category>
1.301     albertel   85: <category name="www static conf" type="runtime">
                     86:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
                     87:   <abbreviation>static</abbreviation>
                     88: </category>
                     89: <category name="www static conf" type="development">
                     90:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
                     91:   <abbreviation>static</abbreviation>
                     92: </category>
1.1       harris41   93: <category name="conf" type="runtime">
1.5       harris41   94:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41   95:   <abbreviation>configurable</abbreviation>
1.1       harris41   96: </category>
                     97: <category name="conf" type="development">
1.5       harris41   98:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41   99:   <abbreviation>configurable</abbreviation>
1.1       harris41  100: </category>
                    101: <category name="script" type="runtime">
1.89      harris41  102:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55      harris41  103:   <abbreviation>script</abbreviation>
1.1       harris41  104: </category>
                    105: <category name="script" type="development">
1.89      harris41  106:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55      harris41  107:   <abbreviation>script</abbreviation>
1.1       harris41  108: </category>
                    109: <category name="graphic file" type="runtime">
1.5       harris41  110:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41  111:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  112: </category>
                    113: <category name="graphic file" type="development">
1.89      harris41  114:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55      harris41  115:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  116: </category>
1.83      harris41  117: <category name="doc" type="runtime">
                    118:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
                    119:   <abbreviation>systemfile</abbreviation>
                    120: </category>
                    121: <category name="doc" type="development">
                    122:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
                    123:   <abbreviation>systemfile</abbreviation>
                    124: </category>
1.1       harris41  125: <category name="system file" type="runtime">
1.5       harris41  126:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  127:   <abbreviation>systemfile</abbreviation>
1.1       harris41  128: </category>
                    129: <category name="system file" type="development">
1.5       harris41  130:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  131:   <abbreviation>systemfile</abbreviation>
1.1       harris41  132: </category>
1.188     harris41  133: <category name="system script" type="runtime">
                    134:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
                    135:   <abbreviation>systemscript</abbreviation>
                    136: </category>
                    137: <category name="system script" type="development">
                    138:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
                    139:   <abbreviation>systemscript</abbreviation>
                    140: </category>
1.1       harris41  141: <category name="root script" type="runtime">
1.89      harris41  142:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  143:   <abbreviation>rootscript</abbreviation>
1.1       harris41  144: </category>
                    145: <category name="root script" type="development">
1.89      harris41  146:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  147:   <abbreviation>rootscript</abbreviation>
1.1       harris41  148: </category>
                    149: <category name="symbolic link" type="runtime">
1.5       harris41  150:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  151:   <abbreviation>link</abbreviation>
1.1       harris41  152: </category>
                    153: <category name="symbolic link" type="development">
1.5       harris41  154:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  155:   <abbreviation>link</abbreviation>
1.1       harris41  156: </category>
                    157: <category name="standard" type="runtime">
1.5       harris41  158:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  159:   <abbreviation>directory</abbreviation>
1.1       harris41  160: </category>
                    161: <category name="standard" type="development">
1.5       harris41  162:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  163:   <abbreviation>directory</abbreviation>
1.1       harris41  164: </category>
                    165: <category name="server standard" type="runtime">
1.5       harris41  166:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  167:   <abbreviation>directory</abbreviation>
1.1       harris41  168: </category>
                    169: <category name="server standard" type="development">
1.5       harris41  170:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56      harris41  171:   <abbreviation>directory</abbreviation>
1.1       harris41  172: </category>
                    173: <category name="server readonly" type="runtime">
1.5       harris41  174:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56      harris41  175:   <abbreviation>directory</abbreviation>
1.1       harris41  176: </category>
                    177: <category name="server readonly" type="development">
1.89      harris41  178:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  179:   <abbreviation>directory</abbreviation>
1.1       harris41  180: </category>
1.14      harris41  181: </categories>
1.2       harris41  182: <rpm>
1.3       harris41  183:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
                    184:   <rpmName>LON-CAPA-base</rpmName>
                    185:   <rpmVersion>3.1</rpmVersion>
                    186:   <rpmRelease>1</rpmRelease>
1.27      harris41  187:   <rpmVendor>Laboratory for Instructional Technology Education,
                    188: Division of Science and Mathematics Education, Michigan State University.
                    189:   </rpmVendor>
1.3       harris41  190:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
                    191:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
                    192:   <rpmGroup>Utilities/System</rpmGroup>
                    193:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
                    194:   <rpmAutoReqProv>no</rpmAutoReqProv>
1.98      harris41  195:   <rpmdescription>This package facilitates a base installation of LON-CAPA \n
                    196: files in their directories.\n
                    197: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
                    198:   </rpmdescription>
1.10      harris41  199:   <rpmpre>echo '***********************************************************************'\n
                    200: echo 'LON-CAPA  LearningOnline with CAPA'\n
                    201: echo 'http://www.lon-capa.org/'\n
                    202: echo 'Gerd Kortemeyer, et al'\n
                    203: echo 'Laboratory for Instructional Technology Education'\n
                    204: echo 'Michigan State University'\n
                    205: echo 'General Public License, Version 2, June 1991'\n
                    206: echo '** Michigan State University patents may apply **'\n
                    207: echo ' '\n
                    208: echo 'This installation assumes an installation of Redhat 6.2'\n
                    209: echo ' '\n
                    210: echo 'The server computer should be currently connected to the ethernet'\n
                    211: echo ' '\n
                    212: echo '***********************************************************************'\n
                    213: </rpmpre>
1.83      harris41  214: <rpmRequires>
                    215: <item>PreReq: LON-CAPA-setup</item>
                    216: <item>PreReq: apache</item>
1.129     harris41  217: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83      harris41  218: </rpmRequires>
1.2       harris41  219: </rpm>
1.14      harris41  220: <directories>
1.115     harris41  221: <directory dist='default'>
1.179     harris41  222:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  223:   <targetdir dist='default'>etc</targetdir>
                    224:   <categoryname>standard</categoryname>
                    225:   <description>standard linux directory for configuration files</description>
                    226: </directory>
1.115     harris41  227: <directory dist='default'>
1.179     harris41  228:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  229:   <targetdir dist='default'>etc/cron.d</targetdir>
                    230:   <categoryname>standard</categoryname>
                    231:   <description>standard linux directory for running time-based "jobs"
                    232:   </description>
                    233: </directory>
1.115     harris41  234: <directory dist='default'>
1.179     harris41  235:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  236:   <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3       harris41  237:   <categoryname>standard</categoryname>
                    238:   <description>web configuration files</description>
1.37      harris41  239: </directory>
1.115     harris41  240: <directory dist='default'>
1.179     harris41  241:   <protectionlevel>never_delete</protectionlevel>
1.48      harris41  242:   <targetdir dist='default'>etc/pam.d</targetdir>
                    243:   <categoryname>standard</categoryname>
                    244:   <description>configuration directory for password authentication mechanism
                    245:   </description>
                    246: </directory>
1.115     harris41  247: <directory dist='default'>
1.179     harris41  248:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  249:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.142     harris41  250:   <targetdir dist='debian'>etc/init.d</targetdir>
1.37      harris41  251:   <categoryname>standard</categoryname>
                    252:   <description>scripts that run during system startup</description>
                    253: </directory>
1.115     harris41  254: <directory dist='default'>
1.179     harris41  255:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  256:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.142     harris41  257:   <targetdir dist='debian'>etc/rc0.d</targetdir>
1.37      harris41  258:   <categoryname>standard</categoryname>
                    259:   <description>scripts that run for run-level 0</description>
                    260: </directory>
1.198     albertel  261: <directory dist='default'>
1.179     harris41  262:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  263:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.142     harris41  264:   <targetdir dist='debian'>etc/rc1.d</targetdir>
1.37      harris41  265:   <categoryname>standard</categoryname>
                    266:   <description>scripts that run for run-level 1</description>
                    267: </directory>
1.115     harris41  268: <directory dist='default'>
1.179     harris41  269:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  270:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.142     harris41  271:   <targetdir dist='debian'>etc/rc2.d</targetdir>
1.37      harris41  272:   <categoryname>standard</categoryname>
                    273:   <description>scripts that run for run-level 2</description>
                    274: </directory>
1.115     harris41  275: <directory dist='default'>
1.215     albertel  276:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  277:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.142     harris41  278:   <targetdir dist='debian'>etc/rc3.d</targetdir>
1.37      harris41  279:   <categoryname>standard</categoryname>
                    280:   <description>scripts that run for run-level 3</description>
                    281: </directory>
1.115     harris41  282: <directory dist='default'>
1.179     harris41  283:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  284:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.142     harris41  285:   <targetdir dist='debian'>etc/rc4.d</targetdir>
1.37      harris41  286:   <categoryname>standard</categoryname>
                    287:   <description>scripts that run for run-level 4</description>
                    288: </directory>
1.115     harris41  289: <directory dist='default'>
1.179     harris41  290:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  291:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.142     harris41  292:   <targetdir dist='debian'>etc/rc5.d</targetdir>
1.37      harris41  293:   <categoryname>standard</categoryname>
                    294:   <description>scripts that run for run-level 5</description>
                    295: </directory>
1.115     harris41  296: <directory dist='default'>
1.179     harris41  297:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  298:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.142     harris41  299:   <targetdir dist='debian'>etc/rc6.d</targetdir>
1.37      harris41  300:   <categoryname>standard</categoryname>
                    301:   <description>scripts that run for run-level 6</description>
                    302: </directory>
1.115     harris41  303: <directory dist='default'>
1.179     harris41  304:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  305:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3       harris41  306:   <categoryname>standard</categoryname>
                    307:   <description>tab-formatted reference files</description>
                    308: </directory>
1.115     harris41  309: <directory dist='default'>
1.179     harris41  310:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  311:   <targetdir dist='default'>home/httpd</targetdir>
1.3       harris41  312:   <categoryname>standard</categoryname>
                    313:   <description>start of the web server tree</description>
                    314: </directory>
1.115     harris41  315: <directory dist='default'>
1.179     harris41  316:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  317:   <targetdir dist='default'>home/httpd/perl</targetdir>
1.10      harris41  318:   <categoryname>server readonly</categoryname>
1.3       harris41  319:   <description>perl scripts for managing the LON-CAPA system</description>
                    320: </directory>
1.115     harris41  321: <directory dist='default'>
1.179     harris41  322:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  323:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3       harris41  324:   <categoryname>server standard</categoryname>
1.27      harris41  325:   <description>location where system performance and error logs are kept
1.90      harris41  326:   </description>
                    327: </directory>
1.115     harris41  328: <directory dist='default'>
1.179     harris41  329:   <protectionlevel>modest_delete</protectionlevel>
1.97      albertel  330:   <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90      harris41  331:   <categoryname>server standard</categoryname>
                    332:   <description>
                    333: Used by lond parent to check if children are responding to USR1 signals
                    334: (otherwise they are killed and replaced).
1.27      harris41  335:   </description>
1.3       harris41  336: </directory>
1.115     harris41  337: <directory dist='default'>
1.179     harris41  338:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  339:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3       harris41  340:   <categoryname>server standard</categoryname>
1.27      harris41  341:   <description>location where temporary files (for caching) are stored
                    342:   </description>
1.3       harris41  343: </directory>
1.115     harris41  344: <directory dist='default'>
1.179     harris41  345:   <protectionlevel>modest_delete</protectionlevel>
1.64      harris41  346:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
                    347:   <categoryname>server standard</categoryname>
                    348:   <description>for the output of lonprintout.pm
                    349:   </description>
1.155     harris41  350: </directory>
                    351: <directory dist='default'>
1.179     harris41  352:   <protectionlevel>modest_delete</protectionlevel>
1.155     harris41  353:   <targetdir dist='default'>home/httpd/lib</targetdir>
                    354:   <categoryname>server readonly</categoryname>
                    355:   <description>location of LON-CAPA software modules and
                    356: extensions</description>
1.64      harris41  357: </directory>
1.115     harris41  358: <directory dist='default'>
1.306     albertel  359:   <!-- Must protect localauth.pm/localenroll.pm from extinction. -->
1.179     harris41  360:   <protectionlevel>weak_delete</protectionlevel>
1.34      albertel  361:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
                    362:   <categoryname>server readonly</categoryname>
                    363:   <description>location of LON-CAPA non web mod-perl handlers</description>
                    364: </directory>
1.115     harris41  365: <directory dist='default'>
1.179     harris41  366:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  367:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3       harris41  368:   <categoryname>server readonly</categoryname>
                    369:   <description>location of LON-CAPA web mod-perl handlers</description>
1.114     harris41  370: </directory>
1.115     harris41  371: <directory dist='default'>
1.179     harris41  372:   <protectionlevel>modest_delete</protectionlevel>
1.283     www       373:   <targetdir dist='default'>home/httpd/lib/perl/Apache/localize</targetdir>
                    374:   <categoryname>server readonly</categoryname>
                    375:   <description>location of LON-CAPA MakeText translation files</description>
                    376: </directory>
                    377: <directory dist='default'>
                    378:   <protectionlevel>modest_delete</protectionlevel>
1.114     harris41  379:   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
                    380:   <categoryname>server readonly</categoryname>
                    381:   <description>location of HTML specific perl module fixes and additions
                    382:   </description>
1.3       harris41  383: </directory>
1.115     harris41  384: <directory dist='default'>
1.179     harris41  385:   <protectionlevel>modest_delete</protectionlevel>
1.125     harris41  386:   <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
                    387:   <categoryname>server readonly</categoryname>
                    388:   <description>location of HTML specific perl module fixes and additions
                    389:   </description>
                    390: </directory>
                    391: <directory dist='default'>
1.179     harris41  392:    <protectionlevel>modest_delete</protectionlevel>
                    393:  <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3       harris41  394:   <categoryname>server standard</categoryname>
                    395:   <description>cookie jar</description>
                    396: </directory>
1.115     harris41  397: <directory dist='default'>
1.226     albertel  398:    <protectionlevel>modest_delete</protectionlevel>
                    399:  <targetdir dist='default'>home/httpd/scantron</targetdir>
                    400:   <categoryname>server standard</categoryname>
                    401:   <description>uploaded scantron forms directory</description>
                    402: </directory>
                    403: <directory dist='default'>
1.179     harris41  404:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  405:   <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3       harris41  406:   <categoryname>server standard</categoryname>
                    407:   <description>lonc's sockets</description>
                    408: </directory>
1.115     harris41  409: <directory dist='default'>
1.179     harris41  410:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  411:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3       harris41  412:   <categoryname>server standard</categoryname>
                    413:   <description>lonc's sockets (delayed)</description>
                    414: </directory>
1.115     harris41  415: <directory dist='default'>
1.179     harris41  416:   <protectionlevel>never_delete</protectionlevel>
1.26      harris41  417:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
                    418:   <categoryname>standard</categoryname>
                    419:   <description>location of cgi scripts</description>
                    420: </directory>
1.115     harris41  421: <directory dist='default'>
1.179     harris41  422:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  423:   <targetdir dist='default'>home/httpd/html</targetdir>
1.3       harris41  424:   <categoryname>server standard</categoryname>
                    425:   <description>location of web-accessible file tree</description>
                    426: </directory>
1.115     harris41  427: <directory dist='default'>
1.179     harris41  428:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  429:   <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3       harris41  430:   <categoryname>server standard</categoryname>
                    431:   <description>root of resource tree</description>
                    432: </directory>
1.115     harris41  433: <directory dist='default'>
1.179     harris41  434:   <protectionlevel>modest_delete</protectionlevel>
1.151     www       435:   <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
                    436:   <categoryname>server standard</categoryname>
                    437:   <description>root for user uploaded files</description>
                    438: </directory>
                    439: <directory dist='default'>
1.179     harris41  440:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  441:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3       harris41  442:   <categoryname>server readonly</categoryname>
                    443:   <description>unauthenticated resources</description>
                    444: </directory>
1.115     harris41  445: <directory dist='default'>
1.179     harris41  446:   <protectionlevel>modest_delete</protectionlevel>
1.337     www       447:   <targetdir dist='default'>home/httpd/html/htmlarea</targetdir>
                    448:   <categoryname>server readonly</categoryname>
                    449:   <description>Web directory for HTMLArea</description>
                    450: </directory>
                    451: <directory dist='default'>
                    452:   <protectionlevel>modest_delete</protectionlevel>
                    453:   <targetdir dist='default'>home/httpd/html/htmlarea/images</targetdir>
                    454:   <categoryname>server readonly</categoryname>
                    455:   <description>Images for HTMLArea</description>
                    456: </directory>
                    457: <directory dist='default'>
                    458:   <protectionlevel>modest_delete</protectionlevel>
                    459:   <targetdir dist='default'>home/httpd/html/htmlarea/lang</targetdir>
                    460:   <categoryname>server readonly</categoryname>
                    461:   <description>Language files for HTMLArea</description>
                    462: </directory>
                    463: <directory dist='default'>
                    464:   <protectionlevel>modest_delete</protectionlevel>
1.359     www       465:   <targetdir dist='default'>home/httpd/html/htmlarea/plugins</targetdir>
                    466:   <categoryname>server readonly</categoryname>
                    467:   <description>Plugins for HTMLArea</description>
                    468: </directory>
                    469: <directory dist='default'>
                    470:   <protectionlevel>modest_delete</protectionlevel>
                    471:   <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage</targetdir>
                    472:   <categoryname>server readonly</categoryname>
                    473:   <description>FullPage plugin for HTMLArea</description>
                    474: </directory>
                    475: <directory dist='default'>
                    476:   <protectionlevel>modest_delete</protectionlevel>
                    477:   <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage/img</targetdir>
                    478:   <categoryname>server readonly</categoryname>
                    479:   <description>FullPage plugin for HTMLArea</description>
                    480: </directory>
                    481: <directory dist='default'>
                    482:   <protectionlevel>modest_delete</protectionlevel>
                    483:   <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage/lang</targetdir>
                    484:   <categoryname>server readonly</categoryname>
                    485:   <description>FullPage plugin for HTMLArea</description>
                    486: </directory>
                    487: <directory dist='default'>
                    488:   <protectionlevel>modest_delete</protectionlevel>
                    489:   <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage/popups</targetdir>
                    490:   <categoryname>server readonly</categoryname>
                    491:   <description>FullPage plugin for HTMLArea</description>
                    492: </directory>
                    493: <directory dist='default'>
                    494:   <protectionlevel>modest_delete</protectionlevel>
1.337     www       495:   <targetdir dist='default'>home/httpd/html/htmlarea/popups</targetdir>
                    496:   <categoryname>server readonly</categoryname>
                    497:   <description>Popup windows for HTMLArea</description>
                    498: </directory>
                    499: <directory dist='default'>
                    500:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  501:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3       harris41  502:   <categoryname>server readonly</categoryname>
                    503:   <description>home of the rat</description>
                    504: </directory>
1.115     harris41  505: <directory dist='default'>
1.179     harris41  506:   <protectionlevel>modest_delete</protectionlevel>
1.32      harris41  507:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
                    508:   <categoryname>server readonly</categoryname>
                    509:   <description>online help documentation</description>
1.257     albertel  510: </directory>
                    511: <directory dist='default'>
                    512:   <protectionlevel>modest_delete</protectionlevel>
                    513:   <targetdir dist='default'>home/httpd/html/adm/jme</targetdir>
                    514:   <categoryname>server readonly</categoryname>
                    515:   <description>JME support files</description>
1.140     bowersj2  516: </directory>
                    517: <directory dist='default'>
1.179     harris41  518:   <protectionlevel>modest_delete</protectionlevel>
1.235     bowersj2  519:   <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
                    520:   <categoryname>server readonly</categoryname>
                    521:   <description>XML specifications for helpers</description>
                    522: </directory>
                    523: <directory dist='default'>
                    524:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  525:   <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
                    526:   <categoryname>server readonly</categoryname>
                    527:   <description>online help documentation gif files</description>
                    528: </directory>
                    529: <directory dist='default'>
1.179     harris41  530:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  531:   <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
                    532:   <categoryname>server readonly</categoryname>
                    533:   <description>online help documentation eps files</description>
                    534: </directory>
                    535: <directory dist='default'>
1.179     harris41  536:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  537:   <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
                    538:   <categoryname>server readonly</categoryname>
                    539:   <description>online help documentation tex files</description>
                    540: </directory>
                    541: <directory dist='default'>
1.179     harris41  542:   <protectionlevel>modest_delete</protectionlevel>
1.317     www       543:   <targetdir dist='default'>home/httpd/html/adm/help/tex/ru</targetdir>
                    544:   <categoryname>server readonly</categoryname>
                    545:   <description>Russian online help documentation tex files</description>
                    546: </directory>
                    547: <directory dist='default'>
                    548:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  549:   <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
                    550:   <categoryname>server readonly</categoryname>
                    551:   <description>online help documentation png files</description>
1.32      harris41  552: </directory>
1.115     harris41  553: <directory dist='default'>
1.179     harris41  554:   <protectionlevel>modest_delete</protectionlevel>
1.118     harris41  555:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
1.73      harris41  556:   <categoryname>server readonly</categoryname>
                    557:   <description>online help documentation for the LON-CAPA programming
                    558: interface</description>
                    559: </directory>
1.115     harris41  560: <directory dist='default'>
1.179     harris41  561:   <protectionlevel>modest_delete</protectionlevel>
1.118     harris41  562:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
                    563:   </targetdir>
1.73      harris41  564:   <categoryname>server readonly</categoryname>
                    565:   <description>online help documentation for the LON-CAPA programming
                    566: interface, Apache (mod_perl) handlers</description>
                    567: </directory>
1.115     harris41  568: <directory dist='default'>
1.179     harris41  569:   <protectionlevel>modest_delete</protectionlevel>
1.77      harris41  570:   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
                    571:   <categoryname>server readonly</categoryname>
                    572:   <description>online help documentation for the LON-CAPA programming
                    573: interface, Apache (mod_perl) handlers</description>
                    574: </directory>
1.115     harris41  575: <directory dist='default'>
1.179     harris41  576:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  577:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3       harris41  578:   <categoryname>server readonly</categoryname>
                    579:   <description>graphic widgets</description>
                    580: </directory>
1.115     harris41  581: <directory dist='default'>
1.179     harris41  582:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  583:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3       harris41  584:   <categoryname>server readonly</categoryname>
1.57      harris41  585:   <description>miscellaneous resources</description>
1.3       harris41  586: </directory>
1.115     harris41  587: <directory dist='default'>
1.179     harris41  588:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  589:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3       harris41  590:   <categoryname>server readonly</categoryname>
                    591:   <description>error warnings and icons</description>
                    592: </directory>
1.115     harris41  593: <directory dist='default'>
1.179     harris41  594:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  595:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3       harris41  596:   <categoryname>server standard</categoryname>
1.10      harris41  597:   <description>Home directories of local users.  There is a five-tier
1.3       harris41  598: structure to the directories:
                    599: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
                    600: a user fredflint at MSU would have his information located in
1.115     harris41  601: lonUsers/msu/f/r/e/fredflint.<br />&#160;<br />Within this directory there are
1.27      harris41  602: a variety of files which govern the scope of what a user can do within the
                    603: LON-CAPA system.  A passwd file determines the type of authentication
                    604: mechanism to use.
                    605:  There also are files such as roles.hist (and its database compilation,
1.3       harris41  606: roles.db) which specify the roles and privileges for a user in the
                    607: LON-CAPA system.</description>
                    608: </directory>
1.115     harris41  609: <directory dist='default'>
1.369     albertel  610:   <protectionlevel>never_delete</protectionlevel>
                    611:   <targetdir dist='default'>home/httpd/lonCerts</targetdir>
                    612:   <categoryname>server standard</categoryname>
                    613:   <description>
                    614:     Directory for Certificates for SSL and local auth modes
                    615:   </description>
                    616: </directory>
                    617: <directory dist='default'>
1.179     harris41  618:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  619:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3       harris41  620:   <categoryname>server readonly</categoryname>
                    621:   <description>mathematics markup language resources</description>
                    622: </directory>
1.115     harris41  623: <directory dist='default'>
1.179     harris41  624:   <protectionlevel>modest_delete</protectionlevel>
1.260     www       625:   <targetdir dist='default'>home/httpd/html/res/lib/templates</targetdir>
                    626:   <categoryname>server readonly</categoryname>
                    627:   <description>Resource library
                    628:   </description>
                    629: </directory>
                    630: <directory dist='default'>
                    631:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  632:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3       harris41  633:   <categoryname>server readonly</categoryname>
1.27      harris41  634:   <description>files useful for including within customized scripting
                    635:   </description>
1.3       harris41  636: </directory>
1.115     harris41  637: <directory dist='default'>
1.179     harris41  638:   <protectionlevel>modest_delete</protectionlevel>
1.27      harris41  639:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
                    640:   </targetdir>
1.19      harris41  641:   <categoryname>server readonly</categoryname>
                    642:   <description>template files useful for customized scripts</description>
                    643: </directory>
1.115     harris41  644: <directory dist='default'>
1.179     harris41  645:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  646:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3       harris41  647:   <categoryname>server standard</categoryname>
1.133     harris41  648:   <description>status reports; online logs are kept that
                    649: are viewable over the world-wide web</description>
1.3       harris41  650: </directory>
1.115     harris41  651: <directory dist='default'>
1.179     harris41  652:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  653:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3       harris41  654:   <categoryname>server readonly</categoryname>
                    655:   <description>web user interface resources</description>
                    656: </directory>
1.115     harris41  657: <directory dist='default'>
1.179     harris41  658:   <protectionlevel>modest_delete</protectionlevel>
1.304     www       659:   <targetdir dist='default'>home/httpd/html/res/adm/pages/pt</targetdir>
                    660:   <categoryname>server readonly</categoryname>
                    661:   <description>web user interface resources - Portuguese</description>
                    662: </directory>
                    663: <directory dist='default'>
                    664:   <protectionlevel>modest_delete</protectionlevel>
1.300     albertel  665:   <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse</targetdir>
                    666:   <categoryname>server readonly</categoryname>
                    667:   <description>web user interface resources</description>
                    668: </directory>
                    669: <directory dist='default'>
                    670:   <protectionlevel>modest_delete</protectionlevel>
1.159     www       671:   <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
                    672:   <categoryname>server readonly</categoryname>
                    673:   <description>LCD font for remote control</description>
                    674: </directory>
                    675: <directory dist='default'>
1.179     harris41  676:   <protectionlevel>modest_delete</protectionlevel>
1.166     www       677:   <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
                    678:   <categoryname>server readonly</categoryname>
                    679:   <description>Logos for LON-CAPA domains</description>
                    680: </directory>
                    681: <directory dist='default'>
1.179     harris41  682:   <protectionlevel>modest_delete</protectionlevel>
1.168     www       683:   <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
                    684:   <categoryname>server readonly</categoryname>
                    685:   <description>Designs for LON-CAPA domains</description>
                    686: </directory>
                    687: <directory dist='default'>
1.179     harris41  688:   <protectionlevel>modest_delete</protectionlevel>
1.165     www       689:   <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
                    690:   <categoryname>server readonly</categoryname>
                    691:   <description>Page headers and graphical interface files</description>
                    692: </directory>
                    693: <directory dist='default'>
1.179     harris41  694:   <protectionlevel>modest_delete</protectionlevel>
1.27      harris41  695:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
                    696:   </targetdir>
1.3       harris41  697:   <categoryname>server readonly</categoryname>
                    698:   <description>bookmark user interface code</description>
                    699: </directory>
1.115     harris41  700: <directory dist='default'>
1.179     harris41  701:   <protectionlevel>modest_delete</protectionlevel>
1.27      harris41  702:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
                    703:   </targetdir>
1.3       harris41  704:   <categoryname>server readonly</categoryname>
                    705:   <description></description>
                    706: </directory>
1.115     harris41  707: <directory dist='default'>
1.179     harris41  708:   <protectionlevel>modest_delete</protectionlevel>
1.37      harris41  709:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
                    710:   </targetdir>
                    711:   <categoryname>server readonly</categoryname>
                    712:   <description>icons that help depict the file system (outdated)</description>
1.3       harris41  713: </directory>
1.115     harris41  714: <directory dist='default'>
1.179     harris41  715:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  716:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.115     harris41  717:   <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
1.259     albertel  718:   <targetdir dist='redhat8 redhat9'>usr/lib/perl5/site_perl/5.8.0</targetdir>
1.142     harris41  719:   <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
1.3       harris41  720:   <categoryname>standard</categoryname>
1.37      harris41  721:   <description>system perl tree (usually present on linux systems)
1.27      harris41  722:   </description>
1.3       harris41  723: </directory>
1.115     harris41  724: <directory dist='default'>
1.179     harris41  725:   <protectionlevel>modest_delete</protectionlevel>
1.152     harris41  726:   <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
                    727:   <categoryname>standard</categoryname>
                    728:   <description>local binary files for loncapa</description>
                    729: </directory>
                    730: <directory dist='default'>
1.179     harris41  731:   <protectionlevel>modest_delete</protectionlevel>
1.152     harris41  732:   <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
                    733:   <categoryname>standard</categoryname>
                    734:   <description>local documentation files for loncapa</description>
                    735: </directory>
                    736: <directory dist='default'>
1.179     harris41  737:   <protectionlevel>modest_delete</protectionlevel>
1.152     harris41  738:   <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
1.103     harris41  739:   <categoryname>standard</categoryname>
1.152     harris41  740:   <description>examples of configuration files for secondary
                    741:  services</description>
1.103     harris41  742: </directory>
1.115     harris41  743: <directory dist='default'>
1.206     harris41  744:   <protectionlevel>modest_delete</protectionlevel>
                    745:   <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
                    746:   <categoryname>standard</categoryname>
                    747:   <description>local "auxiliary" binary files for loncapa</description>
                    748: </directory>
                    749: <directory dist='default'>
1.179     harris41  750:   <protectionlevel>never_delete</protectionlevel>
1.103     harris41  751:   <targetdir dist='default'>usr/local/man/man1</targetdir>
                    752:   <categoryname>standard</categoryname>
                    753:   <description>local manual pages</description>
                    754: </directory>
1.115     harris41  755: <directory dist='default'>
1.179     harris41  756:   <protectionlevel>never_delete</protectionlevel>
1.77      harris41  757:   <targetdir dist='default'>usr/man/man1</targetdir>
                    758:   <categoryname>standard</categoryname>
                    759:   <description>manual pages</description>
                    760: </directory>
1.115     harris41  761: <directory dist='default'>
1.179     harris41  762:   <protectionlevel>never_delete</protectionlevel>
1.75      harris41  763:   <targetdir dist='default'>usr/man/man3</targetdir>
1.73      harris41  764:   <categoryname>standard</categoryname>
1.75      harris41  765:   <description>manual pages</description>
1.73      harris41  766: </directory>
1.115     harris41  767: <directory dist='default'>
1.179     harris41  768:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  769:   <targetdir dist='default'>usr/sbin</targetdir>
1.3       harris41  770:   <categoryname>standard</categoryname>
1.37      harris41  771:   <description>standard linux directory for superuser executables</description>
1.2       harris41  772: </directory>
1.14      harris41  773: </directories>
                    774: <files>
1.4       harris41  775: <file>
1.37      harris41  776: <source>loncom/krb.conf</source>
1.175     harris41  777: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
                    778: <categoryname>static conf</categoryname>
1.37      harris41  779: <description>
                    780: which Kerberos server to contact for specified Kerberos domains
                    781: </description>
                    782: <note>
1.59      harris41  783: <table cellpadding='0' cellspacing='0' border='1'>
1.37      harris41  784: <tr><td>
                    785: list elements are separated by newlines
                    786: </td></tr>
                    787: <tr><td>
                    788: each list element consists of only two subelements separated by a colon
                    789: <br />
                    790: <ul>
                    791: <li>Kerberos domain value</li>
                    792: <li>Kerberos server IP address</li>
                    793: </ul>
                    794: </td></tr>
                    795: </table>
                    796: </note>
1.85      harris41  797: </file>
                    798: <file>
                    799: <source>loncom/loncapa.conf</source>
                    800: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
                    801: <categoryname>conf</categoryname>
                    802: <description>
1.129     harris41  803: <p>
1.85      harris41  804: The goal of this file is to implement all LON-CAPA specific
1.129     harris41  805: customization of the Apache web server (most all of these values
                    806: require manual input from the system administrator at some point).
                    807: The values in this file, as opposed to loncapa_apache.conf, are
                    808: meant to be machine and institution specific.
                    809: </p>
                    810: <p>
                    811: For the LON-CAPA network server and perl module
                    812: handlers, it defines machine specific settings including lonHostID, lonRole,
                    813: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
                    814: </p>
                    815: <p>
                    816: This file should not be viewable by regular users of the system.
                    817: Only root and www should be able to view the contents of this file
                    818: since lonReceipt is sensitive.
                    819: </p>
1.4       harris41  820: </description>
                    821: <note>
                    822: <b>configure</b>
                    823: <br />
1.91      harris41  824: <table cellpadding='0' cellspacing='0' border='1'>
1.27      harris41  825: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
                    826: machine</td></tr>
                    827: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
                    828: access</td></tr>
1.4       harris41  829: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
                    830: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
                    831: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27      harris41  832: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
                    833: seconds</td></tr>
1.10      harris41  834: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27      harris41  835: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
                    836: MySQL database</td></tr>
1.4       harris41  837: </table>
                    838: </note>
1.129     harris41  839: </file>
                    840: <file>
                    841: <source>loncom/loncapa_apache.conf</source>
                    842: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
                    843: <categoryname>static conf</categoryname>
                    844: <description>
                    845: The goal of this file is to implement all LON-CAPA specific
                    846: customization of the Apache web server that does not require
                    847: user input.
                    848: 
                    849: For the Apache web server, it defines a global
                    850: access configuration which defines what server options (Indexes", "Includes",
                    851: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
                    852: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
                    853: and "/usr/doc").  For the LON-CAPA network server and perl module
                    854: handlers, it defines 
                    855: and internal machine settings for specific directories, socket ports,
                    856: the www@localhost MySQL password, and browser detection logic.
                    857: </description>
1.4       harris41  858: </file>
                    859: <file>
                    860: <source>loncom/startup.pl</source>
1.5       harris41  861: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4       harris41  862: <categoryname>static conf</categoryname>
                    863: <description>
                    864: This file provides initializations for perl handlers.  It adjusts what
                    865: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
                    866: well as causing the Apache module to be used for every perl handler.
1.171     harris41  867: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
1.4       harris41  868: </description>
                    869: </file>
                    870: <file>
1.139     matthew   871: <source>loncom/thesaurus/thesaurus.db</source>
                    872: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
                    873: <categoryname>system file</categoryname>
1.46      harris41  874: <description>
1.139     matthew   875: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
1.46      harris41  876: </description>
1.271     matthew   877: <build trigger='always run'>
1.139     matthew   878: loncom/thesaurus/build_thesaurus_wrapper.sh
                    879: </build>
                    880: <dependencies>
1.360     albertel  881: rawkey.txt;
                    882: build_thesaurus_db.pl;
                    883: build_thesaurus_wrapper.sh
1.139     matthew   884: </dependencies>
1.46      harris41  885: </file>
                    886: <file>
1.10      harris41  887: <source>loncom/interface/mydesk.tab</source>
                    888: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
                    889: <categoryname>static conf</categoryname>
                    890: <description>
                    891: Config file for "My Desk"
                    892: </description>
                    893: </file>
                    894: <file>
1.4       harris41  895: <source>loncom/interface/filetypes.tab</source>
1.5       harris41  896: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4       harris41  897: <categoryname>static conf</categoryname>
                    898: <description>
                    899: Descriptive list of file extensions, and extension groupings.
1.135     matthew   900: </description>
                    901: </file>
                    902: <file>
                    903: <source>loncom/interface/filecategories.tab</source>
                    904: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
                    905: <categoryname>static conf</categoryname>
                    906: <description>
                    907: Descriptive list of file extensions and broad categorization.
1.184     albertel  908: </description>
                    909: </file>
                    910: <file>
1.201     albertel  911: <source>loncom/cgi/barcode.png</source>
                    912: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
1.26      harris41  913: <categoryname>script</categoryname>
                    914: <description>
                    915: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
                    916: parameter.
1.293     taceyjo1  917: </description>
                    918: </file>
                    919: <file>
                    920: <source>loncom/cgi/decompress.pl</source>
                    921: <target dist='default'>home/httpd/cgi-bin/decompress.pl</target>
                    922: <categoryname>script</categoryname>
1.295     taceyjo1  923: <description>
1.294     taceyjo1  924: Decompresses an archive into its files inside of the construction space
1.101     harris41  925: </description>
                    926: </file>
                    927: <file>
1.280     www       928: <source>loncom/cgi/takeoffline.pl</source>
                    929: <target dist='default'>home/httpd/cgi-bin/takeoffline.pl</target>
                    930: <categoryname>script</categoryname>
                    931: <description>
                    932: Take machine offline
                    933: </description>
                    934: </file>
                    935: <file>
                    936: <source>loncom/cgi/takeonline.pl</source>
                    937: <target dist='default'>home/httpd/cgi-bin/takeonline.pl</target>
                    938: <categoryname>script</categoryname>
                    939: <description>
                    940: Take machine online
                    941: </description>
                    942: </file>
                    943: <file>
1.131     www       944: <source>loncom/cgi/thumbnail.gif</source>
                    945: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
                    946: <categoryname>script</categoryname>
                    947: <description>
                    948: Produces a thumbnail image of the url given
                    949: </description>
                    950: </file>
                    951: <file>
1.101     harris41  952: <source>loncom/cgi/clusterstatus.pl</source>
                    953: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
                    954: <categoryname>script</categoryname>
                    955: <description>
                    956: utility cgi script to view status of cluster
1.284     www       957: </description>
                    958: </file>
                    959: <file>
                    960: <source>loncom/cgi/translator.pl</source>
                    961: <target dist='default'>home/httpd/cgi-bin/translator.pl</target>
                    962: <categoryname>script</categoryname>
                    963: <description>
                    964: utility cgi script to enter translations
1.160     harris41  965: </description>
                    966: </file>
                    967: <file>
                    968: <source>loncom/build/system_dependencies/perltest.pl</source>
                    969: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
                    970: <categoryname>script</categoryname>
1.161     harris41  971: <description>
                    972: utility cgi script to view status of perl modules
                    973: </description>
                    974: </file>
                    975: <file>
                    976: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
                    977: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
                    978: <categoryname>interface file</categoryname>
1.160     harris41  979: <description>
                    980: utility cgi script to view status of perl modules
1.4       harris41  981: </description>
1.289     matthew   982: </file>
                    983: <file>
                    984:   <source>loncom/cgi/loncgi.pm</source>
                    985:   <target dist='default'>home/httpd/lib/perl/LONCAPA/loncgi.pm</target>
                    986:   <categoryname>system file</categoryname>
                    987:   <description>
                    988:       Provides a common interface to LON-CAPA cookies and environment.
                    989:   </description>
1.4       harris41  990: </file>
                    991: <file>
1.201     albertel  992: <source>loncom/cgi/graph.png</source>
                    993: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
1.45      harris41  994: <categoryname>script</categoryname>
                    995: <description>
                    996: Dynamically outputs a graph especially for lonstatistics.pm.
                    997: </description>
                    998: <note>
                    999: Depends on perl modules:
                   1000: GDGraph-1.33 and GDTextUtils-0.80.
1.64      harris41 1001: </note>
1.100     harris41 1002: </file>
                   1003: <file>
                   1004: <source>loncom/cgi/lonversions.pl</source>
                   1005: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
                   1006: <categoryname>script</categoryname>
                   1007: <description>
                   1008: utility cgi script to view software versions of a remote server
                   1009: </description>
                   1010: </file>
                   1011: <file>
                   1012: <source>loncom/cgi/ping.pl</source>
                   1013: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
                   1014: <categoryname>script</categoryname>
                   1015: <description>
                   1016: cgi-script to ping other server
                   1017: </description>
1.65      harris41 1018: </file>
                   1019: <file>
1.66      harris41 1020: <source>loncom/cgi/plot.gif</source>
1.65      harris41 1021: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
                   1022: <categoryname>script</categoryname>
                   1023: <description>
                   1024: Dynamically outputs X-Y plots with point, line, etc functions.
1.213     www      1025: </description>
                   1026: </file>
                   1027: <file>
                   1028: <source>loncom/cgi/imagechoice.pl</source>
                   1029: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
                   1030: <categoryname>script</categoryname>
                   1031: <description>
                   1032: Helper to select image coordinates in writing homework involving images.
1.65      harris41 1033: </description>
1.64      harris41 1034: </file>
                   1035: <file>
                   1036: <source>loncom/interface/printout.pl</source>
                   1037: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
                   1038: <categoryname>script</categoryname>
                   1039: <description>
                   1040: cgi script
                   1041: </description>
                   1042: <note>
                   1043: Depends on srm.conf entry:
                   1044: Alias /prtspool/ /home/httpd/prtspool/
                   1045: as well as a /home/httpd/prtspool directory.
1.45      harris41 1046: </note>
                   1047: </file>
                   1048: <file>
1.41      harris41 1049: <source>loncom/cgi/metadata_keywords.pl</source>
                   1050: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
                   1051: <categoryname>script</categoryname>
                   1052: <description>
                   1053: a cgi-script (not mod_perl), which contacts MySQL and pulls
                   1054: out all keywords in this format:
                   1055: 
                   1056: coil,magnetic,transformer
                   1057: transformer,coils,current,amperes,voltage,transformers,coil
                   1058: flux,magnetic,current,transformer
                   1059: coil,loop,field,magnetic
                   1060: 
                   1061: ... etc (one line per entry).
                   1062: 
                   1063: and simply prints this text-only (no markup) to the browser
1.182     www      1064: </description>
                   1065: </file>
                   1066: <file>
                   1067: <source>loncom/cgi/metadata_harvest.pl</source>
                   1068: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
                   1069: <categoryname>script</categoryname>
                   1070: <description>
                   1071: a cgi-script (not mod_perl), which contacts MySQL and pulls
                   1072: out all records in "|"-separated format.
                   1073: To be used by very simple harvesting engines.
1.261     www      1074: </description>
                   1075: </file>
                   1076: <file>
                   1077: <source>loncom/homework/simpleproblem.problem</source>
                   1078: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem</target>
                   1079: <categoryname>interface file</categoryname>
                   1080: <description>
                   1081: Generic resource for DOCS "Simple Problem"
                   1082: </description>
                   1083: </file>
                   1084: <file>
                   1085: <source>loncom/homework/simpleproblem.problem.meta</source>
                   1086: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem.meta</target>
                   1087: <categoryname>interface file</categoryname>
                   1088: <description>
                   1089: Meta file for generic resource for DOCS "Simple Problem"
1.41      harris41 1090: </description>
                   1091: </file>
1.260     www      1092: <file>
                   1093: <source>loncom/homework/templates/examupload.problem</source>
                   1094: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem</target>
                   1095: <categoryname>interface file</categoryname>
                   1096: <description>
                   1097: Generic resource for score upload
                   1098: </description>
                   1099: </file>
                   1100: <file>
                   1101: <source>loncom/homework/templates/examupload.problem.meta</source>
                   1102: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem.meta</target>
                   1103: <categoryname>interface file</categoryname>
                   1104: <description>
                   1105: Meta file for generic resource for score upload
                   1106: </description>
                   1107: </file>
1.337     www      1108: <fileglob>
                   1109: <glob>*.js</glob>
                   1110: <sourcedir>loncom/html/htmlarea/</sourcedir>
                   1111: <targetdir dist='default'>
                   1112: home/httpd/html/htmlarea/</targetdir>
                   1113: <categoryname>interface file</categoryname>
                   1114: <description>
                   1115: Files belonging to HTMLArea.
                   1116: </description>
                   1117: <filenames>
                   1118: dialog.js;
                   1119: htmlarea.js;
                   1120: popupdiv.js;
                   1121: popupwin.js;
1.369     albertel 1122: license.txt
1.337     www      1123: </filenames>
                   1124: </fileglob>
                   1125: <file>
                   1126: <source>loncom/html/htmlarea/htmlarea.css</source>
                   1127: <target dist='default'>home/httpd/html/htmlarea/htmlarea.css</target>
                   1128: <categoryname>interface file</categoryname>
                   1129: <description>
                   1130: Stylesheet for HTMLArea
                   1131: </description>
                   1132: </file>
1.359     www      1133: <file>
                   1134: <source>loncom/html/htmlarea/plugins/FullPage/full-page.js</source>
                   1135: <target dist='default'>home/httpd/html/htmlarea/plugins/FullPage/full-page.js</target>
                   1136: <categoryname>interface file</categoryname>
                   1137: <description>
                   1138: FullPage plugin for HTMLArea
                   1139: </description>
                   1140: </file>
                   1141: <fileglob>
                   1142: <glob>*.js</glob>
                   1143: <sourcedir>loncom/html/htmlarea/plugins/FullPage/lang/</sourcedir>
                   1144: <targetdir dist='default'>
                   1145: home/httpd/html/htmlarea/plugins/FullPage/lang/</targetdir>
                   1146: <categoryname>interface file</categoryname>
                   1147: <description>
                   1148: Language files belonging to FullPage plugin for HTMLArea.
                   1149: </description>
                   1150: <filenames>
                   1151: en.js;
                   1152: ro.js;
                   1153: </filenames>
                   1154: </fileglob>
                   1155: <fileglob>
                   1156: <glob>*.gif</glob>
                   1157: <sourcedir>loncom/html/htmlarea/plugins/FullPage/img/</sourcedir>
                   1158: <targetdir dist='default'>
                   1159: home/httpd/html/htmlarea/plugins/FullPage/img/</targetdir>
                   1160: <categoryname>interface file</categoryname>
                   1161: <description>
                   1162: Image files belonging to FullPage plugin for HTMLArea.
                   1163: </description>
                   1164: <filenames>
                   1165: docprop.gif;
                   1166: </filenames>
                   1167: </fileglob>
                   1168: <fileglob>
                   1169: <glob>*.html</glob>
                   1170: <sourcedir>loncom/html/htmlarea/plugins/FullPage/popups/</sourcedir>
                   1171: <targetdir dist='default'>
                   1172: home/httpd/html/htmlarea/plugins/FullPage/popups/</targetdir>
                   1173: <categoryname>interface file</categoryname>
                   1174: <description>
                   1175: Popup files belonging to FullPage plugin for HTMLArea.
                   1176: </description>
                   1177: <filenames>
                   1178: docprop.html;
                   1179: </filenames>
                   1180: </fileglob>
1.337     www      1181: <fileglob>
                   1182: <glob>*.js</glob>
                   1183: <sourcedir>loncom/html/htmlarea/lang/</sourcedir>
                   1184: <targetdir dist='default'>
                   1185: home/httpd/html/htmlarea/lang/</targetdir>
                   1186: <categoryname>interface file</categoryname>
                   1187: <description>
                   1188: Files belonging to HTMLArea.
                   1189: </description>
                   1190: <filenames>
                   1191: b5.js;
                   1192: de.js;
                   1193: fi.js;
                   1194: it.js;
                   1195: nl.js;
                   1196: ro.js;
                   1197: vn.js;
                   1198: en.js;
                   1199: fr.js;
                   1200: ja-utf8.js;
                   1201: pl.js;
                   1202: ru.js;
                   1203: da.js;
                   1204: es.js;
                   1205: gb.js;
                   1206: nb.js;
                   1207: pt_br.js;
                   1208: se.js;
1.357     www      1209: he.js;
                   1210: hu.js;
1.337     www      1211: </filenames>
                   1212: </fileglob>
                   1213: <fileglob>
                   1214: <glob>*.*</glob>
                   1215: <sourcedir>loncom/html/htmlarea/popups/</sourcedir>
                   1216: <targetdir dist='default'>
                   1217: home/httpd/html/htmlarea/popups/</targetdir>
                   1218: <categoryname>interface file</categoryname>
                   1219: <description>
                   1220: Files belonging to HTMLArea.
                   1221: </description>
                   1222: <filenames>
                   1223: about.html;
                   1224: insert_image.html;
                   1225: old_insert_image.html;
                   1226: blank.html;
                   1227: editor_help.html;
                   1228: insert_table.html;
                   1229: custom2.html;
                   1230: fullscreen.html;
                   1231: old-fullscreen.html;
                   1232: select_color.html;
                   1233: popup.js;
1.400     albertel 1234: link.html;
1.337     www      1235: </filenames>
                   1236: </fileglob>
                   1237: <fileglob>
                   1238: <glob>*.gif</glob>
                   1239: <sourcedir>loncom/html/htmlarea/images/</sourcedir>
                   1240: <targetdir dist='default'>
                   1241: home/httpd/html/htmlarea/images/</targetdir>
                   1242: <categoryname>interface file</categoryname>
                   1243: <description>
                   1244: Files belonging to HTMLArea.
                   1245: </description>
                   1246: <filenames>
1.357     www      1247: ed_left_to_right.gif;
                   1248: ed_right_to_left.gif;
                   1249: ed_save.gif;
1.337     www      1250: ed_delete.gif;
                   1251: ed_link.gif;
                   1252: ed_about.gif;
                   1253: ed_format_bold.gif;
                   1254: ed_list_bullet.gif;
                   1255: ed_align_center.gif;
                   1256: ed_format_italic.gif;
                   1257: ed_list_num.gif;
                   1258: ed_align_justify.gif;
                   1259: ed_format_strike.gif;
                   1260: ed_paste.gif;
                   1261: ed_align_left.gif;
                   1262: ed_format_sub.gif;
                   1263: ed_redo.gif;
                   1264: ed_align_right.gif;
                   1265: ed_format_sup.gif;
                   1266: ed_show_border.gif;
                   1267: ed_blank.gif;
                   1268: ed_format_underline.gif;
                   1269: ed_splitcel.gif;
                   1270: ed_charmap.gif;
                   1271: ed_help.gif;
                   1272: ed_undo.gif;
                   1273: ed_color_bg.gif;
                   1274: ed_hr.gif;
                   1275: fullscreen_maximize.gif;
                   1276: ed_color_fg.gif;
                   1277: ed_html.gif;
                   1278: fullscreen_minimize.gif;
                   1279: ed_copy.gif;
                   1280: ed_image.gif;
                   1281: insert_table.gif;
                   1282: ed_custom.gif;
                   1283: ed_indent_less.gif;
                   1284: ed_cut.gif;
                   1285: ed_indent_more.gif;
1.358     www      1286: ed_math.gif;
                   1287: ed_math_eqn.gif;
1.337     www      1288: </filenames>
                   1289: </fileglob>
1.43      harris41 1290: <fileglob>
1.60      harris41 1291: <glob>*.*</glob>
1.43      harris41 1292: <sourcedir>loncom/homework/templates/</sourcedir>
                   1293: <targetdir dist='default'>
                   1294: home/httpd/html/res/adm/includes/templates/</targetdir>
                   1295: <categoryname>static conf</categoryname>
                   1296: <description>
                   1297: Template files for generating new resources.
                   1298: </description>
                   1299: <filenames>
1.59      harris41 1300: blank.library;
                   1301: blank.library.meta;
                   1302: blank.problem;
                   1303: blank.problem.meta;
1.243     www      1304: ClickImageExample.problem;
                   1305: ClickImageExample.problem.meta;
1.156     albertel 1306: Essay.problem;
                   1307: Essay.problem.meta;
1.260     www      1308: examupload.problem;
                   1309: examupload.problem.meta;
1.243     www      1310: man1.jpg;
1.286     albertel 1311: man1.jpg.meta;
1.59      harris41 1312: numerical.problem;
                   1313: numerical.problem.meta;
1.134     albertel 1314: Plot.problem.meta;
1.313     www      1315: Plot_curve.problem;
                   1316: Plot_curve.problem.meta;
                   1317: Plot_data.problem;
                   1318: Plot_data.problem.meta;
1.59      harris41 1319: RadioResponse.problem;
                   1320: RadioResponse.problem.meta;
1.134     albertel 1321: RandomLabelExample.problem;
                   1322: RandomLabelExample.problem.meta;
1.59      harris41 1323: SelectFromOptions-4ConceptGoups.problem;
                   1324: SelectFromOptions-4ConceptGoups.problem.meta;
                   1325: SelectFromOptions-5ConceptGoups.problem;
                   1326: SelectFromOptions-5ConceptGoups.problem.meta;
                   1327: SelectFromOptions-6ConceptGoups.problem;
                   1328: SelectFromOptions-6ConceptGoups.problem.meta;
                   1329: SelectFromOptions-7ConceptGoups.problem;
                   1330: SelectFromOptions-7ConceptGoups.problem.meta;
                   1331: SelectFromOptions-8ConceptGoups.problem;
                   1332: SelectFromOptions-8ConceptGoups.problem.meta;
                   1333: SelectFromOptions-Simple.problem;
                   1334: SelectFromOptions-Simple.problem.meta;
1.333     www      1335: SimpleStringResponse.problem.meta;
1.63      harris41 1336: script.library;
                   1337: script.library.meta;
1.134     albertel 1338: SimpleFormula.problem;
                   1339: SimpleFormula.problem.meta;
1.59      harris41 1340: StringResponse.problem;
1.214     albertel 1341: StringResponse.problem.meta;
                   1342: SimpleMatching.problem;
                   1343: SimpleMatching.problem.meta;
                   1344: SimpleRank.problem;
1.220     www      1345: SimpleRank.problem.meta;
                   1346: SimpleTrueFalse.problem;
                   1347: SimpleTrueFalse.problem.meta
1.43      harris41 1348: </filenames>
                   1349: </fileglob>
1.19      harris41 1350: <file>
1.4       harris41 1351: <source>loncom/homework/insertlist.tab</source>
1.5       harris41 1352: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4       harris41 1353: <categoryname>static conf</categoryname>
                   1354: <description>
1.8       harris41 1355: Describes what tags are allowed inside other tags.
1.4       harris41 1356: </description>
                   1357: </file>
                   1358: <file>
1.47      harris41 1359: <source>CAPA/JavaTools/GLabel.class</source>
                   1360: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
                   1361: </target>
                   1362: <categoryname>static conf</categoryname>
                   1363: <description>
                   1364: Java applet for labelling graphs.
                   1365: </description>
                   1366: <note>
                   1367: Built from Glabel.java.  Still working on build/dependency details.
                   1368: </note>
                   1369: </file>
                   1370: <file>
1.253     matthew  1371: <source>loncom/interface/spreadsheet/default_assesscalc</source>
                   1372: <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
1.27      harris41 1373: </target>
1.4       harris41 1374: <categoryname>static conf</categoryname>
                   1375: <description>
                   1376: Default spreadsheet for individual assessment.
                   1377: </description>
                   1378: </file>
                   1379: <file>
1.253     matthew  1380: <source>loncom/interface/spreadsheet/default_studentcalc</source>
                   1381: <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
1.27      harris41 1382: </target>
1.4       harris41 1383: <categoryname>static conf</categoryname>
                   1384: <description>
                   1385: Default spreadsheet for assessment of students.
                   1386: </description>
                   1387: </file>
                   1388: <file>
1.253     matthew  1389: <source>loncom/interface/spreadsheet/default_classcalc</source>
                   1390: <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
1.27      harris41 1391: </target>
1.10      harris41 1392: <categoryname>static conf</categoryname>
                   1393: <description>
                   1394: Default spreadsheet for assessment of a class.
                   1395: </description>
                   1396: </file>
                   1397: <file>
1.4       harris41 1398: <source>loncom/auth/roles.tab</source>
1.5       harris41 1399: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4       harris41 1400: <categoryname>static conf</categoryname>
                   1401: <description>
1.27      harris41 1402: List of privileges associated with users of multiple types (for example:
                   1403: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4       harris41 1404: </description>
                   1405: </file>
                   1406: <file>
1.5       harris41 1407: <source>loncom/auth/rolesplain.tab</source>
                   1408: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
                   1409: <categoryname>static conf</categoryname>
                   1410: <description>
1.10      harris41 1411: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5       harris41 1412: and privileges available in the network with function
                   1413: </description>
1.4       harris41 1414: </file>
1.360     albertel 1415: <file>
                   1416: <source>loncom/managers.tab</source>
                   1417: <target dist='default'>home/httpd/lonTabs/managers.tab</target>
                   1418: <categoryname>static conf</categoryname>
                   1419: <description>
                   1420: List of machines allowed to pass along updates to hosts.tab and domain.tab
                   1421: </description>
                   1422: </file>
1.281     albertel 1423: <file type="private">
1.5       harris41 1424: <source>loncom/hosts.tab</source>
                   1425: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1.301     albertel 1426: <categoryname>www static conf</categoryname>
1.5       harris41 1427: <description>
1.10      harris41 1428: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
                   1429: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.216     albertel 1430: </description>
                   1431: </file>
1.281     albertel 1432: <file type="private">
1.216     albertel 1433: <source>loncom/domain.tab</source>
                   1434: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
1.301     albertel 1435: <categoryname>www static conf</categoryname>
1.216     albertel 1436: <description>
                   1437: List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
1.5       harris41 1438: </description>
1.4       harris41 1439: </file>
                   1440: <file>
1.5       harris41 1441: <source>loncom/spare.tab</source>
                   1442: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
                   1443: <categoryname>conf</categoryname>
                   1444: <description>
                   1445: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                   1446: </description>
                   1447: <note>
                   1448: <b>configure</b><br />
1.91      harris41 1449: <table cellpadding='0' cellspacing='0' border='1'>
1.5       harris41 1450: <tr><td>
                   1451: list elements are separated by newlines
                   1452: </td></tr>
                   1453: <tr><td>
                   1454: each list element consists of only one value; the value for <tt>lonHostID</tt>
                   1455: in <tt>access.conf</tt>
                   1456: </td></tr>
                   1457: </table>
                   1458: </note>
1.4       harris41 1459: </file>
                   1460: <file>
1.5       harris41 1461: <source>loncom/htpasswd</source>
                   1462: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
1.280     www      1463: <categoryname>static conf</categoryname>
1.5       harris41 1464: <description>
                   1465: Basic auth password to access /lon-status and /server-status
                   1466: </description>
1.4       harris41 1467: </file>
                   1468: <file>
1.5       harris41 1469: <source>loncom/smb.conf</source>
1.152     harris41 1470: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
1.175     harris41 1471: <categoryname>static conf</categoryname>
1.5       harris41 1472: <description>
1.27      harris41 1473: configuration file to make LON-CAPA server file space accessible to network
                   1474: neighborhood
1.5       harris41 1475: </description>
1.4       harris41 1476: </file>
                   1477: <file>
1.5       harris41 1478: <source>loncom/ntp.conf</source>
1.175     harris41 1479: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
                   1480: <categoryname>static conf</categoryname>
1.5       harris41 1481: <description>
                   1482: which NTP server to contact for information (XNTP3 standard)
                   1483: </description>
                   1484: <note>
1.91      harris41 1485: <table cellpadding='0' cellspacing='0' border='1'>
1.5       harris41 1486: <tr><td>
                   1487: only one line needs to be changed to specify a server ip address
                   1488: </td></tr>
                   1489: <tr><td>
                   1490: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
                   1491: </td></tr>
                   1492: </table>
                   1493: </note>
1.4       harris41 1494: </file>
                   1495: <file>
1.5       harris41 1496: <source>loncom/metadata_database/searchcat.pl</source>
                   1497: <target dist='default'>home/httpd/perl/searchcat.pl</target>
                   1498: <categoryname>script</categoryname>
                   1499: <description>
                   1500: Batch script for updating SQL metadata database.
1.149     matthew  1501: </description>
                   1502: </file>
                   1503: <file>
                   1504: <source>loncom/metadata_database/cleanup_database.pl</source>
                   1505: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
                   1506: <categoryname>script</categoryname>
                   1507: <description>
                   1508: Batch script for removing temporary tables from the SQL metadata database.
1.190     matthew  1509: </description>
                   1510: </file>
                   1511: <file>
1.386     matthew  1512: <source>loncom/metadata_database/parse_activity_log.pl</source>
                   1513: <target dist='default'>home/httpd/perl/parse_activity_log.pl</target>
                   1514: <categoryname>script</categoryname>
                   1515: <description>
                   1516: Batch script to copy activy logs from native format into the SQL metadata database.
                   1517: </description>
                   1518: </file>
                   1519: <file>
1.351     albertel 1520: <source>loncom/misc/cleanup_file_caches.pl</source>
                   1521: <target dist='default'>home/httpd/perl/cleanup_file_caches.pl</target>
1.190     matthew  1522: <categoryname>script</categoryname>
                   1523: <description>
                   1524: Batch script for removing files not accessed within 24 hours from the 
1.351     albertel 1525: /home/httpd/prtspool and /home/httpd/html/userfiles/ directories.
1.308     matthew  1526: </description>
                   1527: </file>
                   1528: <file>
                   1529: <source>loncom/debugging_tools/seed_accesscount.pl</source>
                   1530: <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
                   1531: <categoryname>script</categoryname>
                   1532: <description>
                   1533: Batch script for moving access count data from nohist_resevaldata.db to
                   1534: nohist_accesscount.db.
1.183     www      1535: </description>
                   1536: </file>
                   1537: <file>
1.383     matthew  1538: <source>loncom/debugging_tools/modify_config_files.pl</source>
                   1539: <target dist='default'>home/httpd/perl/modify_config_files.pl</target>
                   1540: <categoryname>script</categoryname>
                   1541: <description>
                   1542: Batch script to ensure certain LONCAPA configuration parameters for yum and
                   1543: MySQL are included in their configuration files.
                   1544: </description>
                   1545: </file>
                   1546: <file>
1.183     www      1547: <source>loncom/lonhttpd</source>
                   1548: <target dist='default'>home/httpd/perl/lonhttpd</target>
                   1549: <categoryname>script</categoryname>
                   1550: <description>
                   1551: Small fry httpd on port 8080
1.5       harris41 1552: </description>
1.4       harris41 1553: </file>
                   1554: <file>
1.400     albertel 1555:     <source>loncom/request_ssl_key.sh</source>
                   1556:     <target dist='default'>home/httpd/lonCerts</target>
                   1557:     <categoryname>script</categoryname>
                   1558:     <description>
                   1559:         Script that requests a Lon-CAPA ssl key.
                   1560:     </description>
                   1561: </file>
                   1562: <file>
1.5       harris41 1563: <source>loncom/lonc</source>
                   1564: <target dist='default'>home/httpd/perl/lonc</target>
                   1565: <categoryname>script</categoryname>
                   1566: <description>
                   1567: proxy server
                   1568: </description>
1.4       harris41 1569: </file>
                   1570: <file>
1.77      harris41 1571: <source>doc/man/lonc.1</source>
                   1572: <target dist='default'>usr/man/man1/lonc.1</target>
1.83      harris41 1573: <categoryname>doc</categoryname>
1.77      harris41 1574: <description>man page for lonc</description>
                   1575: <build trigger='always run'>
1.115     harris41 1576: loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \
1.112     harris41 1577: echo 'manifying lonc'
1.77      harris41 1578: </build>
                   1579: <status>works/unverified</status>
                   1580: <dependencies>
                   1581: ../../loncom/lonc
                   1582: </dependencies>
                   1583: </file>
                   1584: <file>
                   1585: <source>doc/scripts/lonc.html</source>
                   1586: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83      harris41 1587: <categoryname>doc</categoryname>
1.103     harris41 1588: <description>POD-derived page for lonc</description>
1.77      harris41 1589: <build trigger='always run'>
1.115     harris41 1590: loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \
1.112     harris41 1591: echo 'pod2html lonc'
1.77      harris41 1592: </build>
                   1593: <status>works/unverified</status>
                   1594: <dependencies>
                   1595: ../../loncom/lonc
                   1596: </dependencies>
                   1597: </file>
                   1598: <file>
1.5       harris41 1599: <source>loncom/lond</source>
                   1600: <target dist='default'>home/httpd/perl/lond</target>
                   1601: <categoryname>script</categoryname>
                   1602: <description>
                   1603: This is a remote command interpreter on a TCP LON-CAPA network layer.
                   1604: It accepts and processes incoming requests from other LON-CAPA machines
                   1605: on the network.  lond's functionality is self-contained in the sense
                   1606: that it does not reference (import, require, use) any other file
                   1607: described in this document.  There are only 15 subroutines in this
1.115     harris41 1608: script, however the <tt>make_new_child</tt> subroutine is quite
1.5       harris41 1609: complex since it parses and responds about 29 different types of 
                   1610: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
                   1611: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
                   1612: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
                   1613: tmpput, tmpget, and ls).
                   1614: </description>
1.4       harris41 1615: </file>
                   1616: <file>
1.77      harris41 1617: <source>doc/man/lond.1</source>
                   1618: <target dist='default'>usr/man/man1/lond.1</target>
1.83      harris41 1619: <categoryname>doc</categoryname>
1.77      harris41 1620: <description>man page for lond</description>
                   1621: <build trigger='always run'>
1.115     harris41 1622: loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
1.112     harris41 1623: echo 'manifying lond'
1.77      harris41 1624: </build>
                   1625: <status>works/unverified</status>
                   1626: <dependencies>
                   1627: ../../loncom/lond
                   1628: </dependencies>
                   1629: </file>
                   1630: <file>
                   1631: <source>doc/scripts/lond.html</source>
                   1632: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83      harris41 1633: <categoryname>doc</categoryname>
1.103     harris41 1634: <description>POD-derived page for lond</description>
1.77      harris41 1635: <build trigger='always run'>
1.115     harris41 1636: loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
1.112     harris41 1637: echo 'pod2html lond'
1.77      harris41 1638: </build>
                   1639: <status>works/unverified</status>
                   1640: <dependencies>
                   1641: ../../loncom/lond
                   1642: </dependencies>
                   1643: </file>
                   1644: <file>
1.385     albertel 1645: <source dist='default'>loncom/build/CHECKRPMS.default</source>
1.396     albertel 1646: <source dist='fedora1 fedora2 fedora3'>loncom/build/CHECKRPMS.fedora</source>
1.171     harris41 1647: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
                   1648: <categoryname>script</categoryname>
                   1649: <description>CGI script that checks status of RPMs</description>
                   1650: </file>
                   1651: <file>
1.35      harris41 1652: <source>loncom/cgi/loncron.pl</source>
                   1653: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
                   1654: <categoryname>script</categoryname>
                   1655: <description>CGI script that starts and pipes output of loncron</description>
1.218     www      1656: </file>
                   1657: <file>
                   1658: <source>loncom/cgi/userstatus.pl</source>
                   1659: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
                   1660: <categoryname>script</categoryname>
                   1661: <description>CGI script that shows users currently on machine</description>
1.35      harris41 1662: </file>
                   1663: <file>
1.5       harris41 1664: <source>loncom/loncron</source>
                   1665: <target dist='default'>home/httpd/perl/loncron</target>
                   1666: <categoryname>script</categoryname>
                   1667: <description>housekeeping</description>
1.4       harris41 1668: </file>
                   1669: <file>
1.5       harris41 1670: <source>loncom/lonsql</source>
                   1671: <target dist='default'>home/httpd/perl/lonsql</target>
                   1672: <categoryname>script</categoryname>
                   1673: <description>maintain secondary database of metadata</description>
1.4       harris41 1674: </file>
                   1675: <file>
1.77      harris41 1676: <source>doc/man/lonsql.1</source>
                   1677: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83      harris41 1678: <categoryname>doc</categoryname>
1.77      harris41 1679: <description>man page for lonsql</description>
                   1680: <build trigger='always run'>
1.115     harris41 1681: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
1.112     harris41 1682: echo 'manifying lonsql'
1.77      harris41 1683: </build>
                   1684: <status>works/unverified</status>
                   1685: <dependencies>
                   1686: ../../loncom/lonsql
                   1687: </dependencies>
                   1688: </file>
                   1689: <file>
                   1690: <source>doc/scripts/lonsql.html</source>
                   1691: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83      harris41 1692: <categoryname>doc</categoryname>
1.103     harris41 1693: <description>POD-derived page for lonsql</description>
1.77      harris41 1694: <build trigger='always run'>
1.115     harris41 1695: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
1.112     harris41 1696: echo 'pod2html lonsql'
1.77      harris41 1697: </build>
                   1698: <status>works/unverified</status>
                   1699: <dependencies>
                   1700: ../../loncom/lonsql
                   1701: </dependencies>
                   1702: </file>
                   1703: <file>
1.371     albertel 1704:   <source>loncom/CrGrant.pl</source>
                   1705:   <target dist='default'>home/httpd/perl/CrGrant.pl</target>
                   1706:   <categoryname>script</categoryname>
                   1707:   <description>
                   1708:     Script used to verify and grant an SSL certificate to a Lon-CAPA host
                   1709:   </description>
                   1710:   <status>in progress</status>
                   1711: </file>
                   1712: <file>
                   1713:   <source>loncom/CrGenerate.pl</source>
                   1714:   <target dist='default'>home/httpd/perl/CrGenerate.pl</target>
                   1715:   <categoryname>script</categoryname>
                   1716:   <description>
                   1717:     Script used to request an SSL certificate for a Lon-CAPA host.
                   1718:   </description>
                   1719:   <status>in progress</status>
                   1720: </file>
                   1721: <file>
                   1722:   <source>loncom/lonManage</source>
                   1723:   <target dist='default'>home/httpd/perl/lonManage</target>
                   1724:   <categoryname>script</categoryname>
                   1725:   <description>
                   1726:     Script to push changes to hosts.tab and domain.tab out to Lon-CAPA servers
                   1727:   </description>
                   1728:   <status>works/unverified</status>
                   1729: </file>
                   1730: <file>
1.373     albertel 1731:   <source>loncom/apachereload</source>
                   1732:   <target dist='default'>home/httpd/perl/apachereload</target>
                   1733:   <categoryname>setuid script</categoryname>
                   1734:   <description>
                   1735:     Script to let www reload the webserver
                   1736:   </description>
                   1737:   <status>works/unverified</status>
                   1738: </file>
                   1739: <file>
1.5       harris41 1740: <source>loncom/lcpasswd</source>
                   1741: <target dist='default'>home/httpd/perl/lcpasswd</target>
                   1742: <categoryname>setuid script</categoryname>
                   1743: <description>
1.48      harris41 1744: Coordinates the system services and files in order to allow lond to change
                   1745: user passwords.
1.5       harris41 1746: </description>
1.48      harris41 1747: <status>being updated</status>
                   1748: </file>
                   1749: <file>
                   1750: <source>loncom/pwchange</source>
                   1751: <target dist='default'>home/httpd/perl/pwchange</target>
                   1752: <categoryname>setuid script</categoryname>
                   1753: <description>
                   1754: Allows www to change user passwords.
                   1755: </description>
                   1756: <status>being updated</status>
1.4       harris41 1757: </file>
                   1758: <file>
1.5       harris41 1759: <source>loncom/lcuseradd</source>
                   1760: <target dist='default'>home/httpd/perl/lcuseradd</target>
                   1761: <categoryname>setuid script</categoryname>
                   1762: <description>
1.48      harris41 1763: Coordinates the system services and files in order to allow lond to add a
                   1764: new user.
1.5       harris41 1765: </description>
1.48      harris41 1766: <status>being updated</status>
1.124     foxr     1767: </file>
                   1768: <file>
                   1769: <source>loncom/lchtmldir</source>
                   1770: <target dist='default'>home/httpd/perl/lchtmldir</target>
                   1771: <categoryname>setuid script</categoryname>
                   1772: <description>
1.133     harris41 1773: Manages the file system ramifications of adding author mode to a user. 
1.124     foxr     1774: If necessary a public_html diretory is added, permissions and ownership are
                   1775: set according to the user's authentication mode.
                   1776: </description>
                   1777: <status>New file</status>
1.4       harris41 1778: </file>
                   1779: <file>
1.5       harris41 1780: <source>loncom/lcuserdel</source>
                   1781: <target dist='default'>home/httpd/perl/lcuserdel</target>
                   1782: <categoryname>setuid script</categoryname>
                   1783: <description>
1.48      harris41 1784: Coordinates the system services and files in order to allow lond to delete a
                   1785: user.
1.5       harris41 1786: </description>
1.10      harris41 1787: <status>deprecated</status>
1.4       harris41 1788: </file>
                   1789: <file>
1.5       harris41 1790: <source>loncom/lcnfson</source>
                   1791: <target dist='default'>home/httpd/perl/lcnfson</target>
                   1792: <categoryname>setuid script</categoryname>
                   1793: <description>
                   1794: coordinates the system services and files in order to allow lond to enable NFS
                   1795: for a user
                   1796: </description>
1.10      harris41 1797: <status>deprecated</status>
1.4       harris41 1798: </file>
                   1799: <file>
1.5       harris41 1800: <source>loncom/lcnfsoff</source>
                   1801: <target dist='default'>home/httpd/perl/lcnfsoff</target>
                   1802: <categoryname>setuid script</categoryname>
                   1803: <description>
                   1804: coordinates the system services and files in order to allow lond to disable NFS
                   1805: for a user
                   1806: </description>
1.10      harris41 1807: <status>deprecated</status>
1.53      harris41 1808: </file>
                   1809: <file>
                   1810: <source>loncom/license/gpl.txt</source>
                   1811: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
                   1812: <categoryname>interface file</categoryname>
                   1813: <description>
                   1814: GNU General Public License.  Long live the cause of freeware!
                   1815: </description>
1.4       harris41 1816: </file>
                   1817: <file>
1.197     albertel 1818: <source>loncom/license/httpi.license</source>
                   1819: <target dist='default'>home/httpd/html/adm/httpi.license</target>
                   1820: <categoryname>interface file</categoryname>
                   1821: <description>
                   1822: HTTPi webserver license
                   1823: </description>
                   1824: </file>
                   1825: <file>
                   1826: <source>loncom/license/httpi.readme</source>
                   1827: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
                   1828: <categoryname>interface file</categoryname>
                   1829: <description>
                   1830: HTTPi webserver readme 
                   1831: </description>
                   1832: </file>
                   1833: <file>
1.62      harris41 1834: <source>loncom/license/about.html</source>
                   1835: <target dist='default'>home/httpd/html/adm/about.html</target>
                   1836: <categoryname>interface file</categoryname>
                   1837: <description>
                   1838: The "About" Page.
                   1839: </description>
                   1840: </file>
                   1841: <file>
1.5       harris41 1842: <source>loncom/publisher/publisher.html</source>
                   1843: <target dist='default'>home/httpd/html/adm/publisher.html</target>
                   1844: <categoryname>interface file</categoryname>
                   1845: <description>
                   1846: HTML frame that presents a form element to allow for the publishing of
                   1847: resources, directories and underlying subdirectories.
                   1848: </description>
1.4       harris41 1849: </file>
                   1850: <file>
1.10      harris41 1851: <source>loncom/html/adm/noidea.html</source>
                   1852: <target dist='default'>home/httpd/html/adm/noidea.html</target>
                   1853: <categoryname>interface file</categoryname>
                   1854: <description>
                   1855: Interface file for responding to improper page flipping.
1.260     www      1856: </description>
                   1857: </file>
                   1858: <file>
                   1859: <source>loncom/html/adm/notinit.html</source>
                   1860: <target dist='default'>home/httpd/html/adm/notinit.html</target>
                   1861: <categoryname>interface file</categoryname>
                   1862: <description>
                   1863: Interface file for responding to accessing uploaded resources without
                   1864: re-initializing course.
1.174     www      1865: </description>
                   1866: </file>
                   1867: <file>
                   1868: <source>loncom/html/adm/overloaded.txt</source>
                   1869: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
                   1870: <categoryname>interface file</categoryname>
                   1871: <description>
                   1872: Interface file for responding to overload situations.
1.204     www      1873: </description>
                   1874: </file>
                   1875: <file>
                   1876: <source>loncom/html/adm/loginproblems.html</source>
                   1877: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
                   1878: <categoryname>interface file</categoryname>
                   1879: <description>
                   1880: Help page for login problems.
1.10      harris41 1881: </description>
                   1882: </file>
                   1883: <file>
1.28      harris41 1884: <source>loncom/xml/physnet.sty</source>
                   1885: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
                   1886: <categoryname>static conf</categoryname>
                   1887: <description>
                   1888: The relevant conditions and metadata to attach to PhysNet-specific tags.
                   1889: </description>
                   1890: </file>
                   1891: <file>
1.5       harris41 1892: <source>loncom/homework/lectureonline.sty</source>
1.112     harris41 1893: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
                   1894: </target>
1.5       harris41 1895: <categoryname>static conf</categoryname>
                   1896: <description>
                   1897: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                   1898: </description>
1.4       harris41 1899: </file>
                   1900: <file>
1.139     matthew  1901: <source>loncom/thesaurus/un_keyword.tab</source>
1.5       harris41 1902: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
                   1903: <categoryname>conf</categoryname>
                   1904: <description>
                   1905: File which contains words which should not be keywords used to specify resource
                   1906: content.
1.226     albertel 1907: </description>
                   1908: </file>
                   1909: <file>
1.227     albertel 1910: <source>loncom/homework/scantronformat.tab</source>
                   1911: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226     albertel 1912: <categoryname>conf</categoryname>
                   1913: <description>
                   1914: Different configs for scantron input files.
1.5       harris41 1915: </description>
1.4       harris41 1916: </file>
                   1917: <file>
1.22      harris41 1918: <source>loncom/publisher/packages.tab</source>
                   1919: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50      harris41 1920: <categoryname>static conf</categoryname>
1.22      harris41 1921: <description>
                   1922: Parameter packages, so that assessments can publish parameter packages
                   1923: needed, which are then expanded into individual parameters - allows to
                   1924: retroactively add new parameters to already published assessments.
                   1925: </description>
                   1926: </file>
                   1927: <file>
1.5       harris41 1928: <source>loncom/publisher/copyright.tab</source>
                   1929: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88      albertel 1930: <categoryname>static conf</categoryname>
1.5       harris41 1931: <description>
                   1932: Table which contains list of copyright possibilities for educational resources.
                   1933: </description>
1.4       harris41 1934: </file>
                   1935: <file>
1.362     taceyjo1 1936: <source>loncom/publisher/source_copyright.tab</source>
                   1937: <target dist='default'>home/httpd/html/res/adm/includes/source_copyright.tab</target>
                   1938: <categoryname>static conf</categoryname>
                   1939: <description>
                   1940: Table which contains list of source copyright possibilities for educational resources.
                   1941: </description>
                   1942: </file>
                   1943: <file>
1.5       harris41 1944: <source>loncom/publisher/language.tab</source>
                   1945: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                   1946: <categoryname>static conf</categoryname>
                   1947: <description>
                   1948: Table which contains string abbreviations of language::font rendering
                   1949: combinations.
                   1950: </description>
1.4       harris41 1951: </file>
                   1952: <file>
1.5       harris41 1953: <source>loncom/publisher/addid.tab</source>
                   1954: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                   1955: <categoryname>static conf</categoryname>
                   1956: <description>
                   1957: Table which has hash data necessary for distinguishing IDs from indices.
                   1958: </description>
1.4       harris41 1959: </file>
                   1960: <file>
1.38      harris41 1961: <source>rat/lonwrapper.pm</source>
1.19      harris41 1962: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                   1963: <categoryname>handler</categoryname>
                   1964: <description>
                   1965: Wrapper for external and binary files as standalone resources.
                   1966: Edit handler for rat maps; TeX content handler.
1.145     www      1967: </description>
                   1968: <status>works/unverified</status>
                   1969: </file>
                   1970: <file>
1.146     matthew  1971: <source>loncom/interface/londocs.pm</source>
1.145     www      1972: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
                   1973: <categoryname>handler</categoryname>
                   1974: <description>
                   1975: Handler for course documents
                   1976: </description>
                   1977: <status>works/unverified</status>
                   1978: </file>
                   1979: <file>
1.146     matthew  1980: <source>loncom/interface/lonchat.pm</source>
1.145     www      1981: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
                   1982: <categoryname>handler</categoryname>
                   1983: <description>
                   1984: Handler for chat
                   1985: </description>
                   1986: <status>works/unverified</status>
                   1987: </file>
                   1988: <file>
1.157     www      1989: <source>loncom/interface/lonchatfetch.pm</source>
                   1990: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
                   1991: <categoryname>handler</categoryname>
                   1992: <description>
                   1993: Handler for periodically fetch new lines of chat
                   1994: </description>
                   1995: <status>works/unverified</status>
                   1996: </file>
                   1997: <file>
1.146     matthew  1998: <source>loncom/interface/lonannounce.pm</source>
1.145     www      1999: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
                   2000: <categoryname>handler</categoryname>
                   2001: <description>
                   2002: Handler to put up announcements and calendar
1.167     www      2003: </description>
                   2004: <status>works/unverified</status>
                   2005: </file>
                   2006: <file>
                   2007: <source>loncom/interface/lonsyllabus.pm</source>
                   2008: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
                   2009: <categoryname>handler</categoryname>
                   2010: <description>
                   2011: Handler to put up syllabus
1.262     www      2012: </description>
                   2013: <status>works/unverified</status>
                   2014: </file>
                   2015: <file>
1.263     www      2016: <source>loncom/homework/lonsimpleproblemedit.pm</source>
1.262     www      2017: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
                   2018: <categoryname>handler</categoryname>
                   2019: <description>
                   2020: Handler to set parameters for simple homework problems
1.173     www      2021: </description>
                   2022: <status>works/unverified</status>
                   2023: </file>
                   2024: <file>
                   2025: <source>loncom/interface/lonsimplepage.pm</source>
                   2026: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
                   2027: <categoryname>handler</categoryname>
                   2028: <description>
                   2029: Handler to put up simple page
1.203     www      2030: </description>
                   2031: <status>works/unverified</status>
1.349     albertel 2032: </file>
                   2033: <file>
                   2034:   <source>loncom/interface/lonpickcode.pm</source>
                   2035:   <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
                   2036:   <categoryname>handler</categoryname>
                   2037:   <description>
                   2038:     Handler to pick a CODE from the list of possible CODEs
                   2039:   </description>
                   2040:   <status>works/unverified</status>
1.203     www      2041: </file>
                   2042: <file>
                   2043: <source>loncom/interface/lonpickstudent.pm</source>
                   2044: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
                   2045: <categoryname>handler</categoryname>
                   2046: <description>
                   2047: Handler to pick a student from classlist
1.225     www      2048: </description>
                   2049: <status>works/unverified</status>
                   2050: </file>
                   2051: <file>
                   2052: <source>loncom/interface/lonpickcourse.pm</source>
                   2053: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
                   2054: <categoryname>handler</categoryname>
                   2055: <description>
                   2056: Handler to pick a courseid from a list of courses
1.173     www      2057: </description>
                   2058: <status>works/unverified</status>
                   2059: </file>
                   2060: <file>
                   2061: <source>loncom/interface/lonbulletin.pm</source>
                   2062: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
                   2063: <categoryname>handler</categoryname>
                   2064: <description>
                   2065: Handler to put up bulletin board
1.167     www      2066: </description>
                   2067: <status>works/unverified</status>
                   2068: </file>
                   2069: <file>
                   2070: <source>loncom/interface/lonaboutme.pm</source>
                   2071: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
                   2072: <categoryname>handler</categoryname>
                   2073: <description>
                   2074: Handler to put up personal info
1.19      harris41 2075: </description>
                   2076: <status>works/unverified</status>
                   2077: </file>
                   2078: <file>
1.15      harris41 2079: <source>loncom/publisher/loncfile.pm</source>
                   2080: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                   2081: <categoryname>handler</categoryname>
                   2082: <description>
                   2083: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                   2084: construction space menu.
1.137     harris41 2085: </description>
                   2086: <status>works/unverified</status>
                   2087: </file>
                   2088: <file>
1.335     raeburn  2089: <source>loncom/publisher/testbankimport.pm</source>
                   2090: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
                   2091: <categoryname>handler</categoryname>
                   2092: <description>
                   2093: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
                   2094: Called by selecting testbank option when uploading file to construction space.
1.342     raeburn  2095: </description>
                   2096: <status>works/unverified</status>
                   2097: </file>
                   2098: <file>
                   2099: <source>loncom/imspackages/imsimport.pm</source>
                   2100: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
                   2101: <categoryname>handler</categoryname>
                   2102: <description>
                   2103: Utility to import courses from other CMSs packaged in IMS 1.1 content package
                   2104: format into LON-CAPA Construction space.
                   2105: Called by selecting IMS package option when uploading file to construction space.
                   2106: </description>
                   2107: <status>works/unverified</status>
                   2108: </file>
                   2109: <file>
                   2110: <source>loncom/imspackages/imsimportdocs.pm</source>
                   2111: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
                   2112: <categoryname>handler</categoryname>
                   2113: <description>
                   2114: Utility to import courses from other CMSs packaged in IMS 1.1 content package
                   2115: format into a LON-CAPA course via DOCS.
                   2116: Called using Import IMS package button displayed in Special documents column in DOCS display.  
                   2117: </description>
                   2118: <status>works/unverified</status>
                   2119: </file>
                   2120: <file>
                   2121: <source>loncom/imspackages/imsprocessor.pm</source>
                   2122: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
                   2123: <categoryname>handler</categoryname>
                   2124: <description>
                   2125: Contains routines used by imsimport handlers when importing contents of IMS 
                   2126: packages into construction space, or into a course directly via DOCS.
1.335     raeburn  2127: </description>
                   2128: <status>works/unverified</status>
                   2129: </file>
                   2130: <file>
1.137     harris41 2131: <source>loncom/interface/lonhelp.pm</source>
                   2132: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
                   2133: <categoryname>handler</categoryname>
                   2134: <description>
                   2135: The .tex file help handler.
1.140     bowersj2 2136: </description>
                   2137: <status>works/unverified</status>
1.195     albertel 2138: <build trigger='always run'>
                   2139: loncom/html/adm/help/buildMakeWrapper
                   2140: </build>
                   2141: <dependencies>
1.197     albertel 2142: Makefile;
1.195     albertel 2143: buildMakeWrapper
                   2144: </dependencies>
1.141     bowersj2 2145: </file>
                   2146: <file>
1.158     bowersj2 2147: <source>loncom/html/adm/help/abouthelp.html</source>
                   2148: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
                   2149: <categoryname>interface file</categoryname>
                   2150: <description>
                   2151: Index file for the help system
                   2152: </description>
                   2153: </file>
                   2154: <file>
1.376     raeburn  2155: <source>loncom/html/adm/help/nohelptopic.html</source>
                   2156: <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
                   2157: <categoryname>interface file</categoryname>
                   2158: <description>
                   2159: Page of links to help manuals - displayed when inline help is missing for a specific topic.
                   2160: </description>
                   2161: </file>
                   2162: <file>
1.158     bowersj2 2163: <source>doc/help/author.manual.access.tex</source>
1.162     harris41 2164: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
                   2165: </target>
                   2166: <categoryname>interface file</categoryname>
1.158     bowersj2 2167: <description>
1.162     harris41 2168: The pseudo-LaTeX file to allow people to read the author's manual online, with
                   2169: a somewhat clumsy interface.
1.158     bowersj2 2170: </description>
                   2171: <status>works/unverified</status>
                   2172: </file>
                   2173: <file>
                   2174: <source>doc/help/course.manual.access.tex</source>
1.162     harris41 2175: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
                   2176: </target>
                   2177: <categoryname>interface file</categoryname>
1.158     bowersj2 2178: <description>
1.162     harris41 2179: The pseudo-LaTeX file to allow people to read the course administrator's
                   2180: manual online, with a somewhat clumsy interface.
1.158     bowersj2 2181: </description>
                   2182: <status>works/unverified</status>
                   2183: </file>
                   2184: <file>
                   2185: <source>doc/help/author.manual.ps</source>
1.141     bowersj2 2186: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162     harris41 2187: <categoryname>interface file</categoryname>
1.141     bowersj2 2188: <description>
1.158     bowersj2 2189: The postscript Author's Manual
                   2190: </description>
                   2191: <status>works/unverified</status>
1.197     albertel 2192: <dependencies>
                   2193: doc/help/author.manual.texxml;
                   2194: doc/help/latexSplitter.py;
                   2195: doc/help/rebuildLabelHash.pl;
                   2196: doc/help/render.texxml.pl;
                   2197: doc/help/simpleEdit.py;
                   2198: doc/help/texxml2indextex.pl;
                   2199: doc/help/texxml2latex.pl;
                   2200: loncom/build/buildHelp.sh;
                   2201: loncom/build/help_graphics_converter.pl
                   2202: </dependencies>
1.158     bowersj2 2203: </file>
                   2204: <file>
                   2205: <source>doc/help/author.manual.pdf</source>
                   2206: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
                   2207: <categoryname>handler</categoryname>
                   2208: <description>
                   2209: The PDF Author's Manual
                   2210: </description>
                   2211: <status>works/unverified</status>
                   2212: </file>
                   2213: <file>
                   2214: <source>doc/help/course.manual.ps</source>
                   2215: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162     harris41 2216: <categoryname>interface file</categoryname>
1.158     bowersj2 2217: <description>
                   2218: The postscript Course Manual
                   2219: </description>
                   2220: <status>works/unverified</status>
1.197     albertel 2221: <dependencies>
                   2222: doc/help/course.manual.texxml;
                   2223: doc/help/latexSplitter.py;
                   2224: doc/help/rebuildLabelHash.pl;
                   2225: doc/help/render.texxml.pl;
                   2226: doc/help/simpleEdit.py;
                   2227: doc/help/texxml2indextex.pl;
                   2228: doc/help/texxml2latex.pl;
                   2229: loncom/build/buildHelp.sh;
                   2230: loncom/build/help_graphics_converter.pl
                   2231: </dependencies>
1.158     bowersj2 2232: </file>
                   2233: <file>
                   2234: <source>doc/help/course.manual.pdf</source>
                   2235: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162     harris41 2236: <categoryname>interface file</categoryname>
1.158     bowersj2 2237: <description>
                   2238: The PDF Course Manual
1.200     bowersj2 2239: </description>
                   2240: <status>works/unverified</status>
                   2241: </file>
1.371     albertel 2242: <file>
                   2243:   <source>loncom/html/adm/help/ext_examples.html</source>
                   2244:   <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
                   2245:   <categoryname>interface file</categoryname>
                   2246:   <description>
                   2247:     Examples for using &EXT in HTML
                   2248:   </description>
                   2249: </file>
                   2250: <file>
                   2251:   <source>loncom/html/adm/help/ext_examples.html.meta</source>
                   2252:   <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
                   2253:   <categoryname>interface file</categoryname>
                   2254:   <description>
                   2255:     Examples for using &EXT in HTML metadata
                   2256:   </description>
                   2257: </file>
                   2258: <file>
                   2259:   <source>loncom/html/adm/help/ext_examples.library</source>
                   2260:   <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
                   2261:   <categoryname>interface file</categoryname>
                   2262:   <description>
                   2263:     Examples for using &EXT library
                   2264:   </description>
                   2265: </file>
                   2266: <file>
                   2267:   <source>loncom/html/adm/help/ext_examples.library.meta</source>
                   2268:   <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
                   2269:   <categoryname>interface file</categoryname>
                   2270:   <description>
                   2271:     Examples for using &EXT library metadata
                   2272:   </description>
                   2273: </file>
                   2274: <file>
                   2275:   <source>loncom/html/adm/help/ext_examples.problem</source>
                   2276:   <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
                   2277:   <categoryname>interface file</categoryname>
                   2278:   <description>
                   2279:     Examples for using &EXT problem
                   2280:   </description>
                   2281: </file>
                   2282: <file>
                   2283:   <source>loncom/html/adm/help/ext_examples.problem.meta</source>
                   2284:   <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
                   2285:   <categoryname>interface file</categoryname>
                   2286:   <description>
                   2287:     Examples for using &EXT problem metadata
                   2288:   </description>
                   2289: </file>
1.140     bowersj2 2290: <fileglob>
                   2291: <glob>*.*</glob>
                   2292: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
                   2293: <targetdir dist='default'>
                   2294: home/httpd/html/adm/help/gif/</targetdir>
1.162     harris41 2295: <categoryname>interface file</categoryname>
1.140     bowersj2 2296: <description>
                   2297: Gif files for the help system
                   2298: </description>
                   2299: <filenames>
1.360     albertel 2300: Authoring_Dynamic_Plot_Axis_Labels.gif;
                   2301: Authoring_Dynamic_Plot_Axis_Tics_border.gif;
                   2302: Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
                   2303: Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
                   2304: Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
                   2305: Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
                   2306: Dynamic_Replication_Change.gif;
                   2307: Dynamic_Replication_Request.gif;
                   2308: Load_Balance_Example.gif;
                   2309: LONCAPA_Network_Diagram2.gif;
                   2310: LONCAPA_Network_Diagram.gif;
                   2311: Map_Example.gif;
                   2312: Resource_Assembly.gif;
1.163     harris41 2313: authorRemote.gif;
                   2314: constructionSpace.gif;
                   2315: constructionSpaceForPublishing.gif;
                   2316: creatingANewCourse.gif;
                   2317: creatingNewProblemResource.gif;
                   2318: dynamic_piecewise.gif;
                   2319: dynamic_piecewise2.gif;
                   2320: dynamic_plot.gif;
                   2321: dynamic_plot2.gif;
                   2322: formulaResponse.gif;
                   2323: login.gif;
                   2324: lonhelpheader.gif;
1.192     bowersj2 2325: mainCourseDocuments.gif;
1.163     harris41 2326: mapAdvancedEditorNew.gif;
                   2327: mapClickedStart.gif;
                   2328: mapEditFirstClick.gif;
                   2329: mapEditInitial.gif;
                   2330: mapEditingButton.gif;
                   2331: mapEditorDirectoryBrowser.gif;
                   2332: mapEditorResourceChosen.gif;
                   2333: mapEditorSelection.gif;
                   2334: mapInsertResource.gif;
                   2335: mapNewResource.gif;
                   2336: mapSecondWindowSecondResource.gif;
                   2337: mapSimpleEditor.gif;
                   2338: mapStraightened.gif;
                   2339: mapTwoResources.gif;
                   2340: numericalResponse1.gif;
                   2341: numericalResponseEditor.gif;
                   2342: numericalResponseSlopeProblem.gif;
                   2343: numericalResponseVarInText.gif;
                   2344: optionResponseEditing.gif;
                   2345: optionResponseProblem.gif;
                   2346: publishMetadata.gif;
                   2347: radioResponse2.gif;
                   2348: radioResponseHint.gif;
                   2349: smallHelp.gif;
                   2350: spreadsheet_hierarchy.gif;
                   2351: stringResponseEditor.gif;
1.150     bowersj2 2352: studentInterface.gif
1.140     bowersj2 2353: </filenames>
                   2354: </fileglob>
                   2355: <fileglob>
                   2356: <glob>*.*</glob>
                   2357: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
                   2358: <targetdir dist='default'>
                   2359: home/httpd/html/adm/help/eps/</targetdir>
1.162     harris41 2360: <categoryname>interface file</categoryname>
1.140     bowersj2 2361: <description>
                   2362: EPS files for the help system
                   2363: </description>
                   2364: <filenames>
1.360     albertel 2365: Authoring_Dynamic_Plot_Axis_Labels.eps;
                   2366: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
                   2367: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
                   2368: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
                   2369: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
                   2370: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
                   2371: Dynamic_Replication_Change.eps;
                   2372: Dynamic_Replication_Request.eps;
                   2373: Load_Balance_Example.eps;
                   2374: LONCAPA_Network_Diagram2.eps;
                   2375: LONCAPA_Network_Diagram.eps;
                   2376: Map_Example.eps;
                   2377: Resource_Assembly.eps;
1.163     harris41 2378: authorRemote.eps;
                   2379: constructionSpace.eps;
                   2380: constructionSpaceForPublishing.eps;
                   2381: creatingANewCourse.eps;
                   2382: creatingNewProblemResource.eps;
                   2383: dynamic_piecewise.eps;
                   2384: dynamic_piecewise2.eps;
                   2385: dynamic_plot.eps;
                   2386: dynamic_plot2.eps;
                   2387: formulaResponse.eps;
                   2388: lonhelpheader.eps;
                   2389: login.eps;
1.192     bowersj2 2390: mainCourseDocuments.eps;
1.163     harris41 2391: mapAdvancedEditorNew.eps;
                   2392: mapClickedStart.eps;
                   2393: mapEditFirstClick.eps;
                   2394: mapEditInitial.eps;
                   2395: mapEditingButton.eps;
                   2396: mapEditorDirectoryBrowser.eps;
                   2397: mapEditorResourceChosen.eps;
                   2398: mapEditorSelection.eps;
                   2399: mapInsertResource.eps;
                   2400: mapNewResource.eps;
                   2401: mapSecondWindowSecondResource.eps;
                   2402: mapSimpleEditor.eps;
                   2403: mapStraightened.eps;
                   2404: mapTwoResources.eps;
                   2405: numericalResponse1.eps;
                   2406: numericalResponseEditor.eps;
                   2407: numericalResponseSlopeProblem.eps;
                   2408: numericalResponseVarInText.eps;
                   2409: optionResponseEditing.eps;
                   2410: optionResponseProblem.eps;
                   2411: publishMetadata.eps;
                   2412: radioResponse2.eps;
                   2413: radioResponseHint.eps;
                   2414: smallHelp.eps;
                   2415: spreadsheet_hierarchy.eps;
                   2416: stringResponseEditor.eps;
1.150     bowersj2 2417: studentInterface.eps
1.140     bowersj2 2418: </filenames>
                   2419: </fileglob>
                   2420: <fileglob>
                   2421: <glob>*.*</glob>
                   2422: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
                   2423: <targetdir dist='default'>
                   2424: home/httpd/html/adm/help/tex/</targetdir>
1.162     harris41 2425: <categoryname>interface file</categoryname>
1.140     bowersj2 2426: <description>
                   2427: Tex files for the help system
                   2428: </description>
                   2429: <filenames>
1.163     harris41 2430: About_Authors_Manual.tex;
1.321     www      2431: About_Bombs.tex;
1.276     bowersj2 2432: About_Communication.tex;
                   2433: About_Developers_Manual.tex;
1.163     harris41 2434: About_Numerical_and_Formula_Response.tex;
1.350     www      2435: all_functions_table.tex;
1.371     albertel 2436: adaptive_hints.tex;
1.361     www      2437: Additional_Help.tex;
1.163     harris41 2438: Ambiguous_Reference.tex;
1.309     matthew  2439: Analysis_Analyze_Over.tex;
1.350     www      2440: Analyze_Problem.tex;
1.278     bowersj2 2441: Annotation.tex;
1.276     bowersj2 2442: Authentication.tex;
1.163     harris41 2443: Authoring_Adding_Pictures.tex;
1.248     bowersj2 2444: Authoring_DataResponse.tex;
1.350     www      2445: Authoring_Dynamic_Plot_Axes.tex;
                   2446: Authoring_Dynamic_Plot_Curve_Data.tex;
                   2447: Authoring_Dynamic_Plot_Curve_Function.tex;
                   2448: Authoring_Dynamic_Plot_Curve.tex;
                   2449: Authoring_Dynamic_Plot_Gnuplot.tex;
                   2450: Authoring_Dynamic_Plot_Key.tex;
                   2451: Authoring_Dynamic_Plot_Label.tex;
                   2452: Authoring_Dynamic_Plot_Linestyle.tex;
1.163     harris41 2453: Authoring_Dynamic_Plot.tex;
1.350     www      2454: Authoring_Dynamic_Plot_Tics.tex;
                   2455: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248     bowersj2 2456: Authoring_ExternalResponse.tex;
                   2457: Authoring_Foil_Structure_Tags.tex;
1.350     www      2458: Authoring_Hint_Tags.tex;
1.163     harris41 2459: Authoring_HTML_vs_Tex.tex;
1.248     bowersj2 2460: Authoring_ImageResponse.tex;
                   2461: Authoring_Input_Tags.tex;
                   2462: Authoring_Internal_Tags.tex;
1.163     harris41 2463: Authoring_M_Tag.tex;
1.248     bowersj2 2464: Authoring_NumericalResponse.tex;
                   2465: Authoring_OptionResponse.tex;
                   2466: Authoring_Output_Tags.tex;
1.254     bowersj2 2467: Authoring_Pictures_EPS.tex;
1.163     harris41 2468: Authoring_Piecewise_Plot.tex;
1.248     bowersj2 2469: Authoring_RadiobuttonResponse.tex;
                   2470: Authoring_Response_Attributes.tex;
1.350     www      2471: Authoring_Responseparam_Parameter.tex;
1.248     bowersj2 2472: Authoring_Response_Tag_Intro.tex;
                   2473: Authoring_Scripting_Tags.tex;
                   2474: Authoring_Structure_Tags.tex;
                   2475: Authoring_XML_Intro.tex;
1.350     www      2476: Author_LON-CAPA_Introduction.tex;
                   2477: Author_Manual_Title_Page.tex;
                   2478: Author_Numerical_and_Formula.tex;
                   2479: Author_Remote_Control.tex;
1.278     bowersj2 2480: Bookmarks.tex;
                   2481: Bugzilla.tex;
1.267     www      2482: Caching.tex;
1.246     bowersj2 2483: Calendar_Add_Announcement.tex;
                   2484: Calendar_Remove_Announcement.tex;
1.163     harris41 2485: Calling_Functions.tex;
1.350     www      2486: CAPA_LON-CAPA_function_diffs.tex;
1.276     bowersj2 2487: Cascading_Parameters.tex;
1.278     bowersj2 2488: Change_Colors.tex;
                   2489: Change_Password.tex;
1.249     matthew  2490: Chart_Description.tex;
1.374     albertel 2491: Change_Discussion_Display.tex;
1.249     matthew  2492: Chart_Output_Data.tex;
                   2493: Chart_Output_Formats.tex;
1.276     bowersj2 2494: Chatting.tex;
1.163     harris41 2495: Coauthor.tex;
                   2496: Construction_Space_Overview.tex;
1.276     bowersj2 2497: Course_Add_Other.tex;
1.163     harris41 2498: Course_Add_Student.tex;
1.278     bowersj2 2499: Course_Broadcast_Message.tex;
                   2500: Course_Change_Privileges.tex;
1.163     harris41 2501: Course_Chart_To_Excel.tex;
1.254     bowersj2 2502: Course_Chat.tex;
1.163     harris41 2503: Course_Convert_To_CSV.tex;
                   2504: Course_Create_Class_List.tex;
                   2505: Course_Critical_Message.tex;
                   2506: Course_Deleting.tex;
                   2507: Course_Disable_Discussion.tex;
                   2508: Course_Discussion_Board.tex;
                   2509: Course_Drop_Student.tex;
                   2510: Course_Edit_Content.tex;
1.276     bowersj2 2511: Course_Editing_Custom_Roles.tex;
1.278     bowersj2 2512: Course_Extending_Due_Dates.tex;
1.254     bowersj2 2513: Course_Face_To_Face_Records.tex;
1.163     harris41 2514: Course_Feedback_Addresses.tex;
                   2515: Course_Homework_Performance_Overview.tex;
1.350     www      2516: Course_Manually_Grade_Problem.tex;
1.197     albertel 2517: Course_Manual_Title_Page.tex;
1.264     bowersj2 2518: Course_Maximum_Collaborators.tex;
1.163     harris41 2519: Course_Message_Access.tex;
1.254     bowersj2 2520: Course_Modify_Student_Data.tex;
1.264     bowersj2 2521: Course_Parameter_Levels.tex;
1.163     harris41 2522: Course_Problem_Weight.tex;
1.254     bowersj2 2523: Course_Set_Start_End_Date.tex;
1.163     harris41 2524: Course_Setting_Parameters.tex;
                   2525: Course_Student_Grade_Override.tex;
                   2526: Course_Student_Work.tex;
                   2527: Course_Toplevel_Seq.tex;
1.254     bowersj2 2528: Course_User_Evaluation.tex;
1.264     bowersj2 2529: Course_User_Parameter.tex;
1.278     bowersj2 2530: Course_View_Class_List.tex;
1.248     bowersj2 2531: Create_Course.tex;
1.163     harris41 2532: Creating_A_Course_Intro.tex;
                   2533: Creating_New_Content_Pages.tex;
                   2534: Creating_Online_Problems.tex;
                   2535: Creating_Radio_Response_Problems.tex;
1.276     bowersj2 2536: Developer_Manual_Title_Page.tex;
                   2537: Developer_Tutorial.tex;
1.264     bowersj2 2538: Docs_About_Bulletin_Board.tex;
                   2539: Docs_About_My_Personal_Info.tex;
                   2540: Docs_About_Simple_Page.tex;
                   2541: Docs_About_Syllabus.tex;
1.200     bowersj2 2542: Docs_Adding_Course_Doc.tex;
                   2543: Docs_Adding_External_Resource.tex;
                   2544: Docs_Adding_Folders.tex;
1.400     albertel 2545: Docs_Adding_Pages.tex;
1.278     bowersj2 2546: Docs_Adding_Syllabus.tex;
1.264     bowersj2 2547: Docs_Alternatives.tex;
1.365     www      2548: Docs_Check_Resource_Versions.tex;
1.200     bowersj2 2549: Docs_Creating_From_Template.tex;
1.365     www      2550: Docs_Dump_Course_Docs.tex;
1.264     bowersj2 2551: Docs_Editing_Templated_Pages.tex;
1.365     www      2552: Docs_Essay.tex;
1.200     bowersj2 2553: Docs_Importing_LON-CAPA_Resource.tex;
1.268     bowersj2 2554: Docs_Load_Map.tex;
1.200     bowersj2 2555: Docs_Main_Course_Documents.tex;
                   2556: Docs_Navigate_Content.tex;
1.365     www      2557: Docs_Option_Response.tex;
1.200     bowersj2 2558: Docs_Overview.tex;
1.365     www      2559: Docs_Radio.tex;
1.265     bowersj2 2560: Docs_Score_Upload_Form.tex;
1.365     www      2561: Docs_Search.tex;
                   2562: Docs_Simple_Problem.tex;
                   2563: Docs_String_Response.tex;
1.200     bowersj2 2564: Docs_Supplemental.tex;
                   2565: Docs_Uploading_From_Harddrive.tex;
1.365     www      2566: Docs_Verify_Content.tex;
                   2567: Edit_Syllabus.tex;
1.372     albertel 2568: exam_basics.tex;
1.365     www      2569: Exploring_Your_Course.tex;
1.276     bowersj2 2570: Finding_Resources.tex;
1.163     harris41 2571: Foils.tex;
1.248     bowersj2 2572: Formula_Response_Adv_Intro.tex;
1.163     harris41 2573: Formula_Response_Example.tex;
                   2574: Formula_Response_Limitations.tex;
                   2575: Formula_Response_Problems.tex;
                   2576: Formula_Response_Sampling.tex;
                   2577: Formula_Tolerance.tex;
1.187     www      2578: General_Intro.tex;
1.330     www      2579: Generation.tex;
1.331     www      2580: GradingOptions.tex;
1.219     albertel 2581: Greek_Symbols.tex;
1.276     bowersj2 2582: Guts_Apache_Env.tex;
                   2583: Guts_Apache_Modules.tex;
1.350     www      2584: Guts_Apache.tex;
1.276     bowersj2 2585: Guts_Authentication.tex;
                   2586: Guts_Authoring.tex;
                   2587: Guts_Coding_Guidelines.tex;
                   2588: Guts_Course_Dir.tex;
                   2589: Guts_User_Dir.tex;
1.365     www      2590: Help.tex;
                   2591: Helper_Course_Initialization.tex;
1.163     harris41 2592: How_To_Edit_Existing_Content_Pages.tex;
1.276     bowersj2 2593: Latex_Footer.tex;
                   2594: Latex_Header.tex;
1.254     bowersj2 2595: Leaving_Feedback.tex;
1.163     harris41 2596: Login_To_LON-CAPA.tex;
                   2597: Metadata_Description.tex;
1.365     www      2598: Navigation_Screen.tex;
1.178     bowersj2 2599: Navmap_Host_Down.tex;
1.376     raeburn  2600: NavMaps_MarkPosts_Read.tex;
1.163     harris41 2601: Numerical_Response_Advanced_Example.tex;
                   2602: Numerical_Response_Format.tex;
1.350     www      2603: Numerical_Response_Introduction.tex;
1.163     harris41 2604: Numerical_Response_Intro.tex;
                   2605: Numerical_Response_Parts_A.tex;
                   2606: Numerical_Response_Parts_B.tex;
                   2607: Numerical_Response_Problems.tex;
                   2608: Numerical_Response_Randomization.tex;
                   2609: Numerical_Response_Simple_Example.tex;
                   2610: Numerical_Response_Tutorial_A.tex;
                   2611: Numerical_Response_Units.tex;
1.371     albertel 2612: numerical_wrong_answers.tex;
1.163     harris41 2613: Option_Response_Concept_Group_Example.tex;
                   2614: Option_Response_Matching_Example.tex;
                   2615: Option_Response_Problem_Creation.tex;
                   2616: Option_Response_Problem_Figure.tex;
                   2617: Option_Response_Problem_Parts.tex;
                   2618: Option_Response_Problems.tex;
                   2619: Option_Response_Simple.tex;
1.219     albertel 2620: Other_Symbols.tex;
1.194     albertel 2621: Part_Tag_Edit_Help.tex;
1.264     bowersj2 2622: Personal_Info_Page.tex;
1.248     bowersj2 2623: Physical_Units.tex;
1.361     www      2624: Prefs_About_Me.tex;
1.254     bowersj2 2625: Prefs_Forwarding.tex;
1.361     www      2626: Prefs_Language.tex;
1.254     bowersj2 2627: Prefs_Screen_Name_Nickname.tex;
1.388     sakharuk 2628: Print_Options.tex;
1.278     bowersj2 2629: Print_Resource.tex;
1.163     harris41 2630: Problem_Editor_Testing_Area.tex;
                   2631: Problem_Editor_XML_Index.tex;
1.248     bowersj2 2632: Problem_LON-CAPA_Functions.tex;
1.163     harris41 2633: Problem_Types.tex;
                   2634: Publishing_A_Resource.tex;
                   2635: Publishing_Author_Tutorial_Segue.tex;
                   2636: Publishing_Copyright.tex;
                   2637: Publishing_Intro.tex;
                   2638: Publishing_Keywords.tex;
1.191     bowersj2 2639: Quick_Grades_Possibly_Correct.tex;
1.163     harris41 2640: Radio_Response_Problems.tex;
                   2641: Radio_Response_Randomization.tex;
1.248     bowersj2 2642: Ranking_Problems.tex;
1.266     www      2643: Receipt.tex;
1.361     www      2644: Remote_Menu.tex;
1.276     bowersj2 2645: Resource_Discussion.tex;
1.163     harris41 2646: Resource_Types.tex;
1.276     bowersj2 2647: Roles_About.tex;
1.361     www      2648: Roles_Screen.tex;
1.248     bowersj2 2649: Script_Functions.tex;
1.350     www      2650: Scripting_Help.tex;
1.163     harris41 2651: Script_Tutorial_Intro.tex;
1.248     bowersj2 2652: Script_Variables.tex;
1.360     albertel 2653: Search_Advanced.tex;
                   2654: Search_Basic.tex;
                   2655: Searching.tex;
1.278     bowersj2 2656: Sending_Email.tex;
1.163     harris41 2657: Sequence_Advanced_Editor_Creation.tex;
                   2658: Sequence_Definition.tex;
                   2659: Sequence_Editor_Selection.tex;
                   2660: Sequence_Page_Maps.tex;
                   2661: Sequence_Simple_Editor_Creation.tex;
                   2662: Sequence_Top-Level.tex;
                   2663: Significant_Figures.tex;
1.278     bowersj2 2664: Spreadsheet_About.tex;
1.279     matthew  2665: Spreadsheet_Calculation.tex;
                   2666: Spreadsheet_Calculation_Time.tex;
                   2667: Spreadsheet_Cell_Editing.tex;
                   2668: Spreadsheet_Editing.tex;
1.278     bowersj2 2669: Spreadsheet_Export_Row.tex;
1.279     matthew  2670: Spreadsheet_Files.tex;
1.278     bowersj2 2671: Spreadsheet_Functions.tex;
1.279     matthew  2672: Spreadsheet_Hierarchy.tex;
                   2673: Spreadsheet_HowTo_Assessments.tex;
                   2674: Spreadsheet_HowTo.tex;
                   2675: Spreadsheet_Layout.tex;
1.278     bowersj2 2676: Spreadsheet_Levels.tex;
                   2677: Spreadsheet_Max_Depth_Exceeded.tex;
                   2678: Spreadsheet_Parms.tex;
                   2679: Spreadsheet_Problem_Weight.tex;
1.279     matthew  2680: Spreadsheet_Referencing_Cells.tex;
                   2681: Spreadsheet_Referencing_Parameters.tex;
                   2682: Spreadsheet_Row_Numbers.tex;
                   2683: Spreadsheet_Student_View.tex;
1.278     bowersj2 2684: Spreadsheet_Student_Visible.tex;
                   2685: Spreadsheet_Template_Row.tex;
                   2686: Spreadsheet_Ternary_Operator.tex;
                   2687: Spreadsheet_Tries.tex;
1.329     matthew  2688: Statistics_Overall_Key.tex;
1.375     matthew  2689: Statistics_Sequence.tex;
1.368     matthew  2690: Statistics_Cache.tex;
1.163     harris41 2691: String_Response_Problem_Creation.tex;
                   2692: String_Response_Problems.tex;
1.248     bowersj2 2693: Syllabus_ExtLink.tex;
                   2694: Syllabus_URLs.tex;
1.392     sakharuk 2695: TEXDropEmptyColumns_attribute.tex;
1.399     albertel 2696: TEXitemgroupwidth_attribute.tex;
1.400     albertel 2697: TEXitemgroup_attribute.tex;
1.392     sakharuk 2698: TEXlayout_attribute.tex;
1.388     sakharuk 2699: TEXsize_attribute.tex;
1.392     sakharuk 2700: TEXtype_attribute.tex;
1.389     sakharuk 2701: TEXwidth_attribute.tex;
1.163     harris41 2702: Tolerance.tex;
1.248     bowersj2 2703: Uploaded_Templates_PublicView.tex;
                   2704: Uploaded_Templates_TextBoxes.tex;
1.163     harris41 2705: Variable_Naming_Conventions.tex;
                   2706: Variables_in_Scripts.tex;
                   2707: Variables_in_the_Answer_Block.tex;
1.248     bowersj2 2708: Variables_in_the_Text_Block.tex;
1.350     www      2709: Variable_Tutorial_A.tex;
1.276     bowersj2 2710: What_Is_LON-CAPA.tex;
                   2711: Why_LON-CAPA.tex;
1.317     www      2712: </filenames>
                   2713: </fileglob>
                   2714: <fileglob>
                   2715: <glob>*.*</glob>
                   2716: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
                   2717: <targetdir dist='default'>
                   2718: home/httpd/html/adm/help/tex/ru/</targetdir>
                   2719: <categoryname>interface file</categoryname>
                   2720: <description>
                   2721: Russian Tex files for the help system
                   2722: </description>
                   2723: <filenames>
                   2724: About_Authors_Manual.tex;
1.319     www      2725: About_Communication.tex;
1.324     sakharuk 2726: About_Developers_Manual.tex;
1.319     www      2727: About_Numerical_and_Formula_Response.tex;
1.334     sakharuk 2728: CAPA_LON-CAPA_function_diffs.tex;
1.360     albertel 2729: Course_Maximum_Collaborators.tex;
1.324     sakharuk 2730: Course_Set_Start_End_Date.tex;
1.319     www      2731: Creating_A_Course_Intro.tex;
1.324     sakharuk 2732: Other_Symbols.tex;
1.319     www      2733: Physical_Units.tex;
1.317     www      2734: Print_Resource.tex;
1.324     sakharuk 2735: Authoring_Adding_Pictures.tex;
1.140     bowersj2 2736: </filenames>
                   2737: </fileglob>
                   2738: <file>
                   2739: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
                   2740: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162     harris41 2741: <categoryname>interface file</categoryname>
1.140     bowersj2 2742: <description>
                   2743: A gdbm file containing a label->tex file hash.
1.15      harris41 2744: </description>
                   2745: <status>works/unverified</status>
                   2746: </file>
                   2747: <file>
1.7       harris41 2748: <source>loncom/interface/lonstatistics.pm</source>
                   2749: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   2750: <categoryname>handler</categoryname>
                   2751: <description>
                   2752: Handler to show statistics on solving LON-CAPA problems.
1.326     matthew  2753: </description>
                   2754: <status>works/unverified</status>
                   2755: </file>
                   2756: <file>
                   2757: <source>loncom/interface/statistics/lonstathelpers.pm</source>
                   2758: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
1.370     albertel 2759: <categoryname>handler</categoryname>
1.326     matthew  2760: <description>
                   2761: Utility module for statistics and data mining.
1.144     stredwic 2762: </description>
                   2763: <status>works/unverified</status>
                   2764: </file>
                   2765: <file>
1.400     albertel 2766: <source>loncom/interface/lontrackstudent.pm</source>
                   2767: <target dist='default'>home/httpd/lib/perl/Apache/lontrackstudent.pm</target>
                   2768: <categoryname>handler</categoryname>
                   2769: <description>
                   2770: Handler to parse and analyze activity.log
                   2771: </description>
                   2772: <status>works/unverified</status>
                   2773: </file>
                   2774: <file>
1.144     stredwic 2775: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162     harris41 2776: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
                   2777: </target>
1.144     stredwic 2778: <categoryname>handler</categoryname>
                   2779: <description>
1.162     harris41 2780: The module that generate the html for the Problem Statistics web pages.
1.338     matthew  2781: </description>
                   2782: </file>
                   2783: <file>
1.366     matthew  2784: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
                   2785: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
                   2786: </target>
1.370     albertel 2787: <categoryname>handler</categoryname>
1.366     matthew  2788: <description>
                   2789: Gives instructors access to compiled survey results.
                   2790: </description>
                   2791: </file>
                   2792: <file>
1.338     matthew  2793: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
                   2794: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
                   2795: </target>
                   2796: <categoryname>handler</categoryname>
                   2797: <description>
                   2798: Generates excel file containing student submissions and correct answers.
1.332     matthew  2799: </description>
                   2800: </file>
                   2801: <file>
                   2802: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
                   2803: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
                   2804: </target>
                   2805: <categoryname>handler</categoryname>
                   2806: <description>
                   2807: The module that generate the html for the correct problems plot web pages.
1.169     stredwic 2808: </description>
                   2809: <status>works/unverified</status>
                   2810: </file>
                   2811: <file>
                   2812: <source>loncom/interface/statistics/lonpercentage.pm</source>
                   2813: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
                   2814: </target>
                   2815: <categoryname>handler</categoryname>
                   2816: <description>
                   2817: The module that generate the html for the Percentage graph web pages.
1.144     stredwic 2818: </description>
                   2819: <status>works/unverified</status>
                   2820: </file>
                   2821: <file>
                   2822: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162     harris41 2823: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
                   2824: </target>
1.144     stredwic 2825: <categoryname>handler</categoryname>
                   2826: <description>
1.296     matthew  2827: This module provides detailed analysis and raw data for submissions of various problem types.
                   2828: </description>
                   2829: <status>works/unverified</status>
                   2830: </file>
                   2831: <file>
                   2832: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
                   2833: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
                   2834: </target>
                   2835: <categoryname>handler</categoryname>
                   2836: <description>
                   2837: This module produces plots of the times of students attempts on an assessment.
1.144     stredwic 2838: </description>
                   2839: <status>works/unverified</status>
                   2840: </file>
                   2841: <file>
                   2842: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162     harris41 2843: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
                   2844: </target>
1.144     stredwic 2845: <categoryname>handler</categoryname>
                   2846: <description>
                   2847: The module that generate the html for the Student Assessment/Chart web pages.
1.7       harris41 2848: </description>
                   2849: <status>works/unverified</status>
                   2850: </file>
                   2851: <file>
1.5       harris41 2852: <source>loncom/publisher/londiff.pm</source>
                   2853: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   2854: <categoryname>handler</categoryname>
                   2855: <description>
                   2856: Handler to show difference between two files.
1.221     www      2857: </description>
                   2858: <status>works/unverified</status>
                   2859: </file>
                   2860: <file>
                   2861: <source>loncom/publisher/lonrights.pm</source>
                   2862: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
                   2863: <categoryname>handler</categoryname>
                   2864: <description>
                   2865: Handler to show and edit custom distribution rights
1.5       harris41 2866: </description>
                   2867: <status>works/unverified</status>
1.4       harris41 2868: </file>
                   2869: <file>
1.5       harris41 2870: <source>loncom/publisher/lonupload.pm</source>
                   2871: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   2872: <categoryname>handler</categoryname>
                   2873: <description>
                   2874: Handler to upload files through browser into construction space.
                   2875: </description>
                   2876: <status>works/unverified</status>
1.4       harris41 2877: </file>
                   2878: <file>
1.76      harris41 2879: <source>doc/man/Apache__lonupload.3</source>
                   2880: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83      harris41 2881: <categoryname>doc</categoryname>
1.76      harris41 2882: <description>man page for lonupload.pm</description>
                   2883: <build trigger='always run'>
1.115     harris41 2884: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
                   2885: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
1.76      harris41 2886: </build>
                   2887: <status>works/unverified</status>
                   2888: <dependencies>
                   2889: ../../loncom/publisher/lonupload.pm
                   2890: </dependencies>
                   2891: </file>
                   2892: <file>
1.118     harris41 2893: <source>doc/lib/perl/Apache/lonupload.html</source>
                   2894: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112     harris41 2895: </target>
1.83      harris41 2896: <categoryname>doc</categoryname>
1.76      harris41 2897: <description>POD-derived page for lonupload.pm</description>
                   2898: <build trigger='always run'>
1.115     harris41 2899: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
1.118     harris41 2900: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
                   2901: echo 'pod2html lonupload.pm'
1.76      harris41 2902: </build>
                   2903: <status>works/unverified</status>
                   2904: <dependencies>
                   2905: ../../loncom/publisher/lonupload.pm
                   2906: </dependencies>
                   2907: </file>
                   2908: <file>
1.5       harris41 2909: <source>loncom/homework/essayresponse.pm</source>
                   2910: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   2911: <categoryname>handler</categoryname>
                   2912: <description>
                   2913: Handler to evaluate essay (ungraded) style responses.
1.92      albertel 2914: </description>
                   2915: <status>works/unverified</status>
                   2916: </file>
                   2917: <file>
                   2918: <source>loncom/homework/externalresponse.pm</source>
                   2919: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
                   2920: <categoryname>handler</categoryname>
                   2921: <description>
                   2922: Handler to evaluate externally graded responses.
                   2923: </description>
                   2924: <status>works/unverified</status>
                   2925: </file>
                   2926: <file>
                   2927: <source>loncom/homework/loncapagrade.pm</source>
                   2928: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
                   2929: <categoryname>handler</categoryname>
                   2930: <description>
1.133     harris41 2931: Holds results and defines
                   2932: tag handlers needed by externalresponse.pm
1.5       harris41 2933: </description>
                   2934: <status>works/unverified</status>
1.4       harris41 2935: </file>
                   2936: <file>
1.5       harris41 2937: <source>loncom/publisher/lonpubdir.pm</source>
                   2938: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   2939: <categoryname>handler</categoryname>
                   2940: <description>
                   2941: Handler to publish directories.
1.172     www      2942: </description>
                   2943: </file>
                   2944: <file>
                   2945: <source>loncom/publisher/lonunauthorized.pm</source>
                   2946: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
                   2947: <categoryname>handler</categoryname>
                   2948: <description>
                   2949: Handler to explain failed contruction space access.
1.5       harris41 2950: </description>
1.4       harris41 2951: </file>
                   2952: <file>
1.76      harris41 2953: <source>doc/man/Apache__lonpubdir.3</source>
                   2954: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83      harris41 2955: <categoryname>doc</categoryname>
1.76      harris41 2956: <description>man page for lonpubdir.pm</description>
                   2957: <build trigger='always run'>
1.115     harris41 2958: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
                   2959: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
1.76      harris41 2960: </build>
                   2961: <status>works/unverified</status>
                   2962: <dependencies>
                   2963: ../../loncom/lonnet/perl/lonnet.pm
                   2964: </dependencies>
                   2965: </file>
                   2966: <file>
1.118     harris41 2967: <source>doc/lib/perl/Apache/lonpubdir.html</source>
                   2968: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112     harris41 2969: </target>
1.83      harris41 2970: <categoryname>doc</categoryname>
1.76      harris41 2971: <description>POD-derived page for lonpubdir.pm</description>
                   2972: <build trigger='always run'>
1.115     harris41 2973: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
1.118     harris41 2974: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
                   2975: echo 'pod2html lonpubdir.pm'
1.76      harris41 2976: </build>
                   2977: <status>works/unverified</status>
                   2978: <dependencies>
                   2979: ../../loncom/publisher/lonpubdir.pm
                   2980: </dependencies>
                   2981: </file>
                   2982: <file>
1.5       harris41 2983: <source>loncom/publisher/lonretrieve.pm</source>
                   2984: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   2985: <categoryname>handler</categoryname>
                   2986: <description>
                   2987: Handler to retrieve old versions from resource space.
                   2988: </description>
                   2989: <status>works/unverified</status>
1.4       harris41 2990: </file>
                   2991: <file>
1.76      harris41 2992: <source>doc/man/Apache__lonretrieve.3</source>
                   2993: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83      harris41 2994: <categoryname>doc</categoryname>
1.76      harris41 2995: <description>man page for lonretrieve.pm</description>
                   2996: <build trigger='always run'>
1.115     harris41 2997: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
                   2998: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
1.76      harris41 2999: </build>
                   3000: <status>works/unverified</status>
                   3001: <dependencies>
                   3002: ../../loncom/publisher/lonretrieve.pm
                   3003: </dependencies>
                   3004: </file>
                   3005: <file>
1.118     harris41 3006: <source>doc/lib/perl/Apache/lonretrieve.html</source>
                   3007: <target dist='default'>
                   3008: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112     harris41 3009: </target>
1.83      harris41 3010: <categoryname>doc</categoryname>
1.76      harris41 3011: <description>POD-derived page for lonretrieve.pm</description>
                   3012: <build trigger='always run'>
1.115     harris41 3013: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
1.118     harris41 3014: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
                   3015: echo 'pod2html lonretrieve.pm'
1.76      harris41 3016: </build>
                   3017: <status>works/unverified</status>
                   3018: <dependencies>
                   3019: ../../loncom/publisher/lonretrieve.pm
                   3020: </dependencies>
                   3021: </file>
                   3022: <file>
1.5       harris41 3023: <source>loncom/homework/edit.pm</source>
                   3024: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   3025: <categoryname>handler</categoryname>
                   3026: <description>
                   3027: Helper functions when in homework edit mode.
                   3028: </description>
1.4       harris41 3029: </file>
                   3030: <file>
1.86      harris41 3031: <source>doc/man/Apache__edit.3</source>
                   3032: <target dist='default'>usr/man/man3/Apache::edit.3</target>
                   3033: <categoryname>doc</categoryname>
                   3034: <description>man page for edit.pm</description>
                   3035: <build trigger='always run'>
1.115     harris41 3036: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
1.112     harris41 3037: echo 'manifying edit.pm'
1.86      harris41 3038: </build>
                   3039: <status>works/unverified</status>
                   3040: <dependencies>
                   3041: ../../loncom/homework/edit.pm
                   3042: </dependencies>
                   3043: </file>
                   3044: <file>
1.118     harris41 3045: <source>doc/lib/perl/Apache/edit.html</source>
                   3046: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
                   3047: </target>
1.86      harris41 3048: <categoryname>doc</categoryname>
                   3049: <description>POD-derived page for edit.pm</description>
                   3050: <build trigger='always run'>
1.118     harris41 3051: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
                   3052: ../../doc/lib/perl/Apache/edit.html \
1.115     harris41 3053: &amp;&amp; echo 'pod2html edit.pm'
1.86      harris41 3054: </build>
                   3055: <status>works/unverified</status>
                   3056: <dependencies>
                   3057: ../../loncom/homework/edit.pm
                   3058: </dependencies>
                   3059: </file>
                   3060: <file>
1.5       harris41 3061: <source>loncom/interface/lonmeta.pm</source>
                   3062: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   3063: <categoryname>handler</categoryname>
                   3064: <description>Metadata display handler.</description>
                   3065: <status>works/unverified</status>
1.4       harris41 3066: </file>
                   3067: <file>
1.5       harris41 3068: <source>rat/lonambiguous.pm</source>
                   3069: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   3070: <categoryname>handler</categoryname>
                   3071: <description>
                   3072: Handler to resolve ambiguous file locations.
                   3073: </description>
                   3074: <status>works/unverified</status>
1.4       harris41 3075: </file>
                   3076: <file>
1.5       harris41 3077: <source>rat/lonratparms.pm</source>
                   3078: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   3079: <categoryname>handler</categoryname>
                   3080: <description>
                   3081: Handler to set resource parameters inside of the RAT based on metadata.
                   3082: </description>
                   3083: <status>works/unverified</status>
1.4       harris41 3084: </file>
                   3085: <file>
1.5       harris41 3086: <source>rat/lonsequence.pm</source>
                   3087: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   3088: <categoryname>handler</categoryname>
                   3089: <description>
                   3090: Handler for showing sequence objects of educational resources.
                   3091: </description>
                   3092: <status>works/unverified</status>
1.4       harris41 3093: </file>
                   3094: <file>
1.5       harris41 3095: <source>loncom/interface/loncreatecourse.pm</source>
                   3096: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   3097: <categoryname>handler</categoryname>
                   3098: <description>
1.72      harris41 3099: Allows domain coordinators to create new courses and assign course
                   3100: coordinators.
1.5       harris41 3101: </description>
1.10      harris41 3102: <status>works/unverified</status>
1.4       harris41 3103: </file>
                   3104: <file>
1.5       harris41 3105: <source>loncom/interface/loncreateuser.pm</source>
                   3106: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   3107: <categoryname>handler</categoryname>
                   3108: <description>
1.72      harris41 3109: Allows users to within their own privileges create/edit users and give
                   3110: them roles. 
1.5       harris41 3111: </description>
                   3112: <status>works/unverified</status>
1.143     stredwic 3113: </file>
                   3114: <file>
                   3115: <source>loncom/interface/lonhtmlcommon.pm</source>
                   3116: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
                   3117: <categoryname>handler</categoryname>
                   3118: <description>
                   3119: Contains a set of functions that generate html controls and data layouts
1.282     www      3120: </description>
                   3121: </file>
                   3122: <file>
1.382     www      3123: <source>loncom/interface/lonspeller.pm</source>
                   3124: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
                   3125: <categoryname>handler</categoryname>
                   3126: <description>
                   3127: Contains a set of functions to use Aspell
                   3128: </description>
                   3129: </file>
                   3130: <file>
1.282     www      3131: <source>loncom/localize/lonlocal.pm</source>
                   3132: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
                   3133: <categoryname>handler</categoryname>
                   3134: <description>
                   3135: Contains the &mt access function to Locale::Maketext
                   3136: </description>
                   3137: </file>
                   3138: <file>
                   3139: <source>loncom/localize/localize.pm</source>
                   3140: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
                   3141: <categoryname>handler</categoryname>
                   3142: <description>
                   3143: Localization class for Locale::Maketext
1.138     stredwic 3144: </description>
                   3145: </file>
1.283     www      3146: <fileglob>
                   3147: <glob>*.pm</glob>
                   3148: <sourcedir>loncom/localize/localize/</sourcedir>
                   3149: <targetdir dist='default'>
                   3150: home/httpd/lib/perl/Apache/localize/</targetdir>
                   3151: <categoryname>static conf</categoryname>
                   3152: <description>
                   3153: Translation files.
                   3154: </description>
                   3155: <filenames>
1.285     www      3156: de.pm;
1.288     www      3157: pt.pm;
1.336     www      3158: fr.pm;
1.288     www      3159: ja.pm;
1.297     www      3160: tr.pm;
1.305     www      3161: ru.pm;
                   3162: fa.pm;
                   3163: ar.pm;
1.314     www      3164: es.pm;
1.400     albertel 3165: x_chef.pm;
1.283     www      3166: </filenames>
                   3167: </fileglob>
1.138     stredwic 3168: <file>
                   3169: <source>loncom/interface/loncoursedata.pm</source>
                   3170: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
                   3171: <categoryname>handler</categoryname>
                   3172: <description>
                   3173: Common functions for handling student course data (download and process)
1.5       harris41 3174: </description>
1.4       harris41 3175: </file>
                   3176: <file>
1.5       harris41 3177: <source>loncom/interface/loncommon.pm</source>
                   3178: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   3179: <categoryname>handler</categoryname>
                   3180: <description>
                   3181: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 3182: user, domain, home_server, course_id.
1.5       harris41 3183: </description>
                   3184: <status>works/unverified</status>
1.4       harris41 3185: </file>
                   3186: <file>
1.76      harris41 3187: <source>doc/man/Apache__loncommon.3</source>
                   3188: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83      harris41 3189: <categoryname>doc</categoryname>
1.76      harris41 3190: <description>man page for loncommon.pm</description>
                   3191: <build trigger='always run'>
1.115     harris41 3192: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
                   3193: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
1.76      harris41 3194: </build>
                   3195: <status>works/unverified</status>
                   3196: <dependencies>
                   3197: ../../loncom/interface/loncommon.pm
                   3198: </dependencies>
                   3199: </file>
                   3200: <file>
1.118     harris41 3201: <source>doc/lib/perl/Apache/loncommon.html</source>
                   3202: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112     harris41 3203: </target>
1.83      harris41 3204: <categoryname>doc</categoryname>
1.76      harris41 3205: <description>POD-derived page for loncommon.pm</description>
                   3206: <build trigger='always run'>
1.115     harris41 3207: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
1.118     harris41 3208: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
                   3209: echo 'pod2html loncommon.pm'
1.76      harris41 3210: </build>
                   3211: <status>works/unverified</status>
                   3212: <dependencies>
                   3213: ../../loncom/interface/loncommon.pm
                   3214: </dependencies>
                   3215: </file>
                   3216: <file>
1.5       harris41 3217: <source>loncom/homework/grades.pm</source>
                   3218: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   3219: <categoryname>handler</categoryname>
                   3220: <description>Handles the viewing of grades.</description>
1.4       harris41 3221: </file>
                   3222: <file>
1.5       harris41 3223: <source>loncom/homework/imageresponse.pm</source>
                   3224: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   3225: <categoryname>handler</categoryname>
                   3226: <description>
                   3227: Coordinates the response to clicking an image.
                   3228: </description>
                   3229: <status>works/unverified</status>
1.4       harris41 3230: </file>
                   3231: <file>
1.5       harris41 3232: <source>loncom/homework/optionresponse.pm</source>
                   3233: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   3234: <categoryname>handler</categoryname>
1.27      harris41 3235: <description>
                   3236: Handles tags associated with showing a list of options.</description>
1.4       harris41 3237: </file>
                   3238: <file>
1.5       harris41 3239: <source>loncom/homework/outputtags.pm</source>
                   3240: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   3241: <categoryname>handler</categoryname>
                   3242: <description>
                   3243: Handles tags associated with output.  Seems to relate to due dates of the
                   3244: assignment.
                   3245: </description>
1.10      harris41 3246: <status>works/unverified</status>
1.4       harris41 3247: </file>
1.255     albertel 3248: 
                   3249: <file>
                   3250:   <source>loncom/homework/chemresponse.pm</source>
1.256     albertel 3251:   <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255     albertel 3252:   <categoryname>handler</categoryname>
                   3253:   <description>
                   3254:     Handle the tags organicresponse/structure and reationresponse
                   3255:   </description>
                   3256:   <status>works/unverified</status>
                   3257: </file>
                   3258: 
                   3259: <fileglob>
                   3260:   <glob>*.*</glob>
                   3261:   <sourcedir>loncom/html/adm/jme/</sourcedir>
                   3262:   <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
                   3263:   <categoryname>interface file</categoryname>
                   3264:   <description>
                   3265:     JME files, for editing organic structures
                   3266:   </description>
                   3267:   <filenames>
                   3268: JME.jar;
                   3269: jme.gif;
1.258     albertel 3270: jme_help.html;
1.255     albertel 3271: nitro.gif;
                   3272: smiles.gif
                   3273:   </filenames>
                   3274: </fileglob>
1.291     albertel 3275: 
                   3276: <file>
                   3277:   <source>loncom/homework/convertjme.pl</source>
                   3278:   <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
                   3279:   <categoryname>script</categoryname>
                   3280:   <description>
                   3281:     Dynamically converts JME strings into either a png or ps file.
                   3282:   </description>
                   3283: </file>
                   3284: 
1.4       harris41 3285: <file>
1.6       harris41 3286: <source>loncom/interface/lontest.pm</source>
                   3287: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   3288: <categoryname>handler</categoryname>
                   3289: <description>
                   3290: Used for debugging and testing the LON-CAPA system.
                   3291: </description>
1.10      harris41 3292: <status>works/unverified</status>
1.6       harris41 3293: </file>
                   3294: <file>
                   3295: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 3296: <target dist='default'>
                   3297: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 3298: <categoryname>handler</categoryname>
                   3299: <description>
                   3300: Handles multiple-choice style responses.
                   3301: </description>
1.10      harris41 3302: <status>works/unverified</status>
1.6       harris41 3303: </file>
                   3304: <file>
                   3305: <source>loncom/interface/lonassignments.pm</source>
                   3306: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
                   3307: <categoryname>handler</categoryname>
                   3308: <description>
                   3309: Handles processing of assignments.
                   3310: </description>
1.10      harris41 3311: <status>works/unverified</status>
1.6       harris41 3312: </file>
                   3313: <file>
                   3314: <source>loncom/interface/loncommunicate.pm</source>
                   3315: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   3316: <categoryname>handler</categoryname>
1.72      harris41 3317: <description>
                   3318: Will be the access handler to email sending, as well as the planned
                   3319: chatrooms, etc.
                   3320: </description>
1.10      harris41 3321: <status>works/unverified</status>
1.6       harris41 3322: </file>
                   3323: <file>
                   3324: <source>loncom/interface/lonerrorhandler.pm</source>
                   3325: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   3326: <categoryname>handler</categoryname>
                   3327: <description>
                   3328: Handles errors.
                   3329: </description>
1.10      harris41 3330: <status>works/unverified</status>
1.6       harris41 3331: </file>
                   3332: <file>
                   3333: <source>loncom/interface/lonevaluate.pm</source>
                   3334: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   3335: <categoryname>handler</categoryname>
                   3336: <description>
                   3337: Handles evaluation.
                   3338: </description>
1.10      harris41 3339: <status>works/unverified</status>
1.6       harris41 3340: </file>
                   3341: <file>
                   3342: <source>loncom/interface/lonfeedback.pm</source>
                   3343: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   3344: <categoryname>handler</categoryname>
                   3345: <description>
                   3346: Handles feedback from students to instructors and system administrators.
1.72      harris41 3347: Provides a screenshot of the current
                   3348: resource, as well as previous attempts if the resource was a homework.
                   3349: Used by lonmsg.pm.
1.6       harris41 3350: </description>
1.10      harris41 3351: <status>works/unverified</status>
1.4       harris41 3352: </file>
                   3353: <file>
1.6       harris41 3354: <source>loncom/interface/lonnavmaps.pm</source>
                   3355: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   3356: <categoryname>handler</categoryname>
                   3357: <description>
                   3358: Handles navigational maps.
1.211     bowersj2 3359: </description>
                   3360: <status>works/unverified</status>
1.227     albertel 3361: </file>
                   3362: <file>
                   3363: <source>doc/man/Apache__lonnavmaps.3</source>
                   3364: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
                   3365: <categoryname>doc</categoryname>
                   3366: <description>man page for lonnavmaps.pm</description>
                   3367: <build trigger='always run'>
                   3368: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   3369: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
                   3370: </build>
                   3371: <status>works/unverified</status>
                   3372: <dependencies>
                   3373: ../../loncom/interface/lonnavmaps.pm
                   3374: </dependencies>
                   3375: </file>
                   3376: <file>
                   3377: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
                   3378: <target dist='default'>
                   3379: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
                   3380: </target>
                   3381: <categoryname>doc</categoryname>
                   3382: <description>POD-derived page for lonnavmaps.pm</description>
                   3383: <build trigger='always run'>
                   3384: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   3385: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
                   3386: echo 'pod2html lonnavmaps.pm'
                   3387: </build>
                   3388: <status>works/unverified</status>
                   3389: <dependencies>
                   3390: ../../loncom/interface/lonnavmaps.pm
                   3391: </dependencies>
1.211     bowersj2 3392: </file>
                   3393: <file>
1.231     bowersj2 3394: <source>loncom/interface/lonhelper.pm</source>
                   3395: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211     bowersj2 3396: <categoryname>handler</categoryname>
                   3397: <description>
1.235     bowersj2 3398: Helper framework.
                   3399: </description>
                   3400: <status>works/unverified</status>
                   3401: </file>
                   3402: <file>
                   3403: <source>loncom/html/adm/helper/parameter.helper</source>
                   3404: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
                   3405: <categoryname>handler</categoryname>
                   3406: <description>
                   3407: Parameter setting helper.
1.242     bowersj2 3408: </description>
                   3409: <status>works/unverified</status>
                   3410: </file>
                   3411: <file>
                   3412: <source>loncom/html/adm/helper/course.initialization.helper</source>
                   3413: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
                   3414: <categoryname>handler</categoryname>
                   3415: <description>
                   3416: Course initialization helper.
1.189     bowersj2 3417: </description>
                   3418: <status>works/unverified</status>
                   3419: </file>
                   3420: <file>
                   3421: <source>loncom/interface/lonquickgrades.pm</source>
                   3422: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
                   3423: <categoryname>handler</categoryname>
                   3424: <description>
                   3425: Student quick grades interface.
1.6       harris41 3426: </description>
1.10      harris41 3427: <status>works/unverified</status>
1.4       harris41 3428: </file>
                   3429: <file>
1.6       harris41 3430: <source>loncom/interface/lonpreferences.pm</source>
                   3431: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   3432: <categoryname>handler</categoryname>
                   3433: <description>
                   3434: Handles user preferences associated with customizing the online LON-CAPA
                   3435: educational environment.
                   3436: </description>
1.10      harris41 3437: <status>works/unverified</status>
1.6       harris41 3438: </file>
                   3439: <file>
                   3440: <source>loncom/interface/lonprintout.pm</source>
                   3441: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   3442: <categoryname>handler</categoryname>
                   3443: <description>
                   3444: Handles the production of printable files and resources.
                   3445: </description>
1.10      harris41 3446: <status>works/unverified</status>
1.340     matthew  3447: </file>
                   3448: <file>
                   3449:   <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
                   3450:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
                   3451:   <categoryname>system file</categoryname>
                   3452:   <description>
                   3453:       Provides a common interface to LON-CAPA metadata.
                   3454:   </description>
1.6       harris41 3455: </file>
                   3456: <file>
                   3457: <source>loncom/interface/lonsearchcat.pm</source>
                   3458: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   3459: <categoryname>handler</categoryname>
                   3460: <description>
                   3461: Handles a searchable catalogue.
1.148     matthew  3462: </description>
                   3463: <status>works/unverified</status>
                   3464: </file>
                   3465: <file>
                   3466: <source>loncom/interface/lonmysql.pm</source>
                   3467: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
                   3468: <categoryname>handler</categoryname>
                   3469: <description>
                   3470: Provides utility functions for creating and accessing mysql database tables.
1.6       harris41 3471: </description>
1.10      harris41 3472: <status>works/unverified</status>
1.4       harris41 3473: </file>
                   3474: <file>
1.76      harris41 3475: <source>doc/man/Apache__lonsearchcat.3</source>
                   3476: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83      harris41 3477: <categoryname>doc</categoryname>
1.76      harris41 3478: <description>man page for lonsearchcat.pm</description>
                   3479: <build trigger='always run'>
1.115     harris41 3480: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
                   3481: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
1.76      harris41 3482: </build>
                   3483: <status>works/unverified</status>
                   3484: <dependencies>
                   3485: ../../loncom/interface/lonsearchcat.pm
                   3486: </dependencies>
                   3487: </file>
                   3488: <file>
1.118     harris41 3489: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
                   3490: <target dist='default'>
                   3491: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112     harris41 3492: </target>
1.83      harris41 3493: <categoryname>doc</categoryname>
1.76      harris41 3494: <description>POD-derived page for lonsearchcat.pm</description>
                   3495: <build trigger='always run'>
1.115     harris41 3496: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
1.118     harris41 3497: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
                   3498: echo 'pod2html lonsearchcat.pm'
1.76      harris41 3499: </build>
                   3500: <status>works/unverified</status>
                   3501: <dependencies>
                   3502: ../../loncom/interface/lonsearchcat.pm
                   3503: </dependencies>
1.232     www      3504: </file>
                   3505: <file>
                   3506: <source>loncom/interface/lonmanagekeys.pm</source>
                   3507: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
                   3508: <categoryname>handler</categoryname>
                   3509: <description>
                   3510: Allows users with "mky" privileges to generate and manage course access keys.
                   3511: </description>
                   3512: <status>works/unverified</status>
1.76      harris41 3513: </file>
                   3514: <file>
1.6       harris41 3515: <source>loncom/interface/londropadd.pm</source>
                   3516: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   3517: <categoryname>handler</categoryname>
                   3518: <description>
1.72      harris41 3519: Allows course coordinators to upload courselists in different formats, and
                   3520: automatically create users (if they do not exist already), assign them the
                   3521: role of student in a course, and add them to the classlist.
1.6       harris41 3522: </description>
1.10      harris41 3523: <status>works/unverified</status>
1.6       harris41 3524: </file>
                   3525: <file>
1.380     matthew  3526: <source>loncom/interface/lonviewclasslist.pm</source>
                   3527: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
                   3528: <categoryname>handler</categoryname>
                   3529: <description>
                   3530: Allows users (including students) to view the classlist of their course.
                   3531: </description>
                   3532: <status>works/unverified</status>
                   3533: </file>
                   3534: <file>
1.6       harris41 3535: <source>loncom/interface/lonmsg.pm</source>
                   3536: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   3537: <categoryname>handler</categoryname>
                   3538: <description>
1.72      harris41 3539: lonmsg.pm has several functions to send and receive internal messages.
                   3540: author_res_msg - send message to resource author.
                   3541: user_crit_msg - send a critical message to a user. A critical message
                   3542: will require acknowledgment by the recipient and the sender will be notified.
                   3543: user_crit_received - routine to trigger acknowledgment.
                   3544: statuschange - change the status of a message (read, replied, forwarded, etc).
                   3545: The handler also displays messages, has routines to reply, etc.
1.6       harris41 3546: </description>
1.10      harris41 3547: <status>works/unverified</status>
1.6       harris41 3548: </file>
                   3549: <file>
                   3550: <source>loncom/homework/hint.pm</source>
                   3551: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   3552: <categoryname>handler</categoryname>
                   3553: <description>
                   3554: This handler coordinates the delivery of hints to students working on LON-CAPA
                   3555: problems and assignments.
                   3556: </description>
1.10      harris41 3557: <status>works/unverified</status>
1.6       harris41 3558: </file>
                   3559: <file>
1.244     matthew  3560: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6       harris41 3561: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   3562: <categoryname>handler</categoryname>
                   3563: <description>
1.244     matthew  3564: The top level interface for the display and editing of spreadsheets.  There
                   3565: are three levels of spreadsheet.
                   3566: </description>
                   3567: <status>works/unverified</status>
                   3568: </file>
                   3569: <file>
                   3570: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
                   3571: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
                   3572: <categoryname>handler</categoryname>
                   3573: <description>
                   3574: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
                   3575: assesscalc).
                   3576: </description>
                   3577: <status>works/unverified</status>
                   3578: </file>
                   3579: <file>
                   3580: <source>loncom/interface/spreadsheet/classcalc.pm</source>
                   3581: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
                   3582: <categoryname>handler</categoryname>
                   3583: <description>
                   3584: Defines the specifics of the course level spreadsheet.
                   3585: </description>
                   3586: <status>works/unverified</status>
                   3587: </file>
                   3588: <file>
                   3589: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
                   3590: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
                   3591: <categoryname>handler</categoryname>
                   3592: <description>
                   3593: Defines the specifics of the student level spreadsheet.
                   3594: </description>
                   3595: <status>works/unverified</status>
                   3596: </file>
                   3597: <file>
                   3598: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
                   3599: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
                   3600: <categoryname>handler</categoryname>
                   3601: <description>
                   3602: Defines the specifics of the assessment level spreadsheet.
1.6       harris41 3603: </description>
1.10      harris41 3604: <status>works/unverified</status>
1.6       harris41 3605: </file>
                   3606: <file>
                   3607: <source>loncom/interface/lonparmset.pm</source>
                   3608: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   3609: <categoryname>handler</categoryname>
                   3610: <description>
                   3611: Handler to resolve ambiguous file locations
                   3612: </description>
1.10      harris41 3613: <status>works/unverified</status>
1.6       harris41 3614: </file>
                   3615: <file>
1.76      harris41 3616: <source>doc/man/Apache__lonparmset.3</source>
                   3617: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83      harris41 3618: <categoryname>doc</categoryname>
1.76      harris41 3619: <description>man page for lonparmset.pm</description>
                   3620: <build trigger='always run'>
1.115     harris41 3621: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
                   3622: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
1.76      harris41 3623: </build>
                   3624: <status>works/unverified</status>
                   3625: <dependencies>
                   3626: ../../loncom/interface/lonparmset.pm
                   3627: </dependencies>
                   3628: </file>
                   3629: <file>
1.118     harris41 3630: <source>doc/lib/perl/Apache/lonparmset.html</source>
                   3631: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112     harris41 3632: </target>
1.83      harris41 3633: <categoryname>doc</categoryname>
1.76      harris41 3634: <description>POD-derived page for lonparmset.pm</description>
                   3635: <build trigger='always run'>
1.115     harris41 3636: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
1.118     harris41 3637: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
                   3638: echo 'pod2html lonparmset.pm'
1.76      harris41 3639: </build>
                   3640: <status>works/unverified</status>
                   3641: <dependencies>
                   3642: ../../loncom/interface/lonparmset.pm
                   3643: </dependencies>
                   3644: </file>
                   3645: <file>
1.6       harris41 3646: <source>loncom/publisher/lonconstruct.pm</source>
                   3647: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   3648: <categoryname>handler</categoryname>
                   3649: <description>
                   3650: Page wrapper for handling construction space.
                   3651: </description>
1.10      harris41 3652: <status>works/unverified</status>
1.6       harris41 3653: </file>
                   3654: <file>
                   3655: <source>loncom/publisher/lonpublisher.pm</source>
                   3656: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   3657: <categoryname>handler</categoryname>
                   3658: <description>
                   3659: Publishes an LON-CAPA educational resource complete with metadata
                   3660: (authorship, language, copyright, creation date, etc).
                   3661: </description>
1.10      harris41 3662: <status>works/unverified</status>
1.6       harris41 3663: </file>
                   3664: <file>
1.76      harris41 3665: <source>doc/man/Apache__lonpublisher.3</source>
                   3666: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83      harris41 3667: <categoryname>doc</categoryname>
1.76      harris41 3668: <description>man page for lonpublisher.pm</description>
                   3669: <build trigger='always run'>
1.115     harris41 3670: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
                   3671: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
1.76      harris41 3672: </build>
                   3673: <status>works/unverified</status>
                   3674: <dependencies>
                   3675: ../../loncom/publisher/lonpublisher.pm
                   3676: </dependencies>
                   3677: </file>
                   3678: <file>
1.118     harris41 3679: <source>doc/lib/perl/Apache/lonpublisher.html</source>
                   3680: <target dist='default'>
                   3681: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112     harris41 3682: </target>
1.83      harris41 3683: <categoryname>doc</categoryname>
1.76      harris41 3684: <description>POD-derived page for lonpublisher.pm</description>
                   3685: <build trigger='always run'>
1.115     harris41 3686: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
1.118     harris41 3687: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
                   3688: echo 'pod2html lonpublisher.pm'
1.76      harris41 3689: </build>
                   3690: <status>works/unverified</status>
                   3691: <dependencies>
                   3692: ../../loncom/publisher/lonpublisher.pm
                   3693: </dependencies>
                   3694: </file>
                   3695: <file>
1.6       harris41 3696: <source>loncom/interface/lonmenu.pm</source>
                   3697: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   3698: <categoryname>handler</categoryname>
                   3699: <description>
                   3700: Has routines which control the remote control.
1.228     www      3701: </description>
                   3702: <status>works/unverified</status>
                   3703: </file>
                   3704: <file>
                   3705: <source>loncom/interface/lonremote.pm</source>
                   3706: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
                   3707: <categoryname>handler</categoryname>
                   3708: <description>
1.367     matthew  3709: Handler to launch and collapse the remote control.
1.6       harris41 3710: </description>
1.10      harris41 3711: <status>works/unverified</status>
1.6       harris41 3712: </file>
                   3713: <file>
1.367     matthew  3714: <source>loncom/interface/portfolio.pm</source>
                   3715: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
                   3716: <categoryname>handler</categoryname>
                   3717: <description>
                   3718: Handler to manage user portfolios
                   3719: </description>
                   3720: <status>unverified</status>
                   3721: </file>
                   3722: <file>
1.6       harris41 3723: <source>rat/lonpageflip.pm</source>
                   3724: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   3725: <categoryname>handler</categoryname>
                   3726: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 3727: <status>works/unverified</status>
1.6       harris41 3728: </file>
                   3729: <file>
                   3730: <source>rat/lonratedt.pm</source>
                   3731: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   3732: <categoryname>handler</categoryname>
                   3733: <description>
                   3734: Builds up frame set and loads in the right thing.
                   3735: </description>
1.10      harris41 3736: <status>works/unverified</status>
1.6       harris41 3737: </file>
                   3738: <file>
1.397     raeburn  3739: <source>rat/lonratmenu.pm</source>
                   3740: <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
                   3741: <categoryname>handler</categoryname>
                   3742: <description>
                   3743: Creates horizontal menubar in advanced RAT
                   3744: </description>
                   3745: <status>works/unverified</status>
                   3746: </file>
                   3747: <file>
1.6       harris41 3748: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   3749: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   3750: <categoryname>handler</categoryname>
                   3751: <description>
                   3752: Homework remote control.
1.157     www      3753: </description>
                   3754: <status>works/unverified</status>
                   3755: </file>
                   3756: <file>
                   3757: <source>loncom/html/res/adm/pages/chatroom.html</source>
                   3758: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
                   3759: <categoryname>handler</categoryname>
                   3760: <description>
                   3761: Establishes frameset for chatroom
1.6       harris41 3762: </description>
1.10      harris41 3763: <status>works/unverified</status>
1.6       harris41 3764: </file>
                   3765: <file>
                   3766: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   3767: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   3768: <categoryname>handler</categoryname>
                   3769: <description>
1.10      harris41 3770: This will take annotations and then plug them into a page.
1.6       harris41 3771: </description>
1.10      harris41 3772: <status>works/unverified</status>
1.6       harris41 3773: </file>
                   3774: <file>
                   3775: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   3776: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   3777: <categoryname>handler</categoryname>
                   3778: <description>
                   3779: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 3780: interface.
1.6       harris41 3781: </description>
1.10      harris41 3782: <status>works/unverified</status>
1.6       harris41 3783: </file>
                   3784: <file>
                   3785: <source>rat/lonratsrv.pm</source>
                   3786: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   3787: <categoryname>handler</categoryname>
                   3788: <description>
1.27      harris41 3789: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   3790: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   3791: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 3792: </description>
1.10      harris41 3793: <status>works/unverified</status>
1.6       harris41 3794: </file>
                   3795: <file>
                   3796: <source>rat/lonpage.pm</source>
                   3797: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   3798: <categoryname>handler</categoryname>
                   3799: <description>
                   3800: bundles pages into one page
                   3801: </description>
1.10      harris41 3802: <status>works/unverified</status>
1.6       harris41 3803: </file>
                   3804: <file>
1.76      harris41 3805: <source>doc/man/Apache__lonpage.3</source>
                   3806: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83      harris41 3807: <categoryname>doc</categoryname>
1.76      harris41 3808: <description>man page for lonpage.pm</description>
                   3809: <build trigger='always run'>
1.115     harris41 3810: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
                   3811: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
1.76      harris41 3812: </build>
                   3813: <status>works/unverified</status>
                   3814: <dependencies>
                   3815: ../../rat/lonpage.pm
                   3816: </dependencies>
                   3817: </file>
                   3818: <file>
1.118     harris41 3819: <source>doc/lib/perl/Apache/lonpage.html</source>
                   3820: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112     harris41 3821: </target>
1.83      harris41 3822: <categoryname>doc</categoryname>
1.76      harris41 3823: <description>POD-derived page for lonnet.pm</description>
                   3824: <build trigger='always run'>
1.115     harris41 3825: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
1.118     harris41 3826: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
1.76      harris41 3827: </build>
                   3828: <status>works/unverified</status>
                   3829: <dependencies>
                   3830: ../../rat/lonpage.pm
                   3831: </dependencies>
                   3832: </file>
                   3833: <file>
1.6       harris41 3834: <source>rat/lonuserstate.pm</source>
                   3835: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   3836: <categoryname>handler</categoryname>
                   3837: <description>
1.133     harris41 3838: compile course into binary data structure
1.6       harris41 3839: </description>
1.10      harris41 3840: <status>works/unverified</status>
1.6       harris41 3841: </file>
                   3842: <file>
1.76      harris41 3843: <source>doc/man/Apache__lonuserstate.3</source>
                   3844: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83      harris41 3845: <categoryname>doc</categoryname>
1.76      harris41 3846: <description>man page for lonnet.pm</description>
                   3847: <build trigger='always run'>
1.115     harris41 3848: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
                   3849: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
1.76      harris41 3850: </build>
                   3851: <status>works/unverified</status>
                   3852: <dependencies>
                   3853: ../../rat/lonuserstate.pm
                   3854: </dependencies>
                   3855: </file>
                   3856: <file>
1.118     harris41 3857: <source>doc/lib/perl/Apache/lonuserstate.html</source>
                   3858: <target dist='default'>
                   3859: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112     harris41 3860: </target>
1.83      harris41 3861: <categoryname>doc</categoryname>
1.76      harris41 3862: <description>POD-derived page for lonuserstate.pm</description>
                   3863: <build trigger='always run'>
1.115     harris41 3864: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
1.118     harris41 3865: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
                   3866: echo 'pod2html lonuserstate.pm'
1.76      harris41 3867: </build>
                   3868: <status>works/unverified</status>
                   3869: <dependencies>
                   3870: ../../rat/lonuserstate.pm
                   3871: </dependencies>
                   3872: </file>
                   3873: <file>
1.6       harris41 3874: <source>loncom/xml/lontex.pm</source>
                   3875: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   3876: <categoryname>handler</categoryname>
                   3877: <description>
1.133     harris41 3878: Handler for tex files
1.6       harris41 3879: </description>
1.10      harris41 3880: <status>works/unverified</status>
1.6       harris41 3881: </file>
                   3882: <file>
                   3883: <source>loncom/xml/lontexconvert.pm</source>
                   3884: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   3885: <categoryname>handler</categoryname>
                   3886: <description>
                   3887: Access to tth/ttm
                   3888: </description>
1.10      harris41 3889: <status>works/unverified</status>
1.6       harris41 3890: </file>
                   3891: <file>
                   3892: <source>loncom/xml/lonxml.pm</source>
                   3893: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   3894: <categoryname>handler</categoryname>
                   3895: <description>
                   3896: XML Parsing Module
1.78      harris41 3897: </description>
                   3898: <status>works/unverified</status>
                   3899: </file>
                   3900: <file>
                   3901: <source>loncom/xml/lonplot.pm</source>
                   3902: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   3903: <categoryname>handler</categoryname>
                   3904: <description>
                   3905: XML-based plotter of graphs
1.6       harris41 3906: </description>
1.10      harris41 3907: <status>works/unverified</status>
1.6       harris41 3908: </file>
                   3909: <file>
                   3910: <source>loncom/xml/style.pm</source>
                   3911: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   3912: <categoryname>handler</categoryname>
                   3913: <description>
                   3914: Style Parsing Module
                   3915: </description>
1.10      harris41 3916: <status>works/unverified</status>
1.6       harris41 3917: </file>
                   3918: <file>
                   3919: <source>loncom/xml/londefdef.pm</source>
                   3920: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   3921: <categoryname>handler</categoryname>
                   3922: <description>
                   3923: Tags Default Definition Module
                   3924: </description>
1.10      harris41 3925: <status>works/unverified</status>
1.4       harris41 3926: </file>
                   3927: <file>
1.6       harris41 3928: <source>loncom/xml/run.pm</source>
                   3929: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   3930: <categoryname>handler</categoryname>
                   3931: <description>
                   3932: used to prevent poorly written problems from causing lingering after effects
                   3933: </description>
1.10      harris41 3934: <status>works/unverified</status>
1.4       harris41 3935: </file>
                   3936: <file>
1.6       harris41 3937: <source>loncom/xml/scripttag.pm</source>
                   3938: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   3939: <categoryname>handler</categoryname>
                   3940: <description>
                   3941: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   3942: &lt;import&gt;
1.290     www      3943: </description>
                   3944: <status>works/unverified</status>
                   3945: </file>
                   3946: <file>
                   3947: <source>loncom/xml/languagetags.pm</source>
                   3948: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
                   3949: <categoryname>handler</categoryname>
                   3950: <description>
                   3951: implements &lt;mt&gt;
1.6       harris41 3952: </description>
1.10      harris41 3953: <status>works/unverified</status>
1.185     albertel 3954: </file>
                   3955: <file>
                   3956: <source>loncom/homework/randomlylabel.pm</source>
                   3957: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
                   3958: <categoryname>handler</categoryname>
                   3959: <description>
                   3960: Handler for compositing images, and text together.
1.339     albertel 3961: </description>
                   3962: </file>
                   3963: <file>
                   3964: <source>loncom/homework/drawimage.pm</source>
                   3965: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
                   3966: <categoryname>handler</categoryname>
                   3967: <description>
                   3968: Handler for programtically defining an image
1.318     albertel 3969: </description>
                   3970: </file>
                   3971: <file>
                   3972: <source>loncom/homework/imagechoice.pm</source>
                   3973: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
                   3974: <categoryname>handler</categoryname>
                   3975: <description>
                   3976: Handler for picking out locations on an image.
1.207     www      3977: </description>
                   3978: </file>
                   3979: <file>
                   3980: <source>loncom/homework/rankresponse.pm</source>
                   3981: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
                   3982: <categoryname>handler</categoryname>
                   3983: <description>
                   3984: Handler for rankresponse
1.209     albertel 3985: </description>
                   3986: </file>
                   3987: <file>
                   3988: <source>loncom/homework/matchresponse.pm</source>
                   3989: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
                   3990: <categoryname>handler</categoryname>
                   3991: <description>
                   3992: Handler for matchresponse
1.185     albertel 3993: </description>
1.4       harris41 3994: </file>
                   3995: <file>
1.33      harris41 3996: <source>loncom/homework/randomlabel.pm</source>
                   3997: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   3998: <categoryname>handler</categoryname>
                   3999: <description>
                   4000: Interface for producing applet code which randomizes the labelling of an
                   4001: image.
                   4002: </description>
                   4003: </file>
                   4004: <file>
1.6       harris41 4005: <source>loncom/homework/lonhomework.pm</source>
                   4006: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   4007: <categoryname>handler</categoryname>
1.27      harris41 4008: <description>
                   4009: handles requests for output, evaluation, and alteration of a homework resource
                   4010: </description>
1.95      harris41 4011: <status>works/unverified</status>
1.4       harris41 4012: </file>
                   4013: <file>
1.6       harris41 4014: <source>loncom/homework/inputtags.pm</source>
                   4015: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   4016: <categoryname>handler</categoryname>
                   4017: <description>
                   4018: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   4019: </description>
1.10      harris41 4020: <status>works/unverified</status>
1.4       harris41 4021: </file>
                   4022: <file>
1.6       harris41 4023: <source>loncom/homework/structuretags.pm</source>
                   4024: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   4025: <categoryname>handler</categoryname>
                   4026: <description>
1.27      harris41 4027: produces HTML tags necessary for structuring the presentation of homework
                   4028: resources
1.6       harris41 4029: </description>
1.10      harris41 4030: <status>works/unverified</status>
1.4       harris41 4031: </file>
                   4032: <file>
1.6       harris41 4033: <source>loncom/homework/response.pm</source>
                   4034: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   4035: <categoryname>handler</categoryname>
                   4036: <description>
1.27      harris41 4037: defines different types of responses given to student as well as syntax for
                   4038: producing response values
1.6       harris41 4039: </description>
1.10      harris41 4040: <status>works/unverified</status>
1.4       harris41 4041: </file>
                   4042: <file>
1.6       harris41 4043: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   4044: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   4045: <categoryname>handler</categoryname>
                   4046: <description>
                   4047: handles request to the CAPA homework processing engine
                   4048: </description>
1.10      harris41 4049: <status>works/unverified</status>
1.4       harris41 4050: </file>
                   4051: <file>
1.113     harris41 4052: <source>loncom/xml/Safe.pm</source>
                   4053: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
                   4054: <categoryname>handler</categoryname>
                   4055: <description>
                   4056: Meant to safely substitute for CPAN version of Safe.
                   4057: Allows for safely executing embedded perl comands in
                   4058: a way that does not threaten the operating system.
                   4059: </description>
                   4060: <status>works/unverified</status>
                   4061: </file>
                   4062: <file>
1.241     albertel 4063:   <source>loncom/auth/localauth.pm</source>
                   4064:   <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
                   4065:   <categoryname>handler</categoryname>
                   4066:   <description>
1.208     harris41 4067: Local authentication mechanism.  The target file is meant as a template
                   4068: for a localauth.pm file.  The target file with the -std suffix is not
                   4069: used directly by any software program; it is just a template file.
1.241     albertel 4070:   </description>
                   4071:   <status>works/unverified</status>
                   4072: </file>
                   4073: <file>
                   4074:   <source>loncom/auth/localauth.pm</source>
                   4075:   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   4076:   <categoryname>conf</categoryname>
                   4077:   <description>
                   4078: Local authentication mechanism.  
                   4079:   </description>
                   4080:   <status>works/unverified</status>
1.30      harris41 4081: </file>
                   4082: <file>
1.6       harris41 4083: <source>loncom/auth/lonacc.pm</source>
                   4084: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   4085: <categoryname>handler</categoryname>
                   4086: <description>
                   4087: (This module, like loncacc.pm also authenticates with cookies.)  
                   4088: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   4089: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   4090: as coordinating access to educational resources.
                   4091: </description>
1.10      harris41 4092: <status>works/unverified</status>
1.4       harris41 4093: </file>
                   4094: <file>
1.76      harris41 4095: <source>doc/man/Apache__lonacc.3</source>
                   4096: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83      harris41 4097: <categoryname>doc</categoryname>
1.76      harris41 4098: <description>man page for lonacc.pm</description>
                   4099: <build trigger='always run'>
1.115     harris41 4100: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
                   4101: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
1.76      harris41 4102: </build>
                   4103: <status>works/unverified</status>
                   4104: <dependencies>
                   4105: ../../loncom/auth/lonacc.pm
                   4106: </dependencies>
                   4107: </file>
                   4108: <file>
1.118     harris41 4109: <source>doc/lib/perl/Apache/lonacc.html</source>
                   4110: <target dist='default'>
                   4111: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83      harris41 4112: <categoryname>doc</categoryname>
1.76      harris41 4113: <description>POD-derived page for lonacc.pm</description>
                   4114: <build trigger='always run'>
1.115     harris41 4115: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
1.118     harris41 4116: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
1.76      harris41 4117: </build>
                   4118: <status>works/unverified</status>
                   4119: <dependencies>
                   4120: ../../loncom/auth/lonacc.pm
                   4121: </dependencies>
                   4122: </file>
                   4123: <file>
1.6       harris41 4124: <source>loncom/auth/lonracc.pm</source>
                   4125: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   4126: <categoryname>handler</categoryname>
                   4127: <description>
                   4128: access handler for file transfers
1.151     www      4129: </description>
                   4130: <status>works/unverified</status>
                   4131: </file>
                   4132: <file>
                   4133: <source>loncom/auth/lontokacc.pm</source>
                   4134: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
                   4135: <categoryname>handler</categoryname>
                   4136: <description>
1.154     www      4137: handler for inter-server transfer of token accessed files, includes
                   4138: cleanup handler to remove file when successfully done
                   4139: </description>
                   4140: <status>works/unverified</status>
                   4141: </file>
                   4142: <file>
                   4143: <source>loncom/auth/lonuploadedacc.pm</source>
                   4144: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
                   4145: <categoryname>handler</categoryname>
                   4146: <description>
                   4147: access handler for user uploaded files
                   4148: </description>
                   4149: <status>works/unverified</status>
                   4150: </file>
                   4151: <file>
                   4152: <source>loncom/lontrans.pm</source>
                   4153: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
                   4154: <categoryname>handler</categoryname>
                   4155: <description>
                   4156: URI to filename translation
1.347     www      4157: </description>
                   4158: <status>works/unverified</status>
                   4159: </file>
                   4160: <file>
                   4161: <source>loncom/lonenc.pm</source>
                   4162: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
                   4163: <categoryname>handler</categoryname>
                   4164: <description>
                   4165: Encryption and decryption of URIs
1.6       harris41 4166: </description>
1.10      harris41 4167: <status>works/unverified</status>
1.87      harris41 4168: </file>
                   4169: <file>
                   4170: <source>doc/man/Apache__lonracc.3</source>
                   4171: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
                   4172: <categoryname>doc</categoryname>
                   4173: <description>man page for lonracc.pm</description>
                   4174: <build trigger='always run'>
1.115     harris41 4175: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
                   4176: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
1.87      harris41 4177: </build>
                   4178: <status>works/unverified</status>
                   4179: <dependencies>
                   4180: ../../loncom/auth/lonracc.pm
                   4181: </dependencies>
                   4182: </file>
                   4183: <file>
1.118     harris41 4184: <source>doc/lib/perl/Apache/lonracc.html</source>
                   4185: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112     harris41 4186: </target>
1.87      harris41 4187: <categoryname>doc</categoryname>
                   4188: <description>POD-derived page for lonracc.pm</description>
                   4189: <build trigger='always run'>
1.115     harris41 4190: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
1.118     harris41 4191: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
1.87      harris41 4192: </build>
                   4193: <status>works/unverified</status>
                   4194: <dependencies>
                   4195: ../../loncom/auth/lonracc.pm
                   4196: </dependencies>
1.4       harris41 4197: </file>
                   4198: <file>
1.6       harris41 4199: <source>loncom/auth/loncacc.pm</source>
                   4200: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   4201: <categoryname>handler</categoryname>
                   4202: <description>
                   4203: This module provides access to an educational resource construction area.
                   4204: This module is invoked by the URL-related pattern syntax
                   4205: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   4206: Authentication of user identity
                   4207: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   4208: to "construction-space access").  If the cookie handle is invalid, then
                   4209: this module returns a forbidden status and makes appropriate log entries.
                   4210: If the cookie handle is valid, status is determined to be okay (and,
                   4211: for the "priv"-type access, the resource is delivered by the
                   4212: <tt>lonconstruct</tt> module).
                   4213: </description>
1.10      harris41 4214: <status>works/unverified</status>
1.4       harris41 4215: </file>
                   4216: <file>
1.86      harris41 4217: <source>doc/man/Apache__loncacc.3</source>
                   4218: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
                   4219: <categoryname>doc</categoryname>
                   4220: <description>man page for loncacc.pm</description>
                   4221: <build trigger='always run'>
1.115     harris41 4222: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
                   4223: &amp;&amp; echo 'manifying loncacc.pm'
1.86      harris41 4224: </build>
                   4225: <status>works/unverified</status>
                   4226: <dependencies>
                   4227: ../../loncom/auth/loncacc.pm
                   4228: </dependencies>
                   4229: </file>
                   4230: <file>
1.118     harris41 4231: <source>doc/lib/perl/Apache/loncacc.html</source>
                   4232: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112     harris41 4233: </target>
1.86      harris41 4234: <categoryname>doc</categoryname>
                   4235: <description>POD-derived page for loncacc.pm</description>
                   4236: <build trigger='always run'>
1.115     harris41 4237: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
1.118     harris41 4238: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
1.86      harris41 4239: </build>
                   4240: <status>works/unverified</status>
                   4241: <dependencies>
                   4242: ../../loncom/auth/loncacc.pm
                   4243: </dependencies>
                   4244: </file>
                   4245: <file>
1.6       harris41 4246: <source>loncom/auth/lonauth.pm</source>
                   4247: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   4248: <categoryname>handler</categoryname>
                   4249: <description>authenticate, set up session environment</description>
1.10      harris41 4250: <status>works/unverified</status>
1.4       harris41 4251: </file>
                   4252: <file>
1.6       harris41 4253: <source>loncom/auth/lonlogin.pm</source>
                   4254: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   4255: <categoryname>handler</categoryname>
                   4256: <description>login screen</description>
1.10      harris41 4257: <status>works/unverified</status>
1.4       harris41 4258: </file>
                   4259: <file>
1.355     matthew  4260: <source>loncom/auth/londatecheck.pm</source>
                   4261: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
                   4262: <categoryname>handler</categoryname>
1.356     albertel 4263: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
                   4264: <status>works/unverified</status>
1.355     matthew  4265: </file>
                   4266: <file>
1.6       harris41 4267: <source>loncom/auth/lonlogout.pm</source>
                   4268: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   4269: <categoryname>handler</categoryname>
                   4270: <description>logout</description>
1.10      harris41 4271: <status>works/unverified</status>
1.4       harris41 4272: </file>
                   4273: <file>
1.6       harris41 4274: <source>loncom/lonnet/perl/lonrep.pm</source>
                   4275: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   4276: <categoryname>handler</categoryname>
                   4277: <description>replication</description>
1.345     raeburn  4278: </file>
                   4279: <file>
                   4280: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
                   4281: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
                   4282: <categoryname>handler</categoryname>
                   4283: <description>copying of uploaded files</description>
1.4       harris41 4284: </file>
                   4285: <file>
1.6       harris41 4286: <source>loncom/auth/lonroles.pm</source>
                   4287: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   4288: <categoryname>handler</categoryname>
                   4289: <description>
                   4290: This perl handling module reads in the available roles available
                   4291: for a LON-CAPA user (different courses, different privileges, etc)
                   4292: and produces a form-element HTML page which allows the user to select
                   4293: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   4294: a user may want to select between being a student in a thermodynamics
                   4295: physics course or a teaching assistant for an introductory calculus
                   4296: class.
                   4297: </description>
1.86      harris41 4298: </file>
                   4299: <file>
                   4300: <source>doc/man/Apache__lonroles.3</source>
                   4301: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
                   4302: <categoryname>doc</categoryname>
                   4303: <description>man page for lonroles.pm</description>
                   4304: <build trigger='always run'>
1.115     harris41 4305: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
                   4306: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
1.86      harris41 4307: </build>
                   4308: <status>works/unverified</status>
                   4309: <dependencies>
                   4310: ../../loncom/auth/lonroles.pm
                   4311: </dependencies>
                   4312: </file>
                   4313: <file>
1.118     harris41 4314: <source>doc/lib/perl/Apache/lonroles.html</source>
                   4315: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112     harris41 4316: </target>
1.86      harris41 4317: <categoryname>doc</categoryname>
                   4318: <description>POD-derived page for lonroles.pm</description>
                   4319: <build trigger='always run'>
1.115     harris41 4320: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
1.118     harris41 4321: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
1.86      harris41 4322: </build>
                   4323: <status>works/unverified</status>
                   4324: <dependencies>
                   4325: ../../loncom/auth/lonroles.pm
                   4326: </dependencies>
1.4       harris41 4327: </file>
                   4328: <file>
1.363     albertel 4329: <source>loncom/interface/lonsource.pm</source>
                   4330: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
                   4331: <categoryname>handler</categoryname>
                   4332: <description>
                   4333: Problem source code viewer
                   4334: </description>
                   4335: <status>works/unverified</status>
                   4336: </file>
                   4337: <file>
1.6       harris41 4338: <source>loncom/interface/lonindexer.pm</source>
                   4339: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   4340: <categoryname>handler</categoryname>
                   4341: <description>
                   4342: cross server filesystem browser
                   4343: </description>
1.10      harris41 4344: <status>works/unverified</status>
1.76      harris41 4345: </file>
                   4346: <file>
                   4347: <source>doc/man/Apache__lonindexer.3</source>
                   4348: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83      harris41 4349: <categoryname>doc</categoryname>
1.76      harris41 4350: <description>man page for lonindexer.pm</description>
                   4351: <build trigger='always run'>
1.115     harris41 4352: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
                   4353: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
1.76      harris41 4354: </build>
                   4355: <status>works/unverified</status>
                   4356: <dependencies>
                   4357: ../../loncom/interface/lonindexer.pm
                   4358: </dependencies>
                   4359: </file>
                   4360: <file>
1.118     harris41 4361: <source>doc/lib/perl/Apache/lonindexer.html</source>
                   4362: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112     harris41 4363: </target>
1.83      harris41 4364: <categoryname>doc</categoryname>
1.76      harris41 4365: <description>POD-derived page for lonindexer.pm</description>
                   4366: <build trigger='always run'>
1.115     harris41 4367: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
1.118     harris41 4368: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
                   4369: echo 'pod2html lonindexer.pm'
1.76      harris41 4370: </build>
                   4371: <status>works/unverified</status>
                   4372: <dependencies>
                   4373: ../../loncom/interface/lonindexer.pm
                   4374: </dependencies>
1.4       harris41 4375: </file>
                   4376: <file>
1.24      harris41 4377: <source>loncom/interface/groupsort.pm</source>
                   4378: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   4379: <categoryname>handler</categoryname>
                   4380: <description>
                   4381: Implements a second phase of importing multiple resources into the RAT.
                   4382: Allows for reordering the sequence of resources.
                   4383: </description>
                   4384: <status>works/unverified</status>
                   4385: </file>
                   4386: <file>
1.6       harris41 4387: <source>loncom/lonnet/perl/lonnet.pm</source>
                   4388: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   4389: <categoryname>handler</categoryname>
                   4390: <description>
                   4391: This file is an interface to the lonc processes of the LON-CAPA network
                   4392: as well as set of elaborated functions for handling information necessary
                   4393: for navigating through a given cluster of LON-CAPA machines within a domain.
                   4394: There are over 40 specialized functions in this module which handle
                   4395: the reading and transmission of metadata, user information
                   4396: (ids, names, environments, roles, logs), file information (storage, reading,
                   4397: directories, extensions, replication, embedded styles and descriptors),
                   4398: educational resources (course descriptions, section names and numbers),
                   4399: url hashing (to assign roles on a url basis), and translating abbreviated
                   4400: symbols to and from more descriptive phrases or explanations.
                   4401: </description>
1.10      harris41 4402: <status>works/unverified</status>
1.73      harris41 4403: </file>
                   4404: <file>
                   4405: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 4406: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83      harris41 4407: <categoryname>doc</categoryname>
1.73      harris41 4408: <description>man page for lonnet.pm</description>
                   4409: <build trigger='always run'>
1.115     harris41 4410: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
                   4411: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
1.73      harris41 4412: </build>
                   4413: <status>works/unverified</status>
                   4414: <dependencies>
                   4415: ../../loncom/lonnet/perl/lonnet.pm
                   4416: </dependencies>
                   4417: </file>
                   4418: <file>
1.118     harris41 4419: <source>doc/lib/perl/Apache/lonnet.html</source>
                   4420: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
                   4421: </target>
1.83      harris41 4422: <categoryname>doc</categoryname>
1.73      harris41 4423: <description>POD-derived page for lonnet.pm</description>
                   4424: <build trigger='always run'>
1.115     harris41 4425: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
1.118     harris41 4426: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
1.73      harris41 4427: </build>
                   4428: <status>works/unverified</status>
                   4429: <dependencies>
                   4430: ../../loncom/lonnet/perl/lonnet.pm
                   4431: </dependencies>
1.4       harris41 4432: </file>
                   4433: <file>
1.6       harris41 4434: <source>loncom/html/index.html</source>
                   4435: <target dist='default'>home/httpd/html/index.html</target>
                   4436: <categoryname>interface file</categoryname>
                   4437: <description>bumps to login</description>
1.280     www      4438: </file>
                   4439: <file>
                   4440: <source>loncom/html/index.html</source>
                   4441: <target dist='default'>home/httpd/html/origindex.html</target>
                   4442: <categoryname>interface file</categoryname>
                   4443: <description>bumps to login, backup for takeonline</description>
1.181     www      4444: </file>
                   4445: <file>
                   4446: <source>loncom/html/favicon.ico</source>
                   4447: <target dist='default'>home/httpd/html/favicon.ico</target>
                   4448: <categoryname>interface file</categoryname>
                   4449: <description>Bookmark and tab icon</description>
1.4       harris41 4450: </file>
1.6       harris41 4451: <link>
                   4452: <linkto>etc/mime.types</linkto>
                   4453: <target dist='default'>etc/httpd/conf/mime.types</target>
                   4454: <categoryname>symbolic link</categoryname>
                   4455: <description>symbolic link to /etc/mime.types</description>
                   4456: </link>
                   4457: <link>
                   4458: <linkto>home/httpd/html/res</linkto>
                   4459: <target dist='default'>home/httpd/html/raw</target>
                   4460: <categoryname>symbolic link</categoryname>
                   4461: <description>symbolic link to /home/httpd/html/res</description>
                   4462: </link>
1.4       harris41 4463: <file>
1.6       harris41 4464: <source>loncom/html/adm/notfound.html</source>
                   4465: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   4466: <categoryname>interface file</categoryname>
                   4467: <description>
                   4468: static html page that is shown when an attempt is made to access a document
                   4469: not present on the web server
                   4470: </description>
1.4       harris41 4471: </file>
                   4472: <file>
1.6       harris41 4473: <source>loncom/html/adm/unauthorized.html</source>
                   4474: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   4475: <categoryname>interface file</categoryname>
                   4476: <description>
1.27      harris41 4477: static html page that is shown when an attempt is made to access a document
                   4478: which is restricted based on file or server configurations
1.32      harris41 4479: </description>
                   4480: </file>
                   4481: <file>
                   4482: <source>loncom/html/adm/help/searchcat.html</source>
1.109     harris41 4483: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32      harris41 4484: <categoryname>interface file</categoryname>
                   4485: <description>
                   4486: Help page for the search engine.
1.6       harris41 4487: </description>
1.4       harris41 4488: </file>
                   4489: <file>
1.6       harris41 4490: <source>rat/client/rat.html</source>
                   4491: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   4492: <categoryname>interface file</categoryname>
                   4493: <description>
                   4494: frameset
                   4495: </description>
1.4       harris41 4496: </file>
                   4497: <file>
1.6       harris41 4498: <source>rat/client/parameter.html</source>
                   4499: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   4500: <categoryname>interface file</categoryname>
                   4501: <description>
                   4502: Parameter input window.
                   4503: </description>
1.4       harris41 4504: </file>
                   4505: <file>
1.398     raeburn  4506: <source>rat/client/ratcode.js</source>
                   4507: <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
1.170     www      4508: <categoryname>interface file</categoryname>
                   4509: <description>
1.397     raeburn  4510: javascript for horizontal menubar in RAT
1.170     www      4511: </description>
                   4512: </file>
                   4513: <file>
                   4514: <source>rat/client/extpickcode.html</source>
                   4515: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
                   4516: <categoryname>interface file</categoryname>
                   4517: <description>
                   4518: javascript
                   4519: </description>
                   4520: </file>
                   4521: <file>
                   4522: <source>rat/client/extpickframe.html</source>
                   4523: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6       harris41 4524: <categoryname>interface file</categoryname>
                   4525: <description>
                   4526: javascript
                   4527: </description>
1.4       harris41 4528: </file>
                   4529: <file>
1.6       harris41 4530: <source>rat/client/map.html</source>
                   4531: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   4532: <categoryname>interface file</categoryname>
                   4533: <description>
                   4534: bumper
                   4535: </description>
1.4       harris41 4536: </file>
                   4537: <file>
1.6       harris41 4538: <source>rat/client/empty.html</source>
                   4539: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   4540: <categoryname>interface file</categoryname>
                   4541: <description>
                   4542: A blank page with very minimal HTML structural elements.
1.217     www      4543: </description>
                   4544: </file>
                   4545: <file>
                   4546: <source>rat/client/loading.html</source>
                   4547: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
                   4548: <categoryname>interface file</categoryname>
                   4549: <description>
                   4550: A blank page which calls drawwindow in its opener after being loaded.
1.6       harris41 4551: </description>
1.4       harris41 4552: </file>
1.10      harris41 4553: <fileglob>
                   4554: <glob>*.gif</glob>
                   4555: <sourcedir>rat/images/</sourcedir>
                   4556: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   4557: <categoryname>graphic file</categoryname>
                   4558: <description>
                   4559: icons for providing a HTML-tabled view of a course map
                   4560: </description>
                   4561: <filenames>
1.37      harris41 4562: 1.1.dt.gif;
                   4563: 1.1.empty.gif;
                   4564: 1.1.ld.gif;
                   4565: 1.1.lr.gif;
                   4566: 1.1.rd.gif;
1.60      harris41 4567: 1.1.rl.gif;
1.37      harris41 4568: 1.1.td.gif;
                   4569: 1.1.tdrl.gif;
                   4570: 1.1.tl.gif;
                   4571: 1.1.tr.gif;
                   4572: 1.1.utd.gif;
                   4573: 1.2.ctd.gif;
                   4574: 1.2.dt.gif;
                   4575: 1.2.empty.gif;
                   4576: 1.2.ld.gif;
                   4577: 1.2.lr.gif;
                   4578: 1.2.lrd.gif;
                   4579: 1.2.lrtd.gif;
                   4580: 1.2.rd.gif;
                   4581: 1.2.rl.gif;
                   4582: 1.2.rld.gif;
                   4583: 1.2.rltd.gif;
                   4584: 1.2.rtd.gif;
                   4585: 1.2.rtdl.gif;
                   4586: 1.2.rtl.gif;
                   4587: 1.2.td.gif;
                   4588: 1.2.tdl.gif;
                   4589: 1.2.tdrl.gif;
                   4590: 1.2.tl.gif;
                   4591: 1.2.tr.gif;
                   4592: 1.2.utd.gif;
                   4593: 2.1.dt.gif;
                   4594: 2.1.empty.gif;
                   4595: 2.1.ld.gif;
                   4596: 2.1.lr.gif;
                   4597: 2.1.rd.gif;
                   4598: 2.1.rl.gif;
                   4599: 2.1.td.gif;
                   4600: 2.1.tdrl.gif;
                   4601: 2.1.tl.gif;
                   4602: 2.1.tr.gif;
                   4603: 2.2.dt.gif;
                   4604: 2.2.empty.gif;
                   4605: 2.2.ld.gif;
                   4606: 2.2.lr.gif;
                   4607: 2.2.lrd.gif;
                   4608: 2.2.lrt.gif;
                   4609: 2.2.rd.gif;
                   4610: 2.2.rl.gif;
                   4611: 2.2.rld.gif;
                   4612: 2.2.rlt.gif;
                   4613: 2.2.td.gif;
                   4614: 2.2.tdl.gif;
                   4615: 2.2.tdr.gif;
                   4616: 2.2.tdrl.gif;
                   4617: 2.2.tl.gif;
                   4618: 2.2.tr.gif;
                   4619: 2.2.url.gif;
                   4620: 2.2.utd.gif;
                   4621: arrow.gif;
                   4622: bdt.gif;
                   4623: bempty.gif;
                   4624: bld.gif;
                   4625: blr.gif;
                   4626: blrd.gif;
                   4627: blrt.gif;
1.60      harris41 4628: bottom.gif;
1.37      harris41 4629: brd.gif;
                   4630: brl.gif;
                   4631: brld.gif;
                   4632: brlt.gif;
                   4633: btd.gif;
                   4634: btdl.gif;
                   4635: btdr.gif;
                   4636: btdrl.gif;
                   4637: btl.gif;
                   4638: btr.gif;
                   4639: burl.gif;
                   4640: butd.gif;
                   4641: condition.gif;
                   4642: edit.gif;
                   4643: finish.gif;
                   4644: info.gif;
                   4645: inscol.gif;
                   4646: inscond.gif;
                   4647: insres.gif;
                   4648: insrow.gif;
                   4649: left.gif;
                   4650: middle.gif;
                   4651: resource.gif;
                   4652: right.gif;
                   4653: sctd.gif;
                   4654: sdt.gif;
                   4655: sempty.gif;
                   4656: sld.gif;
                   4657: slr.gif;
                   4658: slrd.gif;
                   4659: slrtd.gif;
                   4660: srd.gif;
                   4661: srl.gif;
                   4662: srld.gif;
                   4663: srltd.gif;
                   4664: srtd.gif;
                   4665: srtdl.gif;
                   4666: srtl.gif;
                   4667: start.gif;
                   4668: std.gif;
                   4669: stdl.gif;
1.10      harris41 4670: sutd.gif
                   4671: </filenames>
                   4672: </fileglob>
                   4673: <fileglob>
1.60      harris41 4674: <glob>*.*</glob>
1.10      harris41 4675: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   4676: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   4677: <categoryname>graphic file</categoryname>
                   4678: <description>
                   4679: icons to indicate an unexpected result
                   4680: </description>
                   4681: <filenames>
1.37      harris41 4682: lonconstruct.gif;
                   4683: lonlogo_broken.gif;
                   4684: lonlogo_broken_tsp.gif;
                   4685: lonlogo_broken.eps;
                   4686: lonlogo_broken.jpg;
1.10      harris41 4687: lonlogo_broken.mov
                   4688: </filenames>
                   4689: </fileglob>
                   4690: <fileglob>
1.60      harris41 4691: <glob>*.*</glob>
1.10      harris41 4692: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   4693: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   4694: <categoryname>graphic file</categoryname>
                   4695: <description>
1.132     harris41 4696: logos and general widget icons
1.10      harris41 4697: </description>
                   4698: <filenames>
1.68      harris41 4699: SMETE_white.gif;
1.117     harris41 4700: aboutlon.gif;
1.288     www      4701: aboutlon_pt.gif;
                   4702: aboutlon_de.gif;
1.117     harris41 4703: accessbutton.gif;
1.288     www      4704: accessbutton_pt.gif;
                   4705: accessbutton_de.gif;
1.224     www      4706: angry.gif;
1.60      harris41 4707: arrow_up.gif;
1.360     albertel 4708: baeh.gif;
1.224     www      4709: bigsmile.gif;
1.177     bowersj2 4710: branch.gif;
1.37      harris41 4711: cab.gif;
                   4712: cab_big.gif;
1.62      harris41 4713: capapanel.gif;
1.224     www      4714: check.gif;
1.37      harris41 4715: class.gif;
                   4716: class_big.gif;
1.379     albertel 4717: closepage.gif;
1.224     www      4718: coolindiff.gif;
                   4719: coolsmile.gif;
                   4720: cry.gif;
1.343     www      4721: doc.gif;
                   4722: doc_big.gif;
1.37      harris41 4723: dvi.gif;
                   4724: dvi_big.gif;
                   4725: eps.gif;
                   4726: eps_big.gif;
                   4727: exam.gif;
                   4728: exam_big.gif;
1.117     harris41 4729: fillbottom.gif;
                   4730: fillleft.gif;
                   4731: fillright.gif;
                   4732: filltop.gif;
1.37      harris41 4733: folder_closed.gif;
                   4734: folder_opened.gif;
                   4735: folder_pointer_closed.gif;
                   4736: folder_pointer_opened.gif;
                   4737: form.gif;
                   4738: form_big.gif;
1.224     www      4739: frowny.gif;
1.37      harris41 4740: gif.gif;
                   4741: gif_big.gif;
1.117     harris41 4742: header.gif;
1.387     raeburn  4743: helpdesk.gif;
                   4744: helpgateway.gif;
1.224     www      4745: hrrm.gif;
1.37      harris41 4746: htm.gif;
                   4747: html.gif;
                   4748: html_big.gif;
1.224     www      4749: huh.gif;
1.52      harris41 4750: jar.gif;
                   4751: jar_big.gif;
1.37      harris41 4752: jpg.gif;
                   4753: jpg_big.gif;
1.62      harris41 4754: latex.gif;
1.269     www      4755: library.gif;
1.224     www      4756: lipsrsealed.gif;
1.117     harris41 4757: lite.gif;
1.37      harris41 4758: liteani.gif;
1.117     harris41 4759: litetext.gif;
1.62      harris41 4760: lolpanel.gif;
1.37      harris41 4761: lonanim.gif;
                   4762: lonanimend.gif;
1.117     harris41 4763: loncapalogo.gif;
1.37      harris41 4764: lonhelplogos.gif;
1.60      harris41 4765: lonhelptop.gif;
1.37      harris41 4766: lonlogo.gif;
                   4767: lonlogos.gif;
1.117     harris41 4768: lowerleft.gif;
                   4769: lowerright.gif;
1.360     albertel 4770: mailbkgrd.gif;
                   4771: mailto.gif;
1.236     www      4772: minilogo.gif;
1.37      harris41 4773: meta.gif;
                   4774: meta_big.gif;
                   4775: mov.gif;
                   4776: mov_big.gif;
                   4777: move_up.gif;
                   4778: move_down.gif;
1.177     bowersj2 4779: navmap.correct.gif;
1.251     bowersj2 4780: navmap.ellipsis.gif;
1.177     bowersj2 4781: navmap.open.gif;
1.251     bowersj2 4782: navmap.page.open.gif;
                   4783: navmap.page.closed.gif;
                   4784: navmap.page.open.nomanip.gif;
                   4785: navmap.page.closed.nomanip.gif;
1.177     bowersj2 4786: navmap.wrong.gif;
1.180     bowersj2 4787: navmap.folder.open.gif;
                   4788: navmap.folder.closed.gif;
1.229     bowersj2 4789: navmap.folder.open.nomanip.gif;
                   4790: navmap.folder.closed.nomanip.gif;
1.292     www      4791: neutral.gif;
1.37      harris41 4792: page.gif;
                   4793: page_big.gif;
                   4794: pdf.gif;
                   4795: pdf_big.gif;
1.54      harris41 4796: png.gif;
                   4797: png_big.gif;
1.343     www      4798: ppt.gif;
                   4799: ppt_big.gif;
1.37      harris41 4800: problem.gif;
                   4801: problem_big.gif;
                   4802: ps.gif;
                   4803: ps_big.gif;
1.224     www      4804: rolleyes.gif;
1.37      harris41 4805: quill.gif;
                   4806: quiz.gif;
                   4807: quiz_big.gif;
                   4808: select.gif;
                   4809: sequence.gif;
                   4810: sequence_big.gif;
                   4811: server.gif;
                   4812: server_big.gif;
1.224     www      4813: shocked.gif;
                   4814: smiley.gif;
1.37      harris41 4815: srvbad.gif;
                   4816: srvempty.gif;
                   4817: srvgood.gif;
                   4818: srvhalf.gif;
                   4819: srvnull.gif;
                   4820: survey.gif;
                   4821: survey_big.gif;
                   4822: tex.gif;
                   4823: tex_big.gif;
1.210     www      4824: tth.gif;
1.37      harris41 4825: txt.gif;
                   4826: txt_big.gif;
1.57      harris41 4827: unknown.gif;
                   4828: unknown_big.gif;
1.117     harris41 4829: upperleft.gif;
                   4830: upperright.gif;
1.37      harris41 4831: user.gif;
                   4832: user_big.gif;
1.117     harris41 4833: userauthentication.gif;
1.288     www      4834: userauthentication_pt.gif;
                   4835: userauthentication_de.gif;
1.37      harris41 4836: wav.gif;
                   4837: wav_big.gif;
                   4838: white_space_20_22.gif;
                   4839: whitespace1.gif;
                   4840: whitespace10.gif;
                   4841: whitespace2.gif;
                   4842: whitespace3.gif;
                   4843: whitespace4.gif;
                   4844: whitespace5.gif;
                   4845: whitespace6.gif;
                   4846: whitespace7.gif;
                   4847: whitespace8.gif;
                   4848: whitespace9.gif;
1.224     www      4849: wink.gif;
1.343     www      4850: xls.gif;
                   4851: xls_big.gif;
1.37      harris41 4852: xml.gif;
                   4853: xml_big.gif;
                   4854: zip.gif;
1.10      harris41 4855: zip_big.gif
                   4856: </filenames>
                   4857: </fileglob>
                   4858: <fileglob>
1.60      harris41 4859: <glob>*.*</glob>
1.10      harris41 4860: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   4861: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   4862: <categoryname>graphic file</categoryname>
                   4863: <description>
1.132     harris41 4864: Miscellaneous resources.
1.10      harris41 4865: </description>
                   4866: <filenames>
1.80      harris41 4867: authorfeed.gif;
1.373     albertel 4868: blackdot.gif;
1.80      harris41 4869: bomb.gif;
1.320     www      4870: smallFAQ.gif;
                   4871: smallBug.gif;
1.40      harris41 4872: cat_button.gif;
1.80      harris41 4873: chat.gif;
1.111     harris41 4874: eval_button.gif;
1.80      harris41 4875: feedback.gif;
1.40      harris41 4876: pprm_button.gif;
                   4877: pgrd_button.gif;
                   4878: subm_button.gif
1.10      harris41 4879: </filenames>
                   4880: </fileglob>
                   4881: <file>
1.299     matthew  4882: <source>modules/TexConvert/tthperl/tth.pm</source>
1.298     matthew  4883: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10      harris41 4884: <categoryname>system file</categoryname>
                   4885: <description>
                   4886: perl module for invoking functions specific to TeX-to-HTML conversion
                   4887: </description>
                   4888: <note>
                   4889: Has the same dependencies and build process as tth.so.
                   4890: Currently, only the tth.so file specifications invoke
1.49      harris41 4891: the build process however.  A static version is checked into loncom/xml
                   4892: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 4893: </note>
1.113     harris41 4894: <status>works/unverified</status>
                   4895: </file>
                   4896: <file>
                   4897: <source>loncom/xml/LCParser.pm</source>
                   4898: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125     harris41 4899: <categoryname>system file</categoryname>
                   4900: <description>
                   4901: perl module for parsing HTML in a way that really works and is thoroughly
                   4902: tested
                   4903: </description>
                   4904: <status>works/unverified</status>
1.234     foxr     4905: </file>
                   4906: <file>
1.360     albertel 4907:   <source>loncom/lonlocal.pm</source>
                   4908:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
                   4909:   <categoryname>system file</categoryname>
                   4910:   <description>
                   4911:      lonc/d handler for doing a local filesystem based init:
                   4912:   </description>
                   4913:   <status>works/verified</status>
                   4914: </file>
                   4915: <file>
                   4916:   <source>loncom/lonssl.pm</source>
                   4917:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
                   4918:   <categoryname>system file</categoryname>
                   4919:   <description>
                   4920:      lonc/d handler for doing a remote SSL based init:
                   4921:   </description>
                   4922:   <status>works/verified</status>
                   4923: </file>
                   4924: <file>
1.234     foxr     4925:   <source>loncom/LondConnection.pm</source>
1.239     albertel 4926:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234     foxr     4927:   <categoryname>system file</categoryname>
                   4928:   <description>
                   4929:      Manages a connection between a lonc proxy daemon and the lond server
                   4930:      in the remote node.
1.252     www      4931:   </description>
                   4932:   <status>works/verified</status>
                   4933: </file>
                   4934: <file>
                   4935:   <source>loncom/LondTransaction.pm</source>
                   4936:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
                   4937:   <categoryname>system file</categoryname>
                   4938:   <description>
                   4939: 	Handles a single lon-capa insternal transaction
1.234     foxr     4940:   </description>
                   4941:   <status>works/verified</status>
                   4942: </file>
                   4943: <file>
                   4944:    <source>loncom/types/HashIterator.pm</source>
1.239     albertel 4945:    <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234     foxr     4946:    <categoryname>system file</categoryname>
                   4947:    <description>
                   4948:       Provides support to iterate through opaque hashes hidden e.g. within 
                   4949:       object private data.
                   4950:    </description>
                   4951:    <status>works/verified</status>
                   4952: </file>
                   4953: <file>
                   4954:    <source>loncom/types/Queue.pm</source>
1.239     albertel 4955:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234     foxr     4956:    <categoryname>system file</categoryname>
                   4957:    <description>
                   4958:      Provides a FIFO queue class.
                   4959:    </description>
                   4960:    <status>works/verified</status>
                   4961: </file>
                   4962: <file>
                   4963:    <source>loncom/types/Stack.pm</source>
1.239     albertel 4964:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234     foxr     4965:    <categoryname>system file</categoryname>
                   4966:    <description>
                   4967:      Provides a LIFO stack class.
                   4968:    </description>
                   4969:    <status>works/verified</status>
1.239     albertel 4970: </file>
1.234     foxr     4971: <file>
                   4972:    <source>loncom/loncnew</source>
1.240     albertel 4973:    <target dist='default'>home/httpd/perl/loncnew</target>
                   4974:    <categoryname>script</categoryname>
1.234     foxr     4975:    <description>
                   4976: 	  Proxy server for remote loncapa requests.
1.250     albertel 4977:           Needs CPAN Event module.
1.234     foxr     4978:    </description>
1.125     harris41 4979: </file>
                   4980: <file>
                   4981: <source>loncom/configuration/Configuration.pm</source>
                   4982: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113     harris41 4983: <categoryname>system file</categoryname>
                   4984: <description>
1.126     harris41 4985: Configuration file reader (looks in /etc/httpd/conf/); accepts
                   4986: a list of *.conf files to inspect for PerlSetVar key/value
                   4987: entries.
1.316     www      4988: </description>
                   4989: <status>works/unverified</status>
                   4990: </file>
                   4991: <file>
                   4992: <source>loncom/ConfigFileEdit.pm</source>
                   4993: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
                   4994: <categoryname>system file</categoryname>
                   4995: <description>
                   4996: Configuration file editing module
1.113     harris41 4997: </description>
1.10      harris41 4998: <status>works/unverified</status>
                   4999: </file>
                   5000: <file>
                   5001: <source>modules/TexConvert/tthperl/tth.so</source>
1.298     matthew  5002: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10      harris41 5003: <categoryname>system file</categoryname>
                   5004: <description>
                   5005: shared library file for dynamic loading and unloading
                   5006: </description>
                   5007: <note>
                   5008: The source and file dependencies are not available to most
                   5009: CVS users.  (You can safely rely on the existing binaries
                   5010: present on your system... don't worry about warnings
                   5011: related to this file during the build process.)
                   5012: </note>
                   5013: <build trigger='run if dependencies change'>
                   5014: modules/TexConvert/tthperl/commands
                   5015: </build>
                   5016: <status>works/unverified</status>
1.281     albertel 5017: <privatedependencies>
1.39      harris41 5018: ../tthdynamic/tthfunc.c;
1.82      harris41 5019: ../ttmdynamic/ttmfunc.c
1.281     albertel 5020: </privatedependencies>
1.10      harris41 5021: </file>
                   5022: <file>
                   5023: <source>loncom/homework/caparesponse/capa.pm</source>
1.298     matthew  5024: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10      harris41 5025: <categoryname>system file</categoryname>
                   5026: <description>
                   5027: perl module for invoking functions specific to CAPA
                   5028: </description>
1.49      harris41 5029: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 5030: <note>
                   5031: Has the same dependencies and build process as capa.so.
                   5032: Currently, only the capa.so file specifications invoke
                   5033: the build process however.
                   5034: </note>
                   5035: </file>
                   5036: <file>
                   5037: <source>loncom/homework/caparesponse/capa.bs</source>
1.298     matthew  5038: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10      harris41 5039: <categoryname>system file</categoryname>
                   5040: <description>
1.27      harris41 5041: bootstrap file associated with dynamic loading of this module on multiple
                   5042: architectures
1.10      harris41 5043: </description>
1.49      harris41 5044: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 5045: <note>
                   5046: Has the same dependencies and build process as capa.so.
                   5047: Currently, only the capa.so file specifications invoke
                   5048: the build process however.
                   5049: </note>
                   5050: </file>
                   5051: <file>
                   5052: <source>loncom/homework/caparesponse/capa.so</source>
1.298     matthew  5053: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10      harris41 5054: <categoryname>system file</categoryname>
                   5055: <description>
                   5056: shared library file for dynamic loading and unloading
                   5057: </description>
                   5058: <build trigger='always run'>
                   5059: loncom/homework/caparesponse/commands
                   5060: </build>
                   5061: <dependencies>
1.39      harris41 5062: caparesponse.c;
1.119     harris41 5063: caparesponse.pm;
                   5064: README;
                   5065: Makefile.PL;
                   5066: capa.i;
1.120     harris41 5067: commands;
1.222     albertel 5068: ../../../CAPA/pProj/Makefile;
1.120     harris41 5069: ../../../CAPA/pProj/capaGrammarDef.y;
                   5070: ../../../CAPA/pProj/capaFormula.y;
                   5071: ../../../CAPA/pProj/capaLexerDef.flex;
                   5072: ../../../CAPA/pProj/capaFunction.c;
                   5073: ../../../CAPA/pProj/capaParserUtils.c;
                   5074: ../../../CAPA/pProj/capaMapExpr.c;
                   5075: ../../../CAPA/pProj/capaUnit.c;
                   5076: ../../../CAPA/pProj/com.c;
                   5077: ../../../CAPA/pProj/linpack.c;
                   5078: ../../../CAPA/pProj/ranlib.c;
                   5079: ../../../CAPA/pProj/capaCgiUtils.c;
                   5080: ../../../CAPA/pProj/capaSubjective.c;
                   5081: ../../../CAPA/pProj/capaRQO.c;
                   5082: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123     harris41 5083: ../../../CAPA/pProj/capaCommon.c;
                   5084: ../../../CAPA/pProj/capaCommon.h;
                   5085: ../../../CAPA/pProj/ranlib.h;
                   5086: ../../../CAPA/pProj/capaCGI.h;
                   5087: ../../../CAPA/pProj/capaFunction.h;
                   5088: ../../../CAPA/pProj/capaRQO.h;
                   5089: ../../../CAPA/pProj/capaParser.h;
                   5090: ../../../CAPA/pProj/lex_debug.h
1.10      harris41 5091: </dependencies>
                   5092: </file>
                   5093: <fileglob>
                   5094: <glob>*.ent</glob>
                   5095: <sourcedir>loncom/MathML/</sourcedir>
                   5096: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   5097: <categoryname>system file</categoryname>
                   5098: <description>
1.27      harris41 5099: xml files which assign unicode numbers to mathematical symbols using
                   5100: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 5101: </description>
                   5102: <filenames>
1.37      harris41 5103: isoamsa.ent;
                   5104: isoamsb.ent;
                   5105: isoamsc.ent;
                   5106: isoamsn.ent;
                   5107: isoamso.ent;
                   5108: isoamsr.ent;
                   5109: isobox.ent;
                   5110: isocyr1.ent;
                   5111: isocyr2.ent;
                   5112: isodia.ent;
                   5113: isogrk1.ent;
                   5114: isogrk2.ent;
                   5115: isogrk3.ent;
                   5116: isogrk4.ent;
                   5117: isolat1.ent;
                   5118: isolat2.ent;
                   5119: isomfrk.ent;
                   5120: isomopf.ent;
                   5121: isomscr.ent;
                   5122: isonum.ent;
                   5123: isopub.ent;
                   5124: isotech.ent;
                   5125: mmlalias.ent;
1.10      harris41 5126: mmlextra.ent
                   5127: </filenames>
1.37      harris41 5128: </fileglob>
1.10      harris41 5129: <file>
                   5130: <source>loncom/MathML/mathml.css</source>
                   5131: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   5132: <categoryname>system file</categoryname>
                   5133: <description>
                   5134: cascading style sheet
                   5135: </description>
                   5136: </file>
                   5137: <file>
                   5138: <source>loncom/MathML/mathml.dtd</source>
                   5139: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   5140: <categoryname>system file</categoryname>
                   5141: <description>
                   5142: document type definition
                   5143: </description>
                   5144: </file>
1.4       harris41 5145: <file>
1.10      harris41 5146: <source>loncom/auth/londes.js</source>
                   5147: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   5148: <categoryname>interface file</categoryname>
1.6       harris41 5149: <description>
1.27      harris41 5150: Encryption Routines according to Data Encryption Standard DES, written in
                   5151: javascript.
1.6       harris41 5152: </description>
1.4       harris41 5153: </file>
                   5154: <file>
1.10      harris41 5155: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 5156: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   5157: </target>
1.10      harris41 5158: <categoryname>handler</categoryname>
1.6       harris41 5159: <description>
1.115     harris41 5160: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
                   5161: environment in a problem that was converted from lectureonline.
1.6       harris41 5162: </description>
1.4       harris41 5163: </file>
                   5164: <file>
1.10      harris41 5165: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 5166: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   5167: </target>
1.10      harris41 5168: <categoryname>handler</categoryname>
1.6       harris41 5169: <description>
1.14      harris41 5170: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 5171: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 5172: </description>
1.4       harris41 5173: </file>
                   5174: <file>
1.10      harris41 5175: <source>loncom/homework/capa.units</source>
                   5176: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   5177: <categoryname>static conf</categoryname>
1.6       harris41 5178: <description>
1.10      harris41 5179: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 5180: </description>
1.4       harris41 5181: </file>
1.165     www      5182: <fileglob>
                   5183: <glob>*.jpg</glob>
                   5184: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
                   5185: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
                   5186: <categoryname>graphic file</categoryname>
                   5187: <description>Pages headers</description>
                   5188: <filenames>
                   5189: admin.jpg;
                   5190: author.jpg;
                   5191: coordinator.jpg;
                   5192: header.jpg;
                   5193: student.jpg;
1.166     www      5194: </filenames>
                   5195: </fileglob>
                   5196: <fileglob>
1.230     www      5197: <glob>*.jpg</glob>
                   5198: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   5199: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   5200: <categoryname>graphic file</categoryname>
                   5201: <description>Logos of LON-CAPA domains (jpg)</description>
                   5202: <filenames>
                   5203: headermsu.jpg;
                   5204: </filenames>
                   5205: </fileglob>
                   5206: <fileglob>
1.166     www      5207: <glob>*.gif</glob>
                   5208: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   5209: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   5210: <categoryname>graphic file</categoryname>
1.230     www      5211: <description>Logos of LON-CAPA domains (gif)</description>
1.168     www      5212: <filenames>
1.197     albertel 5213: 103.gif;
                   5214: gerd.gif;
                   5215: mio.gif;
                   5216: msuvu.gif;
                   5217: ohiou.gif;
                   5218: rhs.gif;
                   5219: sfu.gif;
                   5220: tmcc.gif;
                   5221: umich.gif;
                   5222: worf.gif;
                   5223: annarbor.gif;
                   5224: elps.gif;
                   5225: gwu.gif;
                   5226: msudemo.gif;
                   5227: ndsu.gif;
                   5228: physnet.gif;
                   5229: sc.gif;
                   5230: Selwyn.gif;
                   5231: ucf.gif;
                   5232: unihalle.gif;
                   5233: wscc.gif;
                   5234: cps.gif;
                   5235: fsu.gif;
                   5236: lsd.gif;
                   5237: msu.gif;
                   5238: nsdl.gif;
                   5239: pmm.gif;
                   5240: sunysb.gif;
                   5241: udel.gif;
1.223     albertel 5242: uz.gif;
                   5243: fvl.gif;
1.270     www      5244: csm.gif;
1.272     www      5245: nau.gif;
1.344     www      5246: nagoya.gif;
1.381     www      5247: colorado.gif;
1.352     www      5248: acadiau.gif;
1.354     www      5249: psuerie.gif;
1.353     www      5250: redford.gif;
1.341     www      5251: huji.gif;
                   5252: ifusp.gif;
                   5253: ucsc.gif;
1.303     www      5254: waverly.gif;
1.302     www      5255: cmich.gif;
1.285     www      5256: UNICAMP.gif;
1.364     www      5257: lakefenton.gif;
                   5258: grandblanc.gif;
1.223     albertel 5259: glps.gif;
1.275     www      5260: BCHS.gif;
1.223     albertel 5261: headersfu.gif;
1.311     albertel 5262: uwsp.gif;
1.325     www      5263: bsu.gif;
                   5264: wmston.gif;
1.168     www      5265: </filenames>
                   5266: </fileglob>
                   5267: <fileglob>
                   5268: <glob>*.tab</glob>
                   5269: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
                   5270: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
                   5271: <categoryname>conf</categoryname>
                   5272: <description>Designs of LON-CAPA domains</description>
1.166     www      5273: <filenames>
1.197     albertel 5274: annarbor.tab;
                   5275: default.tab;
                   5276: msu.tab;
1.270     www      5277: csm.tab;
1.341     www      5278: huji.tab;
1.272     www      5279: nau.tab;
1.344     www      5280: nagoya.tab;
1.381     www      5281: colorado.tab;
1.352     www      5282: acadiau.tab;
1.354     www      5283: psuerie.tab;
1.353     www      5284: redford.tab;
1.302     www      5285: cmich.tab;
1.341     www      5286: ifusp.tab;
                   5287: ucsc.tab;
1.285     www      5288: UNICAMP.tab;
1.364     www      5289: lakefenton.tab;
                   5290: grandblanc.tab;
1.274     www      5291: fsu.tab;
1.197     albertel 5292: sfu.tab;
1.325     www      5293: wmston.tab;
                   5294: worf.tab;
1.165     www      5295: </filenames>
                   5296: </fileglob>
1.10      harris41 5297: <fileglob>
                   5298: <glob>*.gif</glob>
1.159     www      5299: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
                   5300: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10      harris41 5301: <categoryname>graphic file</categoryname>
1.159     www      5302: <description>LON-CAPA remote control LCD font</description>
1.10      harris41 5303: <filenames>
1.130     www      5304: 0.gif;
                   5305: 1.gif;
                   5306: 2.gif;
                   5307: 3.gif;
                   5308: 4.gif;
                   5309: 5.gif;
                   5310: 6.gif;
                   5311: 7.gif;
                   5312: 8.gif;
                   5313: 9.gif;
1.37      harris41 5314: a.gif;
1.159     www      5315: b.gif;
                   5316: c.gif;
                   5317: d.gif;
                   5318: e.gif;
                   5319: f.gif;
                   5320: g.gif;
                   5321: h.gif;
                   5322: i.gif;
                   5323: j.gif;
                   5324: k.gif;
                   5325: l.gif;
                   5326: m.gif;
                   5327: n.gif;
                   5328: o.gif;
                   5329: p.gif;
                   5330: q.gif;
                   5331: r.gif;
                   5332: s.gif;
                   5333: t.gif;
                   5334: u.gif;
                   5335: v.gif;
                   5336: w.gif;
                   5337: x.gif;
                   5338: y.gif;
                   5339: z.gif;
1.287     www      5340: Ã¶.gif;
                   5341: Ã¤.gif;
                   5342: Ã¼.gif;
                   5343: ä.gif;
                   5344: ö.gif;
                   5345: ü.gif;
1.159     www      5346: colon.gif;
                   5347: hyphen.gif;
                   5348: slash.gif;
                   5349: space.gif;
1.304     www      5350: </filenames>
                   5351: </fileglob>
                   5352: <fileglob>
                   5353: <glob>*.gif</glob>
                   5354: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
                   5355: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
                   5356: <categoryname>graphic file</categoryname>
                   5357: <description>icons used for the Portuguese LON-CAPA user interface</description>
                   5358: <filenames>
                   5359: anno_pt.gif;
                   5360: anot_pt.gif;
                   5361: bchat_pt.gif;
                   5362: catalog_pt.gif;
                   5363: ccrs_pt.gif;
                   5364: chrt_pt.gif;
                   5365: com_pt.gif;
                   5366: courses_pt.gif;
                   5367: cprv_pt.gif;
                   5368: cstr_pt.gif;
                   5369: docs_pt.gif;
                   5370: egrd_pt.gif;
                   5371: enrl_pt.gif;
                   5372: eval_pt.gif;
                   5373: fdbk_pt.gif;
                   5374: grds_pt.gif;
                   5375: keys_pt.gif;
                   5376: logout_pt.gif;
                   5377: nav_pt.gif;
                   5378: parm_pt.gif;
                   5379: pref_pt.gif;
                   5380: prt_pt.gif;
                   5381: res_pt.gif;
                   5382: roles_pt.gif;
                   5383: sbkm_pt.gif;
                   5384: spacer_pt.gif;
                   5385: sprs_pt.gif;
                   5386: src_pt.gif;
                   5387: stat_pt.gif;
                   5388: vbkm_pt.gif;
1.159     www      5389: </filenames>
                   5390: </fileglob>
                   5391: <fileglob>
                   5392: <glob>*.gif</glob>
                   5393: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   5394: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   5395: <categoryname>graphic file</categoryname>
                   5396: <description>icons used for the entire LON-CAPA user interface</description>
                   5397: <filenames>
1.147     www      5398: anno.gif;
1.37      harris41 5399: anot.gif;
                   5400: back.gif;
1.147     www      5401: bchat.gif;
1.37      harris41 5402: bkm.gif;
1.348     albertel 5403: bl_step1.gif;
                   5404: bl_step2.gif;
                   5405: bl_step3.gif;
                   5406: bl_step4.gif;
                   5407: bl_step5.gif;
                   5408: bl_step6.gif;
                   5409: bl_step7.gif;
                   5410: bl_step8.gif;
                   5411: bl_step9.gif;
1.37      harris41 5412: brws.gif;
1.60      harris41 5413: catalog.gif;
1.37      harris41 5414: ccrs.gif;
                   5415: chat.gif;
                   5416: chrt.gif;
1.400     albertel 5417: clst.gif;
1.37      harris41 5418: com.gif;
                   5419: courses.gif;
                   5420: cprv.gif;
                   5421: cstr.gif;
1.400     albertel 5422: del.gif;
1.37      harris41 5423: dempty.gif;
1.147     www      5424: docs.gif;
1.37      harris41 5425: egrd.gif;
                   5426: empty.gif;
                   5427: enrl.gif;
                   5428: eval.gif;
                   5429: fdbk.gif;
                   5430: feedback.gif;
                   5431: forw.gif;
                   5432: grds.gif;
                   5433: group.gif;
                   5434: help.gif;
                   5435: info.gif;
1.238     www      5436: keys.gif;
1.37      harris41 5437: ledblink.gif;
                   5438: ledgreen.gif;
                   5439: ledoff.gif;
                   5440: ledon.gif;
                   5441: ledsend.gif;
1.400     albertel 5442: list.gif;
1.37      harris41 5443: logout.gif;
1.328     albertel 5444: mcrs.gif;
1.37      harris41 5445: mrk.gif;
                   5446: nav.gif;
                   5447: next.gif;
1.131     www      5448: nothumb.gif;
1.37      harris41 5449: parm.gif;
                   5450: pgrd.gif;
1.400     albertel 5451: port.gif;
1.37      harris41 5452: pparm.gif;
1.99      harris41 5453: pref.gif;
1.37      harris41 5454: prev.gif;
                   5455: prt.gif;
1.400     albertel 5456: pub.gif;
1.37      harris41 5457: qempty.gif;
                   5458: reload.gif;
                   5459: remotebg.gif;
                   5460: res.gif;
                   5461: roles.gif;
1.400     albertel 5462: rtrv.gif;
1.37      harris41 5463: sbkm.gif;
                   5464: spacer.gif;
                   5465: sprs.gif;
                   5466: src.gif;
                   5467: stat.gif;
                   5468: subm.gif;
                   5469: title.gif;
                   5470: vbkm.gif;
1.10      harris41 5471: </filenames>
                   5472: </fileglob>
1.4       harris41 5473: <file>
1.10      harris41 5474: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   5475: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   5476: <categoryname>interface file</categoryname>
1.6       harris41 5477: <description>
1.10      harris41 5478: image maps for the LON-CAPA remote control
1.6       harris41 5479: </description>
1.4       harris41 5480: </file>
                   5481: <file>
1.10      harris41 5482: <source>loncom/html/res/adm/pages/index.html</source>
                   5483: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   5484: <categoryname>interface file</categoryname>
1.6       harris41 5485: <description>
1.10      harris41 5486: welcoming page to the LON-CAPA system upon login
1.6       harris41 5487: </description>
1.4       harris41 5488: </file>
                   5489: <file>
1.10      harris41 5490: <source>loncom/html/res/adm/pages/menu.html</source>
                   5491: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   5492: <categoryname>interface file</categoryname>
1.6       harris41 5493: <description>
1.10      harris41 5494: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 5495: </description>
1.4       harris41 5496: </file>
1.10      harris41 5497: <fileglob>
                   5498: <glob>*.gif</glob>
                   5499: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118     harris41 5500: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
                   5501: </targetdir>
1.10      harris41 5502: <categoryname>graphic file</categoryname>
                   5503: <description>
1.132     harris41 5504: icons used for directory indexing and login screen
1.10      harris41 5505: </description>
                   5506: <filenames>
1.37      harris41 5507: a.gif;
                   5508: alert.black.gif;
                   5509: alert.red.gif;
                   5510: back.gif;
                   5511: ball.gray.gif;
                   5512: ball.red.gif;
                   5513: binary.gif;
                   5514: binhex.gif;
                   5515: blank.gif;
                   5516: bomb.gif;
                   5517: box1.gif;
                   5518: box2.gif;
                   5519: broken.gif;
                   5520: burst.gif;
                   5521: c.gif;
                   5522: comp.blue.gif;
                   5523: comp.gray.gif;
                   5524: compressed.gif;
                   5525: continued.gif;
                   5526: course.gif;
                   5527: dir.gif;
                   5528: down.gif;
                   5529: dvi.gif;
                   5530: f.gif;
                   5531: folder.gif;
                   5532: folder.open.gif;
                   5533: folder.sec.gif;
                   5534: folder_closed.gif;
                   5535: folder_closed_pressed.gif;
                   5536: folder_new.gif;
                   5537: folder_opened.gif;
                   5538: folder_opened_pressed.gif;
                   5539: folder_pointer_closed.gif;
                   5540: folder_pointer_opened.gif;
                   5541: folder_spacer.gif;
                   5542: folder_trash.gif;
                   5543: forward.gif;
                   5544: generic.gif;
                   5545: generic.red.gif;
                   5546: generic.sec.gif;
                   5547: hand.right.gif;
                   5548: hand.up.gif;
                   5549: html.gif;
                   5550: image1.gif;
                   5551: image2.gif;
                   5552: image3.gif;
                   5553: index.gif;
                   5554: layout.gif;
                   5555: left.gif;
                   5556: link.gif;
                   5557: mov.gif;
                   5558: movie1.gif;
                   5559: p.gif;
                   5560: patch.gif;
                   5561: pdf.gif;
                   5562: portal.gif;
                   5563: problem.gif;
                   5564: ps.gif;
                   5565: quill.gif;
                   5566: right.gif;
                   5567: screw1.gif;
                   5568: screw2.gif;
                   5569: script.gif;
                   5570: sound1.gif;
                   5571: sound2.gif;
                   5572: sphere1.gif;
                   5573: sphere2.gif;
                   5574: tar.gif;
                   5575: tex.gif;
                   5576: text.gif;
                   5577: transfer.gif;
                   5578: unknown.gif;
                   5579: up.gif;
                   5580: uu.gif;
                   5581: uuencoded.gif;
                   5582: white_space_20_22.gif;
                   5583: white_space_22_22.gif;
                   5584: whitespace1.gif;
                   5585: whitespace10.gif;
                   5586: whitespace2.gif;
                   5587: whitespace3.gif;
                   5588: whitespace4.gif;
                   5589: whitespace5.gif;
                   5590: whitespace6.gif;
                   5591: whitespace7.gif;
                   5592: whitespace8.gif;
                   5593: whitespace9.gif;
                   5594: world1.gif;
1.10      harris41 5595: world2.gif
                   5596: </filenames>
                   5597: </fileglob>
                   5598: <fileglob>
                   5599: <glob>*.gif</glob>
                   5600: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 5601: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   5602: </targetdir>
1.10      harris41 5603: <categoryname>graphic file</categoryname>
                   5604: <description>
1.132     harris41 5605: icons used for the bookmark portion of the LON-CAPA user interface
1.10      harris41 5606: </description>
                   5607: <filenames>
1.37      harris41 5608: folder_anim.gif;
                   5609: folder_close.gif;
                   5610: folder_drag.gif;
                   5611: folder_new.gif;
                   5612: folder_open.gif;
                   5613: folder_pointer_closed.gif;
                   5614: folder_pointer_opened.gif;
                   5615: folder_static.gif;
                   5616: folder_trash.gif;
                   5617: folder_trash_hover.gif;
                   5618: left_bar.gif;
                   5619: link.gif;
                   5620: link_anim.gif;
                   5621: link_drag.gif;
                   5622: ll_corner.gif;
                   5623: lower_bar.gif;
                   5624: lr_corner.gif;
                   5625: pix.gif;
                   5626: right_bar.gif;
                   5627: toolbar_bg.gif;
                   5628: ul_corner.gif;
                   5629: upper_bar.gif;
1.10      harris41 5630: ur_corner.gif
                   5631: </filenames>
                   5632: </fileglob>
                   5633: <fileglob>
                   5634: <glob>*.html</glob>
                   5635: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 5636: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   5637: </targetdir>
1.10      harris41 5638: <categoryname>interface file</categoryname>
                   5639: <description>
1.132     harris41 5640: associated with the scheme of displaying bookmarks
1.10      harris41 5641: </description>
                   5642: <filenames>
1.37      harris41 5643: bookmarkmenu_toolbar.html;
                   5644: blank.html;
1.10      harris41 5645: closechildren.html
1.300     albertel 5646: </filenames>
                   5647: </fileglob>
                   5648: <fileglob>
                   5649: <glob>*.*</glob>
                   5650: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
                   5651: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
                   5652: <categoryname>interface file</categoryname>
                   5653: <description>
                   5654: Associated file for answering reactionresponse style questions
                   5655: </description>
                   5656: <filenames>
                   5657: reaction_editor.html;
                   5658: reaction_frame.html;
                   5659: reaction_help.html;
                   5660: reaction_viewer.html;
                   5661: reaction_window.html
1.10      harris41 5662: </filenames>
                   5663: </fileglob>
1.4       harris41 5664: <file>
1.10      harris41 5665: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 5666: <target dist='default'>
                   5667: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 5668: <categoryname>interface file</categoryname>
1.6       harris41 5669: <description>
1.10      harris41 5670: javascript for handling client-side interactions with bookmark interface
1.6       harris41 5671: </description>
1.171     harris41 5672: </file>
                   5673: <file>
1.385     albertel 5674: <source dist='default'>loncom/build/CHECKRPMS.default</source>
1.396     albertel 5675: <source dist='fedora1 fedora2 fedora3'>loncom/build/CHECKRPMS.fedora</source>
1.171     harris41 5676: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188     harris41 5677: <categoryname>system script</categoryname>
1.171     harris41 5678: <description>
                   5679: manilla wrapper around check-rpms
                   5680: </description>
                   5681: <status>tested/documented/beta</status>
1.103     harris41 5682: </file>
                   5683: <file>
                   5684: <source>loncom/build/check-rpms</source>
1.152     harris41 5685: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188     harris41 5686: <categoryname>system script</categoryname>
1.103     harris41 5687: <description>
                   5688: compare installed rpms with up-to-date distribution
                   5689: </description>
                   5690: <status>tested/documented/beta</status>
                   5691: </file>
                   5692: <file>
                   5693: <source>doc/man/check-rpms.1</source>
                   5694: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
                   5695: <categoryname>doc</categoryname>
                   5696: <description>man page for check-rpms</description>
                   5697: <build trigger='always run'>
1.115     harris41 5698: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
1.112     harris41 5699: echo 'manifying check-rpms'
1.103     harris41 5700: </build>
                   5701: <status>beta</status>
                   5702: <dependencies>
                   5703: ../../loncom/build/check-rpms
                   5704: </dependencies>
                   5705: </file>
                   5706: <file>
                   5707: <source>doc/scripts/check-rpms.html</source>
1.112     harris41 5708: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
                   5709: </target>
1.103     harris41 5710: <categoryname>doc</categoryname>
                   5711: <description>POD-derived page for check-rpms</description>
                   5712: <build trigger='always run'>
1.118     harris41 5713: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
                   5714: &amp;&amp; echo 'pod2html checkrpms'
1.103     harris41 5715: </build>
                   5716: <status>works/unverified</status>
                   5717: <dependencies>
                   5718: ../../loncom/build/check-rpms
                   5719: </dependencies>
1.4       harris41 5720: </file>
                   5721: <file>
1.10      harris41 5722: <source>loncom/build/loncaparestoreconfigurations</source>
1.206     harris41 5723: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
                   5724: </target>
1.10      harris41 5725: <categoryname>script</categoryname>
1.6       harris41 5726: <description>
1.206     harris41 5727: Updates .lpmlnew files with previous settings.  Also supports alternative
                   5728: schemes of settings-updating and file-overwriting.
1.6       harris41 5729: </description>
1.206     harris41 5730: <status>works/unverified</status>
1.4       harris41 5731: </file>
                   5732: <file>
1.348     albertel 5733:   <source>loncom/cron/loncapa.built</source>
                   5734:   <target dist='default'>etc/cron.d/loncapa</target>
                   5735:   <categoryname>conf</categoryname>
                   5736:   <description>
                   5737:     file that specifies periodic processes to run for the LON-CAPA machine
                   5738:   </description>
                   5739:   <build trigger='always run'>
                   5740: loncom/cron/preserve_local_loncapa_cron
                   5741:   </build>
                   5742:   <dependencies>
                   5743: loncapa;
                   5744: preserve_local_loncapa_cron
                   5745:   </dependencies>
1.10      harris41 5746: </file>
                   5747: <file>
                   5748: <source>loncom/ntp/step-tickers</source>
1.175     harris41 5749: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
                   5750: </target>
                   5751: <categoryname>static conf</categoryname>
1.10      harris41 5752: <description>
                   5753: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   5754: </description>
                   5755: <note>
                   5756: <table cellpadding='0' cellspacing='0' border='1'>
                   5757: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   5758: </table>
                   5759: </note>
1.48      harris41 5760: </file>
                   5761: <file>
                   5762: <source>loncom/pam.d/pwauth</source>
                   5763: <target dist='default'>etc/pam.d/pwauth</target>
                   5764: <categoryname>static conf</categoryname>
                   5765: <description>
                   5766: file that allows setuid password privileges for pwauth executable
                   5767: </description>
                   5768: </file>
                   5769: <file>
                   5770: <source>loncom/pam.d/pwchange</source>
                   5771: <target dist='default'>etc/pam.d/pwchange</target>
                   5772: <categoryname>static conf</categoryname>
                   5773: <description>
                   5774: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   5775: </description>
1.10      harris41 5776: </file>
                   5777: <file>
                   5778: <source>loncom/init.d/loncontrol</source>
                   5779: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
                   5780: <categoryname>root script</categoryname>
                   5781: <description>
                   5782: Controls the launching/halting of lonc, lond, and lonsql processes.
                   5783: </description>
                   5784: </file>
                   5785: <link>
1.115     harris41 5786: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10      harris41 5787: <target dist='default'>
1.37      harris41 5788: etc/rc.d/rc0.d/K05loncontrol;
                   5789: etc/rc.d/rc1.d/K05loncontrol;
                   5790: etc/rc.d/rc2.d/K05loncontrol;
                   5791: etc/rc.d/rc3.d/S95loncontrol;
                   5792: etc/rc.d/rc4.d/S95loncontrol;
                   5793: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 5794: etc/rc.d/rc6.d/K05loncontrol
                   5795: </target>
                   5796: <categoryname>symbolic link</categoryname>
1.27      harris41 5797: <description>
                   5798: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 5799: </link>
                   5800: <file>
                   5801: <source>loncom/atalk/config</source>
1.152     harris41 5802: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175     harris41 5803: <categoryname>static conf</categoryname>
1.6       harris41 5804: <description>
1.27      harris41 5805: configuration file to make LON-CAPA server file space accessible to
                   5806: Appleshares access (Macintosh)
1.6       harris41 5807: </description>
1.315     albertel 5808: </file>
                   5809: <file>
1.373     albertel 5810:   <source>loncom/interface/lonhelpmenu.pm</source>
                   5811:   <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
                   5812:   <categoryname>handler</categoryname>
                   5813:   <description>
                   5814:     Creates a multipage help screen to help users out.
                   5815:   </description>
                   5816: </file>
                   5817: <file>
                   5818:   <source>loncom/interface/lonsupportreq.pm</source>
                   5819:   <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
                   5820:   <categoryname>handler</categoryname>
                   5821:   <description>
                   5822:     Handler to make it easy for users to send a request to te helpdesk
                   5823:   </description>
                   5824: </file>
                   5825: <file>
1.315     albertel 5826:   <source>loncom/interface/lonmodifycourse.pm</source>
                   5827:   <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
                   5828:   <categoryname>handler</categoryname>
                   5829:   <description>
                   5830:     Interface to modifying a course's internal ENV values for automated
                   5831:     enrollement
                   5832:   </description>
1.306     albertel 5833: </file>
                   5834: <file>
                   5835:   <source>loncom/interface/lonpopulate.pm</source>
                   5836:   <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
                   5837:   <categoryname>handler</categoryname>
                   5838:   <description>
                   5839:     Handler for configuring automated enrollment
                   5840:   </description>
                   5841: </file>
                   5842: <file>
                   5843:   <source>loncom/enrollment/Enrollment.pm</source>
                   5844:   <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
                   5845:   <categoryname>handler</categoryname>
                   5846:   <description>
                   5847:     Handler for automated enrollment
                   5848:   </description>
                   5849: </file>
                   5850: <file>
                   5851:   <source>loncom/enrollment/localenroll.pm</source>
                   5852:   <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
                   5853:   <categoryname>conf</categoryname>
                   5854:   <description>
                   5855:     Local handler for automated enrollment.
                   5856:   </description>
                   5857: </file>
                   5858: <file>
                   5859:   <source>loncom/enrollment/localenroll.pm</source>
                   5860:   <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
                   5861:   <categoryname>handler</categoryname>
                   5862:   <description>
                   5863:     Local handler for automated enrollment, standard version.
                   5864:   </description>
                   5865: </file>
                   5866: <file>
                   5867:   <source>loncom/enrollment/Autoenroll.pl</source>
1.307     albertel 5868:   <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306     albertel 5869:   <categoryname>script</categoryname>
                   5870:   <description>
                   5871:     Local handler for automated enrollment, standard version.
                   5872:   </description>
1.4       harris41 5873: </file>
1.395     albertel 5874: <file>
                   5875:   <source>loncom/auth/localstudentphoto.pm</source>
                   5876:   <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
                   5877:   <categoryname>conf</categoryname>
                   5878:   <description>
                   5879:     Local handler for automated enrollment.
                   5880:   </description>
                   5881: </file>
                   5882: <file>
                   5883:   <source>loncom/auth/localstudentphoto.pm</source>
                   5884:   <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
                   5885:   <categoryname>handler</categoryname>
                   5886:   <description>
                   5887:     Local handler for automated enrollment, standard version.
                   5888:   </description>
                   5889: </file>
1.400     albertel 5890: <fileglob>
                   5891:     <glob>*</glob>
1.401   ! albertel 5892:     <sourcedir>loncom/debugging_tools/</sourcedir>
1.400     albertel 5893:     <targetdir dist='default'>home/httpd/lib/perl/debug/</targetdir>
                   5894:     <categoryname>script</categoryname>
                   5895:     <description>
                   5896:       Tools for helping debug Lon-CAPA
                   5897:     </description>
                   5898: <filenames>
                   5899: activity_to_accesscount.pl;
                   5900: dump_db.pl;
                   5901: escape.pl;
                   5902: excise_from_db.pl;
                   5903: getties.pl;
                   5904: login_count.pl;
                   5905: modify_config_files.pl;
                   5906: parse_scantron.pl;
                   5907: seed_accesscount.pl;
                   5908: stress.pl;
                   5909: unescape.pl;
                   5910: user_login_count.pl;
                   5911: </filenames>
                   5912: </fileglob>
1.14      harris41 5913: </files>
1.1       harris41 5914: </lpml>

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