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

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

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