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

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

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