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

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

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