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

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.541   ! raeburn     5: <!-- $Id: loncapafiles.lpml,v 1.540 2007/05/24 07:12:01 albertel Exp $ -->
1.67      harris41    6: 
                      7: <!--
                      8: 
                      9: Copyright Michigan State University Board of Trustees
                     10: 
                     11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                     12: 
                     13: LON-CAPA is free software; you can redistribute it and/or modify
                     14: it under the terms of the GNU General Public License as published by
                     15: the Free Software Foundation; either version 2 of the License, or
                     16: (at your option) any later version.
                     17: 
                     18: LON-CAPA is distributed in the hope that it will be useful,
                     19: but WITHOUT ANY WARRANTY; without even the implied warranty of
                     20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     21: GNU General Public License for more details.
                     22: 
                     23: You should have received a copy of the GNU General Public License
                     24: along with LON-CAPA; if not, write to the Free Software
                     25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     26: 
                     27: /home/httpd/html/adm/gpl.txt
                     28: 
                     29: http://www.lon-capa.org/
                     30: 
                     31: -->
1.14      harris41   32: 
                     33: <!-- Default values must be defined before specific values. -->
                     34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
                     35: <!-- If 'dist' attribute is set to  'default', then the specification. -->
                     36: <!-- is accepted if an alternative distribution is not requested or not -->
                     37: <!-- defined. -->
1.53      harris41   38: 
1.1       harris41   39: <lpml>
1.94      harris41   40: <specialnotices>
1.102     harris41   41: <specialnotice dist='default'>
                     42: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
                     43: !!! This sometimes happens (bad): !!!
                     44: !!! 127.0.0.1  computer1 localhost.localdomain localhost  !!!
                     45: !!! Should be: !!!
                     46: !!! 127.0.0.1  localhost.localdomain  localhost !!!
                     47: !!! 35.2.3.80  computer1 computer1.notreal.msu.edu !!!
                     48: </specialnotice>
1.94      harris41   49: </specialnotices>
1.1       harris41   50: <targetroot>/</targetroot>
                     51: <sourceroot>/home/user/loncapa/</sourceroot>
1.14      harris41   52: <categories>
1.1       harris41   53: <category name="interface file" type="runtime">
1.5       harris41   54:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   55:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   56: </category>
                     57: <category name="interface file" type="development">
1.5       harris41   58:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55      harris41   59:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   60: </category>
                     61: <category name="setuid script" type="runtime">
1.5       harris41   62:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   63:   <abbreviation>setuid</abbreviation>
1.1       harris41   64: </category>
                     65: <category name="setuid script" type="development">
1.5       harris41   66:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   67:   <abbreviation>setuid</abbreviation>
1.1       harris41   68: </category>
                     69: <category name="handler" type="runtime">
1.5       harris41   70:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   71:   <abbreviation>handler</abbreviation>
1.1       harris41   72: </category>
                     73: <category name="handler" type="development">
1.89      harris41   74:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55      harris41   75:   <abbreviation>handler</abbreviation>
1.1       harris41   76: </category>
                     77: <category name="static conf" type="runtime">
1.5       harris41   78:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   79:   <abbreviation>static</abbreviation>
1.1       harris41   80: </category>
                     81: <category name="static conf" type="development">
1.5       harris41   82:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   83:   <abbreviation>static</abbreviation>
1.1       harris41   84: </category>
1.301     albertel   85: <category name="www static conf" type="runtime">
                     86:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
                     87:   <abbreviation>static</abbreviation>
                     88: </category>
                     89: <category name="www static conf" type="development">
                     90:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
                     91:   <abbreviation>static</abbreviation>
                     92: </category>
1.1       harris41   93: <category name="conf" type="runtime">
1.5       harris41   94:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41   95:   <abbreviation>configurable</abbreviation>
1.1       harris41   96: </category>
                     97: <category name="conf" type="development">
1.5       harris41   98:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41   99:   <abbreviation>configurable</abbreviation>
1.1       harris41  100: </category>
                    101: <category name="script" type="runtime">
1.89      harris41  102:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55      harris41  103:   <abbreviation>script</abbreviation>
1.1       harris41  104: </category>
                    105: <category name="script" type="development">
1.89      harris41  106:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55      harris41  107:   <abbreviation>script</abbreviation>
1.1       harris41  108: </category>
                    109: <category name="graphic file" type="runtime">
1.5       harris41  110:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41  111:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  112: </category>
                    113: <category name="graphic file" type="development">
1.89      harris41  114:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55      harris41  115:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  116: </category>
1.83      harris41  117: <category name="doc" type="runtime">
                    118:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
                    119:   <abbreviation>systemfile</abbreviation>
                    120: </category>
                    121: <category name="doc" type="development">
                    122:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
                    123:   <abbreviation>systemfile</abbreviation>
                    124: </category>
1.1       harris41  125: <category name="system file" type="runtime">
1.5       harris41  126:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  127:   <abbreviation>systemfile</abbreviation>
1.1       harris41  128: </category>
                    129: <category name="system file" type="development">
1.5       harris41  130:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  131:   <abbreviation>systemfile</abbreviation>
1.1       harris41  132: </category>
1.188     harris41  133: <category name="system script" type="runtime">
                    134:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
                    135:   <abbreviation>systemscript</abbreviation>
                    136: </category>
                    137: <category name="system script" type="development">
                    138:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
                    139:   <abbreviation>systemscript</abbreviation>
                    140: </category>
1.1       harris41  141: <category name="root script" type="runtime">
1.89      harris41  142:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  143:   <abbreviation>rootscript</abbreviation>
1.1       harris41  144: </category>
                    145: <category name="root script" type="development">
1.89      harris41  146:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  147:   <abbreviation>rootscript</abbreviation>
1.1       harris41  148: </category>
                    149: <category name="symbolic link" type="runtime">
1.5       harris41  150:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  151:   <abbreviation>link</abbreviation>
1.1       harris41  152: </category>
                    153: <category name="symbolic link" type="development">
1.5       harris41  154:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  155:   <abbreviation>link</abbreviation>
1.1       harris41  156: </category>
                    157: <category name="standard" type="runtime">
1.5       harris41  158:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  159:   <abbreviation>directory</abbreviation>
1.1       harris41  160: </category>
                    161: <category name="standard" type="development">
1.5       harris41  162:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  163:   <abbreviation>directory</abbreviation>
1.1       harris41  164: </category>
                    165: <category name="server standard" type="runtime">
1.5       harris41  166:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  167:   <abbreviation>directory</abbreviation>
1.1       harris41  168: </category>
                    169: <category name="server standard" type="development">
1.5       harris41  170:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56      harris41  171:   <abbreviation>directory</abbreviation>
1.1       harris41  172: </category>
                    173: <category name="server readonly" type="runtime">
1.5       harris41  174:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56      harris41  175:   <abbreviation>directory</abbreviation>
1.1       harris41  176: </category>
                    177: <category name="server readonly" type="development">
1.89      harris41  178:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  179:   <abbreviation>directory</abbreviation>
1.1       harris41  180: </category>
1.14      harris41  181: </categories>
1.2       harris41  182: <rpm>
1.3       harris41  183:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
                    184:   <rpmName>LON-CAPA-base</rpmName>
                    185:   <rpmVersion>3.1</rpmVersion>
                    186:   <rpmRelease>1</rpmRelease>
1.27      harris41  187:   <rpmVendor>Laboratory for Instructional Technology Education,
                    188: Division of Science and Mathematics Education, Michigan State University.
                    189:   </rpmVendor>
1.3       harris41  190:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
                    191:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
                    192:   <rpmGroup>Utilities/System</rpmGroup>
                    193:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
                    194:   <rpmAutoReqProv>no</rpmAutoReqProv>
1.98      harris41  195:   <rpmdescription>This package facilitates a base installation of LON-CAPA \n
                    196: files in their directories.\n
                    197: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
                    198:   </rpmdescription>
1.10      harris41  199:   <rpmpre>echo '***********************************************************************'\n
                    200: echo 'LON-CAPA  LearningOnline with CAPA'\n
                    201: echo 'http://www.lon-capa.org/'\n
                    202: echo 'Gerd Kortemeyer, et al'\n
                    203: echo 'Laboratory for Instructional Technology Education'\n
                    204: echo 'Michigan State University'\n
                    205: echo 'General Public License, Version 2, June 1991'\n
                    206: echo '** Michigan State University patents may apply **'\n
                    207: echo ' '\n
                    208: echo 'This installation assumes an installation of Redhat 6.2'\n
                    209: echo ' '\n
                    210: echo 'The server computer should be currently connected to the ethernet'\n
                    211: echo ' '\n
                    212: echo '***********************************************************************'\n
                    213: </rpmpre>
1.83      harris41  214: <rpmRequires>
                    215: <item>PreReq: LON-CAPA-setup</item>
                    216: <item>PreReq: apache</item>
1.129     harris41  217: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83      harris41  218: </rpmRequires>
1.2       harris41  219: </rpm>
1.14      harris41  220: <directories>
1.115     harris41  221: <directory dist='default'>
1.179     harris41  222:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  223:   <targetdir dist='default'>etc</targetdir>
                    224:   <categoryname>standard</categoryname>
                    225:   <description>standard linux directory for configuration files</description>
                    226: </directory>
1.115     harris41  227: <directory dist='default'>
1.179     harris41  228:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  229:   <targetdir dist='default'>etc/cron.d</targetdir>
                    230:   <categoryname>standard</categoryname>
                    231:   <description>standard linux directory for running time-based "jobs"
                    232:   </description>
                    233: </directory>
1.115     harris41  234: <directory dist='default'>
1.179     harris41  235:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  236:   <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3       harris41  237:   <categoryname>standard</categoryname>
                    238:   <description>web configuration files</description>
1.37      harris41  239: </directory>
1.115     harris41  240: <directory dist='default'>
1.179     harris41  241:   <protectionlevel>never_delete</protectionlevel>
1.48      harris41  242:   <targetdir dist='default'>etc/pam.d</targetdir>
                    243:   <categoryname>standard</categoryname>
                    244:   <description>configuration directory for password authentication mechanism
                    245:   </description>
                    246: </directory>
1.115     harris41  247: <directory dist='default'>
1.179     harris41  248:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  249:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.142     harris41  250:   <targetdir dist='debian'>etc/init.d</targetdir>
1.37      harris41  251:   <categoryname>standard</categoryname>
                    252:   <description>scripts that run during system startup</description>
                    253: </directory>
1.115     harris41  254: <directory dist='default'>
1.179     harris41  255:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  256:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.142     harris41  257:   <targetdir dist='debian'>etc/rc0.d</targetdir>
1.37      harris41  258:   <categoryname>standard</categoryname>
                    259:   <description>scripts that run for run-level 0</description>
                    260: </directory>
1.198     albertel  261: <directory dist='default'>
1.179     harris41  262:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  263:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.142     harris41  264:   <targetdir dist='debian'>etc/rc1.d</targetdir>
1.37      harris41  265:   <categoryname>standard</categoryname>
                    266:   <description>scripts that run for run-level 1</description>
                    267: </directory>
1.115     harris41  268: <directory dist='default'>
1.179     harris41  269:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  270:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.142     harris41  271:   <targetdir dist='debian'>etc/rc2.d</targetdir>
1.37      harris41  272:   <categoryname>standard</categoryname>
                    273:   <description>scripts that run for run-level 2</description>
                    274: </directory>
1.115     harris41  275: <directory dist='default'>
1.215     albertel  276:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  277:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.142     harris41  278:   <targetdir dist='debian'>etc/rc3.d</targetdir>
1.37      harris41  279:   <categoryname>standard</categoryname>
                    280:   <description>scripts that run for run-level 3</description>
                    281: </directory>
1.115     harris41  282: <directory dist='default'>
1.179     harris41  283:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  284:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.142     harris41  285:   <targetdir dist='debian'>etc/rc4.d</targetdir>
1.37      harris41  286:   <categoryname>standard</categoryname>
                    287:   <description>scripts that run for run-level 4</description>
                    288: </directory>
1.115     harris41  289: <directory dist='default'>
1.179     harris41  290:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  291:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.142     harris41  292:   <targetdir dist='debian'>etc/rc5.d</targetdir>
1.37      harris41  293:   <categoryname>standard</categoryname>
                    294:   <description>scripts that run for run-level 5</description>
                    295: </directory>
1.115     harris41  296: <directory dist='default'>
1.179     harris41  297:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  298:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.142     harris41  299:   <targetdir dist='debian'>etc/rc6.d</targetdir>
1.37      harris41  300:   <categoryname>standard</categoryname>
                    301:   <description>scripts that run for run-level 6</description>
                    302: </directory>
1.115     harris41  303: <directory dist='default'>
1.179     harris41  304:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  305:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3       harris41  306:   <categoryname>standard</categoryname>
                    307:   <description>tab-formatted reference files</description>
                    308: </directory>
1.115     harris41  309: <directory dist='default'>
1.179     harris41  310:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  311:   <targetdir dist='default'>home/httpd</targetdir>
1.3       harris41  312:   <categoryname>standard</categoryname>
                    313:   <description>start of the web server tree</description>
                    314: </directory>
1.115     harris41  315: <directory dist='default'>
1.179     harris41  316:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  317:   <targetdir dist='default'>home/httpd/perl</targetdir>
1.10      harris41  318:   <categoryname>server readonly</categoryname>
1.3       harris41  319:   <description>perl scripts for managing the LON-CAPA system</description>
                    320: </directory>
1.115     harris41  321: <directory dist='default'>
1.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.150     bowersj2 2507: studentInterface.gif
1.140     bowersj2 2508: </filenames>
                   2509: </fileglob>
                   2510: <fileglob>
                   2511: <glob>*.*</glob>
                   2512: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
                   2513: <targetdir dist='default'>
                   2514: home/httpd/html/adm/help/eps/</targetdir>
1.162     harris41 2515: <categoryname>interface file</categoryname>
1.140     bowersj2 2516: <description>
                   2517: EPS files for the help system
                   2518: </description>
                   2519: <filenames>
1.360     albertel 2520: Authoring_Dynamic_Plot_Axis_Labels.eps;
                   2521: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
                   2522: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
                   2523: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
                   2524: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
                   2525: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
1.538     albertel 2526: BT_ScreenshotCriteria.eps;
                   2527: BT_ScreenshotQuestion.eps;
                   2528: BT_ScreenshotVariable.eps;
                   2529: flowchartBridgeTask.eps;
1.360     albertel 2530: Dynamic_Replication_Change.eps;
                   2531: Dynamic_Replication_Request.eps;
                   2532: Load_Balance_Example.eps;
                   2533: LONCAPA_Network_Diagram2.eps;
                   2534: LONCAPA_Network_Diagram.eps;
                   2535: Map_Example.eps;
                   2536: Resource_Assembly.eps;
1.163     harris41 2537: authorRemote.eps;
                   2538: constructionSpace.eps;
                   2539: constructionSpaceForPublishing.eps;
                   2540: creatingANewCourse.eps;
                   2541: creatingNewProblemResource.eps;
                   2542: dynamic_piecewise.eps;
                   2543: dynamic_piecewise2.eps;
                   2544: dynamic_plot.eps;
                   2545: dynamic_plot2.eps;
                   2546: formulaResponse.eps;
                   2547: lonhelpheader.eps;
                   2548: login.eps;
1.192     bowersj2 2549: mainCourseDocuments.eps;
1.163     harris41 2550: mapAdvancedEditorNew.eps;
                   2551: mapClickedStart.eps;
                   2552: mapEditFirstClick.eps;
                   2553: mapEditInitial.eps;
                   2554: mapEditingButton.eps;
                   2555: mapEditorDirectoryBrowser.eps;
                   2556: mapEditorResourceChosen.eps;
                   2557: mapEditorSelection.eps;
                   2558: mapInsertResource.eps;
                   2559: mapNewResource.eps;
                   2560: mapSecondWindowSecondResource.eps;
                   2561: mapSimpleEditor.eps;
                   2562: mapStraightened.eps;
                   2563: mapTwoResources.eps;
                   2564: numericalResponse1.eps;
                   2565: numericalResponseEditor.eps;
                   2566: numericalResponseSlopeProblem.eps;
                   2567: numericalResponseVarInText.eps;
                   2568: optionResponseEditing.eps;
                   2569: optionResponseProblem.eps;
                   2570: publishMetadata.eps;
                   2571: radioResponse2.eps;
                   2572: radioResponseHint.eps;
                   2573: smallHelp.eps;
                   2574: spreadsheet_hierarchy.eps;
                   2575: stringResponseEditor.eps;
1.150     bowersj2 2576: studentInterface.eps
1.140     bowersj2 2577: </filenames>
                   2578: </fileglob>
                   2579: <fileglob>
                   2580: <glob>*.*</glob>
                   2581: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
                   2582: <targetdir dist='default'>
                   2583: home/httpd/html/adm/help/tex/</targetdir>
1.162     harris41 2584: <categoryname>interface file</categoryname>
1.140     bowersj2 2585: <description>
                   2586: Tex files for the help system
                   2587: </description>
                   2588: <filenames>
1.163     harris41 2589: About_Authors_Manual.tex;
1.321     www      2590: About_Bombs.tex;
1.276     bowersj2 2591: About_Communication.tex;
                   2592: About_Developers_Manual.tex;
1.163     harris41 2593: About_Numerical_and_Formula_Response.tex;
1.519     albertel 2594: About_Symbs.tex;
1.350     www      2595: all_functions_table.tex;
1.371     albertel 2596: adaptive_hints.tex;
1.361     www      2597: Additional_Help.tex;
1.163     harris41 2598: Ambiguous_Reference.tex;
1.309     matthew  2599: Analysis_Analyze_Over.tex;
1.350     www      2600: Analyze_Problem.tex;
1.461     albertel 2601: Answer_Date.tex;
1.278     bowersj2 2602: Annotation.tex;
1.276     bowersj2 2603: Authentication.tex;
1.427     www      2604: Auth_Options.tex;
1.163     harris41 2605: Authoring_Adding_Pictures.tex;
1.248     bowersj2 2606: Authoring_DataResponse.tex;
1.350     www      2607: Authoring_Dynamic_Plot_Axes.tex;
1.461     albertel 2608: Authoring_Dynamic_Plot_Color_Selection.tex;
1.350     www      2609: Authoring_Dynamic_Plot_Curve_Data.tex;
                   2610: Authoring_Dynamic_Plot_Curve_Function.tex;
                   2611: Authoring_Dynamic_Plot_Curve.tex;
                   2612: Authoring_Dynamic_Plot_Gnuplot.tex;
                   2613: Authoring_Dynamic_Plot_Key.tex;
                   2614: Authoring_Dynamic_Plot_Label.tex;
                   2615: Authoring_Dynamic_Plot_Linestyle.tex;
1.163     harris41 2616: Authoring_Dynamic_Plot.tex;
1.350     www      2617: Authoring_Dynamic_Plot_Tics.tex;
                   2618: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248     bowersj2 2619: Authoring_ExternalResponse.tex;
                   2620: Authoring_Foil_Structure_Tags.tex;
1.350     www      2621: Authoring_Hint_Tags.tex;
1.163     harris41 2622: Authoring_HTML_vs_Tex.tex;
1.248     bowersj2 2623: Authoring_ImageResponse.tex;
                   2624: Authoring_Input_Tags.tex;
                   2625: Authoring_Internal_Tags.tex;
1.493     www      2626: Authoring_Intro.tex;
1.163     harris41 2627: Authoring_M_Tag.tex;
1.248     bowersj2 2628: Authoring_NumericalResponse.tex;
                   2629: Authoring_OptionResponse.tex;
                   2630: Authoring_Output_Tags.tex;
1.254     bowersj2 2631: Authoring_Pictures_EPS.tex;
1.163     harris41 2632: Authoring_Piecewise_Plot.tex;
1.248     bowersj2 2633: Authoring_RadiobuttonResponse.tex;
                   2634: Authoring_Response_Attributes.tex;
1.350     www      2635: Authoring_Responseparam_Parameter.tex;
1.248     bowersj2 2636: Authoring_Response_Tag_Intro.tex;
                   2637: Authoring_Scripting_Tags.tex;
1.490     albertel 2638: Authoring_Spreadsheet.tex;
1.248     bowersj2 2639: Authoring_Structure_Tags.tex;
                   2640: Authoring_XML_Intro.tex;
1.350     www      2641: Author_LON-CAPA_Introduction.tex;
                   2642: Author_Manual_Title_Page.tex;
                   2643: Author_Numerical_and_Formula.tex;
                   2644: Author_Remote_Control.tex;
1.499     raeburn  2645: Batch_Creation.tex;
1.278     bowersj2 2646: Bookmarks.tex;
1.461     albertel 2647: Browsing_Resources.tex;
1.278     bowersj2 2648: Bugzilla.tex;
1.267     www      2649: Caching.tex;
1.246     bowersj2 2650: Calendar_Add_Announcement.tex;
                   2651: Calendar_Remove_Announcement.tex;
1.163     harris41 2652: Calling_Functions.tex;
1.350     www      2653: CAPA_LON-CAPA_function_diffs.tex;
1.276     bowersj2 2654: Cascading_Parameters.tex;
1.461     albertel 2655: Catalog_Info.tex;
1.278     bowersj2 2656: Change_Colors.tex;
                   2657: Change_Password.tex;
1.249     matthew  2658: Chart_Description.tex;
1.374     albertel 2659: Change_Discussion_Display.tex;
1.461     albertel 2660: Chart_Enrollment_Status.tex;
1.249     matthew  2661: Chart_Output_Data.tex;
                   2662: Chart_Output_Formats.tex;
1.461     albertel 2663: Chart_Sections.tex;
                   2664: Chart_Sequences.tex;
                   2665: Chart_Student_Data.tex;
1.276     bowersj2 2666: Chatting.tex;
1.163     harris41 2667: Coauthor.tex;
                   2668: Construction_Space_Overview.tex;
1.493     www      2669: Contextual_Help.tex;
1.276     bowersj2 2670: Course_Add_Other.tex;
1.163     harris41 2671: Course_Add_Student.tex;
1.461     albertel 2672: Course_Automated_Enrollment.tex;
1.278     bowersj2 2673: Course_Broadcast_Message.tex;
                   2674: Course_Change_Privileges.tex;
1.163     harris41 2675: Course_Chart_To_Excel.tex;
1.254     bowersj2 2676: Course_Chat.tex;
1.163     harris41 2677: Course_Convert_To_CSV.tex;
1.493     www      2678: Course_Coordination_Intro.tex;
1.163     harris41 2679: Course_Create_Class_List.tex;
                   2680: Course_Critical_Message.tex;
                   2681: Course_Deleting.tex;
                   2682: Course_Disable_Discussion.tex;
                   2683: Course_Discussion_Board.tex;
                   2684: Course_Drop_Student.tex;
                   2685: Course_Edit_Content.tex;
1.276     bowersj2 2686: Course_Editing_Custom_Roles.tex;
1.461     albertel 2687: Course_Environment.tex;
1.278     bowersj2 2688: Course_Extending_Due_Dates.tex;
1.254     bowersj2 2689: Course_Face_To_Face_Records.tex;
1.163     harris41 2690: Course_Feedback_Addresses.tex;
                   2691: Course_Homework_Performance_Overview.tex;
1.350     www      2692: Course_Manually_Grade_Problem.tex;
1.197     albertel 2693: Course_Manual_Title_Page.tex;
1.264     bowersj2 2694: Course_Maximum_Collaborators.tex;
1.163     harris41 2695: Course_Message_Access.tex;
1.254     bowersj2 2696: Course_Modify_Student_Data.tex;
1.264     bowersj2 2697: Course_Parameter_Levels.tex;
1.461     albertel 2698: Course_Parameter_Table_Mode.tex;
1.163     harris41 2699: Course_Problem_Weight.tex;
1.254     bowersj2 2700: Course_Set_Start_End_Date.tex;
1.163     harris41 2701: Course_Setting_Parameters.tex;
                   2702: Course_Student_Grade_Override.tex;
                   2703: Course_Student_Work.tex;
                   2704: Course_Toplevel_Seq.tex;
