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

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

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