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

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

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