1.254     bowersj2 2705: Course_User_Evaluation.tex;
1.264     bowersj2 2706: Course_User_Parameter.tex;
1.278     bowersj2 2707: Course_View_Class_List.tex;
1.248     bowersj2 2708: Create_Course.tex;
1.163     harris41 2709: Creating_A_Course_Intro.tex;
1.499     raeburn  2710: Creating_Groups.tex;
1.163     harris41 2711: Creating_New_Content_Pages.tex;
                   2712: Creating_Online_Problems.tex;
                   2713: Creating_Radio_Response_Problems.tex;
1.496     www      2714: Custom_Response_Problems.tex;
1.276     bowersj2 2715: Developer_Manual_Title_Page.tex;
                   2716: Developer_Tutorial.tex;
1.461     albertel 2717: Distribute_Messages.tex;
1.264     bowersj2 2718: Docs_About_Bulletin_Board.tex;
1.517     raeburn  2719: Docs_About_Group_Files.tex; 
1.264     bowersj2 2720: Docs_About_My_Personal_Info.tex;
                   2721: Docs_About_Simple_Page.tex;
                   2722: Docs_About_Syllabus.tex;
1.200     bowersj2 2723: Docs_Adding_Course_Doc.tex;
                   2724: Docs_Adding_External_Resource.tex;
                   2725: Docs_Adding_Folders.tex;
1.400     albertel 2726: Docs_Adding_Pages.tex;
1.278     bowersj2 2727: Docs_Adding_Syllabus.tex;
1.264     bowersj2 2728: Docs_Alternatives.tex;
1.365     www      2729: Docs_Check_Resource_Versions.tex;
1.200     bowersj2 2730: Docs_Creating_From_Template.tex;
1.365     www      2731: Docs_Dump_Course_Docs.tex;
1.451     raeburn  2732: Docs_Export_Course_Docs.tex;
1.264     bowersj2 2733: Docs_Editing_Templated_Pages.tex;
1.365     www      2734: Docs_Essay.tex;
1.200     bowersj2 2735: Docs_Importing_LON-CAPA_Resource.tex;
1.268     bowersj2 2736: Docs_Load_Map.tex;
1.200     bowersj2 2737: Docs_Main_Course_Documents.tex;
                   2738: Docs_Navigate_Content.tex;
1.365     www      2739: Docs_Option_Response.tex;
1.200     bowersj2 2740: Docs_Overview.tex;
1.365     www      2741: Docs_Radio.tex;
1.265     bowersj2 2742: Docs_Score_Upload_Form.tex;
1.365     www      2743: Docs_Search.tex;
                   2744: Docs_Simple_Problem.tex;
                   2745: Docs_String_Response.tex;
1.200     bowersj2 2746: Docs_Supplemental.tex;
                   2747: Docs_Uploading_From_Harddrive.tex;
1.365     www      2748: Docs_Verify_Content.tex;
1.461     albertel 2749: Due_Date.tex;
1.365     www      2750: Edit_Syllabus.tex;
1.493     www      2751: Error.tex;
1.372     albertel 2752: exam_basics.tex;
1.365     www      2753: Exploring_Your_Course.tex;
1.461     albertel 2754: Feedback_Author.tex;
                   2755: Feedback_Content.tex;
                   2756: Feedback_Discuss_Anon.tex;
                   2757: Feedback_Discussion.tex;
                   2758: Feedback_Policy.tex;
1.276     bowersj2 2759: Finding_Resources.tex;
1.163     harris41 2760: Foils.tex;
1.248     bowersj2 2761: Formula_Response_Adv_Intro.tex;
1.163     harris41 2762: Formula_Response_Example.tex;
                   2763: Formula_Response_Limitations.tex;
                   2764: Formula_Response_Problems.tex;
                   2765: Formula_Response_Sampling.tex;
                   2766: Formula_Tolerance.tex;
1.187     www      2767: General_Intro.tex;
1.330     www      2768: Generation.tex;
1.461     albertel 2769: Grade_All.tex;
                   2770: Grade_Intro.tex;
                   2771: Grade_One.tex;
                   2772: Grade_Scantron.tex;
                   2773: Grade_Sequence.tex;
                   2774: Grade_Upload.tex;
                   2775: Grade_Verify.tex;
1.331     www      2776: GradingOptions.tex;
1.219     albertel 2777: Greek_Symbols.tex;
1.276     bowersj2 2778: Guts_Apache_Env.tex;
                   2779: Guts_Apache_Modules.tex;
1.350     www      2780: Guts_Apache.tex;
1.276     bowersj2 2781: Guts_Authentication.tex;
                   2782: Guts_Authoring.tex;
                   2783: Guts_Coding_Guidelines.tex;
                   2784: Guts_Course_Dir.tex;
                   2785: Guts_User_Dir.tex;
1.365     www      2786: Help.tex;
                   2787: Helper_Course_Initialization.tex;
1.163     harris41 2788: How_To_Edit_Existing_Content_Pages.tex;
1.276     bowersj2 2789: Latex_Footer.tex;
                   2790: Latex_Header.tex;
1.254     bowersj2 2791: Leaving_Feedback.tex;
1.163     harris41 2792: Login_To_LON-CAPA.tex;
1.521     www      2793: Math_Response_Problems.tex;
1.163     harris41 2794: Metadata_Description.tex;
1.365     www      2795: Navigation_Screen.tex;
1.178     bowersj2 2796: Navmap_Host_Down.tex;
1.376     raeburn  2797: NavMaps_MarkPosts_Read.tex;
1.163     harris41 2798: Numerical_Response_Advanced_Example.tex;
                   2799: Numerical_Response_Format.tex;
1.350     www      2800: Numerical_Response_Introduction.tex;
1.163     harris41 2801: Numerical_Response_Intro.tex;
                   2802: Numerical_Response_Parts_A.tex;
                   2803: Numerical_Response_Parts_B.tex;
                   2804: Numerical_Response_Problems.tex;
                   2805: Numerical_Response_Randomization.tex;
                   2806: Numerical_Response_Simple_Example.tex;
                   2807: Numerical_Response_Tutorial_A.tex;
                   2808: Numerical_Response_Units.tex;
1.371     albertel 2809: numerical_wrong_answers.tex;
1.461     albertel 2810: Open_Date.tex;
1.163     harris41 2811: Option_Response_Concept_Group_Example.tex;
                   2812: Option_Response_Matching_Example.tex;
                   2813: Option_Response_Problem_Creation.tex;
                   2814: Option_Response_Problem_Figure.tex;
                   2815: Option_Response_Problem_Parts.tex;
                   2816: Option_Response_Problems.tex;
                   2817: Option_Response_Simple.tex;
1.219     albertel 2818: Other_Symbols.tex;
1.461     albertel 2819: Parameter_Helper.tex;
1.495     www      2820: Parameter_Manager.tex;
1.461     albertel 2821: Parameter_Overview.tex;
1.194     albertel 2822: Part_Tag_Edit_Help.tex;
1.264     bowersj2 2823: Personal_Info_Page.tex;
1.248     bowersj2 2824: Physical_Units.tex;
1.519     albertel 2825: Portfolio_About.tex;
                   2826: Portfolio_AddFiles.tex;
                   2827: Portfolio_Catalog.tex;
                   2828: Portfolio_ChangeDirectory.tex;
                   2829: Portfolio_CreateDirectory.tex;
                   2830: Portfolio_DeleteFile.tex;
                   2831: Portfolio_FileAction.tex;
                   2832: Portfolio_FileList.tex;
                   2833: Portfolio_OpenFile.tex;
                   2834: Portfolio_RenameFile.tex;
                   2835: Portfolio_ShareFile_ChangeSetting.tex;
                   2836: Portfolio_ShareFile_SetAccess.tex;
                   2837: Portfolio_ShareFile_StopAccess.tex;
                   2838: Portfolio_ShareFile.tex;
1.361     www      2839: Prefs_About_Me.tex;
1.254     bowersj2 2840: Prefs_Forwarding.tex;
1.361     www      2841: Prefs_Language.tex;
1.254     bowersj2 2842: Prefs_Screen_Name_Nickname.tex;
1.461     albertel 2843: Print_Library.tex;
1.388     sakharuk 2844: Print_Options.tex;
1.278     bowersj2 2845: Print_Resource.tex;
1.453     foxr     2846: Print_Tricks.tex;
1.163     harris41 2847: Problem_Editor_Testing_Area.tex;
                   2848: Problem_Editor_XML_Index.tex;
1.248     bowersj2 2849: Problem_LON-CAPA_Functions.tex;
1.405     foxr     2850: Problem_LON-CAPA_Image_Options.tex;
1.461     albertel 2851: Problem_Parameters.tex;
1.163     harris41 2852: Problem_Types.tex;
                   2853: Publishing_A_Resource.tex;
                   2854: Publishing_Author_Tutorial_Segue.tex;
                   2855: Publishing_Copyright.tex;
                   2856: Publishing_Intro.tex;
                   2857: Publishing_Keywords.tex;
1.461     albertel 2858: Quick_Grades_Description.tex;
1.191     bowersj2 2859: Quick_Grades_Possibly_Correct.tex;
1.163     harris41 2860: Radio_Response_Problems.tex;
                   2861: Radio_Response_Randomization.tex;
1.248     bowersj2 2862: Ranking_Problems.tex;
1.266     www      2863: Receipt.tex;
1.361     www      2864: Remote_Menu.tex;
1.276     bowersj2 2865: Resource_Discussion.tex;
1.163     harris41 2866: Resource_Types.tex;
1.276     bowersj2 2867: Roles_About.tex;
1.361     www      2868: Roles_Screen.tex;
1.248     bowersj2 2869: Script_Functions.tex;
1.350     www      2870: Scripting_Help.tex;
1.163     harris41 2871: Script_Tutorial_Intro.tex;
1.248     bowersj2 2872: Script_Variables.tex;
1.360     albertel 2873: Search_Advanced.tex;
                   2874: Search_Basic.tex;
                   2875: Searching.tex;
1.278     bowersj2 2876: Sending_Email.tex;
1.163     harris41 2877: Sequence_Advanced_Editor_Creation.tex;
                   2878: Sequence_Definition.tex;
                   2879: Sequence_Editor_Selection.tex;
                   2880: Sequence_Page_Maps.tex;
                   2881: Sequence_Simple_Editor_Creation.tex;
                   2882: Sequence_Top-Level.tex;
                   2883: Significant_Figures.tex;
1.519     albertel 2884: Slot_About.tex;
                   2885: Slot_AddInterface.tex;
                   2886: Slot_ChoosingResources.tex;
                   2887: Slot_CommaDelimited.tex;
                   2888: Slot_EditDelete.tex;
                   2889: Slot_OptionalAttributes.tex;
                   2890: Slot_RequiredAttributes.tex;
                   2891: Slot_RestrictAvailibility.tex;
                   2892: Slot_SelectingField.tex;
                   2893: Slot_SpecifyProctors.tex;
1.278     bowersj2 2894: Spreadsheet_About.tex;
1.279     matthew  2895: Spreadsheet_Calculation.tex;
                   2896: Spreadsheet_Calculation_Time.tex;
                   2897: Spreadsheet_Cell_Editing.tex;
                   2898: Spreadsheet_Editing.tex;
1.278     bowersj2 2899: Spreadsheet_Export_Row.tex;
1.279     matthew  2900: Spreadsheet_Files.tex;
1.278     bowersj2 2901: Spreadsheet_Functions.tex;
1.279     matthew  2902: Spreadsheet_Hierarchy.tex;
                   2903: Spreadsheet_HowTo_Assessments.tex;
                   2904: Spreadsheet_HowTo.tex;
                   2905: Spreadsheet_Layout.tex;
1.278     bowersj2 2906: Spreadsheet_Levels.tex;
                   2907: Spreadsheet_Max_Depth_Exceeded.tex;
                   2908: Spreadsheet_Parms.tex;
                   2909: Spreadsheet_Problem_Weight.tex;
1.279     matthew  2910: Spreadsheet_Referencing_Cells.tex;
                   2911: Spreadsheet_Referencing_Parameters.tex;
                   2912: Spreadsheet_Row_Numbers.tex;
                   2913: Spreadsheet_Student_View.tex;
1.278     bowersj2 2914: Spreadsheet_Student_Visible.tex;
                   2915: Spreadsheet_Template_Row.tex;
                   2916: Spreadsheet_Ternary_Operator.tex;
                   2917: Spreadsheet_Tries.tex;
1.329     matthew  2918: Statistics_Overall_Key.tex;
1.375     matthew  2919: Statistics_Sequence.tex;
1.368     matthew  2920: Statistics_Cache.tex;
1.163     harris41 2921: String_Response_Problem_Creation.tex;
                   2922: String_Response_Problems.tex;
1.493     www      2923: Student_Intro.tex;
1.461     albertel 2924: Submission_Time_Analysis.tex;
1.248     bowersj2 2925: Syllabus_ExtLink.tex;
                   2926: Syllabus_URLs.tex;
1.461     albertel 2927: Table_Mode.tex;
1.491     albertel 2928: Testbank_Formatting.tex;
1.392     sakharuk 2929: TEXDropEmptyColumns_attribute.tex;
1.399     albertel 2930: TEXitemgroupwidth_attribute.tex;
1.400     albertel 2931: TEXitemgroup_attribute.tex;
1.392     sakharuk 2932: TEXlayout_attribute.tex;
1.388     sakharuk 2933: TEXsize_attribute.tex;
1.392     sakharuk 2934: TEXtype_attribute.tex;
1.389     sakharuk 2935: TEXwidth_attribute.tex;
1.461     albertel 2936: Tries.tex;
1.163     harris41 2937: Tolerance.tex;
1.248     bowersj2 2938: Uploaded_Templates_PublicView.tex;
                   2939: Uploaded_Templates_TextBoxes.tex;
1.491     albertel 2940: Uploading_File_Options.tex;
1.163     harris41 2941: Variable_Naming_Conventions.tex;
                   2942: Variables_in_Scripts.tex;
                   2943: Variables_in_the_Answer_Block.tex;
1.248     bowersj2 2944: Variables_in_the_Text_Block.tex;
1.350     www      2945: Variable_Tutorial_A.tex;
1.461     albertel 2946: View_All_Messages.tex;
                   2947: View_Critical_Messages.tex;
1.502     albertel 2948: View_recent_activity.tex;
1.276     bowersj2 2949: What_Is_LON-CAPA.tex;
                   2950: Why_LON-CAPA.tex;
1.317     www      2951: </filenames>
                   2952: </fileglob>
                   2953: <fileglob>
                   2954: <glob>*.*</glob>
1.485     www      2955: <sourcedir>loncom/html/adm/help/tex/de/</sourcedir>
                   2956: <targetdir dist='default'>
                   2957: home/httpd/html/adm/help/tex/de/</targetdir>
                   2958: <categoryname>interface file</categoryname>
                   2959: <description>
                   2960: German Tex files for the help system
                   2961: </description>
                   2962: <filenames>
1.518     www      2963: About_Bombs.tex;
                   2964: About_Communication.tex;
1.485     www      2965: Tries.tex;
                   2966: </filenames>
                   2967: </fileglob>
                   2968: <fileglob>
                   2969: <glob>*.*</glob>
1.317     www      2970: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
                   2971: <targetdir dist='default'>
                   2972: home/httpd/html/adm/help/tex/ru/</targetdir>
                   2973: <categoryname>interface file</categoryname>
                   2974: <description>
                   2975: Russian Tex files for the help system
                   2976: </description>
                   2977: <filenames>
                   2978: About_Authors_Manual.tex;
1.319     www      2979: About_Communication.tex;
1.324     sakharuk 2980: About_Developers_Manual.tex;
1.319     www      2981: About_Numerical_and_Formula_Response.tex;
1.334     sakharuk 2982: CAPA_LON-CAPA_function_diffs.tex;
1.360     albertel 2983: Course_Maximum_Collaborators.tex;
1.324     sakharuk 2984: Course_Set_Start_End_Date.tex;
1.319     www      2985: Creating_A_Course_Intro.tex;
1.324     sakharuk 2986: Other_Symbols.tex;
1.319     www      2987: Physical_Units.tex;
1.317     www      2988: Print_Resource.tex;
1.324     sakharuk 2989: Authoring_Adding_Pictures.tex;
1.140     bowersj2 2990: </filenames>
                   2991: </fileglob>
                   2992: <file>
                   2993: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
                   2994: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162     harris41 2995: <categoryname>interface file</categoryname>
1.140     bowersj2 2996: <description>
                   2997: A gdbm file containing a label->tex file hash.
1.15      harris41 2998: </description>
                   2999: <status>works/unverified</status>
1.487     albertel 3000: <build trigger='always run'>
                   3001: loncom/build/rebuild_label_hash.sh
                   3002: </build>
                   3003: <dependencies>
                   3004: rebuild_label_hash.sh
                   3005: </dependencies>
1.15      harris41 3006: </file>
1.407     albertel 3007: <fileglob>
                   3008:   <glob>*</glob>
                   3009:   <sourcedir>loncom/html/adm/fonts/</sourcedir>
                   3010:   <targetdir dist='default'>home/httpd/html/adm/fonts/</targetdir>
                   3011:   <categoryname>interface file</categoryname>
                   3012:   <description>
                   3013:     Fonts for convertjme.pl
                   3014:   </description>
                   3015:   <filenames>
                   3016: AUTHORS;
                   3017: BUGS;
                   3018: DejaVuSerif-Roman.ttf;
                   3019: LICENSE;
                   3020: NEWS;
                   3021: README;
                   3022: status.txt;
                   3023: unicover.txt
                   3024:   </filenames>
                   3025: </fileglob>
1.15      harris41 3026: <file>
1.7       harris41 3027: <source>loncom/interface/lonstatistics.pm</source>
                   3028: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   3029: <categoryname>handler</categoryname>
                   3030: <description>
                   3031: Handler to show statistics on solving LON-CAPA problems.
1.326     matthew  3032: </description>
                   3033: <status>works/unverified</status>
                   3034: </file>
                   3035: <file>
                   3036: <source>loncom/interface/statistics/lonstathelpers.pm</source>
                   3037: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
1.370     albertel 3038: <categoryname>handler</categoryname>
1.326     matthew  3039: <description>
                   3040: Utility module for statistics and data mining.
1.144     stredwic 3041: </description>
                   3042: <status>works/unverified</status>
                   3043: </file>
                   3044: <file>
1.400     albertel 3045: <source>loncom/interface/lontrackstudent.pm</source>
                   3046: <target dist='default'>home/httpd/lib/perl/Apache/lontrackstudent.pm</target>
                   3047: <categoryname>handler</categoryname>
                   3048: <description>
                   3049: Handler to parse and analyze activity.log
                   3050: </description>
                   3051: <status>works/unverified</status>
                   3052: </file>
                   3053: <file>
1.144     stredwic 3054: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162     harris41 3055: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
                   3056: </target>
1.144     stredwic 3057: <categoryname>handler</categoryname>
                   3058: <description>
1.162     harris41 3059: The module that generate the html for the Problem Statistics web pages.
1.338     matthew  3060: </description>
                   3061: </file>
                   3062: <file>
1.366     matthew  3063: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
                   3064: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
                   3065: </target>
1.370     albertel 3066: <categoryname>handler</categoryname>
1.366     matthew  3067: <description>
                   3068: Gives instructors access to compiled survey results.
                   3069: </description>
                   3070: </file>
                   3071: <file>
1.338     matthew  3072: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
                   3073: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
                   3074: </target>
                   3075: <categoryname>handler</categoryname>
                   3076: <description>
                   3077: Generates excel file containing student submissions and correct answers.
1.332     matthew  3078: </description>
                   3079: </file>
                   3080: <file>
                   3081: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
                   3082: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
                   3083: </target>
                   3084: <categoryname>handler</categoryname>
                   3085: <description>
                   3086: The module that generate the html for the correct problems plot web pages.
1.169     stredwic 3087: </description>
                   3088: <status>works/unverified</status>
                   3089: </file>
                   3090: <file>
                   3091: <source>loncom/interface/statistics/lonpercentage.pm</source>
                   3092: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
                   3093: </target>
                   3094: <categoryname>handler</categoryname>
                   3095: <description>
                   3096: The module that generate the html for the Percentage graph web pages.
1.144     stredwic 3097: </description>
                   3098: <status>works/unverified</status>
                   3099: </file>
                   3100: <file>
                   3101: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162     harris41 3102: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
                   3103: </target>
1.144     stredwic 3104: <categoryname>handler</categoryname>
                   3105: <description>
1.296     matthew  3106: This module provides detailed analysis and raw data for submissions of various problem types.
                   3107: </description>
                   3108: <status>works/unverified</status>
                   3109: </file>
                   3110: <file>
1.470     albertel 3111:   <source>loncom/interface/statistics/longradinganalysis.pm</source>
                   3112:   <target dist='default'>home/httpd/lib/perl/Apache/longradinganalysis.pm</target>
                   3113:   <categoryname>handler</categoryname>
                   3114:   <description>
                   3115:     This module provides detailed analysis and raw data for submissions of various problem types.
                   3116:   </description>
                   3117:   <status>works/unverified</status>
                   3118: </file>
                   3119: <file>
1.296     matthew  3120: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
                   3121: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
                   3122: </target>
                   3123: <categoryname>handler</categoryname>
                   3124: <description>
                   3125: This module produces plots of the times of students attempts on an assessment.
1.144     stredwic 3126: </description>
                   3127: <status>works/unverified</status>
                   3128: </file>
                   3129: <file>
                   3130: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162     harris41 3131: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
                   3132: </target>
1.144     stredwic 3133: <categoryname>handler</categoryname>
                   3134: <description>
                   3135: The module that generate the html for the Student Assessment/Chart web pages.
1.7       harris41 3136: </description>
                   3137: <status>works/unverified</status>
                   3138: </file>
                   3139: <file>
1.428     raeburn  3140: <source>loncom/interface/lonwhatsnew.pm</source>
                   3141: <target dist='default'>home/httpd/lib/perl/Apache/lonwhatsnew.pm
                   3142: </target>
                   3143: <categoryname>handler</categoryname>
                   3144: <description>
                   3145: Handler to display items in course requiring action.
                   3146: </description>
                   3147: <status>works/unverified</status>
                   3148: </file>
                   3149: <file>
1.5       harris41 3150: <source>loncom/publisher/londiff.pm</source>
                   3151: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   3152: <categoryname>handler</categoryname>
                   3153: <description>
                   3154: Handler to show difference between two files.
1.221     www      3155: </description>
                   3156: <status>works/unverified</status>
                   3157: </file>
                   3158: <file>
                   3159: <source>loncom/publisher/lonrights.pm</source>
                   3160: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
                   3161: <categoryname>handler</categoryname>
                   3162: <description>
                   3163: Handler to show and edit custom distribution rights
1.5       harris41 3164: </description>
                   3165: <status>works/unverified</status>
1.4       harris41 3166: </file>
                   3167: <file>
1.5       harris41 3168: <source>loncom/publisher/lonupload.pm</source>
                   3169: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   3170: <categoryname>handler</categoryname>
                   3171: <description>
                   3172: Handler to upload files through browser into construction space.
                   3173: </description>
                   3174: <status>works/unverified</status>
1.4       harris41 3175: </file>
                   3176: <file>
1.76      harris41 3177: <source>doc/man/Apache__lonupload.3</source>
                   3178: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83      harris41 3179: <categoryname>doc</categoryname>
1.76      harris41 3180: <description>man page for lonupload.pm</description>
                   3181: <build trigger='always run'>
1.115     harris41 3182: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
                   3183: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
1.76      harris41 3184: </build>
                   3185: <status>works/unverified</status>
                   3186: <dependencies>
                   3187: ../../loncom/publisher/lonupload.pm
                   3188: </dependencies>
                   3189: </file>
                   3190: <file>
1.118     harris41 3191: <source>doc/lib/perl/Apache/lonupload.html</source>
                   3192: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112     harris41 3193: </target>
