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

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

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