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

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

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