1.83      harris41 3194: <categoryname>doc</categoryname>
1.76      harris41 3195: <description>POD-derived page for lonupload.pm</description>
                   3196: <build trigger='always run'>
1.115     harris41 3197: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
1.118     harris41 3198: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
                   3199: echo 'pod2html lonupload.pm'
1.76      harris41 3200: </build>
                   3201: <status>works/unverified</status>
                   3202: <dependencies>
                   3203: ../../loncom/publisher/lonupload.pm
                   3204: </dependencies>
                   3205: </file>
                   3206: <file>
1.5       harris41 3207: <source>loncom/homework/essayresponse.pm</source>
                   3208: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   3209: <categoryname>handler</categoryname>
                   3210: <description>
                   3211: Handler to evaluate essay (ungraded) style responses.
1.92      albertel 3212: </description>
                   3213: <status>works/unverified</status>
                   3214: </file>
                   3215: <file>
                   3216: <source>loncom/homework/externalresponse.pm</source>
                   3217: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
                   3218: <categoryname>handler</categoryname>
                   3219: <description>
                   3220: Handler to evaluate externally graded responses.
                   3221: </description>
                   3222: <status>works/unverified</status>
                   3223: </file>
                   3224: <file>
                   3225: <source>loncom/homework/loncapagrade.pm</source>
                   3226: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
                   3227: <categoryname>handler</categoryname>
                   3228: <description>
1.133     harris41 3229: Holds results and defines
                   3230: tag handlers needed by externalresponse.pm
1.5       harris41 3231: </description>
                   3232: <status>works/unverified</status>
1.4       harris41 3233: </file>
                   3234: <file>
1.461     albertel 3235:   <source>loncom/homework/gradesubmission.pl</source>
1.464     albertel 3236:   <target dist='default'>home/httpd/cgi-bin/gradesubmission.pl</target>
1.461     albertel 3237:   <categoryname>handler</categoryname>
                   3238:   <description>
                   3239: Example script for use with external response.
                   3240:   </description>
                   3241:   <status>works/unverified</status>
                   3242: </file>
                   3243: <file>
1.5       harris41 3244: <source>loncom/publisher/lonpubdir.pm</source>
                   3245: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   3246: <categoryname>handler</categoryname>
                   3247: <description>
                   3248: Handler to publish directories.
1.172     www      3249: </description>
                   3250: </file>
                   3251: <file>
                   3252: <source>loncom/publisher/lonunauthorized.pm</source>
                   3253: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
                   3254: <categoryname>handler</categoryname>
                   3255: <description>
                   3256: Handler to explain failed contruction space access.
1.5       harris41 3257: </description>
1.4       harris41 3258: </file>
                   3259: <file>
1.76      harris41 3260: <source>doc/man/Apache__lonpubdir.3</source>
                   3261: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83      harris41 3262: <categoryname>doc</categoryname>
1.76      harris41 3263: <description>man page for lonpubdir.pm</description>
                   3264: <build trigger='always run'>
1.115     harris41 3265: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
                   3266: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
1.76      harris41 3267: </build>
                   3268: <status>works/unverified</status>
                   3269: <dependencies>
                   3270: ../../loncom/lonnet/perl/lonnet.pm
                   3271: </dependencies>
                   3272: </file>
                   3273: <file>
1.118     harris41 3274: <source>doc/lib/perl/Apache/lonpubdir.html</source>
                   3275: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112     harris41 3276: </target>
1.83      harris41 3277: <categoryname>doc</categoryname>
1.76      harris41 3278: <description>POD-derived page for lonpubdir.pm</description>
                   3279: <build trigger='always run'>
1.115     harris41 3280: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
1.118     harris41 3281: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
                   3282: echo 'pod2html lonpubdir.pm'
1.76      harris41 3283: </build>
                   3284: <status>works/unverified</status>
                   3285: <dependencies>
                   3286: ../../loncom/publisher/lonpubdir.pm
                   3287: </dependencies>
                   3288: </file>
                   3289: <file>
1.5       harris41 3290: <source>loncom/publisher/lonretrieve.pm</source>
                   3291: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   3292: <categoryname>handler</categoryname>
                   3293: <description>
                   3294: Handler to retrieve old versions from resource space.
                   3295: </description>
                   3296: <status>works/unverified</status>
1.4       harris41 3297: </file>
                   3298: <file>
1.421     www      3299: <source>loncom/publisher/loncleanup.pm</source>
                   3300: <target dist='default'>home/httpd/lib/perl/Apache/loncleanup.pm</target>
                   3301: <categoryname>handler</categoryname>
                   3302: <description>
                   3303: Handler to clean up HTML files.
                   3304: </description>
                   3305: <status>works/unverified</status>
                   3306: </file>
                   3307: <file>
1.76      harris41 3308: <source>doc/man/Apache__lonretrieve.3</source>
                   3309: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83      harris41 3310: <categoryname>doc</categoryname>
1.76      harris41 3311: <description>man page for lonretrieve.pm</description>
                   3312: <build trigger='always run'>
1.115     harris41 3313: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
                   3314: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
1.76      harris41 3315: </build>
                   3316: <status>works/unverified</status>
                   3317: <dependencies>
                   3318: ../../loncom/publisher/lonretrieve.pm
                   3319: </dependencies>
                   3320: </file>
                   3321: <file>
1.118     harris41 3322: <source>doc/lib/perl/Apache/lonretrieve.html</source>
                   3323: <target dist='default'>
                   3324: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112     harris41 3325: </target>
1.83      harris41 3326: <categoryname>doc</categoryname>
1.76      harris41 3327: <description>POD-derived page for lonretrieve.pm</description>
                   3328: <build trigger='always run'>
1.115     harris41 3329: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
1.118     harris41 3330: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
                   3331: echo 'pod2html lonretrieve.pm'
1.76      harris41 3332: </build>
                   3333: <status>works/unverified</status>
                   3334: <dependencies>
                   3335: ../../loncom/publisher/lonretrieve.pm
                   3336: </dependencies>
                   3337: </file>
                   3338: <file>
1.5       harris41 3339: <source>loncom/homework/edit.pm</source>
                   3340: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   3341: <categoryname>handler</categoryname>
                   3342: <description>
                   3343: Helper functions when in homework edit mode.
                   3344: </description>
1.4       harris41 3345: </file>
                   3346: <file>
1.86      harris41 3347: <source>doc/man/Apache__edit.3</source>
                   3348: <target dist='default'>usr/man/man3/Apache::edit.3</target>
                   3349: <categoryname>doc</categoryname>
                   3350: <description>man page for edit.pm</description>
                   3351: <build trigger='always run'>
1.115     harris41 3352: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
1.112     harris41 3353: echo 'manifying edit.pm'
1.86      harris41 3354: </build>
                   3355: <status>works/unverified</status>
                   3356: <dependencies>
                   3357: ../../loncom/homework/edit.pm
                   3358: </dependencies>
                   3359: </file>
                   3360: <file>
1.118     harris41 3361: <source>doc/lib/perl/Apache/edit.html</source>
                   3362: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
                   3363: </target>
1.86      harris41 3364: <categoryname>doc</categoryname>
                   3365: <description>POD-derived page for edit.pm</description>
                   3366: <build trigger='always run'>
1.118     harris41 3367: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
                   3368: ../../doc/lib/perl/Apache/edit.html \
1.115     harris41 3369: &amp;&amp; echo 'pod2html edit.pm'
1.86      harris41 3370: </build>
                   3371: <status>works/unverified</status>
                   3372: <dependencies>
                   3373: ../../loncom/homework/edit.pm
                   3374: </dependencies>
                   3375: </file>
                   3376: <file>
1.5       harris41 3377: <source>loncom/interface/lonmeta.pm</source>
                   3378: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   3379: <categoryname>handler</categoryname>
                   3380: <description>Metadata display handler.</description>
                   3381: <status>works/unverified</status>
1.4       harris41 3382: </file>
                   3383: <file>
1.5       harris41 3384: <source>rat/lonambiguous.pm</source>
                   3385: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   3386: <categoryname>handler</categoryname>
                   3387: <description>
                   3388: Handler to resolve ambiguous file locations.
                   3389: </description>
                   3390: <status>works/unverified</status>
1.4       harris41 3391: </file>
                   3392: <file>
1.5       harris41 3393: <source>rat/lonratparms.pm</source>
                   3394: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   3395: <categoryname>handler</categoryname>
                   3396: <description>
                   3397: Handler to set resource parameters inside of the RAT based on metadata.
                   3398: </description>
                   3399: <status>works/unverified</status>
1.4       harris41 3400: </file>
                   3401: <file>
1.5       harris41 3402: <source>rat/lonsequence.pm</source>
                   3403: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   3404: <categoryname>handler</categoryname>
                   3405: <description>
                   3406: Handler for showing sequence objects of educational resources.
                   3407: </description>
                   3408: <status>works/unverified</status>
1.4       harris41 3409: </file>
                   3410: <file>
1.5       harris41 3411: <source>loncom/interface/loncreatecourse.pm</source>
                   3412: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   3413: <categoryname>handler</categoryname>
                   3414: <description>
1.72      harris41 3415: Allows domain coordinators to create new courses and assign course
                   3416: coordinators.
1.5       harris41 3417: </description>
1.10      harris41 3418: <status>works/unverified</status>
1.4       harris41 3419: </file>
                   3420: <file>
1.497     albertel 3421:   <source>loncom/interface/lonclonecourse.pm</source>
                   3422:   <target dist='default'>home/httpd/lib/perl/Apache/lonclonecourse.pm</target>
                   3423:   <categoryname>handler</categoryname>
                   3424:   <description>
                   3425: Internal routines for creating a clone of an existing course.
                   3426:   </description>
                   3427:   <status>works/unverified</status>
                   3428: </file>
                   3429: <file>
1.5       harris41 3430: <source>loncom/interface/loncreateuser.pm</source>
                   3431: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   3432: <categoryname>handler</categoryname>
                   3433: <description>
1.72      harris41 3434: Allows users to within their own privileges create/edit users and give
                   3435: them roles. 
1.5       harris41 3436: </description>
                   3437: <status>works/unverified</status>
1.143     stredwic 3438: </file>
                   3439: <file>
                   3440: <source>loncom/interface/lonhtmlcommon.pm</source>
                   3441: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
                   3442: <categoryname>handler</categoryname>
                   3443: <description>
                   3444: Contains a set of functions that generate html controls and data layouts
1.282     www      3445: </description>
                   3446: </file>
                   3447: <file>
1.382     www      3448: <source>loncom/interface/lonspeller.pm</source>
                   3449: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
                   3450: <categoryname>handler</categoryname>
                   3451: <description>
                   3452: Contains a set of functions to use Aspell
                   3453: </description>
                   3454: </file>
                   3455: <file>
1.282     www      3456: <source>loncom/localize/lonlocal.pm</source>
                   3457: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
                   3458: <categoryname>handler</categoryname>
                   3459: <description>
                   3460: Contains the &mt access function to Locale::Maketext
                   3461: </description>
                   3462: </file>
                   3463: <file>
1.476     albertel 3464:   <source>loncom/localize/lonlocalize.pm</source>
                   3465:   <target dist='default'>home/httpd/lib/perl/Apache/lonlocalize.pm</target>
                   3466:   <categoryname>handler</categoryname>
                   3467:   <description>
                   3468: handler for &mt()ing static files
                   3469:   </description>
                   3470: </file>
                   3471: <file>
1.282     www      3472: <source>loncom/localize/localize.pm</source>
                   3473: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
                   3474: <categoryname>handler</categoryname>
                   3475: <description>
                   3476: Localization class for Locale::Maketext
1.138     stredwic 3477: </description>
                   3478: </file>
1.283     www      3479: <fileglob>
                   3480: <glob>*.pm</glob>
                   3481: <sourcedir>loncom/localize/localize/</sourcedir>
                   3482: <targetdir dist='default'>
                   3483: home/httpd/lib/perl/Apache/localize/</targetdir>
                   3484: <categoryname>static conf</categoryname>
                   3485: <description>
                   3486: Translation files.
                   3487: </description>
                   3488: <filenames>
1.285     www      3489: de.pm;
1.288     www      3490: pt.pm;
1.336     www      3491: fr.pm;
1.288     www      3492: ja.pm;
1.297     www      3493: tr.pm;
1.305     www      3494: ru.pm;
                   3495: fa.pm;
                   3496: ar.pm;
1.314     www      3497: es.pm;
1.400     albertel 3498: x_chef.pm;
1.283     www      3499: </filenames>
                   3500: </fileglob>
1.138     stredwic 3501: <file>
                   3502: <source>loncom/interface/loncoursedata.pm</source>
                   3503: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
                   3504: <categoryname>handler</categoryname>
                   3505: <description>
                   3506: Common functions for handling student course data (download and process)
1.5       harris41 3507: </description>
1.4       harris41 3508: </file>
                   3509: <file>
1.5       harris41 3510: <source>loncom/interface/loncommon.pm</source>
                   3511: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   3512: <categoryname>handler</categoryname>
                   3513: <description>
                   3514: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 3515: user, domain, home_server, course_id.
1.5       harris41 3516: </description>
                   3517: <status>works/unverified</status>
1.4       harris41 3518: </file>
                   3519: <file>
1.76      harris41 3520: <source>doc/man/Apache__loncommon.3</source>
                   3521: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83      harris41 3522: <categoryname>doc</categoryname>
1.76      harris41 3523: <description>man page for loncommon.pm</description>
                   3524: <build trigger='always run'>
1.115     harris41 3525: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
                   3526: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
1.76      harris41 3527: </build>
                   3528: <status>works/unverified</status>
                   3529: <dependencies>
                   3530: ../../loncom/interface/loncommon.pm
                   3531: </dependencies>
                   3532: </file>
                   3533: <file>
1.118     harris41 3534: <source>doc/lib/perl/Apache/loncommon.html</source>
                   3535: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112     harris41 3536: </target>
1.83      harris41 3537: <categoryname>doc</categoryname>
1.76      harris41 3538: <description>POD-derived page for loncommon.pm</description>
                   3539: <build trigger='always run'>
1.115     harris41 3540: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
1.118     harris41 3541: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
                   3542: echo 'pod2html loncommon.pm'
1.76      harris41 3543: </build>
                   3544: <status>works/unverified</status>
                   3545: <dependencies>
                   3546: ../../loncom/interface/loncommon.pm
                   3547: </dependencies>
                   3548: </file>
                   3549: <file>
1.5       harris41 3550: <source>loncom/homework/grades.pm</source>
                   3551: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   3552: <categoryname>handler</categoryname>
                   3553: <description>Handles the viewing of grades.</description>
1.4       harris41 3554: </file>
                   3555: <file>
1.5       harris41 3556: <source>loncom/homework/imageresponse.pm</source>
                   3557: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   3558: <categoryname>handler</categoryname>
                   3559: <description>
                   3560: Coordinates the response to clicking an image.
                   3561: </description>
                   3562: <status>works/unverified</status>
1.4       harris41 3563: </file>
                   3564: <file>
1.5       harris41 3565: <source>loncom/homework/optionresponse.pm</source>
                   3566: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   3567: <categoryname>handler</categoryname>
1.27      harris41 3568: <description>
                   3569: Handles tags associated with showing a list of options.</description>
1.4       harris41 3570: </file>
                   3571: <file>
1.5       harris41 3572: <source>loncom/homework/outputtags.pm</source>
                   3573: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   3574: <categoryname>handler</categoryname>
                   3575: <description>
                   3576: Handles tags associated with output.  Seems to relate to due dates of the
                   3577: assignment.
                   3578: </description>
1.10      harris41 3579: <status>works/unverified</status>
1.4       harris41 3580: </file>
1.255     albertel 3581: 
                   3582: <file>
                   3583:   <source>loncom/homework/chemresponse.pm</source>
1.256     albertel 3584:   <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255     albertel 3585:   <categoryname>handler</categoryname>
                   3586:   <description>
                   3587:     Handle the tags organicresponse/structure and reationresponse
                   3588:   </description>
                   3589:   <status>works/unverified</status>
                   3590: </file>
                   3591: 
                   3592: <fileglob>
                   3593:   <glob>*.*</glob>
                   3594:   <sourcedir>loncom/html/adm/jme/</sourcedir>
                   3595:   <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
                   3596:   <categoryname>interface file</categoryname>
                   3597:   <description>
                   3598:     JME files, for editing organic structures
                   3599:   </description>
                   3600:   <filenames>
                   3601: JME.jar;
                   3602: jme.gif;
1.258     albertel 3603: jme_help.html;
1.255     albertel 3604: nitro.gif;
                   3605: smiles.gif
                   3606:   </filenames>
                   3607: </fileglob>
1.291     albertel 3608: 
1.431     albertel 3609: <fileglob>
                   3610:   <glob>*.*</glob>
                   3611:   <sourcedir>loncom/html/adm/jmol/</sourcedir>
                   3612:   <targetdir dist='default'>home/httpd/html/adm/jmol/</targetdir>
                   3613:   <categoryname>interface file</categoryname>
                   3614:   <description>
                   3615:     Jmol files, for displaying structures
                   3616:   </description>
                   3617:   <filenames>
                   3618: COPYRIGHT.txt;
                   3619: JmolApplet.jar;
                   3620: Jmol.js;
                   3621: LICENSE.txt;
                   3622: README.txt
                   3623:   </filenames>
                   3624: </fileglob>
                   3625: 
1.291     albertel 3626: <file>
                   3627:   <source>loncom/homework/convertjme.pl</source>
                   3628:   <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
                   3629:   <categoryname>script</categoryname>
                   3630:   <description>
                   3631:     Dynamically converts JME strings into either a png or ps file.
                   3632:   </description>
                   3633: </file>
                   3634: 
1.414     albertel 3635: <fileglob>
                   3636:   <glob>*.*</glob>
                   3637:   <sourcedir>loncom/html/adm/jsMath/</sourcedir>
                   3638:   <targetdir dist='default'>home/httpd/html/adm/jsMath/</targetdir>
                   3639:   <categoryname>interface file</categoryname>
                   3640:   <description>
                   3641: jsMath is a Javascript solution to converting TeX to something the browser can see
                   3642:   </description>
                   3643:   <filenames>
                   3644: black.gif;
                   3645: blank.gif;
                   3646: COPYING.txt;
1.471     albertel 3647: jsMath-BaKoMa-fonts.js;
                   3648: jsMath-autoload.html;
                   3649: jsMath-controls.html;
1.414     albertel 3650: jsMath-fallback-mac.js;
                   3651: jsMath-fallback-mac-mozilla.js;
                   3652: jsMath-fallback-mac-msie.js;
                   3653: jsMath-fallback-pc.js;
1.462     albertel 3654: jsMath-fallback-symbols.js;
1.414     albertel 3655: jsMath-fallback-unix.js;
1.483     albertel 3656: jsMath-global-controls.html;
                   3657: jsMath-global.html;
1.414     albertel 3658: jsMath.js;
1.471     albertel 3659: jsMath-loader.html;
1.483     albertel 3660: jsMath-loader-omniweb4.js;
1.414     albertel 3661: jsMath-mozilla.js;
                   3662: jsMath-msie-mac.js;
1.471     albertel 3663: jsMath-old-browsers.js;
1.414     albertel 3664:   </filenames>
                   3665: </fileglob>
                   3666: 
1.4       harris41 3667: <file>
1.471     albertel 3668:   <source>loncom/html/adm/jsMath/jsMath-fonts-1.3.zip</source>
1.464     albertel 3669:   <target dist='default'>home/httpd/html/adm/jsMath/fonts/</target>
1.462     albertel 3670:   <categoryname>script</categoryname>
                   3671:   <description>
                   3672:     Dynamically converts JME strings into either a png or ps file.
                   3673:   </description>
1.464     albertel 3674:   <installscript>
                   3675: commands /home/httpd/html/adm/jsMath
                   3676:   </installscript>
1.462     albertel 3677:   <dependencies>
1.465     albertel 3678: loncom/html/adm/jsMath/commands;
1.471     albertel 3679: loncom/html/adm/jsMath/jsMath-fonts-1.3.zip;
1.462     albertel 3680:   </dependencies>
                   3681: </file>
                   3682: 
                   3683: <fileglob>
                   3684:   <glob>*.*</glob>
1.471     albertel 3685:   <sourcedir>loncom/html/adm/jsMath/extensions/</sourcedir>
                   3686:   <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions/</targetdir>
                   3687:   <categoryname>interface file</categoryname>
                   3688:   <description>
                   3689: Additional jsMath functionality that can be used when needed.
                   3690:   </description>
                   3691:   <filenames>
                   3692: AMSsymbols.js;
                   3693: HTML.js;
1.483     albertel 3694: bbox.js;
                   3695: font.js;
1.471     albertel 3696: boldsymbol.js;
                   3697: double-click.js;
                   3698: fbox.js;
                   3699: leaders.js;
                   3700: mathchoice.js;
                   3701: mimeTeX.js;
                   3702: moreArrows.js;
                   3703: newcommand.js;
                   3704: underset-overset.js;
                   3705:   </filenames>
                   3706: </fileglob>
                   3707: 
                   3708: <fileglob>
                   3709:   <glob>*.*</glob>
1.464     albertel 3710:   <sourcedir>loncom/html/adm/jsMath/plugins/</sourcedir>
                   3711:   <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins/</targetdir>
1.462     albertel 3712:   <categoryname>interface file</categoryname>
                   3713:   <description>
                   3714: jsMath is a Javascript solution to converting TeX to something the browser can see
                   3715:   </description>
                   3716:   <filenames>
                   3717: autoload.js;
1.483     albertel 3718: CHMmode.js;
                   3719: global.js;
1.462     albertel 3720: mimeTeX.js;
1.483     albertel 3721: noCache.js;
                   3722: noGlobal.js;
1.462     albertel 3723: noImageFonts.js;
1.483     albertel 3724: spriteImageFonts.js;
1.462     albertel 3725: tex2math.js;
                   3726:   </filenames>
                   3727: </fileglob>
                   3728: 
1.471     albertel 3729: <fileglob>
                   3730:   <glob>*.*</glob>
                   3731:   <sourcedir>loncom/html/adm/jsMath/uncompressed/</sourcedir>
                   3732:   <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed/</targetdir>
                   3733:   <categoryname>interface file</categoryname>
                   3734:   <description>
                   3735: the jsMath source files not compressed for increasing download speed (not used by lon-capa directly)
                   3736:   </description>
                   3737:   <filenames>
                   3738: def.js;
1.483     albertel 3739: font.js;
1.471     albertel 3740: jsMath-fallback-mac.js;
                   3741: jsMath-fallback-pc.js;
                   3742: jsMath-fallback-symbols.js;
                   3743: jsMath-fallback-unix.js;
                   3744: jsMath.js;
                   3745:   </filenames>
                   3746: </fileglob>
                   3747: 
1.462     albertel 3748: <file>
1.6       harris41 3749: <source>loncom/interface/lontest.pm</source>
                   3750: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   3751: <categoryname>handler</categoryname>
                   3752: <description>
                   3753: Used for debugging and testing the LON-CAPA system.
                   3754: </description>
1.10      harris41 3755: <status>works/unverified</status>
1.6       harris41 3756: </file>
                   3757: <file>
                   3758: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 3759: <target dist='default'>
                   3760: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 3761: <categoryname>handler</categoryname>
                   3762: <description>
                   3763: Handles multiple-choice style responses.
                   3764: </description>
1.10      harris41 3765: <status>works/unverified</status>
1.6       harris41 3766: </file>
                   3767: <file>
                   3768: <source>loncom/interface/loncommunicate.pm</source>
                   3769: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   3770: <categoryname>handler</categoryname>
1.72      harris41 3771: <description>
                   3772: Will be the access handler to email sending, as well as the planned
                   3773: chatrooms, etc.
                   3774: </description>
1.10      harris41 3775: <status>works/unverified</status>
1.6       harris41 3776: </file>
                   3777: <file>
                   3778: <source>loncom/interface/lonerrorhandler.pm</source>
                   3779: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   3780: <categoryname>handler</categoryname>
                   3781: <description>
                   3782: Handles errors.
                   3783: </description>
