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

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

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