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

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

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