1.10      harris41 3784: <status>works/unverified</status>
1.6       harris41 3785: </file>
                   3786: <file>
                   3787: <source>loncom/interface/lonevaluate.pm</source>
                   3788: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   3789: <categoryname>handler</categoryname>
                   3790: <description>
                   3791: Handles evaluation.
                   3792: </description>
1.10      harris41 3793: <status>works/unverified</status>
1.6       harris41 3794: </file>
                   3795: <file>
                   3796: <source>loncom/interface/lonfeedback.pm</source>
                   3797: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   3798: <categoryname>handler</categoryname>
                   3799: <description>
                   3800: Handles feedback from students to instructors and system administrators.
1.72      harris41 3801: Provides a screenshot of the current
                   3802: resource, as well as previous attempts if the resource was a homework.
                   3803: Used by lonmsg.pm.
1.6       harris41 3804: </description>
1.10      harris41 3805: <status>works/unverified</status>
1.4       harris41 3806: </file>
                   3807: <file>
1.6       harris41 3808: <source>loncom/interface/lonnavmaps.pm</source>
                   3809: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   3810: <categoryname>handler</categoryname>
                   3811: <description>
                   3812: Handles navigational maps.
1.211     bowersj2 3813: </description>
                   3814: <status>works/unverified</status>
1.227     albertel 3815: </file>
                   3816: <file>
1.510     albertel 3817:   <source>loncom/interface/lonnavdisplay.pm</source>
                   3818:   <target dist='default'>home/httpd/lib/perl/Apache/lonnavdisplay.pm</target>
                   3819:   <categoryname>handler</categoryname>
                   3820:   <description>
                   3821: Displays the nav map to the user
                   3822:   </description>
                   3823: <status>works/unverified</status>
                   3824: </file>
                   3825: <file>
1.227     albertel 3826: <source>doc/man/Apache__lonnavmaps.3</source>
                   3827: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
                   3828: <categoryname>doc</categoryname>
                   3829: <description>man page for lonnavmaps.pm</description>
                   3830: <build trigger='always run'>
                   3831: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   3832: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
                   3833: </build>
                   3834: <status>works/unverified</status>
                   3835: <dependencies>
                   3836: ../../loncom/interface/lonnavmaps.pm
                   3837: </dependencies>
                   3838: </file>
                   3839: <file>
                   3840: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
                   3841: <target dist='default'>
                   3842: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
                   3843: </target>
                   3844: <categoryname>doc</categoryname>
                   3845: <description>POD-derived page for lonnavmaps.pm</description>
                   3846: <build trigger='always run'>
                   3847: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   3848: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
                   3849: echo 'pod2html lonnavmaps.pm'
                   3850: </build>
                   3851: <status>works/unverified</status>
                   3852: <dependencies>
                   3853: ../../loncom/interface/lonnavmaps.pm
                   3854: </dependencies>
1.211     bowersj2 3855: </file>
                   3856: <file>
1.482     foxr     3857: <source>loncom/interface/lonselstudent.pm</source>
                   3858: <target dist='default'>home/httpd/lib/perl/Apache/lonselstudent.pm</target>
                   3859: <categoryname>standard</categoryname>
                   3860: <description>
                   3861: re-usable student selection subs.
                   3862: </description>
                   3863: <status>testing/unverified</status>
                   3864: </file>
                   3865: <file>
1.231     bowersj2 3866: <source>loncom/interface/lonhelper.pm</source>
                   3867: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211     bowersj2 3868: <categoryname>handler</categoryname>
                   3869: <description>
1.235     bowersj2 3870: Helper framework.
                   3871: </description>
                   3872: <status>works/unverified</status>
                   3873: </file>
                   3874: <file>
                   3875: <source>loncom/html/adm/helper/parameter.helper</source>
                   3876: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
                   3877: <categoryname>handler</categoryname>
                   3878: <description>
                   3879: Parameter setting helper.
1.242     bowersj2 3880: </description>
                   3881: <status>works/unverified</status>
                   3882: </file>
                   3883: <file>
                   3884: <source>loncom/html/adm/helper/course.initialization.helper</source>
                   3885: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
                   3886: <categoryname>handler</categoryname>
                   3887: <description>
                   3888: Course initialization helper.
1.189     bowersj2 3889: </description>
                   3890: <status>works/unverified</status>
                   3891: </file>
                   3892: <file>
1.406     albertel 3893: <source>loncom/html/adm/helper/resettimes.helper</source>
                   3894: <target dist='default'>home/httpd/html/adm/helper/resettimes.helper</target>
                   3895: <categoryname>handler</categoryname>
                   3896: <description>
                   3897: Helper to resetting a student's first access time.
                   3898: </description>
                   3899: <status>works/unverified</status>
                   3900: </file>
                   3901: <file>
1.457     albertel 3902:   <source>loncom/html/adm/helper/newslot.helper</source>
                   3903:   <target dist='default'>home/httpd/html/adm/helper/newslot.helper</target>
                   3904:   <categoryname>handler</categoryname>
                   3905:   <description>
                   3906: Slot creation and editing helper.
                   3907:   </description>
                   3908:   <status>works/unverified</status>
                   3909: </file>
                   3910: <file>
1.189     bowersj2 3911: <source>loncom/interface/lonquickgrades.pm</source>
                   3912: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
                   3913: <categoryname>handler</categoryname>
                   3914: <description>
                   3915: Student quick grades interface.
1.6       harris41 3916: </description>
1.10      harris41 3917: <status>works/unverified</status>
1.4       harris41 3918: </file>
                   3919: <file>
1.6       harris41 3920: <source>loncom/interface/lonpreferences.pm</source>
                   3921: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   3922: <categoryname>handler</categoryname>
                   3923: <description>
                   3924: Handles user preferences associated with customizing the online LON-CAPA
                   3925: educational environment.
                   3926: </description>
1.10      harris41 3927: <status>works/unverified</status>
1.6       harris41 3928: </file>
                   3929: <file>
                   3930: <source>loncom/interface/lonprintout.pm</source>
                   3931: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   3932: <categoryname>handler</categoryname>
                   3933: <description>
                   3934: Handles the production of printable files and resources.
                   3935: </description>
1.10      harris41 3936: <status>works/unverified</status>
1.340     matthew  3937: </file>
                   3938: <file>
                   3939:   <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
                   3940:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
                   3941:   <categoryname>system file</categoryname>
                   3942:   <description>
                   3943:       Provides a common interface to LON-CAPA metadata.
                   3944:   </description>
1.6       harris41 3945: </file>
                   3946: <file>
                   3947: <source>loncom/interface/lonsearchcat.pm</source>
                   3948: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   3949: <categoryname>handler</categoryname>
                   3950: <description>
                   3951: Handles a searchable catalogue.
1.148     matthew  3952: </description>
                   3953: <status>works/unverified</status>
                   3954: </file>
                   3955: <file>
                   3956: <source>loncom/interface/lonmysql.pm</source>
                   3957: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
                   3958: <categoryname>handler</categoryname>
                   3959: <description>
                   3960: Provides utility functions for creating and accessing mysql database tables.
1.6       harris41 3961: </description>
1.10      harris41 3962: <status>works/unverified</status>
1.4       harris41 3963: </file>
                   3964: <file>
1.76      harris41 3965: <source>doc/man/Apache__lonsearchcat.3</source>
                   3966: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83      harris41 3967: <categoryname>doc</categoryname>
1.76      harris41 3968: <description>man page for lonsearchcat.pm</description>
                   3969: <build trigger='always run'>
1.115     harris41 3970: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
                   3971: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
1.76      harris41 3972: </build>
                   3973: <status>works/unverified</status>
                   3974: <dependencies>
                   3975: ../../loncom/interface/lonsearchcat.pm
                   3976: </dependencies>
                   3977: </file>
                   3978: <file>
1.118     harris41 3979: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
                   3980: <target dist='default'>
                   3981: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112     harris41 3982: </target>
1.83      harris41 3983: <categoryname>doc</categoryname>
1.76      harris41 3984: <description>POD-derived page for lonsearchcat.pm</description>
                   3985: <build trigger='always run'>
1.115     harris41 3986: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
1.118     harris41 3987: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
                   3988: echo 'pod2html lonsearchcat.pm'
1.76      harris41 3989: </build>
                   3990: <status>works/unverified</status>
                   3991: <dependencies>
                   3992: ../../loncom/interface/lonsearchcat.pm
                   3993: </dependencies>
1.232     www      3994: </file>
                   3995: <file>
                   3996: <source>loncom/interface/lonmanagekeys.pm</source>
                   3997: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
                   3998: <categoryname>handler</categoryname>
                   3999: <description>
                   4000: Allows users with "mky" privileges to generate and manage course access keys.
                   4001: </description>
                   4002: <status>works/unverified</status>
1.76      harris41 4003: </file>
                   4004: <file>
1.6       harris41 4005: <source>loncom/interface/londropadd.pm</source>
                   4006: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   4007: <categoryname>handler</categoryname>
                   4008: <description>
1.72      harris41 4009: Allows course coordinators to upload courselists in different formats, and
                   4010: automatically create users (if they do not exist already), assign them the
                   4011: role of student in a course, and add them to the classlist.
1.6       harris41 4012: </description>
1.10      harris41 4013: <status>works/unverified</status>
1.6       harris41 4014: </file>
                   4015: <file>
1.380     matthew  4016: <source>loncom/interface/lonviewclasslist.pm</source>
                   4017: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
                   4018: <categoryname>handler</categoryname>
                   4019: <description>
                   4020: Allows users (including students) to view the classlist of their course.
                   4021: </description>
                   4022: <status>works/unverified</status>
                   4023: </file>
                   4024: <file>
1.460     raeburn  4025: <source>loncom/interface/loncoursegroups.pm</source>
                   4026: <target dist='default'>home/httpd/lib/perl/Apache/loncoursegroups.pm</target>
                   4027: <categoryname>handler</categoryname>
                   4028: <description>
                   4029: Allows course coordinators to create groups, modify existing groups (including    
                   4030: adding, expiring or deleting group members, or modifying group member privileges.
                   4031: </description>
                   4032: <status>works/unverified</status>
                   4033: </file>
                   4034: <file>
1.484     raeburn  4035: <source>loncom/interface/longroup.pm</source>
                   4036: <target dist='default'>home/httpd/lib/perl/Apache/longroup.pm</target>
                   4037: <categoryname>handler</categoryname>
                   4038: <description>
                   4039: 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.    
                   4040: </description>
                   4041: <status>works/unverified</status>
                   4042: </file>
                   4043: <file>
1.488     raeburn  4044: <source>loncom/interface/groupboards.pm</source>
                   4045: <target dist='default'>home/httpd/lib/perl/Apache/groupboards.pm</target>
                   4046: <categoryname>handler</categoryname>
                   4047: <description>
                   4048: Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards.
                   4049: </description>
                   4050: <status>works/unverified</status>
                   4051: </file>
                   4052: <file>
1.489     raeburn  4053: <source>loncom/interface/grouproster.pm</source>
                   4054: <target dist='default'>home/httpd/lib/perl/Apache/grouproster.pm</target>
                   4055: <categoryname>handler</categoryname>
                   4056: <description>
                   4057: Display group membership information. Type of information available depends on group privileges of the user.  
                   4058: </description>
                   4059: <status>works/unverified</status>
                   4060: </file>
                   4061: <file>
1.6       harris41 4062: <source>loncom/interface/lonmsg.pm</source>
                   4063: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   4064: <categoryname>handler</categoryname>
                   4065: <description>
1.72      harris41 4066: lonmsg.pm has several functions to send and receive internal messages.
                   4067: author_res_msg - send message to resource author.
                   4068: user_crit_msg - send a critical message to a user. A critical message
                   4069: will require acknowledgment by the recipient and the sender will be notified.
                   4070: user_crit_received - routine to trigger acknowledgment.
1.6       harris41 4071: </description>
1.10      harris41 4072: <status>works/unverified</status>
1.6       harris41 4073: </file>
                   4074: <file>
1.479     albertel 4075:   <source>loncom/interface/lonmsgdisplay.pm</source>
                   4076:   <target dist='default'>home/httpd/lib/perl/Apache/lonmsgdisplay.pm</target>
                   4077:   <categoryname>handler</categoryname>
                   4078:   <description>
                   4079: statuschange - change the status of a message (read, replied, forwarded, etc).
                   4080: The handler displays messages, has routines to reply, etc.
                   4081:   </description>
                   4082:   <status>works/unverified</status>
                   4083: </file>
                   4084: <file>
1.6       harris41 4085: <source>loncom/homework/hint.pm</source>
                   4086: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   4087: <categoryname>handler</categoryname>
                   4088: <description>
                   4089: This handler coordinates the delivery of hints to students working on LON-CAPA
                   4090: problems and assignments.
                   4091: </description>
1.10      harris41 4092: <status>works/unverified</status>
1.6       harris41 4093: </file>
                   4094: <file>
1.244     matthew  4095: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6       harris41 4096: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   4097: <categoryname>handler</categoryname>
                   4098: <description>
1.244     matthew  4099: The top level interface for the display and editing of spreadsheets.  There
                   4100: are three levels of spreadsheet.
                   4101: </description>
                   4102: <status>works/unverified</status>
                   4103: </file>
                   4104: <file>
                   4105: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
                   4106: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
                   4107: <categoryname>handler</categoryname>
                   4108: <description>
                   4109: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
                   4110: assesscalc).
                   4111: </description>
                   4112: <status>works/unverified</status>
                   4113: </file>
                   4114: <file>
                   4115: <source>loncom/interface/spreadsheet/classcalc.pm</source>
                   4116: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
                   4117: <categoryname>handler</categoryname>
                   4118: <description>
                   4119: Defines the specifics of the course level spreadsheet.
                   4120: </description>
                   4121: <status>works/unverified</status>
                   4122: </file>
                   4123: <file>
                   4124: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
                   4125: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
                   4126: <categoryname>handler</categoryname>
                   4127: <description>
                   4128: Defines the specifics of the student level spreadsheet.
                   4129: </description>
                   4130: <status>works/unverified</status>
                   4131: </file>
                   4132: <file>
                   4133: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
                   4134: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
                   4135: <categoryname>handler</categoryname>
                   4136: <description>
                   4137: Defines the specifics of the assessment level spreadsheet.
1.6       harris41 4138: </description>
1.10      harris41 4139: <status>works/unverified</status>
1.6       harris41 4140: </file>
                   4141: <file>
                   4142: <source>loncom/interface/lonparmset.pm</source>
                   4143: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   4144: <categoryname>handler</categoryname>
                   4145: <description>
1.424     albertel 4146: Handler for setting and modifying both course preferences and coure parameters
                   4147: </description>
                   4148: <status>works/unverified</status>
                   4149: </file>
                   4150: <file>
                   4151: <source>loncom/interface/slotrequest.pm</source>
                   4152: <target dist='default'>home/httpd/lib/perl/Apache/slotrequest.pm</target>
                   4153: <categoryname>handler</categoryname>
                   4154: <description>
                   4155: Handler for students to add access slots
1.6       harris41 4156: </description>
1.10      harris41 4157: <status>works/unverified</status>
1.6       harris41 4158: </file>
                   4159: <file>
1.76      harris41 4160: <source>doc/man/Apache__lonparmset.3</source>
                   4161: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83      harris41 4162: <categoryname>doc</categoryname>
1.76      harris41 4163: <description>man page for lonparmset.pm</description>
                   4164: <build trigger='always run'>
1.115     harris41 4165: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
                   4166: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
1.76      harris41 4167: </build>
                   4168: <status>works/unverified</status>
                   4169: <dependencies>
                   4170: ../../loncom/interface/lonparmset.pm
                   4171: </dependencies>
                   4172: </file>
                   4173: <file>
1.118     harris41 4174: <source>doc/lib/perl/Apache/lonparmset.html</source>
                   4175: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112     harris41 4176: </target>
1.83      harris41 4177: <categoryname>doc</categoryname>
1.76      harris41 4178: <description>POD-derived page for lonparmset.pm</description>
                   4179: <build trigger='always run'>
1.115     harris41 4180: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
1.118     harris41 4181: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
                   4182: echo 'pod2html lonparmset.pm'
1.76      harris41 4183: </build>
                   4184: <status>works/unverified</status>
                   4185: <dependencies>
                   4186: ../../loncom/interface/lonparmset.pm
                   4187: </dependencies>
                   4188: </file>
                   4189: <file>
1.6       harris41 4190: <source>loncom/publisher/lonconstruct.pm</source>
                   4191: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   4192: <categoryname>handler</categoryname>
                   4193: <description>
                   4194: Page wrapper for handling construction space.
                   4195: </description>
1.10      harris41 4196: <status>works/unverified</status>
1.6       harris41 4197: </file>
                   4198: <file>
                   4199: <source>loncom/publisher/lonpublisher.pm</source>
                   4200: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   4201: <categoryname>handler</categoryname>
                   4202: <description>
                   4203: Publishes an LON-CAPA educational resource complete with metadata
                   4204: (authorship, language, copyright, creation date, etc).
                   4205: </description>
1.10      harris41 4206: <status>works/unverified</status>
1.6       harris41 4207: </file>
                   4208: <file>
1.76      harris41 4209: <source>doc/man/Apache__lonpublisher.3</source>
                   4210: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83      harris41 4211: <categoryname>doc</categoryname>
1.76      harris41 4212: <description>man page for lonpublisher.pm</description>
                   4213: <build trigger='always run'>
1.115     harris41 4214: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
                   4215: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
1.76      harris41 4216: </build>
                   4217: <status>works/unverified</status>
                   4218: <dependencies>
                   4219: ../../loncom/publisher/lonpublisher.pm
                   4220: </dependencies>
                   4221: </file>
                   4222: <file>
1.118     harris41 4223: <source>doc/lib/perl/Apache/lonpublisher.html</source>
                   4224: <target dist='default'>
                   4225: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112     harris41 4226: </target>
1.83      harris41 4227: <categoryname>doc</categoryname>
1.76      harris41 4228: <description>POD-derived page for lonpublisher.pm</description>
                   4229: <build trigger='always run'>
1.115     harris41 4230: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
1.118     harris41 4231: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
                   4232: echo 'pod2html lonpublisher.pm'
1.76      harris41 4233: </build>
                   4234: <status>works/unverified</status>
                   4235: <dependencies>
                   4236: ../../loncom/publisher/lonpublisher.pm
                   4237: </dependencies>
                   4238: </file>
                   4239: <file>
1.6       harris41 4240: <source>loncom/interface/lonmenu.pm</source>
                   4241: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   4242: <categoryname>handler</categoryname>
                   4243: <description>
                   4244: Has routines which control the remote control.
1.228     www      4245: </description>
                   4246: <status>works/unverified</status>
                   4247: </file>
                   4248: <file>
1.478     albertel 4249:   <source>loncom/interface/lonmainmenu.pm</source>
                   4250:   <target dist='default'>home/httpd/lib/perl/Apache/lonmainmenu.pm</target>
                   4251:   <categoryname>handler</categoryname>
                   4252:   <description>
                   4253: Displays the Main menu
                   4254:   </description>
                   4255:   <status>works/unverified</status>
                   4256: </file>
                   4257: <file>
1.228     www      4258: <source>loncom/interface/lonremote.pm</source>
                   4259: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
                   4260: <categoryname>handler</categoryname>
                   4261: <description>
1.367     matthew  4262: Handler to launch and collapse the remote control.
1.6       harris41 4263: </description>
1.10      harris41 4264: <status>works/unverified</status>
1.6       harris41 4265: </file>
                   4266: <file>
1.367     matthew  4267: <source>loncom/interface/portfolio.pm</source>
                   4268: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
                   4269: <categoryname>handler</categoryname>
                   4270: <description>
                   4271: Handler to manage user portfolios
                   4272: </description>
                   4273: <status>unverified</status>
                   4274: </file>
                   4275: <file>
1.6       harris41 4276: <source>rat/lonpageflip.pm</source>
                   4277: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   4278: <categoryname>handler</categoryname>
                   4279: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 4280: <status>works/unverified</status>
1.6       harris41 4281: </file>
                   4282: <file>
                   4283: <source>rat/lonratedt.pm</source>
                   4284: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   4285: <categoryname>handler</categoryname>
                   4286: <description>
                   4287: Builds up frame set and loads in the right thing.
                   4288: </description>
1.10      harris41 4289: <status>works/unverified</status>
1.6       harris41 4290: </file>
                   4291: <file>
1.498     albertel 4292:   <source>rat/map.pm</source>
                   4293:   <target dist='default'>home/httpd/lib/perl/LONCAPA/map.pm</target>
                   4294:   <categoryname>handler</categoryname>
                   4295:   <description>
                   4296: Functions for manipulating the contents of maps
                   4297:   </description>
                   4298:   <status>works/unverified</status>
                   4299: </file>
                   4300: <file>
1.397     raeburn  4301: <source>rat/lonratmenu.pm</source>
                   4302: <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
                   4303: <categoryname>handler</categoryname>
                   4304: <description>
                   4305: Creates horizontal menubar in advanced RAT
                   4306: </description>
                   4307: <status>works/unverified</status>
                   4308: </file>
                   4309: <file>
1.6       harris41 4310: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   4311: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   4312: <categoryname>handler</categoryname>
                   4313: <description>
                   4314: Homework remote control.
1.157     www      4315: </description>
                   4316: <status>works/unverified</status>
                   4317: </file>
                   4318: <file>
                   4319: <source>loncom/html/res/adm/pages/chatroom.html</source>
                   4320: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
                   4321: <categoryname>handler</categoryname>
                   4322: <description>
                   4323: Establishes frameset for chatroom
1.6       harris41 4324: </description>
1.10      harris41 4325: <status>works/unverified</status>
1.6       harris41 4326: </file>
                   4327: <file>
                   4328: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   4329: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   4330: <categoryname>handler</categoryname>
                   4331: <description>
1.10      harris41 4332: This will take annotations and then plug them into a page.
1.6       harris41 4333: </description>
1.10      harris41 4334: <status>works/unverified</status>
1.6       harris41 4335: </file>
                   4336: <file>
                   4337: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   4338: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   4339: <categoryname>handler</categoryname>
                   4340: <description>
                   4341: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 4342: interface.
1.6       harris41 4343: </description>
1.10      harris41 4344: <status>works/unverified</status>
1.6       harris41 4345: </file>
                   4346: <file>
                   4347: <source>rat/lonratsrv.pm</source>
                   4348: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   4349: <categoryname>handler</categoryname>
                   4350: <description>
1.27      harris41 4351: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   4352: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   4353: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 4354: </description>
1.10      harris41 4355: <status>works/unverified</status>
1.6       harris41 4356: </file>
                   4357: <file>
                   4358: <source>rat/lonpage.pm</source>
                   4359: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   4360: <categoryname>handler</categoryname>
                   4361: <description>
                   4362: bundles pages into one page
                   4363: </description>
1.10      harris41 4364: <status>works/unverified</status>
1.6       harris41 4365: </file>
                   4366: <file>
1.76      harris41 4367: <source>doc/man/Apache__lonpage.3</source>
                   4368: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83      harris41 4369: <categoryname>doc</categoryname>
1.76      harris41 4370: <description>man page for lonpage.pm</description>
                   4371: <build trigger='always run'>
1.115     harris41 4372: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
                   4373: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
1.76      harris41 4374: </build>
                   4375: <status>works/unverified</status>
                   4376: <dependencies>
                   4377: ../../rat/lonpage.pm
                   4378: </dependencies>
                   4379: </file>
                   4380: <file>
1.118     harris41 4381: <source>doc/lib/perl/Apache/lonpage.html</source>
                   4382: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112     harris41 4383: </target>
1.83      harris41 4384: <categoryname>doc</categoryname>
1.76      harris41 4385: <description>POD-derived page for lonnet.pm</description>
                   4386: <build trigger='always run'>
