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

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

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