1.115     harris41 4387: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
1.118     harris41 4388: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
1.76      harris41 4389: </build>
                   4390: <status>works/unverified</status>
                   4391: <dependencies>
                   4392: ../../rat/lonpage.pm
                   4393: </dependencies>
                   4394: </file>
                   4395: <file>
1.6       harris41 4396: <source>rat/lonuserstate.pm</source>
                   4397: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   4398: <categoryname>handler</categoryname>
                   4399: <description>
1.133     harris41 4400: compile course into binary data structure
1.6       harris41 4401: </description>
1.10      harris41 4402: <status>works/unverified</status>
1.6       harris41 4403: </file>
                   4404: <file>
1.76      harris41 4405: <source>doc/man/Apache__lonuserstate.3</source>
                   4406: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83      harris41 4407: <categoryname>doc</categoryname>
1.76      harris41 4408: <description>man page for lonnet.pm</description>
                   4409: <build trigger='always run'>
1.115     harris41 4410: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
                   4411: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
1.76      harris41 4412: </build>
                   4413: <status>works/unverified</status>
                   4414: <dependencies>
                   4415: ../../rat/lonuserstate.pm
                   4416: </dependencies>
                   4417: </file>
                   4418: <file>
1.118     harris41 4419: <source>doc/lib/perl/Apache/lonuserstate.html</source>
                   4420: <target dist='default'>
                   4421: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112     harris41 4422: </target>
1.83      harris41 4423: <categoryname>doc</categoryname>
1.76      harris41 4424: <description>POD-derived page for lonuserstate.pm</description>
                   4425: <build trigger='always run'>
1.115     harris41 4426: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
1.118     harris41 4427: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
                   4428: echo 'pod2html lonuserstate.pm'
1.76      harris41 4429: </build>
                   4430: <status>works/unverified</status>
                   4431: <dependencies>
                   4432: ../../rat/lonuserstate.pm
                   4433: </dependencies>
                   4434: </file>
                   4435: <file>
1.6       harris41 4436: <source>loncom/xml/lontex.pm</source>
                   4437: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   4438: <categoryname>handler</categoryname>
                   4439: <description>
1.133     harris41 4440: Handler for tex files
1.6       harris41 4441: </description>
1.10      harris41 4442: <status>works/unverified</status>
1.6       harris41 4443: </file>
                   4444: <file>
                   4445: <source>loncom/xml/lontexconvert.pm</source>
                   4446: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   4447: <categoryname>handler</categoryname>
                   4448: <description>
                   4449: Access to tth/ttm
                   4450: </description>
1.10      harris41 4451: <status>works/unverified</status>
1.6       harris41 4452: </file>
                   4453: <file>
                   4454: <source>loncom/xml/lonxml.pm</source>
                   4455: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   4456: <categoryname>handler</categoryname>
                   4457: <description>
                   4458: XML Parsing Module
1.78      harris41 4459: </description>
                   4460: <status>works/unverified</status>
                   4461: </file>
                   4462: <file>
                   4463: <source>loncom/xml/lonplot.pm</source>
                   4464: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   4465: <categoryname>handler</categoryname>
                   4466: <description>
                   4467: XML-based plotter of graphs
1.6       harris41 4468: </description>
1.10      harris41 4469: <status>works/unverified</status>
1.6       harris41 4470: </file>
                   4471: <file>
                   4472: <source>loncom/xml/style.pm</source>
                   4473: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   4474: <categoryname>handler</categoryname>
                   4475: <description>
                   4476: Style Parsing Module
                   4477: </description>
1.10      harris41 4478: <status>works/unverified</status>
1.6       harris41 4479: </file>
                   4480: <file>
                   4481: <source>loncom/xml/londefdef.pm</source>
                   4482: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   4483: <categoryname>handler</categoryname>
                   4484: <description>
                   4485: Tags Default Definition Module
                   4486: </description>
1.10      harris41 4487: <status>works/unverified</status>
1.4       harris41 4488: </file>
                   4489: <file>
1.6       harris41 4490: <source>loncom/xml/run.pm</source>
                   4491: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   4492: <categoryname>handler</categoryname>
                   4493: <description>
                   4494: used to prevent poorly written problems from causing lingering after effects
                   4495: </description>
1.10      harris41 4496: <status>works/unverified</status>
1.4       harris41 4497: </file>
                   4498: <file>
1.6       harris41 4499: <source>loncom/xml/scripttag.pm</source>
                   4500: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   4501: <categoryname>handler</categoryname>
                   4502: <description>
                   4503: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   4504: &lt;import&gt;
1.290     www      4505: </description>
                   4506: <status>works/unverified</status>
                   4507: </file>
                   4508: <file>
                   4509: <source>loncom/xml/languagetags.pm</source>
                   4510: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
                   4511: <categoryname>handler</categoryname>
                   4512: <description>
                   4513: implements &lt;mt&gt;
1.6       harris41 4514: </description>
1.10      harris41 4515: <status>works/unverified</status>
1.185     albertel 4516: </file>
                   4517: <file>
                   4518: <source>loncom/homework/randomlylabel.pm</source>
                   4519: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
                   4520: <categoryname>handler</categoryname>
                   4521: <description>
                   4522: Handler for compositing images, and text together.
1.339     albertel 4523: </description>
                   4524: </file>
                   4525: <file>
                   4526: <source>loncom/homework/drawimage.pm</source>
                   4527: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
                   4528: <categoryname>handler</categoryname>
                   4529: <description>
                   4530: Handler for programtically defining an image
1.318     albertel 4531: </description>
                   4532: </file>
                   4533: <file>
                   4534: <source>loncom/homework/imagechoice.pm</source>
                   4535: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
                   4536: <categoryname>handler</categoryname>
                   4537: <description>
                   4538: Handler for picking out locations on an image.
1.207     www      4539: </description>
                   4540: </file>
                   4541: <file>
                   4542: <source>loncom/homework/rankresponse.pm</source>
                   4543: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
                   4544: <categoryname>handler</categoryname>
                   4545: <description>
                   4546: Handler for rankresponse
1.209     albertel 4547: </description>
                   4548: </file>
                   4549: <file>
                   4550: <source>loncom/homework/matchresponse.pm</source>
                   4551: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
                   4552: <categoryname>handler</categoryname>
                   4553: <description>
                   4554: Handler for matchresponse
1.185     albertel 4555: </description>
1.4       harris41 4556: </file>
                   4557: <file>
1.33      harris41 4558: <source>loncom/homework/randomlabel.pm</source>
                   4559: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   4560: <categoryname>handler</categoryname>
                   4561: <description>
                   4562: Interface for producing applet code which randomizes the labelling of an
                   4563: image.
                   4564: </description>
                   4565: </file>
                   4566: <file>
1.6       harris41 4567: <source>loncom/homework/lonhomework.pm</source>
                   4568: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   4569: <categoryname>handler</categoryname>
1.27      harris41 4570: <description>
                   4571: handles requests for output, evaluation, and alteration of a homework resource
                   4572: </description>
1.95      harris41 4573: <status>works/unverified</status>
1.4       harris41 4574: </file>
                   4575: <file>
1.6       harris41 4576: <source>loncom/homework/inputtags.pm</source>
                   4577: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   4578: <categoryname>handler</categoryname>
                   4579: <description>
                   4580: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   4581: </description>
1.10      harris41 4582: <status>works/unverified</status>
1.4       harris41 4583: </file>
                   4584: <file>
1.6       harris41 4585: <source>loncom/homework/structuretags.pm</source>
                   4586: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   4587: <categoryname>handler</categoryname>
                   4588: <description>
1.27      harris41 4589: produces HTML tags necessary for structuring the presentation of homework
                   4590: resources
1.6       harris41 4591: </description>
1.10      harris41 4592: <status>works/unverified</status>
1.4       harris41 4593: </file>
                   4594: <file>
1.418     albertel 4595:   <source>loncom/homework/bridgetask.pm</source>
                   4596:   <target dist='default'>home/httpd/lib/perl/Apache/bridgetask.pm</target>
                   4597:   <categoryname>handler</categoryname>
                   4598:   <description>
                   4599: implements the tags for supporting bridge tasks
                   4600:   </description>
                   4601:   <status>works/unverified</status>
                   4602: </file>
                   4603: <file>
1.6       harris41 4604: <source>loncom/homework/response.pm</source>
                   4605: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   4606: <categoryname>handler</categoryname>
                   4607: <description>
1.27      harris41 4608: defines different types of responses given to student as well as syntax for
                   4609: producing response values
1.6       harris41 4610: </description>
1.10      harris41 4611: <status>works/unverified</status>
1.4       harris41 4612: </file>
                   4613: <file>
1.6       harris41 4614: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   4615: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   4616: <categoryname>handler</categoryname>
                   4617: <description>
                   4618: handles request to the CAPA homework processing engine
                   4619: </description>
1.10      harris41 4620: <status>works/unverified</status>
1.4       harris41 4621: </file>
                   4622: <file>
1.486     albertel 4623:   <source>loncom/homework/lonmaxima.pm</source>
                   4624:   <target dist='default'>home/httpd/lib/perl/Apache/lonmaxima.pm</target>
                   4625:   <categoryname>handler</categoryname>
                   4626:   <description>
                   4627:     routines to simplify talking to the maxima client
                   4628:   </description>
                   4629:   <status>works/unverified</status>
                   4630: </file>
                   4631: <file>
1.113     harris41 4632: <source>loncom/xml/Safe.pm</source>
                   4633: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
                   4634: <categoryname>handler</categoryname>
                   4635: <description>
                   4636: Meant to safely substitute for CPAN version of Safe.
                   4637: Allows for safely executing embedded perl comands in
                   4638: a way that does not threaten the operating system.
                   4639: </description>
                   4640: <status>works/unverified</status>
                   4641: </file>
                   4642: <file>
1.241     albertel 4643:   <source>loncom/auth/localauth.pm</source>
                   4644:   <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
                   4645:   <categoryname>handler</categoryname>
                   4646:   <description>
1.208     harris41 4647: Local authentication mechanism.  The target file is meant as a template
                   4648: for a localauth.pm file.  The target file with the -std suffix is not
                   4649: used directly by any software program; it is just a template file.
1.241     albertel 4650:   </description>
                   4651:   <status>works/unverified</status>
                   4652: </file>
                   4653: <file>
                   4654:   <source>loncom/auth/localauth.pm</source>
                   4655:   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   4656:   <categoryname>conf</categoryname>
                   4657:   <description>
                   4658: Local authentication mechanism.  
                   4659:   </description>
                   4660:   <status>works/unverified</status>
1.30      harris41 4661: </file>
                   4662: <file>
1.6       harris41 4663: <source>loncom/auth/lonacc.pm</source>
                   4664: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   4665: <categoryname>handler</categoryname>
                   4666: <description>
                   4667: (This module, like loncacc.pm also authenticates with cookies.)  
                   4668: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   4669: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   4670: as coordinating access to educational resources.
                   4671: </description>
1.10      harris41 4672: <status>works/unverified</status>
1.4       harris41 4673: </file>
                   4674: <file>
1.76      harris41 4675: <source>doc/man/Apache__lonacc.3</source>
                   4676: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83      harris41 4677: <categoryname>doc</categoryname>
1.76      harris41 4678: <description>man page for lonacc.pm</description>
                   4679: <build trigger='always run'>
1.115     harris41 4680: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
                   4681: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
1.76      harris41 4682: </build>
                   4683: <status>works/unverified</status>
                   4684: <dependencies>
                   4685: ../../loncom/auth/lonacc.pm
                   4686: </dependencies>
                   4687: </file>
                   4688: <file>
1.118     harris41 4689: <source>doc/lib/perl/Apache/lonacc.html</source>
                   4690: <target dist='default'>
                   4691: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83      harris41 4692: <categoryname>doc</categoryname>
1.76      harris41 4693: <description>POD-derived page for lonacc.pm</description>
                   4694: <build trigger='always run'>
1.115     harris41 4695: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
1.118     harris41 4696: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
1.76      harris41 4697: </build>
                   4698: <status>works/unverified</status>
                   4699: <dependencies>
                   4700: ../../loncom/auth/lonacc.pm
                   4701: </dependencies>
                   4702: </file>
                   4703: <file>
1.6       harris41 4704: <source>loncom/auth/lonracc.pm</source>
                   4705: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   4706: <categoryname>handler</categoryname>
                   4707: <description>
                   4708: access handler for file transfers
1.151     www      4709: </description>
                   4710: <status>works/unverified</status>
                   4711: </file>
                   4712: <file>
                   4713: <source>loncom/auth/lontokacc.pm</source>
                   4714: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
                   4715: <categoryname>handler</categoryname>
                   4716: <description>
1.154     www      4717: handler for inter-server transfer of token accessed files, includes
                   4718: cleanup handler to remove file when successfully done
                   4719: </description>
                   4720: <status>works/unverified</status>
                   4721: </file>
                   4722: <file>
                   4723: <source>loncom/auth/lonuploadedacc.pm</source>
                   4724: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
                   4725: <categoryname>handler</categoryname>
                   4726: <description>
                   4727: access handler for user uploaded files
                   4728: </description>
                   4729: <status>works/unverified</status>
                   4730: </file>
                   4731: <file>
                   4732: <source>loncom/lontrans.pm</source>
                   4733: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
                   4734: <categoryname>handler</categoryname>
                   4735: <description>
                   4736: URI to filename translation
1.347     www      4737: </description>
                   4738: <status>works/unverified</status>
                   4739: </file>
                   4740: <file>
                   4741: <source>loncom/lonenc.pm</source>
                   4742: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
                   4743: <categoryname>handler</categoryname>
                   4744: <description>
                   4745: Encryption and decryption of URIs
1.6       harris41 4746: </description>
1.10      harris41 4747: <status>works/unverified</status>
1.87      harris41 4748: </file>
                   4749: <file>
1.477     albertel 4750: <source>loncom/lonencurl.pm</source>
                   4751: <target dist='default'>home/httpd/lib/perl/Apache/lonencurl.pm</target>
                   4752: <categoryname>handler</categoryname>
                   4753: <description>
                   4754: Handler that takes care of decrypting request URL's
                   4755: </description>
                   4756: <status>works/unverified</status>
                   4757: </file>
                   4758: <file>
1.87      harris41 4759: <source>doc/man/Apache__lonracc.3</source>
                   4760: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
                   4761: <categoryname>doc</categoryname>
                   4762: <description>man page for lonracc.pm</description>
                   4763: <build trigger='always run'>
1.115     harris41 4764: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
                   4765: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
1.87      harris41 4766: </build>
                   4767: <status>works/unverified</status>
                   4768: <dependencies>
                   4769: ../../loncom/auth/lonracc.pm
                   4770: </dependencies>
                   4771: </file>
                   4772: <file>
1.118     harris41 4773: <source>doc/lib/perl/Apache/lonracc.html</source>
                   4774: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112     harris41 4775: </target>
1.87      harris41 4776: <categoryname>doc</categoryname>
                   4777: <description>POD-derived page for lonracc.pm</description>
                   4778: <build trigger='always run'>
1.115     harris41 4779: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
1.118     harris41 4780: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
1.87      harris41 4781: </build>
                   4782: <status>works/unverified</status>
                   4783: <dependencies>
                   4784: ../../loncom/auth/lonracc.pm
                   4785: </dependencies>
1.4       harris41 4786: </file>
                   4787: <file>
1.6       harris41 4788: <source>loncom/auth/loncacc.pm</source>
                   4789: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   4790: <categoryname>handler</categoryname>
                   4791: <description>
                   4792: This module provides access to an educational resource construction area.
                   4793: This module is invoked by the URL-related pattern syntax
                   4794: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   4795: Authentication of user identity
                   4796: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   4797: to "construction-space access").  If the cookie handle is invalid, then
                   4798: this module returns a forbidden status and makes appropriate log entries.
                   4799: If the cookie handle is valid, status is determined to be okay (and,
                   4800: for the "priv"-type access, the resource is delivered by the
                   4801: <tt>lonconstruct</tt> module).
                   4802: </description>
1.10      harris41 4803: <status>works/unverified</status>
1.4       harris41 4804: </file>
                   4805: <file>
1.86      harris41 4806: <source>doc/man/Apache__loncacc.3</source>
                   4807: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
                   4808: <categoryname>doc</categoryname>
                   4809: <description>man page for loncacc.pm</description>
                   4810: <build trigger='always run'>
1.115     harris41 4811: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
                   4812: &amp;&amp; echo 'manifying loncacc.pm'
1.86      harris41 4813: </build>
                   4814: <status>works/unverified</status>
                   4815: <dependencies>
                   4816: ../../loncom/auth/loncacc.pm
                   4817: </dependencies>
                   4818: </file>
                   4819: <file>
1.118     harris41 4820: <source>doc/lib/perl/Apache/loncacc.html</source>
                   4821: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112     harris41 4822: </target>
1.86      harris41 4823: <categoryname>doc</categoryname>
                   4824: <description>POD-derived page for loncacc.pm</description>
                   4825: <build trigger='always run'>
1.115     harris41 4826: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
1.118     harris41 4827: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
1.86      harris41 4828: </build>
                   4829: <status>works/unverified</status>
                   4830: <dependencies>
                   4831: ../../loncom/auth/loncacc.pm
                   4832: </dependencies>
                   4833: </file>
                   4834: <file>
1.6       harris41 4835: <source>loncom/auth/lonauth.pm</source>
                   4836: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   4837: <categoryname>handler</categoryname>
                   4838: <description>authenticate, set up session environment</description>
1.10      harris41 4839: <status>works/unverified</status>
1.4       harris41 4840: </file>
                   4841: <file>
1.6       harris41 4842: <source>loncom/auth/lonlogin.pm</source>
                   4843: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   4844: <categoryname>handler</categoryname>
                   4845: <description>login screen</description>
1.10      harris41 4846: <status>works/unverified</status>
1.4       harris41 4847: </file>
                   4848: <file>
1.492     raeburn  4849: <source>loncom/auth/restrictedaccess.pm</source>
                   4850: <target dist='default'>home/httpd/lib/perl/Apache/restrictedaccess.pm</target>
                   4851: <categoryname>handler</categoryname>
                   4852: <description>Passphrase entry form and verification for access to passphrase-protected portfolio files</description>
                   4853: <status>works/unverified</status>
                   4854: </file>
                   4855: <file>
1.520     raeburn  4856: <source>loncom/auth/blockedaccess.pm</source>
                   4857: <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
                   4858: <categoryname>handler</categoryname>
                   4859: <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>
                   4860: <status>works/unverified</status>
                   4861: </file>
                   4862: <file>
1.355     matthew  4863: <source>loncom/auth/londatecheck.pm</source>
                   4864: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
                   4865: <categoryname>handler</categoryname>
1.356     albertel 4866: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
                   4867: <status>works/unverified</status>
1.355     matthew  4868: </file>
                   4869: <file>
1.473     albertel 4870:   <source>loncom/auth/publiccheck.pm</source>
                   4871:   <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
                   4872:   <categoryname>handler</categoryname>
                   4873:   <description>Checks if resource is public and allows unauthenticated access if it is.</description>
                   4874:   <status>works/unverified</status>
                   4875: </file>
                   4876: <file>
1.6       harris41 4877: <source>loncom/auth/lonlogout.pm</source>
                   4878: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   4879: <categoryname>handler</categoryname>
                   4880: <description>logout</description>
1.10      harris41 4881: <status>works/unverified</status>
1.4       harris41 4882: </file>
                   4883: <file>
1.458     albertel 4884:   <source>loncom/auth/migrateuser.pm</source>
                   4885:   <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
                   4886:   <categoryname>handler</categoryname>
                   4887:   <description>auto logsin a remote user</description>
                   4888:   <status>works/unverified</status>
                   4889: </file>
                   4890: <file>
                   4891:   <source>loncom/auth/switchserver.pm</source>
                   4892:   <target dist='default'>home/httpd/lib/perl/Apache/switchserver.pm</target>
                   4893:   <categoryname>handler</categoryname>
                   4894:   <description>Setups the transfer of a user between servers</description>
                   4895:   <status>works/unverified</status>
                   4896: </file>
                   4897: <file>
1.461     albertel 4898:   <source>loncom/auth/checkauthen.pm</source>
                   4899:   <target dist='default'>home/httpd/lib/perl/Apache/checkauthen.pm</target>
                   4900:   <categoryname>handler</categoryname>
                   4901:   <description>Checks if a user's cookie exists and is valid</description>
                   4902:   <status>works/unverified</status>
                   4903: </file>
                   4904: <file>
1.475     albertel 4905:   <source>loncom/auth/simpleauthen.pm</source>
                   4906:   <target dist='default'>home/httpd/lib/perl/Apache/simpleauthen.pm</target>
                   4907:   <categoryname>handler</categoryname>
                   4908:   <description>Always returns DENIED</description>
                   4909:   <status>works/unverified</status>
                   4910: </file>
                   4911: <file>
1.6       harris41 4912: <source>loncom/lonnet/perl/lonrep.pm</source>
                   4913: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   4914: <categoryname>handler</categoryname>
                   4915: <description>replication</description>
1.345     raeburn  4916: </file>
                   4917: <file>
                   4918: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
                   4919: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
                   4920: <categoryname>handler</categoryname>
                   4921: <description>copying of uploaded files</description>
1.4       harris41 4922: </file>
                   4923: <file>
1.6       harris41 4924: <source>loncom/auth/lonroles.pm</source>
                   4925: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   4926: <categoryname>handler</categoryname>
                   4927: <description>
                   4928: This perl handling module reads in the available roles available
                   4929: for a LON-CAPA user (different courses, different privileges, etc)
                   4930: and produces a form-element HTML page which allows the user to select
                   4931: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   4932: a user may want to select between being a student in a thermodynamics
                   4933: physics course or a teaching assistant for an introductory calculus
                   4934: class.
                   4935: </description>
1.86      harris41 4936: </file>
                   4937: <file>
                   4938: <source>doc/man/Apache__lonroles.3</source>
                   4939: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
                   4940: <categoryname>doc</categoryname>
                   4941: <description>man page for lonroles.pm</description>
                   4942: <build trigger='always run'>
1.115     harris41 4943: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
                   4944: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
1.86      harris41 4945: </build>
                   4946: <status>works/unverified</status>
                   4947: <dependencies>
                   4948: ../../loncom/auth/lonroles.pm
                   4949: </dependencies>
                   4950: </file>
                   4951: <file>
1.118     harris41 4952: <source>doc/lib/perl/Apache/lonroles.html</source>
                   4953: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112     harris41 4954: </target>
1.86      harris41 4955: <categoryname>doc</categoryname>
                   4956: <description>POD-derived page for lonroles.pm</description>
                   4957: <build trigger='always run'>
1.115     harris41 4958: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
1.118     harris41 4959: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
1.86      harris41 4960: </build>
                   4961: <status>works/unverified</status>
                   4962: <dependencies>
                   4963: ../../loncom/auth/lonroles.pm
                   4964: </dependencies>
1.4       harris41 4965: </file>
                   4966: <file>
1.363     albertel 4967: <source>loncom/interface/lonsource.pm</source>
                   4968: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
                   4969: <categoryname>handler</categoryname>
                   4970: <description>
                   4971: Problem source code viewer
                   4972: </description>
                   4973: <status>works/unverified</status>
                   4974: </file>
                   4975: <file>
1.6       harris41 4976: <source>loncom/interface/lonindexer.pm</source>
                   4977: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   4978: <categoryname>handler</categoryname>
                   4979: <description>
                   4980: cross server filesystem browser
                   4981: </description>
1.10      harris41 4982: <status>works/unverified</status>
1.76      harris41 4983: </file>
                   4984: <file>
                   4985: <source>doc/man/Apache__lonindexer.3</source>
                   4986: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83      harris41 4987: <categoryname>doc</categoryname>
1.76      harris41 4988: <description>man page for lonindexer.pm</description>
                   4989: <build trigger='always run'>
1.115     harris41 4990: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
                   4991: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
1.76      harris41 4992: </build>
                   4993: <status>works/unverified</status>
                   4994: <dependencies>
                   4995: ../../loncom/interface/lonindexer.pm
                   4996: </dependencies>
                   4997: </file>
                   4998: <file>
1.118     harris41 4999: <source>doc/lib/perl/Apache/lonindexer.html</source>
                   5000: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112     harris41 5001: </target>
1.83      harris41 5002: <categoryname>doc</categoryname>
1.76      harris41 5003: <description>POD-derived page for lonindexer.pm</description>
                   5004: <build trigger='always run'>
1.115     harris41 5005: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
1.118     harris41 5006: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
                   5007: echo 'pod2html lonindexer.pm'
1.76      harris41 5008: </build>
                   5009: <status>works/unverified</status>
                   5010: <dependencies>
                   5011: ../../loncom/interface/lonindexer.pm
                   5012: </dependencies>
1.4       harris41 5013: </file>
                   5014: <file>
1.24      harris41 5015: <source>loncom/interface/groupsort.pm</source>
                   5016: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   5017: <categoryname>handler</categoryname>
                   5018: <description>
                   5019: Implements a second phase of importing multiple resources into the RAT.
                   5020: Allows for reordering the sequence of resources.
                   5021: </description>
                   5022: <status>works/unverified</status>
                   5023: </file>
                   5024: <file>
1.6       harris41 5025: <source>loncom/lonnet/perl/lonnet.pm</source>
                   5026: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   5027: <categoryname>handler</categoryname>
                   5028: <description>
                   5029: This file is an interface to the lonc processes of the LON-CAPA network
                   5030: as well as set of elaborated functions for handling information necessary
                   5031: for navigating through a given cluster of LON-CAPA machines within a domain.
                   5032: There are over 40 specialized functions in this module which handle
                   5033: the reading and transmission of metadata, user information
                   5034: (ids, names, environments, roles, logs), file information (storage, reading,
                   5035: directories, extensions, replication, embedded styles and descriptors),
                   5036: educational resources (course descriptions, section names and numbers),
                   5037: url hashing (to assign roles on a url basis), and translating abbreviated
                   5038: symbols to and from more descriptive phrases or explanations.
                   5039: </description>
1.10      harris41 5040: <status>works/unverified</status>
1.73      harris41 5041: </file>
                   5042: <file>
                   5043: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 5044: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83      harris41 5045: <categoryname>doc</categoryname>
1.73      harris41 5046: <description>man page for lonnet.pm</description>
                   5047: <build trigger='always run'>
1.115     harris41 5048: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
                   5049: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
1.73      harris41 5050: </build>
                   5051: <status>works/unverified</status>
                   5052: <dependencies>
                   5053: ../../loncom/lonnet/perl/lonnet.pm
                   5054: </dependencies>
                   5055: </file>
                   5056: <file>
1.118     harris41 5057: <source>doc/lib/perl/Apache/lonnet.html</source>
                   5058: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
                   5059: </target>
1.83      harris41 5060: <categoryname>doc</categoryname>
1.73      harris41 5061: <description>POD-derived page for lonnet.pm</description>
                   5062: <build trigger='always run'>
1.115     harris41 5063: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
1.118     harris41 5064: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
1.73      harris41 5065: </build>
                   5066: <status>works/unverified</status>
                   5067: <dependencies>
                   5068: ../../loncom/lonnet/perl/lonnet.pm
                   5069: </dependencies>
1.4       harris41 5070: </file>
                   5071: <file>
1.525     albertel 5072: <source>loncom/lonnet/perl/londns.pm</source>
                   5073: <target dist='default'>home/httpd/lib/perl/Apache/londns.pm</target>
                   5074: <categoryname>handler</categoryname>
                   5075: <description>
                   5076: Domain information serving.
                   5077: </description>
                   5078: <status>works/unverified</status>
                   5079: </file>
                   5080: <file>
1.6       harris41 5081: <source>loncom/html/index.html</source>
                   5082: <target dist='default'>home/httpd/html/index.html</target>
                   5083: <categoryname>interface file</categoryname>
                   5084: <description>bumps to login</description>
1.280     www      5085: </file>
                   5086: <file>
                   5087: <source>loncom/html/index.html</source>
                   5088: <target dist='default'>home/httpd/html/origindex.html</target>
                   5089: <categoryname>interface file</categoryname>
                   5090: <description>bumps to login, backup for takeonline</description>
1.181     www      5091: </file>
                   5092: <file>
                   5093: <source>loncom/html/favicon.ico</source>
                   5094: <target dist='default'>home/httpd/html/favicon.ico</target>
                   5095: <categoryname>interface file</categoryname>
                   5096: <description>Bookmark and tab icon</description>
1.4       harris41 5097: </file>
1.419     matthew  5098: <file>
                   5099: <source>loncom/mime.types</source>
1.6       harris41 5100: <target dist='default'>etc/httpd/conf/mime.types</target>
1.535     raeburn  5101: <target dist='sles10 suse10.1 suse10.2'>etc/apache2/mime.types</target>
1.419     matthew  5102: <categoryname>www static conf</categoryname>
1.506     raeburn  5103: <description>Expanded mime.types</description>
1.419     matthew  5104: </file>
1.6       harris41 5105: <link>
                   5106: <linkto>home/httpd/html/res</linkto>
                   5107: <target dist='default'>home/httpd/html/raw</target>
                   5108: <categoryname>symbolic link</categoryname>
                   5109: <description>symbolic link to /home/httpd/html/res</description>
                   5110: </link>
1.4       harris41 5111: <file>
1.6       harris41 5112: <source>loncom/html/adm/notfound.html</source>
                   5113: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   5114: <categoryname>interface file</categoryname>
                   5115: <description>
                   5116: static html page that is shown when an attempt is made to access a document
                   5117: not present on the web server
                   5118: </description>
1.4       harris41 5119: </file>
                   5120: <file>
1.6       harris41 5121: <source>loncom/html/adm/unauthorized.html</source>
                   5122: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   5123: <categoryname>interface file</categoryname>
                   5124: <description>
1.27      harris41 5125: static html page that is shown when an attempt is made to access a document
                   5126: which is restricted based on file or server configurations
1.32      harris41 5127: </description>
                   5128: </file>
                   5129: <file>
                   5130: <source>loncom/html/adm/help/searchcat.html</source>
1.109     harris41 5131: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32      harris41 5132: <categoryname>interface file</categoryname>
                   5133: <description>
                   5134: Help page for the search engine.
1.6       harris41 5135: </description>
1.4       harris41 5136: </file>
                   5137: <file>
1.6       harris41 5138: <source>rat/client/rat.html</source>
                   5139: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   5140: <categoryname>interface file</categoryname>
                   5141: <description>
                   5142: frameset
                   5143: </description>
1.4       harris41 5144: </file>
                   5145: <file>
1.6       harris41 5146: <source>rat/client/parameter.html</source>
                   5147: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   5148: <categoryname>interface file</categoryname>
                   5149: <description>
                   5150: Parameter input window.
                   5151: </description>
1.4       harris41 5152: </file>
                   5153: <file>
1.398     raeburn  5154: <source>rat/client/ratcode.js</source>
                   5155: <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
1.170     www      5156: <categoryname>interface file</categoryname>
                   5157: <description>
1.397     raeburn  5158: javascript for horizontal menubar in RAT
1.170     www      5159: </description>
                   5160: </file>
                   5161: <file>
                   5162: <source>rat/client/extpickcode.html</source>
                   5163: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
                   5164: <categoryname>interface file</categoryname>
                   5165: <description>
                   5166: javascript
                   5167: </description>
                   5168: </file>
                   5169: <file>
                   5170: <source>rat/client/extpickframe.html</source>
                   5171: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6       harris41 5172: <categoryname>interface file</categoryname>
                   5173: <description>
                   5174: javascript
                   5175: </description>
1.4       harris41 5176: </file>
                   5177: <file>
1.6       harris41 5178: <source>rat/client/map.html</source>
                   5179: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   5180: <categoryname>interface file</categoryname>
                   5181: <description>
                   5182: bumper
                   5183: </description>
1.4       harris41 5184: </file>
                   5185: <file>
1.6       harris41 5186: <source>rat/client/empty.html</source>
                   5187: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   5188: <categoryname>interface file</categoryname>
                   5189: <description>
                   5190: A blank page with very minimal HTML structural elements.
1.217     www      5191: </description>
                   5192: </file>
                   5193: <file>
                   5194: <source>rat/client/loading.html</source>
                   5195: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
                   5196: <categoryname>interface file</categoryname>
                   5197: <description>
                   5198: A blank page which calls drawwindow in its opener after being loaded.
1.6       harris41 5199: </description>
1.4       harris41 5200: </file>
1.10      harris41 5201: <fileglob>
                   5202: <glob>*.gif</glob>
                   5203: <sourcedir>rat/images/</sourcedir>
                   5204: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   5205: <categoryname>graphic file</categoryname>
                   5206: <description>
                   5207: icons for providing a HTML-tabled view of a course map
                   5208: </description>
                   5209: <filenames>
1.37      harris41 5210: 1.1.dt.gif;
                   5211: 1.1.empty.gif;
                   5212: 1.1.ld.gif;
                   5213: 1.1.lr.gif;
                   5214: 1.1.rd.gif;
1.60      harris41 5215: 1.1.rl.gif;
1.37      harris41 5216: 1.1.td.gif;
                   5217: 1.1.tdrl.gif;
                   5218: 1.1.tl.gif;
                   5219: 1.1.tr.gif;
                   5220: 1.1.utd.gif;
                   5221: 1.2.ctd.gif;
                   5222: 1.2.dt.gif;
                   5223: 1.2.empty.gif;
                   5224: 1.2.ld.gif;
                   5225: 1.2.lr.gif;
                   5226: 1.2.lrd.gif;
                   5227: 1.2.lrtd.gif;
                   5228: 1.2.rd.gif;
                   5229: 1.2.rl.gif;
                   5230: 1.2.rld.gif;
                   5231: 1.2.rltd.gif;
                   5232: 1.2.rtd.gif;
                   5233: 1.2.rtdl.gif;
                   5234: 1.2.rtl.gif;
                   5235: 1.2.td.gif;
                   5236: 1.2.tdl.gif;
                   5237: 1.2.tdrl.gif;
                   5238: 1.2.tl.gif;
                   5239: 1.2.tr.gif;
                   5240: 1.2.utd.gif;
                   5241: 2.1.dt.gif;
                   5242: 2.1.empty.gif;
                   5243: 2.1.ld.gif;
                   5244: 2.1.lr.gif;
                   5245: 2.1.rd.gif;
                   5246: 2.1.rl.gif;
                   5247: 2.1.td.gif;
                   5248: 2.1.tdrl.gif;
                   5249: 2.1.tl.gif;
                   5250: 2.1.tr.gif;
                   5251: 2.2.dt.gif;
                   5252: 2.2.empty.gif;
                   5253: 2.2.ld.gif;
                   5254: 2.2.lr.gif;
                   5255: 2.2.lrd.gif;
                   5256: 2.2.lrt.gif;
                   5257: 2.2.rd.gif;
                   5258: 2.2.rl.gif;
                   5259: 2.2.rld.gif;
                   5260: 2.2.rlt.gif;
                   5261: 2.2.td.gif;
                   5262: 2.2.tdl.gif;
                   5263: 2.2.tdr.gif;
                   5264: 2.2.tdrl.gif;
                   5265: 2.2.tl.gif;
                   5266: 2.2.tr.gif;
                   5267: 2.2.url.gif;
                   5268: 2.2.utd.gif;
                   5269: arrow.gif;
                   5270: bdt.gif;
                   5271: bempty.gif;
                   5272: bld.gif;
                   5273: blr.gif;
                   5274: blrd.gif;
                   5275: blrt.gif;
1.60      harris41 5276: bottom.gif;
1.37      harris41 5277: brd.gif;
                   5278: brl.gif;
                   5279: brld.gif;
                   5280: brlt.gif;
                   5281: btd.gif;
                   5282: btdl.gif;
                   5283: btdr.gif;
                   5284: btdrl.gif;
                   5285: btl.gif;
                   5286: btr.gif;
                   5287: burl.gif;
                   5288: butd.gif;
                   5289: condition.gif;
                   5290: edit.gif;
                   5291: finish.gif;
                   5292: info.gif;
                   5293: inscol.gif;
                   5294: inscond.gif;
                   5295: insres.gif;
                   5296: insrow.gif;
                   5297: left.gif;
                   5298: middle.gif;
                   5299: resource.gif;
                   5300: right.gif;
                   5301: sctd.gif;
                   5302: sdt.gif;
                   5303: sempty.gif;
                   5304: sld.gif;
                   5305: slr.gif;
                   5306: slrd.gif;
                   5307: slrtd.gif;
                   5308: srd.gif;
                   5309: srl.gif;
                   5310: srld.gif;
                   5311: srltd.gif;
                   5312: srtd.gif;
                   5313: srtdl.gif;
                   5314: srtl.gif;
                   5315: start.gif;
                   5316: std.gif;
                   5317: stdl.gif;
1.10      harris41 5318: sutd.gif
                   5319: </filenames>
                   5320: </fileglob>
                   5321: <fileglob>
1.60      harris41 5322: <glob>*.*</glob>
1.10      harris41 5323: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   5324: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   5325: <categoryname>graphic file</categoryname>
                   5326: <description>
                   5327: icons to indicate an unexpected result
                   5328: </description>
                   5329: <filenames>
1.37      harris41 5330: lonconstruct.gif;
                   5331: lonlogo_broken.gif;
                   5332: lonlogo_broken_tsp.gif;
                   5333: lonlogo_broken.eps;
                   5334: lonlogo_broken.jpg;
1.469     raeburn  5335: lonlogo_broken.mov;
                   5336: genericstudent_tn.gif
1.10      harris41 5337: </filenames>
                   5338: </fileglob>
                   5339: <fileglob>
1.60      harris41 5340: <glob>*.*</glob>
1.10      harris41 5341: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   5342: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   5343: <categoryname>graphic file</categoryname>
                   5344: <description>
1.132     harris41 5345: logos and general widget icons
1.10      harris41 5346: </description>
                   5347: <filenames>
1.68      harris41 5348: SMETE_white.gif;
1.117     harris41 5349: aboutlon.gif;
1.288     www      5350: aboutlon_pt.gif;
                   5351: aboutlon_de.gif;
1.117     harris41 5352: accessbutton.gif;
1.288     www      5353: accessbutton_pt.gif;
                   5354: accessbutton_de.gif;
1.224     www      5355: angry.gif;
1.60      harris41 5356: arrow_up.gif;
1.360     albertel 5357: baeh.gif;
1.224     www      5358: bigsmile.gif;
1.177     bowersj2 5359: branch.gif;
1.37      harris41 5360: cab.gif;
                   5361: cab_big.gif;
1.62      harris41 5362: capapanel.gif;
1.224     www      5363: check.gif;
1.37      harris41 5364: class.gif;
                   5365: class_big.gif;
1.379     albertel 5366: closepage.gif;
1.494     www      5367: clickhere.gif;
1.224     www      5368: coolindiff.gif;
                   5369: coolsmile.gif;
                   5370: cry.gif;
1.343     www      5371: doc.gif;
                   5372: doc_big.gif;
1.37      harris41 5373: dvi.gif;
                   5374: dvi_big.gif;
                   5375: eps.gif;
                   5376: eps_big.gif;
                   5377: exam.gif;
                   5378: exam_big.gif;
1.117     harris41 5379: fillbottom.gif;
                   5380: fillleft.gif;
                   5381: fillright.gif;
                   5382: filltop.gif;
1.37      harris41 5383: folder_closed.gif;
                   5384: folder_opened.gif;
                   5385: folder_pointer_closed.gif;
                   5386: folder_pointer_opened.gif;
                   5387: form.gif;
                   5388: form_big.gif;
1.224     www      5389: frowny.gif;
1.37      harris41 5390: gif.gif;
                   5391: gif_big.gif;
1.117     harris41 5392: header.gif;
1.455     albertel 5393: header.png;
1.387     raeburn  5394: helpdesk.gif;
                   5395: helpgateway.gif;
1.224     www      5396: hrrm.gif;
1.37      harris41 5397: htm.gif;
                   5398: html.gif;
                   5399: html_big.gif;
1.224     www      5400: huh.gif;
1.52      harris41 5401: jar.gif;
                   5402: jar_big.gif;
1.37      harris41 5403: jpg.gif;
                   5404: jpg_big.gif;
1.62      harris41 5405: latex.gif;
1.269     www      5406: library.gif;
1.224     www      5407: lipsrsealed.gif;
1.117     harris41 5408: lite.gif;
1.37      harris41 5409: liteani.gif;
1.117     harris41 5410: litetext.gif;
1.62      harris41 5411: lolpanel.gif;
1.37      harris41 5412: lonanim.gif;
                   5413: lonanimend.gif;
1.117     harris41 5414: loncapalogo.gif;
1.37      harris41 5415: lonhelplogos.gif;
1.60      harris41 5416: lonhelptop.gif;
1.37      harris41 5417: lonlogo.gif;
                   5418: lonlogos.gif;
1.117     harris41 5419: lowerleft.gif;
                   5420: lowerright.gif;
1.360     albertel 5421: mailbkgrd.gif;
                   5422: mailto.gif;
1.236     www      5423: minilogo.gif;
1.37      harris41 5424: meta.gif;
                   5425: meta_big.gif;
                   5426: mov.gif;
                   5427: mov_big.gif;
                   5428: move_up.gif;
                   5429: move_down.gif;
1.177     bowersj2 5430: navmap.correct.gif;
1.467     www      5431: navmap.partial.gif;
1.251     bowersj2 5432: navmap.ellipsis.gif;
1.177     bowersj2 5433: navmap.open.gif;
1.251     bowersj2 5434: navmap.page.open.gif;
                   5435: navmap.page.closed.gif;
                   5436: navmap.page.open.nomanip.gif;
                   5437: navmap.page.closed.nomanip.gif;
1.177     bowersj2 5438: navmap.wrong.gif;
1.180     bowersj2 5439: navmap.folder.open.gif;
                   5440: navmap.folder.closed.gif;
1.229     bowersj2 5441: navmap.folder.open.nomanip.gif;
                   5442: navmap.folder.closed.nomanip.gif;
1.292     www      5443: neutral.gif;
1.37      harris41 5444: page.gif;
                   5445: page_big.gif;
                   5446: pdf.gif;
                   5447: pdf_big.gif;
1.54      harris41 5448: png.gif;
                   5449: png_big.gif;
1.343     www      5450: ppt.gif;
                   5451: ppt_big.gif;
1.37      harris41 5452: problem.gif;
                   5453: problem_big.gif;
                   5454: ps.gif;
                   5455: ps_big.gif;
1.224     www      5456: rolleyes.gif;
1.37      harris41 5457: quill.gif;
                   5458: quiz.gif;
                   5459: quiz_big.gif;
                   5460: select.gif;
                   5461: sequence.gif;
                   5462: sequence_big.gif;
                   5463: server.gif;
                   5464: server_big.gif;
1.224     www      5465: shocked.gif;
                   5466: smiley.gif;
1.37      harris41 5467: srvbad.gif;
                   5468: srvempty.gif;
                   5469: srvgood.gif;
                   5470: srvhalf.gif;
                   5471: srvnull.gif;
                   5472: survey.gif;
                   5473: survey_big.gif;
1.429     www      5474: task.gif;
                   5475: task_big.gif;
1.37      harris41 5476: tex.gif;
                   5477: tex_big.gif;
1.210     www      5478: tth.gif;
1.37      harris41 5479: txt.gif;
                   5480: txt_big.gif;
1.57      harris41 5481: unknown.gif;
                   5482: unknown_big.gif;
1.117     harris41 5483: upperleft.gif;
                   5484: upperright.gif;
1.37      harris41 5485: user.gif;
                   5486: user_big.gif;
1.117     harris41 5487: userauthentication.gif;
1.288     www      5488: userauthentication_pt.gif;
                   5489: userauthentication_de.gif;
1.37      harris41 5490: wav.gif;
                   5491: wav_big.gif;
                   5492: white_space_20_22.gif;
                   5493: whitespace1.gif;
                   5494: whitespace10.gif;
                   5495: whitespace2.gif;
                   5496: whitespace3.gif;
                   5497: whitespace4.gif;
                   5498: whitespace5.gif;
                   5499: whitespace6.gif;
                   5500: whitespace7.gif;
                   5501: whitespace8.gif;
                   5502: whitespace9.gif;
1.224     www      5503: wink.gif;
1.343     www      5504: xls.gif;
                   5505: xls_big.gif;
1.37      harris41 5506: xml.gif;
                   5507: xml_big.gif;
                   5508: zip.gif;
1.10      harris41 5509: zip_big.gif
                   5510: </filenames>
                   5511: </fileglob>
                   5512: <fileglob>
1.60      harris41 5513: <glob>*.*</glob>
1.10      harris41 5514: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   5515: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   5516: <categoryname>graphic file</categoryname>
                   5517: <description>
1.132     harris41 5518: Miscellaneous resources.
1.10      harris41 5519: </description>
                   5520: <filenames>
1.80      harris41 5521: authorfeed.gif;
1.373     albertel 5522: blackdot.gif;
1.80      harris41 5523: bomb.gif;
1.320     www      5524: smallFAQ.gif;
                   5525: smallBug.gif;
1.40      harris41 5526: cat_button.gif;
1.539     www      5527: cat_button.png;
1.80      harris41 5528: chat.gif;
1.111     harris41 5529: eval_button.gif;
1.539     www      5530: eval_button.png;
1.80      harris41 5531: feedback.gif;
1.40      harris41 5532: pprm_button.gif;
1.539     www      5533: pprm_button.png;
1.40      harris41 5534: pgrd_button.gif;
1.539     www      5535: pgrd_button.png;
1.540     albertel 5536: subm_button.gif;
1.539     www      5537: subm_button.png;
1.10      harris41 5538: </filenames>
                   5539: </fileglob>
                   5540: <file>
1.413     albertel 5541: <source>loncom/xml/algebra/AlgParser.pm</source>
1.411     albertel 5542: <target dist='default'>home/httpd/lib/perl/AlgParser.pm</target>
                   5543: <categoryname>system file</categoryname>
                   5544: <description>
                   5545: perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion
                   5546: </description>
                   5547: <status>works/unverified</status>
                   5548: </file>
                   5549: <file>
1.299     matthew  5550: <source>modules/TexConvert/tthperl/tth.pm</source>
1.298     matthew  5551: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10      harris41 5552: <categoryname>system file</categoryname>
                   5553: <description>
                   5554: perl module for invoking functions specific to TeX-to-HTML conversion
                   5555: </description>
                   5556: <note>
                   5557: Has the same dependencies and build process as tth.so.
                   5558: Currently, only the tth.so file specifications invoke
1.49      harris41 5559: the build process however.  A static version is checked into loncom/xml
                   5560: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 5561: </note>
1.113     harris41 5562: <status>works/unverified</status>
                   5563: </file>
                   5564: <file>
                   5565: <source>loncom/xml/LCParser.pm</source>
                   5566: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125     harris41 5567: <categoryname>system file</categoryname>
                   5568: <description>
                   5569: perl module for parsing HTML in a way that really works and is thoroughly
                   5570: tested
                   5571: </description>
                   5572: <status>works/unverified</status>
1.234     foxr     5573: </file>
                   5574: <file>
1.360     albertel 5575:   <source>loncom/lonlocal.pm</source>
                   5576:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
                   5577:   <categoryname>system file</categoryname>
                   5578:   <description>
                   5579:      lonc/d handler for doing a local filesystem based init:
                   5580:   </description>
                   5581:   <status>works/verified</status>
                   5582: </file>
                   5583: <file>
                   5584:   <source>loncom/lonssl.pm</source>
                   5585:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
                   5586:   <categoryname>system file</categoryname>
                   5587:   <description>
                   5588:      lonc/d handler for doing a remote SSL based init:
                   5589:   </description>
                   5590:   <status>works/verified</status>
                   5591: </file>
                   5592: <file>
1.234     foxr     5593:   <source>loncom/LondConnection.pm</source>
1.239     albertel 5594:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234     foxr     5595:   <categoryname>system file</categoryname>
                   5596:   <description>
                   5597:      Manages a connection between a lonc proxy daemon and the lond server
                   5598:      in the remote node.
1.252     www      5599:   </description>
                   5600:   <status>works/verified</status>
                   5601: </file>
                   5602: <file>
                   5603:   <source>loncom/LondTransaction.pm</source>
                   5604:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
                   5605:   <categoryname>system file</categoryname>
                   5606:   <description>
                   5607: 	Handles a single lon-capa insternal transaction
1.234     foxr     5608:   </description>
                   5609:   <status>works/verified</status>
                   5610: </file>
                   5611: <file>
                   5612:    <source>loncom/types/HashIterator.pm</source>
1.239     albertel 5613:    <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234     foxr     5614:    <categoryname>system file</categoryname>
                   5615:    <description>
                   5616:       Provides support to iterate through opaque hashes hidden e.g. within 
                   5617:       object private data.
                   5618:    </description>
                   5619:    <status>works/verified</status>
                   5620: </file>
                   5621: <file>
                   5622:    <source>loncom/types/Queue.pm</source>
1.239     albertel 5623:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234     foxr     5624:    <categoryname>system file</categoryname>
                   5625:    <description>
                   5626:      Provides a FIFO queue class.
                   5627:    </description>
                   5628:    <status>works/verified</status>
                   5629: </file>
                   5630: <file>
                   5631:    <source>loncom/types/Stack.pm</source>
1.239     albertel 5632:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234     foxr     5633:    <categoryname>system file</categoryname>
                   5634:    <description>
                   5635:      Provides a LIFO stack class.
                   5636:    </description>
                   5637:    <status>works/verified</status>
1.239     albertel 5638: </file>
1.234     foxr     5639: <file>
                   5640:    <source>loncom/loncnew</source>
1.240     albertel 5641:    <target dist='default'>home/httpd/perl/loncnew</target>
                   5642:    <categoryname>script</categoryname>
1.234     foxr     5643:    <description>
                   5644: 	  Proxy server for remote loncapa requests.
1.250     albertel 5645:           Needs CPAN Event module.
1.234     foxr     5646:    </description>
1.125     harris41 5647: </file>
                   5648: <file>
                   5649: <source>loncom/configuration/Configuration.pm</source>
                   5650: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113     harris41 5651: <categoryname>system file</categoryname>
                   5652: <description>
1.126     harris41 5653: Configuration file reader (looks in /etc/httpd/conf/); accepts
                   5654: a list of *.conf files to inspect for PerlSetVar key/value
                   5655: entries.
1.316     www      5656: </description>
                   5657: <status>works/unverified</status>
                   5658: </file>
                   5659: <file>
                   5660: <source>loncom/ConfigFileEdit.pm</source>
                   5661: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
                   5662: <categoryname>system file</categoryname>
                   5663: <description>
                   5664: Configuration file editing module
1.113     harris41 5665: </description>
1.10      harris41 5666: <status>works/unverified</status>
                   5667: </file>
                   5668: <file>
                   5669: <source>modules/TexConvert/tthperl/tth.so</source>
1.298     matthew  5670: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10      harris41 5671: <categoryname>system file</categoryname>
                   5672: <description>
                   5673: shared library file for dynamic loading and unloading
                   5674: </description>
                   5675: <note>
                   5676: The source and file dependencies are not available to most
                   5677: CVS users.  (You can safely rely on the existing binaries
                   5678: present on your system... don't worry about warnings
                   5679: related to this file during the build process.)
                   5680: </note>
1.441     albertel 5681: <build trigger='always run'>
1.10      harris41 5682: modules/TexConvert/tthperl/commands
                   5683: </build>
                   5684: <status>works/unverified</status>
1.439     albertel 5685: <dependencies>
1.440     albertel 5686: commands;
1.439     albertel 5687: compiles/tth.so.i386;
                   5688: compiles/tth.so.x86_64
                   5689: </dependencies>
1.10      harris41 5690: </file>
                   5691: <file>
                   5692: <source>loncom/homework/caparesponse/capa.pm</source>
1.298     matthew  5693: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10      harris41 5694: <categoryname>system file</categoryname>
                   5695: <description>
                   5696: perl module for invoking functions specific to CAPA
                   5697: </description>
1.49      harris41 5698: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 5699: <note>
                   5700: Has the same dependencies and build process as capa.so.
                   5701: Currently, only the capa.so file specifications invoke
                   5702: the build process however.
                   5703: </note>
                   5704: </file>
                   5705: <file>
                   5706: <source>loncom/homework/caparesponse/capa.bs</source>
1.298     matthew  5707: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10      harris41 5708: <categoryname>system file</categoryname>
                   5709: <description>
1.27      harris41 5710: bootstrap file associated with dynamic loading of this module on multiple
                   5711: architectures
1.10      harris41 5712: </description>
1.49      harris41 5713: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 5714: <note>
                   5715: Has the same dependencies and build process as capa.so.
                   5716: Currently, only the capa.so file specifications invoke
                   5717: the build process however.
                   5718: </note>
                   5719: </file>
                   5720: <file>
                   5721: <source>loncom/homework/caparesponse/capa.so</source>
1.298     matthew  5722: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10      harris41 5723: <categoryname>system file</categoryname>
                   5724: <description>
                   5725: shared library file for dynamic loading and unloading
                   5726: </description>
                   5727: <build trigger='always run'>
                   5728: loncom/homework/caparesponse/commands
                   5729: </build>
                   5730: <dependencies>
1.39      harris41 5731: caparesponse.c;
1.119     harris41 5732: caparesponse.pm;
                   5733: README;
                   5734: Makefile.PL;
                   5735: capa.i;
1.120     harris41 5736: commands;
1.222     albertel 5737: ../../../CAPA/pProj/Makefile;
1.120     harris41 5738: ../../../CAPA/pProj/capaGrammarDef.y;
                   5739: ../../../CAPA/pProj/capaFormula.y;
                   5740: ../../../CAPA/pProj/capaLexerDef.flex;
                   5741: ../../../CAPA/pProj/capaFunction.c;
                   5742: ../../../CAPA/pProj/capaParserUtils.c;
                   5743: ../../../CAPA/pProj/capaMapExpr.c;
                   5744: ../../../CAPA/pProj/capaUnit.c;
                   5745: ../../../CAPA/pProj/com.c;
                   5746: ../../../CAPA/pProj/linpack.c;
                   5747: ../../../CAPA/pProj/ranlib.c;
                   5748: ../../../CAPA/pProj/capaCgiUtils.c;
                   5749: ../../../CAPA/pProj/capaSubjective.c;
                   5750: ../../../CAPA/pProj/capaRQO.c;
                   5751: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123     harris41 5752: ../../../CAPA/pProj/capaCommon.c;
                   5753: ../../../CAPA/pProj/capaCommon.h;
                   5754: ../../../CAPA/pProj/ranlib.h;
                   5755: ../../../CAPA/pProj/capaCGI.h;
                   5756: ../../../CAPA/pProj/capaFunction.h;
                   5757: ../../../CAPA/pProj/capaRQO.h;
                   5758: ../../../CAPA/pProj/capaParser.h;
                   5759: ../../../CAPA/pProj/lex_debug.h
1.10      harris41 5760: </dependencies>
                   5761: </file>
1.416     albertel 5762: <file>
                   5763: <source>loncom/cgi/mimeTeX/mimetex.cgi</source>
                   5764: <target dist='default'>home/httpd/cgi-bin/mimetex.cgi</target>
                   5765: <categoryname>script</categoryname>
                   5766: <description>
                   5767: cgi binary for doing TeX -> math translation
                   5768: </description>
                   5769: <build trigger='always run'>
                   5770: loncom/cgi/mimeTeX/commands
                   5771: </build>
                   5772: <dependencies>
1.439     albertel 5773: commands;
                   5774: gfuntype.c;
                   5775: gifsave.c;
                   5776: mimetex.c;
                   5777: mimetex.h;
                   5778: mimetex.html;
                   5779: README;
                   5780: texfonts.h;
1.461     albertel 5781: LICENSE;
1.416     albertel 5782: </dependencies>
                   5783: </file>
1.10      harris41 5784: <fileglob>
                   5785: <glob>*.ent</glob>
                   5786: <sourcedir>loncom/MathML/</sourcedir>
                   5787: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   5788: <categoryname>system file</categoryname>
                   5789: <description>
1.27      harris41 5790: xml files which assign unicode numbers to mathematical symbols using
                   5791: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 5792: </description>
                   5793: <filenames>
1.37      harris41 5794: isoamsa.ent;
                   5795: isoamsb.ent;
                   5796: isoamsc.ent;
                   5797: isoamsn.ent;
                   5798: isoamso.ent;
                   5799: isoamsr.ent;
                   5800: isobox.ent;
                   5801: isocyr1.ent;
                   5802: isocyr2.ent;
                   5803: isodia.ent;
                   5804: isogrk1.ent;
                   5805: isogrk2.ent;
                   5806: isogrk3.ent;
                   5807: isogrk4.ent;
                   5808: isolat1.ent;
                   5809: isolat2.ent;
                   5810: isomfrk.ent;
                   5811: isomopf.ent;
                   5812: isomscr.ent;
                   5813: isonum.ent;
                   5814: isopub.ent;
                   5815: isotech.ent;
                   5816: mmlalias.ent;
1.10      harris41 5817: mmlextra.ent
                   5818: </filenames>
1.37      harris41 5819: </fileglob>
1.10      harris41 5820: <file>
                   5821: <source>loncom/MathML/mathml.css</source>
                   5822: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   5823: <categoryname>system file</categoryname>
                   5824: <description>
                   5825: cascading style sheet
                   5826: </description>
                   5827: </file>
                   5828: <file>
                   5829: <source>loncom/MathML/mathml.dtd</source>
                   5830: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   5831: <categoryname>system file</categoryname>
                   5832: <description>
                   5833: document type definition
                   5834: </description>
                   5835: </file>
1.4       harris41 5836: <file>
1.10      harris41 5837: <source>loncom/auth/londes.js</source>
                   5838: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   5839: <categoryname>interface file</categoryname>
1.6       harris41 5840: <description>
1.27      harris41 5841: Encryption Routines according to Data Encryption Standard DES, written in
                   5842: javascript.
1.6       harris41 5843: </description>
1.4       harris41 5844: </file>
                   5845: <file>
1.10      harris41 5846: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 5847: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   5848: </target>
1.10      harris41 5849: <categoryname>handler</categoryname>
1.6       harris41 5850: <description>
1.115     harris41 5851: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
                   5852: environment in a problem that was converted from lectureonline.
1.6       harris41 5853: </description>
1.4       harris41 5854: </file>
                   5855: <file>
1.10      harris41 5856: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 5857: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   5858: </target>
1.10      harris41 5859: <categoryname>handler</categoryname>
1.6       harris41 5860: <description>
1.14      harris41 5861: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 5862: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 5863: </description>
1.4       harris41 5864: </file>
1.472     albertel 5865: 
                   5866: <file>
                   5867:   <source>loncom/homework/task.css</source>
1.475     albertel 5868:   <target dist='default'>home/httpd/html/res/adm/includes/task.css</target>
1.472     albertel 5869:   <categoryname>handler</categoryname>
                   5870:   <description>
                   5871:     Style definitions for task display
                   5872:   </description>
                   5873: </file>
                   5874: <file>
1.514     albertel 5875:   <source>loncom/homework/task_ie.css</source>
                   5876:   <target dist='default'>home/httpd/html/res/adm/includes/task_ie.css</target>
                   5877:   <categoryname>handler</categoryname>
                   5878:   <description>
                   5879:     Style definitions for task display for IE 6 and earlier
                   5880:   </description>
                   5881: </file>
                   5882: <file>
1.515     albertel 5883:   <source>loncom/homework/task_ie7.css</source>
1.514     albertel 5884:   <target dist='default'>home/httpd/html/res/adm/includes/task_ie7.css</target>
                   5885:   <categoryname>handler</categoryname>
                   5886:   <description>
                   5887:     Style definitions for task display for IE 7
                   5888:   </description>
                   5889: </file>
                   5890: <file>
1.472     albertel 5891:   <source>loncom/homework/task_grading.js</source>
1.475     albertel 5892:   <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
1.472     albertel 5893:   <categoryname>handler</categoryname>
                   5894:   <description>
                   5895:     Javascript to make the grading screen of task easier to use
                   5896:   </description>
                   5897: </file>
1.4       harris41 5898: <file>
1.10      harris41 5899: <source>loncom/homework/capa.units</source>
                   5900: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   5901: <categoryname>static conf</categoryname>
1.6       harris41 5902: <description>
1.10      harris41 5903: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 5904: </description>
1.4       harris41 5905: </file>
1.165     www      5906: <fileglob>
                   5907: <glob>*.jpg</glob>
                   5908: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
                   5909: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
                   5910: <categoryname>graphic file</categoryname>
                   5911: <description>Pages headers</description>
                   5912: <filenames>
                   5913: admin.jpg;
                   5914: author.jpg;
                   5915: coordinator.jpg;
                   5916: header.jpg;
                   5917: student.jpg;
1.166     www      5918: </filenames>
                   5919: </fileglob>
                   5920: <fileglob>
1.230     www      5921: <glob>*.jpg</glob>
                   5922: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   5923: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   5924: <categoryname>graphic file</categoryname>
                   5925: <description>Logos of LON-CAPA domains (jpg)</description>
                   5926: <filenames>
                   5927: headermsu.jpg;
1.422     www      5928: headertccfl.jpg;
1.442     www      5929: header_fsu.jpg;
                   5930: header_fsuK12.jpg;
1.444     www      5931: headerhope.jpg;
1.466     www      5932: jmsbanner.jpg;
1.230     www      5933: </filenames>
                   5934: </fileglob>
                   5935: <fileglob>
1.166     www      5936: <glob>*.gif</glob>
                   5937: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   5938: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   5939: <categoryname>graphic file</categoryname>
1.230     www      5940: <description>Logos of LON-CAPA domains (gif)</description>
1.168     www      5941: <filenames>
1.197     albertel 5942: 103.gif;
                   5943: gerd.gif;
                   5944: mio.gif;
                   5945: msuvu.gif;
                   5946: ohiou.gif;
                   5947: rhs.gif;
                   5948: sfu.gif;
                   5949: tmcc.gif;
                   5950: umich.gif;
                   5951: worf.gif;
                   5952: annarbor.gif;
                   5953: elps.gif;
                   5954: gwu.gif;
                   5955: msudemo.gif;
                   5956: ndsu.gif;
                   5957: physnet.gif;
                   5958: sc.gif;
                   5959: Selwyn.gif;
                   5960: ucf.gif;
                   5961: unihalle.gif;
                   5962: wscc.gif;
                   5963: cps.gif;
                   5964: fsu.gif;
1.442     www      5965: fsuK12.gif;
1.444     www      5966: hope.gif;
1.410     www      5967: vcu.gif;
1.197     albertel 5968: lsd.gif;
                   5969: msu.gif;
1.466     www      5970: jms.gif;
1.197     albertel 5971: nsdl.gif;
                   5972: pmm.gif;
                   5973: sunysb.gif;
                   5974: udel.gif;
1.223     albertel 5975: uz.gif;
                   5976: fvl.gif;
1.270     www      5977: csm.gif;
1.272     www      5978: nau.gif;
1.344     www      5979: nagoya.gif;
1.415     www      5980: kanazawa.gif;
1.381     www      5981: colorado.gif;
1.352     www      5982: acadiau.gif;
1.354     www      5983: psuerie.gif;
1.353     www      5984: redford.gif;
1.341     www      5985: huji.gif;
                   5986: ifusp.gif;
                   5987: ucsc.gif;
1.403     www      5988: uiuc.gif;
1.438     albertel 5989: uiucheader.gif;
1.445     www      5990: koinonia.gif;
1.303     www      5991: waverly.gif;
1.302     www      5992: cmich.gif;
1.285     www      5993: UNICAMP.gif;
1.364     www      5994: lakefenton.gif;
                   5995: grandblanc.gif;
1.223     albertel 5996: glps.gif;
1.275     www      5997: BCHS.gif;
1.223     albertel 5998: headersfu.gif;
1.311     albertel 5999: uwsp.gif;
1.417     www      6000: tccfl.gif;
1.325     www      6001: bsu.gif;
                   6002: wmston.gif;
1.423     www      6003: headerharvard.gif;
                   6004: harvard.gif;
1.426     www      6005: uga.gif;
                   6006: headeruga.gif;
1.433     albertel 6007: covenantchristianhs.gif;
1.168     www      6008: </filenames>
                   6009: </fileglob>
                   6010: <fileglob>
                   6011: <glob>*.tab</glob>
                   6012: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
                   6013: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
                   6014: <categoryname>conf</categoryname>
                   6015: <description>Designs of LON-CAPA domains</description>
1.166     www      6016: <filenames>
1.197     albertel 6017: annarbor.tab;
                   6018: default.tab;
                   6019: msu.tab;
1.270     www      6020: csm.tab;
1.341     www      6021: huji.tab;
1.272     www      6022: nau.tab;
1.344     www      6023: nagoya.tab;
1.445     www      6024: koinonia.tab;
1.415     www      6025: kanazawa.tab;
1.381     www      6026: colorado.tab;
1.352     www      6027: acadiau.tab;
1.354     www      6028: psuerie.tab;
1.353     www      6029: redford.tab;
1.302     www      6030: cmich.tab;
1.341     www      6031: ifusp.tab;
1.466     www      6032: jms.tab;
1.341     www      6033: ucsc.tab;
1.403     www      6034: uiuc.tab;
1.285     www      6035: UNICAMP.tab;
1.364     www      6036: lakefenton.tab;
                   6037: grandblanc.tab;
1.274     www      6038: fsu.tab;
1.442     www      6039: fsuK12.tab;
1.444     www      6040: hope.tab;
1.410     www      6041: vcu.tab;
1.197     albertel 6042: sfu.tab;
1.325     www      6043: wmston.tab;
                   6044: worf.tab;
1.417     www      6045: tccfl.tab;
1.423     www      6046: harvard.tab;
1.426     www      6047: uga.tab;
1.455     albertel 6048: tmcc.tab;
1.165     www      6049: </filenames>
                   6050: </fileglob>
1.10      harris41 6051: <fileglob>
                   6052: <glob>*.gif</glob>
1.159     www      6053: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
                   6054: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10      harris41 6055: <categoryname>graphic file</categoryname>
1.159     www      6056: <description>LON-CAPA remote control LCD font</description>
1.10      harris41 6057: <filenames>
1.130     www      6058: 0.gif;
                   6059: 1.gif;
                   6060: 2.gif;
                   6061: 3.gif;
                   6062: 4.gif;
                   6063: 5.gif;
                   6064: 6.gif;
                   6065: 7.gif;
                   6066: 8.gif;
                   6067: 9.gif;
1.37      harris41 6068: a.gif;
1.159     www      6069: b.gif;
                   6070: c.gif;
                   6071: d.gif;
                   6072: e.gif;
                   6073: f.gif;
                   6074: g.gif;
                   6075: h.gif;
                   6076: i.gif;
                   6077: j.gif;
                   6078: k.gif;
                   6079: l.gif;
                   6080: m.gif;
                   6081: n.gif;
                   6082: o.gif;
                   6083: p.gif;
                   6084: q.gif;
                   6085: r.gif;
                   6086: s.gif;
                   6087: t.gif;
                   6088: u.gif;
                   6089: v.gif;
                   6090: w.gif;
                   6091: x.gif;
                   6092: y.gif;
                   6093: z.gif;
1.287     www      6094: Ã¶.gif;
                   6095: Ã¤.gif;
                   6096: Ã¼.gif;
                   6097: ä.gif;
                   6098: ö.gif;
                   6099: ü.gif;
1.159     www      6100: colon.gif;
                   6101: hyphen.gif;
                   6102: slash.gif;
                   6103: space.gif;
1.304     www      6104: </filenames>
                   6105: </fileglob>
                   6106: <fileglob>
                   6107: <glob>*.gif</glob>
                   6108: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
                   6109: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
                   6110: <categoryname>graphic file</categoryname>
                   6111: <description>icons used for the Portuguese LON-CAPA user interface</description>
                   6112: <filenames>
                   6113: anno_pt.gif;
                   6114: anot_pt.gif;
                   6115: bchat_pt.gif;
                   6116: catalog_pt.gif;
                   6117: ccrs_pt.gif;
                   6118: chrt_pt.gif;
                   6119: com_pt.gif;
                   6120: courses_pt.gif;
                   6121: cprv_pt.gif;
                   6122: cstr_pt.gif;
                   6123: docs_pt.gif;
                   6124: egrd_pt.gif;
                   6125: enrl_pt.gif;
                   6126: eval_pt.gif;
                   6127: fdbk_pt.gif;
                   6128: grds_pt.gif;
                   6129: keys_pt.gif;
                   6130: logout_pt.gif;
                   6131: nav_pt.gif;
                   6132: parm_pt.gif;
                   6133: pref_pt.gif;
                   6134: prt_pt.gif;
                   6135: res_pt.gif;
                   6136: roles_pt.gif;
                   6137: sbkm_pt.gif;
                   6138: spacer_pt.gif;
                   6139: sprs_pt.gif;
                   6140: src_pt.gif;
                   6141: stat_pt.gif;
                   6142: vbkm_pt.gif;
1.159     www      6143: </filenames>
                   6144: </fileglob>
                   6145: <fileglob>
                   6146: <glob>*.gif</glob>
                   6147: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   6148: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   6149: <categoryname>graphic file</categoryname>
                   6150: <description>icons used for the entire LON-CAPA user interface</description>
                   6151: <filenames>
1.147     www      6152: anno.gif;
1.37      harris41 6153: anot.gif;
                   6154: back.gif;
1.147     www      6155: bchat.gif;
1.37      harris41 6156: bkm.gif;
1.522     www      6157: blog.gif;
1.348     albertel 6158: bl_step1.gif;
                   6159: bl_step2.gif;
                   6160: bl_step3.gif;
                   6161: bl_step4.gif;
                   6162: bl_step5.gif;
                   6163: bl_step6.gif;
                   6164: bl_step7.gif;
                   6165: bl_step8.gif;
                   6166: bl_step9.gif;
1.37      harris41 6167: brws.gif;
1.60      harris41 6168: catalog.gif;
1.37      harris41 6169: ccrs.gif;
                   6170: chat.gif;
                   6171: chrt.gif;
1.400     albertel 6172: clst.gif;
1.37      harris41 6173: com.gif;
1.527     www      6174: conf.gif;
1.37      harris41 6175: courses.gif;
                   6176: cprv.gif;
                   6177: cstr.gif;
1.400     albertel 6178: del.gif;
1.37      harris41 6179: dempty.gif;
1.147     www      6180: docs.gif;
1.37      harris41 6181: egrd.gif;
                   6182: empty.gif;
                   6183: enrl.gif;
                   6184: eval.gif;
                   6185: fdbk.gif;
                   6186: feedback.gif;
                   6187: forw.gif;
                   6188: grds.gif;
1.460     raeburn  6189: grps.gif;
1.37      harris41 6190: group.gif;
                   6191: help.gif;
                   6192: info.gif;
1.238     www      6193: keys.gif;
1.37      harris41 6194: ledblink.gif;
                   6195: ledgreen.gif;
                   6196: ledoff.gif;
                   6197: ledon.gif;
                   6198: ledsend.gif;
1.400     albertel 6199: list.gif;
1.37      harris41 6200: logout.gif;
1.456     raeburn  6201: mail.gif;
1.328     albertel 6202: mcrs.gif;
1.37      harris41 6203: mrk.gif;
                   6204: nav.gif;
1.429     www      6205: new.gif;
1.37      harris41 6206: next.gif;
1.131     www      6207: nothumb.gif;
1.37      harris41 6208: parm.gif;
1.531     www      6209: pcstr.gif;
1.37      harris41 6210: pgrd.gif;
1.400     albertel 6211: port.gif;
1.37      harris41 6212: pparm.gif;
1.99      harris41 6213: pref.gif;
1.37      harris41 6214: prev.gif;
                   6215: prt.gif;
1.400     albertel 6216: pub.gif;
1.37      harris41 6217: qempty.gif;
                   6218: reload.gif;
                   6219: remotebg.gif;
                   6220: res.gif;
                   6221: roles.gif;
1.400     albertel 6222: rtrv.gif;
1.37      harris41 6223: sbkm.gif;
1.432     albertel 6224: sctr.gif;
1.37      harris41 6225: spacer.gif;
                   6226: sprs.gif;
                   6227: src.gif;
                   6228: stat.gif;
                   6229: subm.gif;
                   6230: title.gif;
                   6231: vbkm.gif;
1.10      harris41 6232: </filenames>
                   6233: </fileglob>
1.532     www      6234: <fileglob>
                   6235: <glob>*.png</glob>
                   6236: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   6237: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   6238: <categoryname>graphic file</categoryname>
                   6239: <description>main menu graphical icons</description>
                   6240: <filenames>
                   6241: anno.png;
                   6242: bchat.png;
                   6243: ccrs.png;
1.537     www      6244: clst.png;
1.532     www      6245: conf.png;
                   6246: docs.png;
                   6247: eval.png;
1.537     www      6248: grds.png;
1.532     www      6249: grps.png;
                   6250: mail.png;
                   6251: new.png;
                   6252: pgrd.png;
                   6253: pref.png;
                   6254: roles.png;
                   6255: sprs.png;
                   6256: vbkm.png;
                   6257: anot.png;
                   6258: blog.png;
                   6259: chrt.png;
                   6260: cprv.png;
1.533     www      6261: del.png;
1.532     www      6262: egrd.png;
                   6263: fdbk.png;
                   6264: keys.png;
1.533     www      6265: list.png;
1.532     www      6266: mcrs.png;
                   6267: parm.png;
                   6268: port.png;
                   6269: prt.png;
                   6270: sbkm.png;
                   6271: src.png;
1.537     www      6272: subm.png;
1.532     www      6273: back.png;
                   6274: catalog.png;
                   6275: com.png;
                   6276: cstr.png;
                   6277: enrl.png;
                   6278: forw.png;
                   6279: logout.png;
                   6280: nav.png;
                   6281: pcstr.png;
                   6282: pparm.png;
1.533     www      6283: pub.png;
1.532     www      6284: res.png;
1.533     www      6285: rtrv.png;
1.532     www      6286: sctr.png;
                   6287: stat.png;
                   6288: </filenames>
                   6289: </fileglob>
1.4       harris41 6290: <file>
1.450     albertel 6291: <source>loncom/html/res/adm/pages/math_example.tex</source>
                   6292: <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>
                   6293: <categoryname>interface file</categoryname>
                   6294: <description>
                   6295:  file with an example math equation in it.
                   6296: </description>
                   6297: </file>
                   6298: <file>
1.10      harris41 6299: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   6300: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   6301: <categoryname>interface file</categoryname>
1.6       harris41 6302: <description>
1.10      harris41 6303: image maps for the LON-CAPA remote control
1.6       harris41 6304: </description>
1.4       harris41 6305: </file>
                   6306: <file>
1.10      harris41 6307: <source>loncom/html/res/adm/pages/index.html</source>
                   6308: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   6309: <categoryname>interface file</categoryname>
1.6       harris41 6310: <description>
1.10      harris41 6311: welcoming page to the LON-CAPA system upon login
1.6       harris41 6312: </description>
1.4       harris41 6313: </file>
                   6314: <file>
1.10      harris41 6315: <source>loncom/html/res/adm/pages/menu.html</source>
                   6316: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   6317: <categoryname>interface file</categoryname>
1.6       harris41 6318: <description>
1.10      harris41 6319: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 6320: </description>
1.4       harris41 6321: </file>
1.10      harris41 6322: <fileglob>
                   6323: <glob>*.gif</glob>
                   6324: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118     harris41 6325: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
                   6326: </targetdir>
1.10      harris41 6327: <categoryname>graphic file</categoryname>
                   6328: <description>
1.132     harris41 6329: icons used for directory indexing and login screen
1.10      harris41 6330: </description>
                   6331: <filenames>
1.37      harris41 6332: a.gif;
                   6333: alert.black.gif;
                   6334: alert.red.gif;
                   6335: back.gif;
                   6336: ball.gray.gif;
                   6337: ball.red.gif;
                   6338: binary.gif;
                   6339: binhex.gif;
                   6340: blank.gif;
                   6341: bomb.gif;
                   6342: box1.gif;
                   6343: box2.gif;
                   6344: broken.gif;
                   6345: burst.gif;
                   6346: c.gif;
                   6347: comp.blue.gif;
                   6348: comp.gray.gif;
                   6349: compressed.gif;
                   6350: continued.gif;
                   6351: course.gif;
                   6352: dir.gif;
                   6353: down.gif;
                   6354: dvi.gif;
                   6355: f.gif;
                   6356: folder.gif;
                   6357: folder.open.gif;
                   6358: folder.sec.gif;
                   6359: folder_closed.gif;
                   6360: folder_closed_pressed.gif;
                   6361: folder_new.gif;
                   6362: folder_opened.gif;
                   6363: folder_opened_pressed.gif;
                   6364: folder_pointer_closed.gif;
                   6365: folder_pointer_opened.gif;
                   6366: folder_spacer.gif;
                   6367: folder_trash.gif;
                   6368: forward.gif;
                   6369: generic.gif;
                   6370: generic.red.gif;
                   6371: generic.sec.gif;
                   6372: hand.right.gif;
                   6373: hand.up.gif;
                   6374: html.gif;
                   6375: image1.gif;
                   6376: image2.gif;
                   6377: image3.gif;
                   6378: index.gif;
                   6379: layout.gif;
                   6380: left.gif;
                   6381: link.gif;
                   6382: mov.gif;
                   6383: movie1.gif;
                   6384: p.gif;
                   6385: patch.gif;
                   6386: pdf.gif;
                   6387: portal.gif;
                   6388: problem.gif;
                   6389: ps.gif;
                   6390: quill.gif;
                   6391: right.gif;
                   6392: screw1.gif;
                   6393: screw2.gif;
                   6394: script.gif;
                   6395: sound1.gif;
                   6396: sound2.gif;
                   6397: sphere1.gif;
                   6398: sphere2.gif;
                   6399: tar.gif;
                   6400: tex.gif;
                   6401: text.gif;
                   6402: transfer.gif;
                   6403: unknown.gif;
                   6404: up.gif;
                   6405: uu.gif;
                   6406: uuencoded.gif;
                   6407: white_space_20_22.gif;
                   6408: white_space_22_22.gif;
                   6409: whitespace1.gif;
                   6410: whitespace10.gif;
                   6411: whitespace2.gif;
                   6412: whitespace3.gif;
                   6413: whitespace4.gif;
                   6414: whitespace5.gif;
                   6415: whitespace6.gif;
                   6416: whitespace7.gif;
                   6417: whitespace8.gif;
                   6418: whitespace9.gif;
                   6419: world1.gif;
1.10      harris41 6420: world2.gif
                   6421: </filenames>
                   6422: </fileglob>
                   6423: <fileglob>
                   6424: <glob>*.gif</glob>
                   6425: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 6426: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   6427: </targetdir>
1.10      harris41 6428: <categoryname>graphic file</categoryname>
                   6429: <description>
1.132     harris41 6430: icons used for the bookmark portion of the LON-CAPA user interface
1.10      harris41 6431: </description>
                   6432: <filenames>
1.37      harris41 6433: folder_anim.gif;
                   6434: folder_close.gif;
                   6435: folder_drag.gif;
                   6436: folder_new.gif;
                   6437: folder_open.gif;
                   6438: folder_pointer_closed.gif;
                   6439: folder_pointer_opened.gif;
                   6440: folder_static.gif;
                   6441: folder_trash.gif;
                   6442: folder_trash_hover.gif;
                   6443: left_bar.gif;
                   6444: link.gif;
                   6445: link_anim.gif;
                   6446: link_drag.gif;
                   6447: ll_corner.gif;
                   6448: lower_bar.gif;
                   6449: lr_corner.gif;
                   6450: pix.gif;
                   6451: right_bar.gif;
                   6452: toolbar_bg.gif;
                   6453: ul_corner.gif;
                   6454: upper_bar.gif;
1.10      harris41 6455: ur_corner.gif
                   6456: </filenames>
                   6457: </fileglob>
                   6458: <fileglob>
                   6459: <glob>*.html</glob>
                   6460: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 6461: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   6462: </targetdir>
1.10      harris41 6463: <categoryname>interface file</categoryname>
                   6464: <description>
1.132     harris41 6465: associated with the scheme of displaying bookmarks
1.10      harris41 6466: </description>
                   6467: <filenames>
1.37      harris41 6468: bookmarkmenu_toolbar.html;
                   6469: blank.html;
1.10      harris41 6470: closechildren.html
1.300     albertel 6471: </filenames>
                   6472: </fileglob>
                   6473: <fileglob>
                   6474: <glob>*.*</glob>
                   6475: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
                   6476: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
                   6477: <categoryname>interface file</categoryname>
                   6478: <description>
                   6479: Associated file for answering reactionresponse style questions
                   6480: </description>
                   6481: <filenames>
                   6482: reaction_editor.html;
                   6483: reaction_frame.html;
                   6484: reaction_help.html;
                   6485: reaction_viewer.html;
                   6486: reaction_window.html
1.10      harris41 6487: </filenames>
                   6488: </fileglob>
1.4       harris41 6489: <file>
1.10      harris41 6490: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 6491: <target dist='default'>
                   6492: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 6493: <categoryname>interface file</categoryname>
1.6       harris41 6494: <description>
1.10      harris41 6495: javascript for handling client-side interactions with bookmark interface
1.6       harris41 6496: </description>
1.171     harris41 6497: </file>
                   6498: <file>
1.509     raeburn  6499: <source dist='default'>loncom/build/CHECKRPMS</source>
1.171     harris41 6500: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188     harris41 6501: <categoryname>system script</categoryname>
1.171     harris41 6502: <description>
1.509     raeburn  6503: Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution.
1.171     harris41 6504: </description>
                   6505: <status>tested/documented/beta</status>
1.103     harris41 6506: </file>
                   6507: <file>
                   6508: <source>loncom/build/check-rpms</source>
1.152     harris41 6509: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188     harris41 6510: <categoryname>system script</categoryname>
1.103     harris41 6511: <description>
                   6512: compare installed rpms with up-to-date distribution
                   6513: </description>
                   6514: <status>tested/documented/beta</status>
                   6515: </file>
                   6516: <file>
                   6517: <source>doc/man/check-rpms.1</source>
                   6518: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
                   6519: <categoryname>doc</categoryname>
                   6520: <description>man page for check-rpms</description>
                   6521: <build trigger='always run'>
1.115     harris41 6522: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
1.112     harris41 6523: echo 'manifying check-rpms'
1.103     harris41 6524: </build>
                   6525: <status>beta</status>
                   6526: <dependencies>
                   6527: ../../loncom/build/check-rpms
                   6528: </dependencies>
                   6529: </file>
                   6530: <file>
                   6531: <source>doc/scripts/check-rpms.html</source>
1.112     harris41 6532: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
                   6533: </target>
1.103     harris41 6534: <categoryname>doc</categoryname>
                   6535: <description>POD-derived page for check-rpms</description>
                   6536: <build trigger='always run'>
1.118     harris41 6537: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
                   6538: &amp;&amp; echo 'pod2html checkrpms'
1.103     harris41 6539: </build>
                   6540: <status>works/unverified</status>
                   6541: <dependencies>
                   6542: ../../loncom/build/check-rpms
                   6543: </dependencies>
1.4       harris41 6544: </file>
                   6545: <file>
1.10      harris41 6546: <source>loncom/build/loncaparestoreconfigurations</source>
1.206     harris41 6547: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
                   6548: </target>
1.10      harris41 6549: <categoryname>script</categoryname>
1.6       harris41 6550: <description>
1.206     harris41 6551: Updates .lpmlnew files with previous settings.  Also supports alternative
                   6552: schemes of settings-updating and file-overwriting.
1.6       harris41 6553: </description>
1.206     harris41 6554: <status>works/unverified</status>
1.4       harris41 6555: </file>
                   6556: <file>
1.348     albertel 6557:   <source>loncom/cron/loncapa.built</source>
                   6558:   <target dist='default'>etc/cron.d/loncapa</target>
                   6559:   <categoryname>conf</categoryname>
                   6560:   <description>
                   6561:     file that specifies periodic processes to run for the LON-CAPA machine
                   6562:   </description>
                   6563:   <build trigger='always run'>
                   6564: loncom/cron/preserve_local_loncapa_cron
                   6565:   </build>
                   6566:   <dependencies>
                   6567: loncapa;
                   6568: preserve_local_loncapa_cron
                   6569:   </dependencies>
1.10      harris41 6570: </file>
                   6571: <file>
                   6572: <source>loncom/ntp/step-tickers</source>
1.175     harris41 6573: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
                   6574: </target>
                   6575: <categoryname>static conf</categoryname>
1.10      harris41 6576: <description>
                   6577: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   6578: </description>
                   6579: <note>
                   6580: <table cellpadding='0' cellspacing='0' border='1'>
                   6581: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   6582: </table>
                   6583: </note>
1.48      harris41 6584: </file>
                   6585: <file>
                   6586: <source>loncom/pam.d/pwauth</source>
                   6587: <target dist='default'>etc/pam.d/pwauth</target>
                   6588: <categoryname>static conf</categoryname>
                   6589: <description>
                   6590: file that allows setuid password privileges for pwauth executable
                   6591: </description>
                   6592: </file>
                   6593: <file>
                   6594: <source>loncom/pam.d/pwchange</source>
                   6595: <target dist='default'>etc/pam.d/pwchange</target>
                   6596: <categoryname>static conf</categoryname>
                   6597: <description>
                   6598: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   6599: </description>
1.10      harris41 6600: </file>
                   6601: <file>
                   6602: <source>loncom/init.d/loncontrol</source>
                   6603: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
1.535     raeburn  6604: <target dist='suse9.2 suse9.3 sles9 sles10 suse10.1 suse10.2'>etc/init.d/loncontrol</target>
1.10      harris41 6605: <categoryname>root script</categoryname>
                   6606: <description>
                   6607: Controls the launching/halting of lonc, lond, and lonsql processes.
                   6608: </description>
                   6609: </file>
                   6610: <link>
1.115     harris41 6611: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10      harris41 6612: <target dist='default'>
1.37      harris41 6613: etc/rc.d/rc0.d/K05loncontrol;
                   6614: etc/rc.d/rc1.d/K05loncontrol;
                   6615: etc/rc.d/rc2.d/K05loncontrol;
                   6616: etc/rc.d/rc3.d/S95loncontrol;
                   6617: etc/rc.d/rc4.d/S95loncontrol;
                   6618: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 6619: etc/rc.d/rc6.d/K05loncontrol
                   6620: </target>
                   6621: <categoryname>symbolic link</categoryname>
1.27      harris41 6622: <description>
                   6623: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 6624: </link>
                   6625: <file>
                   6626: <source>loncom/atalk/config</source>
1.152     harris41 6627: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175     harris41 6628: <categoryname>static conf</categoryname>
1.6       harris41 6629: <description>
1.27      harris41 6630: configuration file to make LON-CAPA server file space accessible to
                   6631: Appleshares access (Macintosh)
1.6       harris41 6632: </description>
1.315     albertel 6633: </file>
                   6634: <file>
1.480     albertel 6635:   <source>loncom/interface/loncss.pm</source>
                   6636:   <target dist='default'>home/httpd/lib/perl/Apache/loncss.pm</target>
                   6637:   <categoryname>handler</categoryname>
                   6638:   <description>
                   6639:     Generates standard LON-CAPA CSS
                   6640:   </description>
                   6641: </file>
                   6642: <file>
1.481     albertel 6643:   <source>loncom/LONCAPA.pm</source>
                   6644:   <target dist='default'>home/httpd/lib/perl/LONCAPA.pm</target>
                   6645:   <categoryname>handler</categoryname>
                   6646:   <description>
                   6647:     Some basic Lon-CAPA functionality
                   6648:   </description>
                   6649: </file>
                   6650: <file>
1.456     raeburn  6651:   <source>loncom/interface/lonnotify.pm</source>
                   6652:   <target dist='default'>home/httpd/lib/perl/Apache/lonnotify.pm</target>
                   6653:   <categoryname>handler</categoryname>
                   6654:   <description>
                   6655:     Interface for Domain Coordinators to (a) send broadcast e-mail to groups 
                   6656: of users, and (b) to display e-mail of this type sent in the past.
                   6657:   </description>
                   6658: </file>
                   6659: <file>
1.373     albertel 6660:   <source>loncom/interface/lonhelpmenu.pm</source>
                   6661:   <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
                   6662:   <categoryname>handler</categoryname>
                   6663:   <description>
                   6664:     Creates a multipage help screen to help users out.
                   6665:   </description>
                   6666: </file>
                   6667: <file>
                   6668:   <source>loncom/interface/lonsupportreq.pm</source>
                   6669:   <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
                   6670:   <categoryname>handler</categoryname>
                   6671:   <description>
1.500     raeburn  6672:     Handler to make it easy for users to send a request to the helpdesk
                   6673:   </description>
                   6674: </file>
                   6675: <file>
1.511     raeburn  6676:   <source>loncom/interface/courseclassifier.pm</source>
                   6677:   <target dist='default'>home/httpd/lib/perl/Apache/courseclassifier.pm</target>
                   6678:   <categoryname>handler</categoryname>
                   6679:   <description>
                   6680:     Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes.
                   6681:   </description>
                   6682: </file>
                   6683: <file>
1.500     raeburn  6684:   <source>loncom/interface/coursecatalog.pm</source>
                   6685:   <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
                   6686:   <categoryname>handler</categoryname>
                   6687:   <description>
                   6688:     Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
1.373     albertel 6689:   </description>
                   6690: </file>
                   6691: <file>
1.516     raeburn  6692:   <source>loncom/interface/resetpw.pm</source>
                   6693:   <target dist='default'>home/httpd/lib/perl/Apache/resetpw.pm</target>
                   6694:   <categoryname>handler</categoryname>
                   6695:   <description>
                   6696:     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.
                   6697:   </description>
                   6698: </file>
                   6699: <file>
1.315     albertel 6700:   <source>loncom/interface/lonmodifycourse.pm</source>
                   6701:   <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
                   6702:   <categoryname>handler</categoryname>
                   6703:   <description>
                   6704:     Interface to modifying a course's internal ENV values for automated
1.500     raeburn  6705:     enrollment
1.315     albertel 6706:   </description>
1.306     albertel 6707: </file>
                   6708: <file>
1.524     raeburn  6709:   <source>loncom/interface/domainprefs.pm</source>
                   6710:   <target dist='default'>home/httpd/lib/perl/Apache/domainprefs.pm</target>
                   6711:   <categoryname>handler</categoryname>
                   6712:   <description>
                   6713:     Interface for modifying domain configuration
                   6714:   </description>
                   6715: </file>
                   6716: <file>
1.306     albertel 6717:   <source>loncom/interface/lonpopulate.pm</source>
                   6718:   <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
                   6719:   <categoryname>handler</categoryname>
                   6720:   <description>
                   6721:     Handler for configuring automated enrollment
                   6722:   </description>
                   6723: </file>
                   6724: <file>
                   6725:   <source>loncom/enrollment/Enrollment.pm</source>
                   6726:   <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
                   6727:   <categoryname>handler</categoryname>
                   6728:   <description>
                   6729:     Handler for automated enrollment
                   6730:   </description>
                   6731: </file>
                   6732: <file>
                   6733:   <source>loncom/enrollment/localenroll.pm</source>
                   6734:   <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
                   6735:   <categoryname>conf</categoryname>
                   6736:   <description>
                   6737:     Local handler for automated enrollment.
                   6738:   </description>
                   6739: </file>
                   6740: <file>
                   6741:   <source>loncom/enrollment/localenroll.pm</source>
                   6742:   <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
                   6743:   <categoryname>handler</categoryname>
                   6744:   <description>
                   6745:     Local handler for automated enrollment, standard version.
                   6746:   </description>
                   6747: </file>
                   6748: <file>
                   6749:   <source>loncom/enrollment/Autoenroll.pl</source>
1.307     albertel 6750:   <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306     albertel 6751:   <categoryname>script</categoryname>
                   6752:   <description>
                   6753:     Local handler for automated enrollment, standard version.
                   6754:   </description>
1.4       harris41 6755: </file>
1.395     albertel 6756: <file>
                   6757:   <source>loncom/auth/localstudentphoto.pm</source>
                   6758:   <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
                   6759:   <categoryname>conf</categoryname>
                   6760:   <description>
                   6761:     Local handler for automated enrollment.
                   6762:   </description>
                   6763: </file>
                   6764: <file>
                   6765:   <source>loncom/auth/localstudentphoto.pm</source>
                   6766:   <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
                   6767:   <categoryname>handler</categoryname>
                   6768:   <description>
                   6769:     Local handler for automated enrollment, standard version.
                   6770:   </description>
                   6771: </file>
1.436     raeburn  6772: <file>
                   6773:   <source>loncom/automation/batchcreatecourse.pm</source>
                   6774:   <target dist='default'>home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm</target>
                   6775:   <categoryname>handler</categoryname>
                   6776:   <description>
                   6777:     Handler for batch creation of courses.
                   6778:   </description>
                   6779: </file>
                   6780: <file>
                   6781:   <source>loncom/automation/Autocreate.pl</source>Autocreate.pl
                   6782:   <target dist='default'>home/httpd/perl/Autocreate.pl</target>
                   6783:   <categoryname>script</categoryname>
                   6784:   <description>
                   6785:     Script for automated course creation.
                   6786:   </description>
                   6787: </file>
1.400     albertel 6788: <fileglob>
1.512     albertel 6789:     <glob>*.pl</glob>
1.401     albertel 6790:     <sourcedir>loncom/debugging_tools/</sourcedir>
1.402     albertel 6791:     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
1.400     albertel 6792:     <categoryname>script</categoryname>
                   6793:     <description>
                   6794:       Tools for helping debug Lon-CAPA
                   6795:     </description>
                   6796: <filenames>
                   6797: activity_to_accesscount.pl;
1.420     albertel 6798: clean_db.pl;
1.513     albertel 6799: db_copy.pl;
1.400     albertel 6800: dump_db.pl;
                   6801: escape.pl;
                   6802: excise_from_db.pl;
                   6803: getties.pl;
                   6804: login_count.pl;
                   6805: modify_config_files.pl;
                   6806: parse_scantron.pl;
                   6807: seed_accesscount.pl;
                   6808: stress.pl;
                   6809: unescape.pl;
                   6810: user_login_count.pl;
                   6811: </filenames>
                   6812: </fileglob>
1.513     albertel 6813: <fileglob>
                   6814:     <glob>*</glob>
                   6815:     <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
                   6816:     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
                   6817:     <categoryname>script</categoryname>
                   6818:     <description>
                   6819:       Binary tools for LON-CAPA
                   6820:     </description>
                   6821: <filenames>
                   6822: create_db_dynamic;
                   6823: create_db_dynamic_64;
                   6824: dump_db_static_32;
                   6825: </filenames>
                   6826: </fileglob>
1.430     albertel 6827: <file>
                   6828: <source>loncom/build/distprobe</source>
                   6829: <target dist='default'>home/httpd/perl/distprobe</target>
                   6830: <categoryname>script</categoryname>
                   6831: <description>
                   6832: for probing operating system flavor and version
                   6833: </description>
                   6834: <note>
                   6835: </note>
                   6836: </file>
1.14      harris41 6837: </files>
1.1       harris41 6838: </lpml>

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