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

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.583   ! raeburn     5: <!-- $Id: loncapafiles.lpml,v 1.582 2008/04/21 09:29:02 foxr 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.583   ! raeburn  1810: <source>loncom/homework/default_scantronformat.tab</source>
        !          1811: <target dist='default'>home/httpd/lonTabs/default_scantronformat.tab</target>
        !          1812: <categoryname>static conf</categoryname>
        !          1813: <description>
        !          1814: Default configurations for scantron input files.
        !          1815: </description>
        !          1816: </file>
        !          1817: <file>
1.22      harris41 1818: <source>loncom/publisher/packages.tab</source>
                   1819: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50      harris41 1820: <categoryname>static conf</categoryname>
1.22      harris41 1821: <description>
                   1822: Parameter packages, so that assessments can publish parameter packages
                   1823: needed, which are then expanded into individual parameters - allows to
                   1824: retroactively add new parameters to already published assessments.
                   1825: </description>
                   1826: </file>
                   1827: <file>
1.5       harris41 1828: <source>loncom/publisher/copyright.tab</source>
                   1829: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88      albertel 1830: <categoryname>static conf</categoryname>
1.5       harris41 1831: <description>
                   1832: Table which contains list of copyright possibilities for educational resources.
                   1833: </description>
1.4       harris41 1834: </file>
                   1835: <file>
1.362     taceyjo1 1836: <source>loncom/publisher/source_copyright.tab</source>
                   1837: <target dist='default'>home/httpd/html/res/adm/includes/source_copyright.tab</target>
                   1838: <categoryname>static conf</categoryname>
                   1839: <description>
                   1840: Table which contains list of source copyright possibilities for educational resources.
                   1841: </description>
                   1842: </file>
                   1843: <file>
1.5       harris41 1844: <source>loncom/publisher/language.tab</source>
                   1845: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                   1846: <categoryname>static conf</categoryname>
                   1847: <description>
                   1848: Table which contains string abbreviations of language::font rendering
                   1849: combinations.
                   1850: </description>
1.4       harris41 1851: </file>
                   1852: <file>
1.5       harris41 1853: <source>loncom/publisher/addid.tab</source>
                   1854: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                   1855: <categoryname>static conf</categoryname>
                   1856: <description>
                   1857: Table which has hash data necessary for distinguishing IDs from indices.
                   1858: </description>
1.4       harris41 1859: </file>
                   1860: <file>
1.38      harris41 1861: <source>rat/lonwrapper.pm</source>
1.19      harris41 1862: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                   1863: <categoryname>handler</categoryname>
                   1864: <description>
                   1865: Wrapper for external and binary files as standalone resources.
                   1866: Edit handler for rat maps; TeX content handler.
1.145     www      1867: </description>
                   1868: <status>works/unverified</status>
                   1869: </file>
                   1870: <file>
1.146     matthew  1871: <source>loncom/interface/londocs.pm</source>
1.145     www      1872: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
                   1873: <categoryname>handler</categoryname>
                   1874: <description>
                   1875: Handler for course documents
                   1876: </description>
                   1877: <status>works/unverified</status>
                   1878: </file>
                   1879: <file>
1.146     matthew  1880: <source>loncom/interface/lonchat.pm</source>
1.145     www      1881: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
                   1882: <categoryname>handler</categoryname>
                   1883: <description>
                   1884: Handler for chat
                   1885: </description>
                   1886: <status>works/unverified</status>
                   1887: </file>
                   1888: <file>
1.157     www      1889: <source>loncom/interface/lonchatfetch.pm</source>
                   1890: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
                   1891: <categoryname>handler</categoryname>
                   1892: <description>
                   1893: Handler for periodically fetch new lines of chat
                   1894: </description>
                   1895: <status>works/unverified</status>
                   1896: </file>
                   1897: <file>
1.474     raeburn  1898: <source>loncom/interface/longroupchat.pm</source>
                   1899: <target dist='default'>home/httpd/lib/perl/Apache/longroupchat.pm</target>
                   1900: <categoryname>handler</categoryname>
                   1901: <description>
                   1902: Handler for generation of frameset for display of group chat
                   1903: </description>
                   1904: <status>works/unverified</status>
                   1905: </file>
                   1906: <file>
1.146     matthew  1907: <source>loncom/interface/lonannounce.pm</source>
1.145     www      1908: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
                   1909: <categoryname>handler</categoryname>
                   1910: <description>
                   1911: Handler to put up announcements and calendar
1.167     www      1912: </description>
                   1913: <status>works/unverified</status>
                   1914: </file>
                   1915: <file>
                   1916: <source>loncom/interface/lonsyllabus.pm</source>
                   1917: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
                   1918: <categoryname>handler</categoryname>
                   1919: <description>
                   1920: Handler to put up syllabus
1.262     www      1921: </description>
                   1922: <status>works/unverified</status>
                   1923: </file>
                   1924: <file>
1.459     www      1925: <source>loncom/interface/lonrss.pm</source>
                   1926: <target dist='default'>home/httpd/lib/perl/Apache/lonrss.pm</target>
                   1927: <categoryname>handler</categoryname>
                   1928: <description>
                   1929: Handler for adding to and displaying RSS
                   1930: </description>
                   1931: <status>works/unverified</status>
                   1932: </file>
                   1933: <file>
1.263     www      1934: <source>loncom/homework/lonsimpleproblemedit.pm</source>
1.262     www      1935: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
                   1936: <categoryname>handler</categoryname>
                   1937: <description>
                   1938: Handler to set parameters for simple homework problems
1.173     www      1939: </description>
                   1940: <status>works/unverified</status>
                   1941: </file>
                   1942: <file>
                   1943: <source>loncom/interface/lonsimplepage.pm</source>
                   1944: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
                   1945: <categoryname>handler</categoryname>
                   1946: <description>
                   1947: Handler to put up simple page
1.203     www      1948: </description>
                   1949: <status>works/unverified</status>
1.349     albertel 1950: </file>
                   1951: <file>
                   1952:   <source>loncom/interface/lonpickcode.pm</source>
                   1953:   <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
                   1954:   <categoryname>handler</categoryname>
                   1955:   <description>
                   1956:     Handler to pick a CODE from the list of possible CODEs
                   1957:   </description>
                   1958:   <status>works/unverified</status>
1.203     www      1959: </file>
                   1960: <file>
                   1961: <source>loncom/interface/lonpickstudent.pm</source>
                   1962: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
                   1963: <categoryname>handler</categoryname>
                   1964: <description>
                   1965: Handler to pick a student from classlist
1.225     www      1966: </description>
                   1967: <status>works/unverified</status>
                   1968: </file>
                   1969: <file>
                   1970: <source>loncom/interface/lonpickcourse.pm</source>
                   1971: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
                   1972: <categoryname>handler</categoryname>
                   1973: <description>
                   1974: Handler to pick a courseid from a list of courses
1.173     www      1975: </description>
                   1976: <status>works/unverified</status>
                   1977: </file>
                   1978: <file>
                   1979: <source>loncom/interface/lonbulletin.pm</source>
                   1980: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
                   1981: <categoryname>handler</categoryname>
                   1982: <description>
                   1983: Handler to put up bulletin board
1.167     www      1984: </description>
                   1985: <status>works/unverified</status>
                   1986: </file>
                   1987: <file>
                   1988: <source>loncom/interface/lonaboutme.pm</source>
                   1989: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
                   1990: <categoryname>handler</categoryname>
                   1991: <description>
                   1992: Handler to put up personal info
1.19      harris41 1993: </description>
                   1994: <status>works/unverified</status>
                   1995: </file>
                   1996: <file>
1.15      harris41 1997: <source>loncom/publisher/loncfile.pm</source>
                   1998: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                   1999: <categoryname>handler</categoryname>
                   2000: <description>
                   2001: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                   2002: construction space menu.
1.137     harris41 2003: </description>
                   2004: <status>works/unverified</status>
                   2005: </file>
                   2006: <file>
1.335     raeburn  2007: <source>loncom/publisher/testbankimport.pm</source>
                   2008: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
                   2009: <categoryname>handler</categoryname>
                   2010: <description>
                   2011: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
                   2012: Called by selecting testbank option when uploading file to construction space.
1.342     raeburn  2013: </description>
                   2014: <status>works/unverified</status>
                   2015: </file>
                   2016: <file>
                   2017: <source>loncom/imspackages/imsimport.pm</source>
                   2018: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
                   2019: <categoryname>handler</categoryname>
                   2020: <description>
                   2021: Utility to import courses from other CMSs packaged in IMS 1.1 content package
                   2022: format into LON-CAPA Construction space.
                   2023: Called by selecting IMS package option when uploading file to construction space.
                   2024: </description>
                   2025: <status>works/unverified</status>
                   2026: </file>
                   2027: <file>
                   2028: <source>loncom/imspackages/imsimportdocs.pm</source>
                   2029: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
                   2030: <categoryname>handler</categoryname>
                   2031: <description>
                   2032: Utility to import courses from other CMSs packaged in IMS 1.1 content package
                   2033: format into a LON-CAPA course via DOCS.
                   2034: Called using Import IMS package button displayed in Special documents column in DOCS display.  
                   2035: </description>
                   2036: <status>works/unverified</status>
                   2037: </file>
                   2038: <file>
                   2039: <source>loncom/imspackages/imsprocessor.pm</source>
                   2040: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
                   2041: <categoryname>handler</categoryname>
                   2042: <description>
                   2043: Contains routines used by imsimport handlers when importing contents of IMS 
                   2044: packages into construction space, or into a course directly via DOCS.
1.335     raeburn  2045: </description>
                   2046: <status>works/unverified</status>
                   2047: </file>
                   2048: <file>
1.404     raeburn  2049: <source>loncom/imspackages/imsexport.pm</source>
                   2050: <target dist='default'>home/httpd/lib/perl/Apache/imsexport.pm</target>
                   2051: <categoryname>handler</categoryname>
                   2052: <description>
                   2053: Routines used in londocs to export templated files to an IMS package.
                   2054: </description>
                   2055: <status>works/unverified</status>
                   2056: </file>
                   2057: <file>
1.137     harris41 2058: <source>loncom/interface/lonhelp.pm</source>
                   2059: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
                   2060: <categoryname>handler</categoryname>
                   2061: <description>
                   2062: The .tex file help handler.
1.140     bowersj2 2063: </description>
                   2064: <status>works/unverified</status>
1.195     albertel 2065: <build trigger='always run'>
                   2066: loncom/html/adm/help/buildMakeWrapper
                   2067: </build>
                   2068: <dependencies>
1.197     albertel 2069: Makefile;
1.195     albertel 2070: buildMakeWrapper
                   2071: </dependencies>
1.141     bowersj2 2072: </file>
                   2073: <file>
1.158     bowersj2 2074: <source>loncom/html/adm/help/abouthelp.html</source>
                   2075: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
                   2076: <categoryname>interface file</categoryname>
                   2077: <description>
                   2078: Index file for the help system
                   2079: </description>
                   2080: </file>
                   2081: <file>
1.376     raeburn  2082: <source>loncom/html/adm/help/nohelptopic.html</source>
                   2083: <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
                   2084: <categoryname>interface file</categoryname>
                   2085: <description>
                   2086: Page of links to help manuals - displayed when inline help is missing for a specific topic.
                   2087: </description>
                   2088: </file>
                   2089: <file>
1.158     bowersj2 2090: <source>doc/help/author.manual.access.tex</source>
1.162     harris41 2091: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
                   2092: </target>
                   2093: <categoryname>interface file</categoryname>
1.158     bowersj2 2094: <description>
1.162     harris41 2095: The pseudo-LaTeX file to allow people to read the author's manual online, with
                   2096: a somewhat clumsy interface.
1.158     bowersj2 2097: </description>
                   2098: <status>works/unverified</status>
                   2099: </file>
                   2100: <file>
                   2101: <source>doc/help/course.manual.access.tex</source>
1.162     harris41 2102: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
                   2103: </target>
                   2104: <categoryname>interface file</categoryname>
1.158     bowersj2 2105: <description>
1.162     harris41 2106: The pseudo-LaTeX file to allow people to read the course administrator's
                   2107: manual online, with a somewhat clumsy interface.
1.158     bowersj2 2108: </description>
                   2109: <status>works/unverified</status>
                   2110: </file>
                   2111: <file>
1.576     www      2112: <source>doc/help/domain.manual.access.tex</source>
                   2113: <target dist='default'>home/httpd/html/adm/help/tex/domain.manual.access.tex
                   2114: </target>
                   2115: <categoryname>interface file</categoryname>
                   2116: <description>
                   2117: The pseudo-LaTeX file to allow people to read the course administrator's
                   2118: manual online, with a somewhat clumsy interface.
                   2119: </description>
                   2120: <status>works/unverified</status>
                   2121: </file>
                   2122: <file>
1.158     bowersj2 2123: <source>doc/help/author.manual.ps</source>
1.141     bowersj2 2124: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162     harris41 2125: <categoryname>interface file</categoryname>
1.141     bowersj2 2126: <description>
1.158     bowersj2 2127: The postscript Author's Manual
                   2128: </description>
                   2129: <status>works/unverified</status>
1.197     albertel 2130: <dependencies>
                   2131: doc/help/author.manual.texxml;
                   2132: doc/help/latexSplitter.py;
                   2133: doc/help/rebuildLabelHash.pl;
                   2134: doc/help/render.texxml.pl;
                   2135: doc/help/simpleEdit.py;
                   2136: doc/help/texxml2indextex.pl;
                   2137: doc/help/texxml2latex.pl;
                   2138: loncom/build/buildHelp.sh;
                   2139: loncom/build/help_graphics_converter.pl
                   2140: </dependencies>
1.158     bowersj2 2141: </file>
                   2142: <file>
                   2143: <source>doc/help/author.manual.pdf</source>
                   2144: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
                   2145: <categoryname>handler</categoryname>
                   2146: <description>
                   2147: The PDF Author's Manual
                   2148: </description>
                   2149: <status>works/unverified</status>
                   2150: </file>
                   2151: <file>
                   2152: <source>doc/help/course.manual.ps</source>
                   2153: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162     harris41 2154: <categoryname>interface file</categoryname>
1.158     bowersj2 2155: <description>
                   2156: The postscript Course Manual
                   2157: </description>
                   2158: <status>works/unverified</status>
1.197     albertel 2159: <dependencies>
                   2160: doc/help/course.manual.texxml;
                   2161: doc/help/latexSplitter.py;
                   2162: doc/help/rebuildLabelHash.pl;
                   2163: doc/help/render.texxml.pl;
                   2164: doc/help/simpleEdit.py;
                   2165: doc/help/texxml2indextex.pl;
                   2166: doc/help/texxml2latex.pl;
                   2167: loncom/build/buildHelp.sh;
                   2168: loncom/build/help_graphics_converter.pl
                   2169: </dependencies>
1.158     bowersj2 2170: </file>
                   2171: <file>
                   2172: <source>doc/help/course.manual.pdf</source>
                   2173: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162     harris41 2174: <categoryname>interface file</categoryname>
1.158     bowersj2 2175: <description>
                   2176: The PDF Course Manual
1.200     bowersj2 2177: </description>
                   2178: <status>works/unverified</status>
                   2179: </file>
1.371     albertel 2180: <file>
1.576     www      2181: <source>doc/help/domain.manual.ps</source>
                   2182: <target dist='default'>home/httpd/html/adm/help/domain.manual.ps</target>
                   2183: <categoryname>interface file</categoryname>
                   2184: <description>
                   2185: The postscript Domain Manual
                   2186: </description>
                   2187: <status>works/unverified</status>
                   2188: <dependencies>
                   2189: doc/help/domain.manual.texxml;
                   2190: doc/help/latexSplitter.py;
                   2191: doc/help/rebuildLabelHash.pl;
                   2192: doc/help/render.texxml.pl;
                   2193: doc/help/simpleEdit.py;
                   2194: doc/help/texxml2indextex.pl;
                   2195: doc/help/texxml2latex.pl;
                   2196: loncom/build/buildHelp.sh;
                   2197: loncom/build/help_graphics_converter.pl
                   2198: </dependencies>
                   2199: </file>
                   2200: <file>
                   2201: <source>doc/help/domain.manual.pdf</source>
                   2202: <target dist='default'>home/httpd/html/adm/help/domain.manual.pdf</target>
                   2203: <categoryname>interface file</categoryname>
                   2204: <description>
                   2205: The PDF Domain Manual
                   2206: </description>
                   2207: <status>works/unverified</status>
                   2208: </file>
                   2209: <file>
1.371     albertel 2210:   <source>loncom/html/adm/help/ext_examples.html</source>
                   2211:   <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
                   2212:   <categoryname>interface file</categoryname>
                   2213:   <description>
                   2214:     Examples for using &EXT in HTML
                   2215:   </description>
                   2216: </file>
                   2217: <file>
                   2218:   <source>loncom/html/adm/help/ext_examples.html.meta</source>
                   2219:   <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
                   2220:   <categoryname>interface file</categoryname>
                   2221:   <description>
                   2222:     Examples for using &EXT in HTML metadata
                   2223:   </description>
                   2224: </file>
                   2225: <file>
                   2226:   <source>loncom/html/adm/help/ext_examples.library</source>
                   2227:   <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
                   2228:   <categoryname>interface file</categoryname>
                   2229:   <description>
                   2230:     Examples for using &EXT library
                   2231:   </description>
                   2232: </file>
                   2233: <file>
                   2234:   <source>loncom/html/adm/help/ext_examples.library.meta</source>
                   2235:   <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
                   2236:   <categoryname>interface file</categoryname>
                   2237:   <description>
                   2238:     Examples for using &EXT library metadata
                   2239:   </description>
                   2240: </file>
                   2241: <file>
                   2242:   <source>loncom/html/adm/help/ext_examples.problem</source>
                   2243:   <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
                   2244:   <categoryname>interface file</categoryname>
                   2245:   <description>
                   2246:     Examples for using &EXT problem
                   2247:   </description>
                   2248: </file>
                   2249: <file>
                   2250:   <source>loncom/html/adm/help/ext_examples.problem.meta</source>
                   2251:   <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
                   2252:   <categoryname>interface file</categoryname>
                   2253:   <description>
                   2254:     Examples for using &EXT problem metadata
                   2255:   </description>
                   2256: </file>
1.140     bowersj2 2257: <fileglob>
                   2258: <glob>*.*</glob>
                   2259: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
                   2260: <targetdir dist='default'>
                   2261: home/httpd/html/adm/help/gif/</targetdir>
1.162     harris41 2262: <categoryname>interface file</categoryname>
1.140     bowersj2 2263: <description>
                   2264: Gif files for the help system
                   2265: </description>
                   2266: <filenames>
1.360     albertel 2267: Authoring_Dynamic_Plot_Axis_Labels.gif;
                   2268: Authoring_Dynamic_Plot_Axis_Tics_border.gif;
                   2269: Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
                   2270: Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
                   2271: Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
                   2272: Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
1.538     albertel 2273: BT_ScreenshotCriteria.gif;
                   2274: BT_ScreenshotQuestion.gif;
                   2275: BT_ScreenshotVariable.gif;
                   2276: flowchartBridgeTask.gif;
1.360     albertel 2277: Dynamic_Replication_Change.gif;
                   2278: Dynamic_Replication_Request.gif;
                   2279: Load_Balance_Example.gif;
                   2280: LONCAPA_Network_Diagram2.gif;
                   2281: LONCAPA_Network_Diagram.gif;
                   2282: Map_Example.gif;
                   2283: Resource_Assembly.gif;
1.163     harris41 2284: authorRemote.gif;
                   2285: constructionSpace.gif;
                   2286: constructionSpaceForPublishing.gif;
                   2287: creatingANewCourse.gif;
                   2288: creatingNewProblemResource.gif;
1.566     raeburn  2289: cprv.gif;
1.163     harris41 2290: dynamic_piecewise.gif;
                   2291: dynamic_piecewise2.gif;
                   2292: dynamic_plot.gif;
                   2293: dynamic_plot2.gif;
                   2294: formulaResponse.gif;
                   2295: login.gif;
                   2296: lonhelpheader.gif;
1.192     bowersj2 2297: mainCourseDocuments.gif;
1.163     harris41 2298: mapAdvancedEditorNew.gif;
                   2299: mapClickedStart.gif;
                   2300: mapEditFirstClick.gif;
                   2301: mapEditInitial.gif;
                   2302: mapEditingButton.gif;
                   2303: mapEditorDirectoryBrowser.gif;
                   2304: mapEditorResourceChosen.gif;
                   2305: mapEditorSelection.gif;
                   2306: mapInsertResource.gif;
                   2307: mapNewResource.gif;
                   2308: mapSecondWindowSecondResource.gif;
                   2309: mapSimpleEditor.gif;
                   2310: mapStraightened.gif;
                   2311: mapTwoResources.gif;
                   2312: numericalResponse1.gif;
                   2313: numericalResponseEditor.gif;
                   2314: numericalResponseSlopeProblem.gif;
                   2315: numericalResponseVarInText.gif;
                   2316: optionResponseEditing.gif;
                   2317: optionResponseProblem.gif;
1.568     raeburn  2318: pref.gif;
1.163     harris41 2319: publishMetadata.gif;
                   2320: radioResponse2.gif;
                   2321: radioResponseHint.gif;
                   2322: smallHelp.gif;
                   2323: spreadsheet_hierarchy.gif;
                   2324: stringResponseEditor.gif;
1.548     www      2325: studentInterface.gif;
                   2326: iclicker.gif;
                   2327: interwrite1.gif;
                   2328: interwrite2.gif;
                   2329: interwrite3.gif;
                   2330: interwrite4.gif;
                   2331: interwrite5.gif;
1.140     bowersj2 2332: </filenames>
                   2333: </fileglob>
                   2334: <fileglob>
                   2335: <glob>*.*</glob>
                   2336: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
                   2337: <targetdir dist='default'>
                   2338: home/httpd/html/adm/help/eps/</targetdir>
1.162     harris41 2339: <categoryname>interface file</categoryname>
1.140     bowersj2 2340: <description>
                   2341: EPS files for the help system
                   2342: </description>
                   2343: <filenames>
1.360     albertel 2344: Authoring_Dynamic_Plot_Axis_Labels.eps;
                   2345: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
                   2346: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
                   2347: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
                   2348: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
                   2349: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
1.538     albertel 2350: BT_ScreenshotCriteria.eps;
                   2351: BT_ScreenshotQuestion.eps;
                   2352: BT_ScreenshotVariable.eps;
                   2353: flowchartBridgeTask.eps;
1.360     albertel 2354: Dynamic_Replication_Change.eps;
                   2355: Dynamic_Replication_Request.eps;
                   2356: Load_Balance_Example.eps;
                   2357: LONCAPA_Network_Diagram2.eps;
                   2358: LONCAPA_Network_Diagram.eps;
                   2359: Map_Example.eps;
                   2360: Resource_Assembly.eps;
1.163     harris41 2361: authorRemote.eps;
                   2362: constructionSpace.eps;
                   2363: constructionSpaceForPublishing.eps;
                   2364: creatingANewCourse.eps;
                   2365: creatingNewProblemResource.eps;
                   2366: dynamic_piecewise.eps;
                   2367: dynamic_piecewise2.eps;
                   2368: dynamic_plot.eps;
                   2369: dynamic_plot2.eps;
                   2370: formulaResponse.eps;
                   2371: lonhelpheader.eps;
                   2372: login.eps;
1.192     bowersj2 2373: mainCourseDocuments.eps;
1.163     harris41 2374: mapAdvancedEditorNew.eps;
                   2375: mapClickedStart.eps;
                   2376: mapEditFirstClick.eps;
                   2377: mapEditInitial.eps;
                   2378: mapEditingButton.eps;
                   2379: mapEditorDirectoryBrowser.eps;
                   2380: mapEditorResourceChosen.eps;
                   2381: mapEditorSelection.eps;
                   2382: mapInsertResource.eps;
                   2383: mapNewResource.eps;
                   2384: mapSecondWindowSecondResource.eps;
                   2385: mapSimpleEditor.eps;
                   2386: mapStraightened.eps;
                   2387: mapTwoResources.eps;
                   2388: numericalResponse1.eps;
                   2389: numericalResponseEditor.eps;
                   2390: numericalResponseSlopeProblem.eps;
                   2391: numericalResponseVarInText.eps;
                   2392: optionResponseEditing.eps;
                   2393: optionResponseProblem.eps;
                   2394: publishMetadata.eps;
                   2395: radioResponse2.eps;
                   2396: radioResponseHint.eps;
                   2397: smallHelp.eps;
                   2398: spreadsheet_hierarchy.eps;
                   2399: stringResponseEditor.eps;
1.548     www      2400: studentInterface.eps;
                   2401: iclicker.eps;
                   2402: interwrite1.eps;
                   2403: interwrite2.eps;
                   2404: interwrite3.eps;
                   2405: interwrite4.eps;
                   2406: interwrite5.eps;
1.140     bowersj2 2407: </filenames>
                   2408: </fileglob>
                   2409: <fileglob>
                   2410: <glob>*.*</glob>
                   2411: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
                   2412: <targetdir dist='default'>
                   2413: home/httpd/html/adm/help/tex/</targetdir>
1.162     harris41 2414: <categoryname>interface file</categoryname>
1.140     bowersj2 2415: <description>
                   2416: Tex files for the help system
                   2417: </description>
                   2418: <filenames>
1.163     harris41 2419: About_Authors_Manual.tex;
1.321     www      2420: About_Bombs.tex;
1.276     bowersj2 2421: About_Communication.tex;
                   2422: About_Developers_Manual.tex;
1.163     harris41 2423: About_Numerical_and_Formula_Response.tex;
1.519     albertel 2424: About_Symbs.tex;
1.350     www      2425: all_functions_table.tex;
1.371     albertel 2426: adaptive_hints.tex;
1.361     www      2427: Additional_Help.tex;
1.163     harris41 2428: Ambiguous_Reference.tex;
1.309     matthew  2429: Analysis_Analyze_Over.tex;
1.350     www      2430: Analyze_Problem.tex;
1.461     albertel 2431: Answer_Date.tex;
1.278     bowersj2 2432: Annotation.tex;
1.276     bowersj2 2433: Authentication.tex;
1.427     www      2434: Auth_Options.tex;
1.163     harris41 2435: Authoring_Adding_Pictures.tex;
1.248     bowersj2 2436: Authoring_DataResponse.tex;
1.350     www      2437: Authoring_Dynamic_Plot_Axes.tex;
1.461     albertel 2438: Authoring_Dynamic_Plot_Color_Selection.tex;
1.350     www      2439: Authoring_Dynamic_Plot_Curve_Data.tex;
                   2440: Authoring_Dynamic_Plot_Curve_Function.tex;
                   2441: Authoring_Dynamic_Plot_Curve.tex;
                   2442: Authoring_Dynamic_Plot_Gnuplot.tex;
                   2443: Authoring_Dynamic_Plot_Key.tex;
                   2444: Authoring_Dynamic_Plot_Label.tex;
                   2445: Authoring_Dynamic_Plot_Linestyle.tex;
1.163     harris41 2446: Authoring_Dynamic_Plot.tex;
1.350     www      2447: Authoring_Dynamic_Plot_Tics.tex;
                   2448: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248     bowersj2 2449: Authoring_ExternalResponse.tex;
                   2450: Authoring_Foil_Structure_Tags.tex;
1.350     www      2451: Authoring_Hint_Tags.tex;
1.163     harris41 2452: Authoring_HTML_vs_Tex.tex;
1.248     bowersj2 2453: Authoring_ImageResponse.tex;
                   2454: Authoring_Input_Tags.tex;
                   2455: Authoring_Internal_Tags.tex;
1.493     www      2456: Authoring_Intro.tex;
1.163     harris41 2457: Authoring_M_Tag.tex;
1.248     bowersj2 2458: Authoring_NumericalResponse.tex;
                   2459: Authoring_OptionResponse.tex;
                   2460: Authoring_Output_Tags.tex;
1.254     bowersj2 2461: Authoring_Pictures_EPS.tex;
1.163     harris41 2462: Authoring_Piecewise_Plot.tex;
1.248     bowersj2 2463: Authoring_RadiobuttonResponse.tex;
                   2464: Authoring_Response_Attributes.tex;
1.350     www      2465: Authoring_Responseparam_Parameter.tex;
1.248     bowersj2 2466: Authoring_Response_Tag_Intro.tex;
                   2467: Authoring_Scripting_Tags.tex;
1.490     albertel 2468: Authoring_Spreadsheet.tex;
1.248     bowersj2 2469: Authoring_Structure_Tags.tex;
                   2470: Authoring_XML_Intro.tex;
1.350     www      2471: Author_LON-CAPA_Introduction.tex;
                   2472: Author_Manual_Title_Page.tex;
                   2473: Author_Numerical_and_Formula.tex;
                   2474: Author_Remote_Control.tex;
1.499     raeburn  2475: Batch_Creation.tex;
1.278     bowersj2 2476: Bookmarks.tex;
1.554     albertel 2477: BridgeTask_About.tex;
                   2478: BridgeTask_Conditions.tex;
                   2479: BridgeTask_Create.tex;
                   2480: BridgeTask_EditModeFinishing.tex;
                   2481: BridgeTask_EditModeIntroduction.tex;
                   2482: BridgeTask_EditModeQuestion.tex;
                   2483: BridgeTask_EditMode.tex;
                   2484: BridgeTask_EditModeVariable.tex;
                   2485: BridgeTask_Features.tex;
                   2486: BridgeTask_Intro.tex;
                   2487: BridgeTask_Portfolio.tex;
                   2488: BridgeTask_SetupResource.tex;
                   2489: BridgeTask_Slot.tex;
                   2490: BridgeTask_XMLFinishing.tex;
                   2491: BridgeTask_XMLHeader.tex;
                   2492: BridgeTask_XMLQuestions.tex;
                   2493: BridgeTask_XML.tex;
                   2494: BridgeTask_XMLVariable.tex;
1.461     albertel 2495: Browsing_Resources.tex;
1.278     bowersj2 2496: Bugzilla.tex;
1.267     www      2497: Caching.tex;
1.246     bowersj2 2498: Calendar_Add_Announcement.tex;
                   2499: Calendar_Remove_Announcement.tex;
1.163     harris41 2500: Calling_Functions.tex;
1.350     www      2501: CAPA_LON-CAPA_function_diffs.tex;
1.276     bowersj2 2502: Cascading_Parameters.tex;
1.461     albertel 2503: Catalog_Info.tex;
1.278     bowersj2 2504: Change_Colors.tex;
                   2505: Change_Password.tex;
1.249     matthew  2506: Chart_Description.tex;
1.374     albertel 2507: Change_Discussion_Display.tex;
1.461     albertel 2508: Chart_Enrollment_Status.tex;
1.249     matthew  2509: Chart_Output_Data.tex;
                   2510: Chart_Output_Formats.tex;
1.461     albertel 2511: Chart_Sections.tex;
                   2512: Chart_Sequences.tex;
                   2513: Chart_Student_Data.tex;
1.276     bowersj2 2514: Chatting.tex;
1.548     www      2515: Clicker_Registration.tex;
1.163     harris41 2516: Coauthor.tex;
                   2517: Construction_Space_Overview.tex;
1.493     www      2518: Contextual_Help.tex;
1.276     bowersj2 2519: Course_Add_Other.tex;
1.163     harris41 2520: Course_Add_Student.tex;
1.461     albertel 2521: Course_Automated_Enrollment.tex;
1.278     bowersj2 2522: Course_Broadcast_Message.tex;
                   2523: Course_Change_Privileges.tex;
1.163     harris41 2524: Course_Chart_To_Excel.tex;
1.254     bowersj2 2525: Course_Chat.tex;
1.163     harris41 2526: Course_Convert_To_CSV.tex;
1.493     www      2527: Course_Coordination_Intro.tex;
1.163     harris41 2528: Course_Create_Class_List.tex;
                   2529: Course_Critical_Message.tex;
                   2530: Course_Deleting.tex;
                   2531: Course_Disable_Discussion.tex;
                   2532: Course_Discussion_Board.tex;
                   2533: Course_Drop_Student.tex;
                   2534: Course_Edit_Content.tex;
1.276     bowersj2 2535: Course_Editing_Custom_Roles.tex;
1.461     albertel 2536: Course_Environment.tex;
1.278     bowersj2 2537: Course_Extending_Due_Dates.tex;
1.254     bowersj2 2538: Course_Face_To_Face_Records.tex;
1.163     harris41 2539: Course_Feedback_Addresses.tex;
                   2540: Course_Homework_Performance_Overview.tex;
1.350     www      2541: Course_Manually_Grade_Problem.tex;
1.197     albertel 2542: Course_Manual_Title_Page.tex;
1.566     raeburn  2543: Course_Manage_Group.tex;
1.264     bowersj2 2544: Course_Maximum_Collaborators.tex;
1.163     harris41 2545: Course_Message_Access.tex;
1.254     bowersj2 2546: Course_Modify_Student_Data.tex;
1.264     bowersj2 2547: Course_Parameter_Levels.tex;
1.461     albertel 2548: Course_Parameter_Table_Mode.tex;
1.163     harris41 2549: Course_Problem_Weight.tex;
1.254     bowersj2 2550: Course_Set_Start_End_Date.tex;
1.163     harris41 2551: Course_Setting_Parameters.tex;
                   2552: Course_Student_Grade_Override.tex;
                   2553: Course_Student_Work.tex;
                   2554: Course_Toplevel_Seq.tex;
1.254     bowersj2 2555: Course_User_Evaluation.tex;
1.264     bowersj2 2556: Course_User_Parameter.tex;
1.278     bowersj2 2557: Course_View_Class_List.tex;
1.248     bowersj2 2558: Create_Course.tex;
1.163     harris41 2559: Creating_A_Course_Intro.tex;
1.499     raeburn  2560: Creating_Groups.tex;
1.163     harris41 2561: Creating_New_Content_Pages.tex;
                   2562: Creating_Online_Problems.tex;
                   2563: Creating_Radio_Response_Problems.tex;
1.496     www      2564: Custom_Response_Problems.tex;
1.276     bowersj2 2565: Developer_Manual_Title_Page.tex;
                   2566: Developer_Tutorial.tex;
1.461     albertel 2567: Distribute_Messages.tex;
1.264     bowersj2 2568: Docs_About_Bulletin_Board.tex;
1.517     raeburn  2569: Docs_About_Group_Files.tex; 
1.264     bowersj2 2570: Docs_About_My_Personal_Info.tex;
                   2571: Docs_About_Simple_Page.tex;
                   2572: Docs_About_Syllabus.tex;
1.200     bowersj2 2573: Docs_Adding_Course_Doc.tex;
                   2574: Docs_Adding_External_Resource.tex;
                   2575: Docs_Adding_Folders.tex;
1.400     albertel 2576: Docs_Adding_Pages.tex;
1.278     bowersj2 2577: Docs_Adding_Syllabus.tex;
1.264     bowersj2 2578: Docs_Alternatives.tex;
1.365     www      2579: Docs_Check_Resource_Versions.tex;
1.200     bowersj2 2580: Docs_Creating_From_Template.tex;
1.365     www      2581: Docs_Dump_Course_Docs.tex;
1.451     raeburn  2582: Docs_Export_Course_Docs.tex;
1.264     bowersj2 2583: Docs_Editing_Templated_Pages.tex;
1.365     www      2584: Docs_Essay.tex;
1.200     bowersj2 2585: Docs_Importing_LON-CAPA_Resource.tex;
1.268     bowersj2 2586: Docs_Load_Map.tex;
1.200     bowersj2 2587: Docs_Main_Course_Documents.tex;
                   2588: Docs_Navigate_Content.tex;
1.365     www      2589: Docs_Option_Response.tex;
1.200     bowersj2 2590: Docs_Overview.tex;
1.365     www      2591: Docs_Radio.tex;
1.265     bowersj2 2592: Docs_Score_Upload_Form.tex;
1.365     www      2593: Docs_Search.tex;
                   2594: Docs_Simple_Problem.tex;
                   2595: Docs_String_Response.tex;
1.200     bowersj2 2596: Docs_Supplemental.tex;
                   2597: Docs_Uploading_From_Harddrive.tex;
1.365     www      2598: Docs_Verify_Content.tex;
1.461     albertel 2599: Due_Date.tex;
1.365     www      2600: Edit_Syllabus.tex;
1.493     www      2601: Error.tex;
1.554     albertel 2602: exam_answers.tex;
1.372     albertel 2603: exam_basics.tex;
1.554     albertel 2604: exam_build.tex;
                   2605: exam_disable_com.tex;
                   2606: exam_how_scored.tex;
                   2607: exam_parameters.tex;
                   2608: exam_printing.tex;
                   2609: exam_question_type.tex;
                   2610: exam_scoring.tex;
1.365     www      2611: Exploring_Your_Course.tex;
1.461     albertel 2612: Feedback_Author.tex;
                   2613: Feedback_Content.tex;
                   2614: Feedback_Discuss_Anon.tex;
                   2615: Feedback_Discussion.tex;
                   2616: Feedback_Policy.tex;
1.276     bowersj2 2617: Finding_Resources.tex;
1.163     harris41 2618: Foils.tex;
1.572     www      2619: Formula_Answers.tex;
1.248     bowersj2 2620: Formula_Response_Adv_Intro.tex;
1.163     harris41 2621: Formula_Response_Example.tex;
                   2622: Formula_Response_Limitations.tex;
                   2623: Formula_Response_Problems.tex;
                   2624: Formula_Response_Sampling.tex;
                   2625: Formula_Tolerance.tex;
1.187     www      2626: General_Intro.tex;
1.330     www      2627: Generation.tex;
1.461     albertel 2628: Grade_All.tex;
                   2629: Grade_Intro.tex;
                   2630: Grade_One.tex;
                   2631: Grade_Scantron.tex;
                   2632: Grade_Sequence.tex;
                   2633: Grade_Upload.tex;
                   2634: Grade_Verify.tex;
1.331     www      2635: GradingOptions.tex;
1.219     albertel 2636: Greek_Symbols.tex;
1.276     bowersj2 2637: Guts_Apache_Env.tex;
                   2638: Guts_Apache_Modules.tex;
1.350     www      2639: Guts_Apache.tex;
1.276     bowersj2 2640: Guts_Authentication.tex;
                   2641: Guts_Authoring.tex;
                   2642: Guts_Coding_Guidelines.tex;
                   2643: Guts_Course_Dir.tex;
                   2644: Guts_User_Dir.tex;
1.365     www      2645: Help.tex;
                   2646: Helper_Course_Initialization.tex;
1.163     harris41 2647: How_To_Edit_Existing_Content_Pages.tex;
1.276     bowersj2 2648: Latex_Footer.tex;
                   2649: Latex_Header.tex;
1.254     bowersj2 2650: Leaving_Feedback.tex;
1.163     harris41 2651: Login_To_LON-CAPA.tex;
1.521     www      2652: Math_Response_Problems.tex;
1.163     harris41 2653: Metadata_Description.tex;
1.365     www      2654: Navigation_Screen.tex;
1.178     bowersj2 2655: Navmap_Host_Down.tex;
1.376     raeburn  2656: NavMaps_MarkPosts_Read.tex;
1.163     harris41 2657: Numerical_Response_Advanced_Example.tex;
                   2658: Numerical_Response_Format.tex;
1.350     www      2659: Numerical_Response_Introduction.tex;
1.163     harris41 2660: Numerical_Response_Intro.tex;
                   2661: Numerical_Response_Parts_A.tex;
                   2662: Numerical_Response_Parts_B.tex;
                   2663: Numerical_Response_Problems.tex;
                   2664: Numerical_Response_Randomization.tex;
                   2665: Numerical_Response_Simple_Example.tex;
                   2666: Numerical_Response_Tutorial_A.tex;
                   2667: Numerical_Response_Units.tex;
1.371     albertel 2668: numerical_wrong_answers.tex;
1.461     albertel 2669: Open_Date.tex;
1.163     harris41 2670: Option_Response_Concept_Group_Example.tex;
                   2671: Option_Response_Matching_Example.tex;
                   2672: Option_Response_Problem_Creation.tex;
                   2673: Option_Response_Problem_Figure.tex;
                   2674: Option_Response_Problem_Parts.tex;
                   2675: Option_Response_Problems.tex;
                   2676: Option_Response_Simple.tex;
1.219     albertel 2677: Other_Symbols.tex;
1.561     albertel 2678: Parameter_encrypturl.tex;
1.461     albertel 2679: Parameter_Helper.tex;
1.495     www      2680: Parameter_Manager.tex;
1.461     albertel 2681: Parameter_Overview.tex;
1.194     albertel 2682: Part_Tag_Edit_Help.tex;
1.264     bowersj2 2683: Personal_Info_Page.tex;
1.248     bowersj2 2684: Physical_Units.tex;
1.519     albertel 2685: Portfolio_About.tex;
                   2686: Portfolio_AddFiles.tex;
                   2687: Portfolio_Catalog.tex;
                   2688: Portfolio_ChangeDirectory.tex;
                   2689: Portfolio_CreateDirectory.tex;
                   2690: Portfolio_DeleteFile.tex;
                   2691: Portfolio_FileAction.tex;
                   2692: Portfolio_FileList.tex;
                   2693: Portfolio_OpenFile.tex;
                   2694: Portfolio_RenameFile.tex;
                   2695: Portfolio_ShareFile_ChangeSetting.tex;
1.561     albertel 2696: Portfolio_ShareFile_Conditional.tex;
1.519     albertel 2697: Portfolio_ShareFile_SetAccess.tex;
                   2698: Portfolio_ShareFile_StopAccess.tex;
                   2699: Portfolio_ShareFile.tex;
1.361     www      2700: Prefs_About_Me.tex;
1.254     bowersj2 2701: Prefs_Forwarding.tex;
1.361     www      2702: Prefs_Language.tex;
1.568     raeburn  2703: Prefs_Messages.tex;
1.569     raeburn  2704: Prefs_Notification.tex;
1.254     bowersj2 2705: Prefs_Screen_Name_Nickname.tex;
1.461     albertel 2706: Print_Library.tex;
1.388     sakharuk 2707: Print_Options.tex;
1.278     bowersj2 2708: Print_Resource.tex;
1.453     foxr     2709: Print_Tricks.tex;
1.163     harris41 2710: Problem_Editor_Testing_Area.tex;
                   2711: Problem_Editor_XML_Index.tex;
1.248     bowersj2 2712: Problem_LON-CAPA_Functions.tex;
1.405     foxr     2713: Problem_LON-CAPA_Image_Options.tex;
1.461     albertel 2714: Problem_Parameters.tex;
1.163     harris41 2715: Problem_Types.tex;
                   2716: Publishing_A_Resource.tex;
                   2717: Publishing_Author_Tutorial_Segue.tex;
                   2718: Publishing_Copyright.tex;
                   2719: Publishing_Intro.tex;
                   2720: Publishing_Keywords.tex;
1.461     albertel 2721: Quick_Grades_Description.tex;
1.191     bowersj2 2722: Quick_Grades_Possibly_Correct.tex;
1.163     harris41 2723: Radio_Response_Problems.tex;
                   2724: Radio_Response_Randomization.tex;
1.248     bowersj2 2725: Ranking_Problems.tex;
1.266     www      2726: Receipt.tex;
1.361     www      2727: Remote_Menu.tex;
1.276     bowersj2 2728: Resource_Discussion.tex;
1.163     harris41 2729: Resource_Types.tex;
1.276     bowersj2 2730: Roles_About.tex;
1.361     www      2731: Roles_Screen.tex;
1.248     bowersj2 2732: Script_Functions.tex;
1.350     www      2733: Scripting_Help.tex;
1.163     harris41 2734: Script_Tutorial_Intro.tex;
1.248     bowersj2 2735: Script_Variables.tex;
1.360     albertel 2736: Search_Advanced.tex;
                   2737: Search_Basic.tex;
                   2738: Searching.tex;
1.278     bowersj2 2739: Sending_Email.tex;
1.163     harris41 2740: Sequence_Advanced_Editor_Creation.tex;
                   2741: Sequence_Definition.tex;
                   2742: Sequence_Editor_Selection.tex;
                   2743: Sequence_Page_Maps.tex;
                   2744: Sequence_Simple_Editor_Creation.tex;
                   2745: Sequence_Top-Level.tex;
                   2746: Significant_Figures.tex;
1.519     albertel 2747: Slot_About.tex;
                   2748: Slot_AddInterface.tex;
                   2749: Slot_ChoosingResources.tex;
                   2750: Slot_CommaDelimited.tex;
                   2751: Slot_EditDelete.tex;
                   2752: Slot_OptionalAttributes.tex;
                   2753: Slot_RequiredAttributes.tex;
1.553     albertel 2754: Slot_ResourceParameter.tex;
1.519     albertel 2755: Slot_RestrictAvailibility.tex;
                   2756: Slot_SelectingField.tex;
                   2757: Slot_SpecifyProctors.tex;
1.278     bowersj2 2758: Spreadsheet_About.tex;
1.279     matthew  2759: Spreadsheet_Calculation.tex;
                   2760: Spreadsheet_Calculation_Time.tex;
                   2761: Spreadsheet_Cell_Editing.tex;
                   2762: Spreadsheet_Editing.tex;
1.278     bowersj2 2763: Spreadsheet_Export_Row.tex;
1.279     matthew  2764: Spreadsheet_Files.tex;
1.278     bowersj2 2765: Spreadsheet_Functions.tex;
1.279     matthew  2766: Spreadsheet_Hierarchy.tex;
                   2767: Spreadsheet_HowTo_Assessments.tex;
                   2768: Spreadsheet_HowTo.tex;
                   2769: Spreadsheet_Layout.tex;
1.278     bowersj2 2770: Spreadsheet_Levels.tex;
                   2771: Spreadsheet_Max_Depth_Exceeded.tex;
                   2772: Spreadsheet_Parms.tex;
                   2773: Spreadsheet_Problem_Weight.tex;
1.279     matthew  2774: Spreadsheet_Referencing_Cells.tex;
                   2775: Spreadsheet_Referencing_Parameters.tex;
                   2776: Spreadsheet_Row_Numbers.tex;
                   2777: Spreadsheet_Student_View.tex;
1.278     bowersj2 2778: Spreadsheet_Student_Visible.tex;
                   2779: Spreadsheet_Template_Row.tex;
                   2780: Spreadsheet_Ternary_Operator.tex;
                   2781: Spreadsheet_Tries.tex;
1.329     matthew  2782: Statistics_Overall_Key.tex;
1.375     matthew  2783: Statistics_Sequence.tex;
1.368     matthew  2784: Statistics_Cache.tex;
1.163     harris41 2785: String_Response_Problem_Creation.tex;
                   2786: String_Response_Problems.tex;
1.493     www      2787: Student_Intro.tex;
1.461     albertel 2788: Submission_Time_Analysis.tex;
1.248     bowersj2 2789: Syllabus_ExtLink.tex;
                   2790: Syllabus_URLs.tex;
1.461     albertel 2791: Table_Mode.tex;
1.491     albertel 2792: Testbank_Formatting.tex;
1.392     sakharuk 2793: TEXDropEmptyColumns_attribute.tex;
1.399     albertel 2794: TEXitemgroupwidth_attribute.tex;
1.400     albertel 2795: TEXitemgroup_attribute.tex;
1.392     sakharuk 2796: TEXlayout_attribute.tex;
1.388     sakharuk 2797: TEXsize_attribute.tex;
1.392     sakharuk 2798: TEXtype_attribute.tex;
1.389     sakharuk 2799: TEXwidth_attribute.tex;
1.461     albertel 2800: Tries.tex;
1.163     harris41 2801: Tolerance.tex;
1.248     bowersj2 2802: Uploaded_Templates_PublicView.tex;
                   2803: Uploaded_Templates_TextBoxes.tex;
1.491     albertel 2804: Uploading_File_Options.tex;
1.163     harris41 2805: Variable_Naming_Conventions.tex;
                   2806: Variables_in_Scripts.tex;
                   2807: Variables_in_the_Answer_Block.tex;
1.248     bowersj2 2808: Variables_in_the_Text_Block.tex;
1.350     www      2809: Variable_Tutorial_A.tex;
1.461     albertel 2810: View_All_Messages.tex;
                   2811: View_Critical_Messages.tex;
1.502     albertel 2812: View_recent_activity.tex;
1.276     bowersj2 2813: What_Is_LON-CAPA.tex;
                   2814: Why_LON-CAPA.tex;
1.317     www      2815: </filenames>
                   2816: </fileglob>
                   2817: <fileglob>
                   2818: <glob>*.*</glob>
1.485     www      2819: <sourcedir>loncom/html/adm/help/tex/de/</sourcedir>
                   2820: <targetdir dist='default'>
                   2821: home/httpd/html/adm/help/tex/de/</targetdir>
                   2822: <categoryname>interface file</categoryname>
                   2823: <description>
                   2824: German Tex files for the help system
                   2825: </description>
                   2826: <filenames>
1.518     www      2827: About_Bombs.tex;
                   2828: About_Communication.tex;
1.573     raeburn  2829: Contextual_Help.tex;
1.578     bisitz   2830: Cascading_Parameters.tex;
1.575     bisitz   2831: Docs_About_Bulletin_Board.tex;
1.573     raeburn  2832: Docs_About_Group_Files.tex;
1.575     bisitz   2833: Docs_About_My_Personal_Info.tex;
                   2834: Docs_About_Simple_Page.tex;
                   2835: Docs_About_Syllabus.tex;
1.573     raeburn  2836: Docs_Adding_Course_Doc.tex;
                   2837: Docs_Adding_Folders.tex;
1.575     bisitz   2838: Docs_Editing_Templated_Pages.tex;
                   2839: Docs_Navigate_Content.tex;
                   2840: Docs_Score_Upload_Form.tex;
                   2841: Docs_Verify_Content.tex;
1.573     raeburn  2842: General_Intro.tex;
                   2843: Navigation_Screen.tex;
1.578     bisitz   2844: Parameter_Overview.tex;
                   2845: Problem_Parameters.tex;
1.571     bisitz   2846: Quick_Grades_Possibly_Correct.tex;
1.575     bisitz   2847: Ranking_Problems.tex;
1.578     bisitz   2848: Search_Advanced.tex;
                   2849: Search_Basic.tex;
1.573     raeburn  2850: Student_Intro.tex;
1.578     bisitz   2851: Syllabus_ExtLink.tex;
                   2852: Table_Mode.tex;
1.485     www      2853: Tries.tex;
1.575     bisitz   2854: Uploaded_Templates_PublicView.tex;
                   2855: Uploaded_Templates_TextBoxes.tex;
1.485     www      2856: </filenames>
                   2857: </fileglob>
                   2858: <fileglob>
                   2859: <glob>*.*</glob>
1.317     www      2860: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
                   2861: <targetdir dist='default'>
                   2862: home/httpd/html/adm/help/tex/ru/</targetdir>
                   2863: <categoryname>interface file</categoryname>
                   2864: <description>
                   2865: Russian Tex files for the help system
                   2866: </description>
                   2867: <filenames>
                   2868: About_Authors_Manual.tex;
1.319     www      2869: About_Communication.tex;
1.324     sakharuk 2870: About_Developers_Manual.tex;
1.319     www      2871: About_Numerical_and_Formula_Response.tex;
1.334     sakharuk 2872: CAPA_LON-CAPA_function_diffs.tex;
1.360     albertel 2873: Course_Maximum_Collaborators.tex;
1.324     sakharuk 2874: Course_Set_Start_End_Date.tex;
1.319     www      2875: Creating_A_Course_Intro.tex;
1.324     sakharuk 2876: Other_Symbols.tex;
1.319     www      2877: Physical_Units.tex;
1.317     www      2878: Print_Resource.tex;
1.324     sakharuk 2879: Authoring_Adding_Pictures.tex;
1.140     bowersj2 2880: </filenames>
                   2881: </fileglob>
                   2882: <file>
                   2883: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
                   2884: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162     harris41 2885: <categoryname>interface file</categoryname>
1.140     bowersj2 2886: <description>
                   2887: A gdbm file containing a label->tex file hash.
1.15      harris41 2888: </description>
                   2889: <status>works/unverified</status>
1.487     albertel 2890: <build trigger='always run'>
                   2891: loncom/build/rebuild_label_hash.sh
                   2892: </build>
                   2893: <dependencies>
                   2894: rebuild_label_hash.sh
                   2895: </dependencies>
1.15      harris41 2896: </file>
1.407     albertel 2897: <fileglob>
                   2898:   <glob>*</glob>
                   2899:   <sourcedir>loncom/html/adm/fonts/</sourcedir>
                   2900:   <targetdir dist='default'>home/httpd/html/adm/fonts/</targetdir>
                   2901:   <categoryname>interface file</categoryname>
                   2902:   <description>
                   2903:     Fonts for convertjme.pl
                   2904:   </description>
                   2905:   <filenames>
                   2906: AUTHORS;
                   2907: BUGS;
                   2908: DejaVuSerif-Roman.ttf;
1.552     albertel 2909: DejaVuSansMono-Bold.ttf;
1.551     albertel 2910: DejaVuSans.pfb;
                   2911: DejaVuSans.ttf;
                   2912: DejaVuSerif.pfb;
                   2913: DejaVuSerif.ttf;
1.407     albertel 2914: LICENSE;
                   2915: NEWS;
                   2916: README;
                   2917: status.txt;
1.551     albertel 2918: unicover.txt;
1.407     albertel 2919:   </filenames>
                   2920: </fileglob>
1.15      harris41 2921: <file>
1.7       harris41 2922: <source>loncom/interface/lonstatistics.pm</source>
                   2923: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   2924: <categoryname>handler</categoryname>
                   2925: <description>
                   2926: Handler to show statistics on solving LON-CAPA problems.
1.326     matthew  2927: </description>
                   2928: <status>works/unverified</status>
                   2929: </file>
                   2930: <file>
                   2931: <source>loncom/interface/statistics/lonstathelpers.pm</source>
                   2932: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
1.370     albertel 2933: <categoryname>handler</categoryname>
1.326     matthew  2934: <description>
                   2935: Utility module for statistics and data mining.
1.144     stredwic 2936: </description>
                   2937: <status>works/unverified</status>
                   2938: </file>
                   2939: <file>
1.400     albertel 2940: <source>loncom/interface/lontrackstudent.pm</source>
                   2941: <target dist='default'>home/httpd/lib/perl/Apache/lontrackstudent.pm</target>
                   2942: <categoryname>handler</categoryname>
                   2943: <description>
                   2944: Handler to parse and analyze activity.log
                   2945: </description>
                   2946: <status>works/unverified</status>
                   2947: </file>
                   2948: <file>
1.144     stredwic 2949: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162     harris41 2950: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
                   2951: </target>
1.144     stredwic 2952: <categoryname>handler</categoryname>
                   2953: <description>
1.162     harris41 2954: The module that generate the html for the Problem Statistics web pages.
1.338     matthew  2955: </description>
                   2956: </file>
                   2957: <file>
1.366     matthew  2958: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
                   2959: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
                   2960: </target>
1.370     albertel 2961: <categoryname>handler</categoryname>
1.366     matthew  2962: <description>
                   2963: Gives instructors access to compiled survey results.
                   2964: </description>
                   2965: </file>
                   2966: <file>
1.338     matthew  2967: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
                   2968: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
                   2969: </target>
                   2970: <categoryname>handler</categoryname>
                   2971: <description>
                   2972: Generates excel file containing student submissions and correct answers.
1.332     matthew  2973: </description>
                   2974: </file>
                   2975: <file>
                   2976: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
                   2977: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
                   2978: </target>
                   2979: <categoryname>handler</categoryname>
                   2980: <description>
                   2981: The module that generate the html for the correct problems plot web pages.
1.169     stredwic 2982: </description>
                   2983: <status>works/unverified</status>
                   2984: </file>
                   2985: <file>
                   2986: <source>loncom/interface/statistics/lonpercentage.pm</source>
                   2987: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
                   2988: </target>
                   2989: <categoryname>handler</categoryname>
                   2990: <description>
                   2991: The module that generate the html for the Percentage graph web pages.
1.144     stredwic 2992: </description>
                   2993: <status>works/unverified</status>
                   2994: </file>
                   2995: <file>
                   2996: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162     harris41 2997: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
                   2998: </target>
1.144     stredwic 2999: <categoryname>handler</categoryname>
                   3000: <description>
1.296     matthew  3001: This module provides detailed analysis and raw data for submissions of various problem types.
                   3002: </description>
                   3003: <status>works/unverified</status>
                   3004: </file>
                   3005: <file>
1.470     albertel 3006:   <source>loncom/interface/statistics/longradinganalysis.pm</source>
                   3007:   <target dist='default'>home/httpd/lib/perl/Apache/longradinganalysis.pm</target>
                   3008:   <categoryname>handler</categoryname>
                   3009:   <description>
                   3010:     This module provides detailed analysis and raw data for submissions of various problem types.
                   3011:   </description>
                   3012:   <status>works/unverified</status>
                   3013: </file>
                   3014: <file>
1.296     matthew  3015: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
                   3016: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
                   3017: </target>
                   3018: <categoryname>handler</categoryname>
                   3019: <description>
                   3020: This module produces plots of the times of students attempts on an assessment.
1.144     stredwic 3021: </description>
                   3022: <status>works/unverified</status>
                   3023: </file>
                   3024: <file>
                   3025: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162     harris41 3026: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
                   3027: </target>
1.144     stredwic 3028: <categoryname>handler</categoryname>
                   3029: <description>
                   3030: The module that generate the html for the Student Assessment/Chart web pages.
1.7       harris41 3031: </description>
                   3032: <status>works/unverified</status>
                   3033: </file>
                   3034: <file>
1.428     raeburn  3035: <source>loncom/interface/lonwhatsnew.pm</source>
                   3036: <target dist='default'>home/httpd/lib/perl/Apache/lonwhatsnew.pm
                   3037: </target>
                   3038: <categoryname>handler</categoryname>
                   3039: <description>
                   3040: Handler to display items in course requiring action.
                   3041: </description>
                   3042: <status>works/unverified</status>
                   3043: </file>
                   3044: <file>
1.5       harris41 3045: <source>loncom/publisher/londiff.pm</source>
                   3046: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   3047: <categoryname>handler</categoryname>
                   3048: <description>
                   3049: Handler to show difference between two files.
1.221     www      3050: </description>
                   3051: <status>works/unverified</status>
                   3052: </file>
                   3053: <file>
                   3054: <source>loncom/publisher/lonrights.pm</source>
                   3055: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
                   3056: <categoryname>handler</categoryname>
                   3057: <description>
                   3058: Handler to show and edit custom distribution rights
1.5       harris41 3059: </description>
                   3060: <status>works/unverified</status>
1.4       harris41 3061: </file>
                   3062: <file>
1.5       harris41 3063: <source>loncom/publisher/lonupload.pm</source>
                   3064: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   3065: <categoryname>handler</categoryname>
                   3066: <description>
                   3067: Handler to upload files through browser into construction space.
                   3068: </description>
                   3069: <status>works/unverified</status>
1.4       harris41 3070: </file>
                   3071: <file>
1.76      harris41 3072: <source>doc/man/Apache__lonupload.3</source>
                   3073: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83      harris41 3074: <categoryname>doc</categoryname>
1.76      harris41 3075: <description>man page for lonupload.pm</description>
                   3076: <build trigger='always run'>
1.115     harris41 3077: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
                   3078: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
1.76      harris41 3079: </build>
                   3080: <status>works/unverified</status>
                   3081: <dependencies>
                   3082: ../../loncom/publisher/lonupload.pm
                   3083: </dependencies>
                   3084: </file>
                   3085: <file>
1.118     harris41 3086: <source>doc/lib/perl/Apache/lonupload.html</source>
                   3087: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112     harris41 3088: </target>
1.83      harris41 3089: <categoryname>doc</categoryname>
1.76      harris41 3090: <description>POD-derived page for lonupload.pm</description>
                   3091: <build trigger='always run'>
1.115     harris41 3092: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
1.118     harris41 3093: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
                   3094: echo 'pod2html lonupload.pm'
1.76      harris41 3095: </build>
                   3096: <status>works/unverified</status>
                   3097: <dependencies>
                   3098: ../../loncom/publisher/lonupload.pm
                   3099: </dependencies>
                   3100: </file>
                   3101: <file>
1.5       harris41 3102: <source>loncom/homework/essayresponse.pm</source>
                   3103: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   3104: <categoryname>handler</categoryname>
                   3105: <description>
                   3106: Handler to evaluate essay (ungraded) style responses.
1.92      albertel 3107: </description>
                   3108: <status>works/unverified</status>
                   3109: </file>
                   3110: <file>
                   3111: <source>loncom/homework/externalresponse.pm</source>
                   3112: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
                   3113: <categoryname>handler</categoryname>
                   3114: <description>
                   3115: Handler to evaluate externally graded responses.
                   3116: </description>
                   3117: <status>works/unverified</status>
                   3118: </file>
                   3119: <file>
                   3120: <source>loncom/homework/loncapagrade.pm</source>
                   3121: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
                   3122: <categoryname>handler</categoryname>
                   3123: <description>
1.133     harris41 3124: Holds results and defines
                   3125: tag handlers needed by externalresponse.pm
1.5       harris41 3126: </description>
                   3127: <status>works/unverified</status>
1.4       harris41 3128: </file>
                   3129: <file>
1.461     albertel 3130:   <source>loncom/homework/gradesubmission.pl</source>
1.464     albertel 3131:   <target dist='default'>home/httpd/cgi-bin/gradesubmission.pl</target>
1.461     albertel 3132:   <categoryname>handler</categoryname>
                   3133:   <description>
                   3134: Example script for use with external response.
                   3135:   </description>
                   3136:   <status>works/unverified</status>
                   3137: </file>
                   3138: <file>
1.5       harris41 3139: <source>loncom/publisher/lonpubdir.pm</source>
                   3140: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   3141: <categoryname>handler</categoryname>
                   3142: <description>
                   3143: Handler to publish directories.
1.172     www      3144: </description>
                   3145: </file>
                   3146: <file>
                   3147: <source>loncom/publisher/lonunauthorized.pm</source>
                   3148: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
                   3149: <categoryname>handler</categoryname>
                   3150: <description>
                   3151: Handler to explain failed contruction space access.
1.5       harris41 3152: </description>
1.4       harris41 3153: </file>
                   3154: <file>
1.76      harris41 3155: <source>doc/man/Apache__lonpubdir.3</source>
                   3156: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83      harris41 3157: <categoryname>doc</categoryname>
1.76      harris41 3158: <description>man page for lonpubdir.pm</description>
                   3159: <build trigger='always run'>
1.115     harris41 3160: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
                   3161: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
1.76      harris41 3162: </build>
                   3163: <status>works/unverified</status>
                   3164: <dependencies>
                   3165: ../../loncom/lonnet/perl/lonnet.pm
                   3166: </dependencies>
                   3167: </file>
                   3168: <file>
1.118     harris41 3169: <source>doc/lib/perl/Apache/lonpubdir.html</source>
                   3170: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112     harris41 3171: </target>
1.83      harris41 3172: <categoryname>doc</categoryname>
1.76      harris41 3173: <description>POD-derived page for lonpubdir.pm</description>
                   3174: <build trigger='always run'>
1.115     harris41 3175: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
1.118     harris41 3176: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
                   3177: echo 'pod2html lonpubdir.pm'
1.76      harris41 3178: </build>
                   3179: <status>works/unverified</status>
                   3180: <dependencies>
                   3181: ../../loncom/publisher/lonpubdir.pm
                   3182: </dependencies>
                   3183: </file>
                   3184: <file>
1.5       harris41 3185: <source>loncom/publisher/lonretrieve.pm</source>
                   3186: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   3187: <categoryname>handler</categoryname>
                   3188: <description>
                   3189: Handler to retrieve old versions from resource space.
                   3190: </description>
                   3191: <status>works/unverified</status>
1.4       harris41 3192: </file>
                   3193: <file>
1.421     www      3194: <source>loncom/publisher/loncleanup.pm</source>
                   3195: <target dist='default'>home/httpd/lib/perl/Apache/loncleanup.pm</target>
                   3196: <categoryname>handler</categoryname>
                   3197: <description>
                   3198: Handler to clean up HTML files.
                   3199: </description>
                   3200: <status>works/unverified</status>
                   3201: </file>
                   3202: <file>
1.76      harris41 3203: <source>doc/man/Apache__lonretrieve.3</source>
                   3204: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83      harris41 3205: <categoryname>doc</categoryname>
1.76      harris41 3206: <description>man page for lonretrieve.pm</description>
                   3207: <build trigger='always run'>
1.115     harris41 3208: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
                   3209: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
1.76      harris41 3210: </build>
                   3211: <status>works/unverified</status>
                   3212: <dependencies>
                   3213: ../../loncom/publisher/lonretrieve.pm
                   3214: </dependencies>
                   3215: </file>
                   3216: <file>
1.118     harris41 3217: <source>doc/lib/perl/Apache/lonretrieve.html</source>
                   3218: <target dist='default'>
                   3219: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112     harris41 3220: </target>
1.83      harris41 3221: <categoryname>doc</categoryname>
1.76      harris41 3222: <description>POD-derived page for lonretrieve.pm</description>
                   3223: <build trigger='always run'>
1.115     harris41 3224: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
1.118     harris41 3225: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
                   3226: echo 'pod2html lonretrieve.pm'
1.76      harris41 3227: </build>
                   3228: <status>works/unverified</status>
                   3229: <dependencies>
                   3230: ../../loncom/publisher/lonretrieve.pm
                   3231: </dependencies>
                   3232: </file>
                   3233: <file>
1.5       harris41 3234: <source>loncom/homework/edit.pm</source>
                   3235: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   3236: <categoryname>handler</categoryname>
                   3237: <description>
                   3238: Helper functions when in homework edit mode.
                   3239: </description>
1.4       harris41 3240: </file>
                   3241: <file>
1.86      harris41 3242: <source>doc/man/Apache__edit.3</source>
                   3243: <target dist='default'>usr/man/man3/Apache::edit.3</target>
                   3244: <categoryname>doc</categoryname>
                   3245: <description>man page for edit.pm</description>
                   3246: <build trigger='always run'>
1.115     harris41 3247: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
1.112     harris41 3248: echo 'manifying edit.pm'
1.86      harris41 3249: </build>
                   3250: <status>works/unverified</status>
                   3251: <dependencies>
                   3252: ../../loncom/homework/edit.pm
                   3253: </dependencies>
                   3254: </file>
                   3255: <file>
1.118     harris41 3256: <source>doc/lib/perl/Apache/edit.html</source>
                   3257: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
                   3258: </target>
1.86      harris41 3259: <categoryname>doc</categoryname>
                   3260: <description>POD-derived page for edit.pm</description>
                   3261: <build trigger='always run'>
1.118     harris41 3262: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
                   3263: ../../doc/lib/perl/Apache/edit.html \
1.115     harris41 3264: &amp;&amp; echo 'pod2html edit.pm'
1.86      harris41 3265: </build>
                   3266: <status>works/unverified</status>
                   3267: <dependencies>
                   3268: ../../loncom/homework/edit.pm
                   3269: </dependencies>
                   3270: </file>
                   3271: <file>
1.5       harris41 3272: <source>loncom/interface/lonmeta.pm</source>
                   3273: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   3274: <categoryname>handler</categoryname>
                   3275: <description>Metadata display handler.</description>
                   3276: <status>works/unverified</status>
1.4       harris41 3277: </file>
                   3278: <file>
1.5       harris41 3279: <source>rat/lonambiguous.pm</source>
                   3280: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   3281: <categoryname>handler</categoryname>
                   3282: <description>
                   3283: Handler to resolve ambiguous file locations.
                   3284: </description>
                   3285: <status>works/unverified</status>
1.4       harris41 3286: </file>
                   3287: <file>
1.5       harris41 3288: <source>rat/lonratparms.pm</source>
                   3289: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   3290: <categoryname>handler</categoryname>
                   3291: <description>
                   3292: Handler to set resource parameters inside of the RAT based on metadata.
                   3293: </description>
                   3294: <status>works/unverified</status>
1.4       harris41 3295: </file>
                   3296: <file>
1.5       harris41 3297: <source>rat/lonsequence.pm</source>
                   3298: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   3299: <categoryname>handler</categoryname>
                   3300: <description>
                   3301: Handler for showing sequence objects of educational resources.
                   3302: </description>
                   3303: <status>works/unverified</status>
1.4       harris41 3304: </file>
                   3305: <file>
1.5       harris41 3306: <source>loncom/interface/loncreatecourse.pm</source>
                   3307: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   3308: <categoryname>handler</categoryname>
                   3309: <description>
1.72      harris41 3310: Allows domain coordinators to create new courses and assign course
                   3311: coordinators.
1.5       harris41 3312: </description>
1.10      harris41 3313: <status>works/unverified</status>
1.4       harris41 3314: </file>
                   3315: <file>
1.497     albertel 3316:   <source>loncom/interface/lonclonecourse.pm</source>
                   3317:   <target dist='default'>home/httpd/lib/perl/Apache/lonclonecourse.pm</target>
                   3318:   <categoryname>handler</categoryname>
                   3319:   <description>
                   3320: Internal routines for creating a clone of an existing course.
                   3321:   </description>
                   3322:   <status>works/unverified</status>
                   3323: </file>
                   3324: <file>
1.5       harris41 3325: <source>loncom/interface/loncreateuser.pm</source>
                   3326: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   3327: <categoryname>handler</categoryname>
                   3328: <description>
1.72      harris41 3329: Allows users to within their own privileges create/edit users and give
                   3330: them roles. 
1.5       harris41 3331: </description>
                   3332: <status>works/unverified</status>
1.143     stredwic 3333: </file>
                   3334: <file>
1.559     raeburn  3335: <source>loncom/interface/lonuserutils.pm</source>
                   3336: <target dist='default'>home/httpd/lib/perl/Apache/lonuserutils.pm</target>
                   3337: <categoryname>handler</categoryname>
                   3338: <description>
1.564     raeburn  3339: 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  3340: </description>
                   3341: <status>works/unverified</status>
                   3342: </file>
                   3343: <file>
1.574     raeburn  3344: <source>loncom/interface/selfenroll.pm</source>
                   3345: <target dist='default'>home/httpd/lib/perl/Apache/selfenroll.pm</target>
                   3346: <categoryname>handler</categoryname>
                   3347: <description>
                   3348: 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.
                   3349: </description>
                   3350: <status>works/unverified</status>
                   3351: </file>
                   3352: <file>
1.143     stredwic 3353: <source>loncom/interface/lonhtmlcommon.pm</source>
                   3354: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
                   3355: <categoryname>handler</categoryname>
                   3356: <description>
                   3357: Contains a set of functions that generate html controls and data layouts
1.282     www      3358: </description>
                   3359: </file>
                   3360: <file>
1.382     www      3361: <source>loncom/interface/lonspeller.pm</source>
                   3362: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
                   3363: <categoryname>handler</categoryname>
                   3364: <description>
                   3365: Contains a set of functions to use Aspell
                   3366: </description>
                   3367: </file>
                   3368: <file>
1.282     www      3369: <source>loncom/localize/lonlocal.pm</source>
                   3370: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
                   3371: <categoryname>handler</categoryname>
                   3372: <description>
                   3373: Contains the &mt access function to Locale::Maketext
                   3374: </description>
                   3375: </file>
                   3376: <file>
1.476     albertel 3377:   <source>loncom/localize/lonlocalize.pm</source>
                   3378:   <target dist='default'>home/httpd/lib/perl/Apache/lonlocalize.pm</target>
                   3379:   <categoryname>handler</categoryname>
                   3380:   <description>
                   3381: handler for &mt()ing static files
                   3382:   </description>
                   3383: </file>
                   3384: <file>
1.282     www      3385: <source>loncom/localize/localize.pm</source>
                   3386: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
                   3387: <categoryname>handler</categoryname>
                   3388: <description>
                   3389: Localization class for Locale::Maketext
1.138     stredwic 3390: </description>
                   3391: </file>
1.283     www      3392: <fileglob>
                   3393: <glob>*.pm</glob>
                   3394: <sourcedir>loncom/localize/localize/</sourcedir>
                   3395: <targetdir dist='default'>
                   3396: home/httpd/lib/perl/Apache/localize/</targetdir>
                   3397: <categoryname>static conf</categoryname>
                   3398: <description>
                   3399: Translation files.
                   3400: </description>
                   3401: <filenames>
1.285     www      3402: de.pm;
1.288     www      3403: pt.pm;
1.336     www      3404: fr.pm;
1.288     www      3405: ja.pm;
1.297     www      3406: tr.pm;
1.305     www      3407: ru.pm;
                   3408: fa.pm;
                   3409: ar.pm;
1.314     www      3410: es.pm;
1.400     albertel 3411: x_chef.pm;
1.283     www      3412: </filenames>
                   3413: </fileglob>
1.138     stredwic 3414: <file>
                   3415: <source>loncom/interface/loncoursedata.pm</source>
                   3416: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
                   3417: <categoryname>handler</categoryname>
                   3418: <description>
                   3419: Common functions for handling student course data (download and process)
1.5       harris41 3420: </description>
1.4       harris41 3421: </file>
                   3422: <file>
1.5       harris41 3423: <source>loncom/interface/loncommon.pm</source>
                   3424: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   3425: <categoryname>handler</categoryname>
                   3426: <description>
                   3427: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 3428: user, domain, home_server, course_id.
1.5       harris41 3429: </description>
                   3430: <status>works/unverified</status>
1.4       harris41 3431: </file>
                   3432: <file>
1.76      harris41 3433: <source>doc/man/Apache__loncommon.3</source>
                   3434: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83      harris41 3435: <categoryname>doc</categoryname>
1.76      harris41 3436: <description>man page for loncommon.pm</description>
                   3437: <build trigger='always run'>
1.115     harris41 3438: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
                   3439: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
1.76      harris41 3440: </build>
                   3441: <status>works/unverified</status>
                   3442: <dependencies>
                   3443: ../../loncom/interface/loncommon.pm
                   3444: </dependencies>
                   3445: </file>
                   3446: <file>
1.118     harris41 3447: <source>doc/lib/perl/Apache/loncommon.html</source>
                   3448: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112     harris41 3449: </target>
1.83      harris41 3450: <categoryname>doc</categoryname>
1.76      harris41 3451: <description>POD-derived page for loncommon.pm</description>
                   3452: <build trigger='always run'>
1.115     harris41 3453: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
1.118     harris41 3454: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
                   3455: echo 'pod2html loncommon.pm'
1.76      harris41 3456: </build>
                   3457: <status>works/unverified</status>
                   3458: <dependencies>
                   3459: ../../loncom/interface/loncommon.pm
                   3460: </dependencies>
                   3461: </file>
                   3462: <file>
1.5       harris41 3463: <source>loncom/homework/grades.pm</source>
                   3464: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   3465: <categoryname>handler</categoryname>
                   3466: <description>Handles the viewing of grades.</description>
1.4       harris41 3467: </file>
                   3468: <file>
1.5       harris41 3469: <source>loncom/homework/imageresponse.pm</source>
                   3470: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   3471: <categoryname>handler</categoryname>
                   3472: <description>
                   3473: Coordinates the response to clicking an image.
                   3474: </description>
                   3475: <status>works/unverified</status>
1.4       harris41 3476: </file>
                   3477: <file>
1.5       harris41 3478: <source>loncom/homework/optionresponse.pm</source>
                   3479: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   3480: <categoryname>handler</categoryname>
1.27      harris41 3481: <description>
                   3482: Handles tags associated with showing a list of options.</description>
1.4       harris41 3483: </file>
                   3484: <file>
1.5       harris41 3485: <source>loncom/homework/outputtags.pm</source>
                   3486: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   3487: <categoryname>handler</categoryname>
                   3488: <description>
                   3489: Handles tags associated with output.  Seems to relate to due dates of the
                   3490: assignment.
                   3491: </description>
1.10      harris41 3492: <status>works/unverified</status>
1.4       harris41 3493: </file>
1.255     albertel 3494: 
                   3495: <file>
                   3496:   <source>loncom/homework/chemresponse.pm</source>
1.256     albertel 3497:   <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255     albertel 3498:   <categoryname>handler</categoryname>
                   3499:   <description>
                   3500:     Handle the tags organicresponse/structure and reationresponse
                   3501:   </description>
                   3502:   <status>works/unverified</status>
                   3503: </file>
                   3504: 
                   3505: <fileglob>
                   3506:   <glob>*.*</glob>
                   3507:   <sourcedir>loncom/html/adm/jme/</sourcedir>
                   3508:   <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
                   3509:   <categoryname>interface file</categoryname>
                   3510:   <description>
                   3511:     JME files, for editing organic structures
                   3512:   </description>
                   3513:   <filenames>
                   3514: JME.jar;
                   3515: jme.gif;
1.258     albertel 3516: jme_help.html;
1.255     albertel 3517: nitro.gif;
                   3518: smiles.gif
                   3519:   </filenames>
                   3520: </fileglob>
1.291     albertel 3521: 
1.431     albertel 3522: <fileglob>
                   3523:   <glob>*.*</glob>
                   3524:   <sourcedir>loncom/html/adm/jmol/</sourcedir>
                   3525:   <targetdir dist='default'>home/httpd/html/adm/jmol/</targetdir>
                   3526:   <categoryname>interface file</categoryname>
                   3527:   <description>
                   3528:     Jmol files, for displaying structures
                   3529:   </description>
                   3530:   <filenames>
                   3531: COPYRIGHT.txt;
                   3532: JmolApplet.jar;
                   3533: Jmol.js;
                   3534: LICENSE.txt;
1.558     albertel 3535: README.txt;
                   3536: JmolApplet0_Core.jar;
                   3537: JmolApplet0_i18n.jar;
                   3538: JmolApplet0.jar;
                   3539: JmolApplet0_Jars.jar;
                   3540: JmolApplet0_Jvxl.jar;
                   3541: JmolApplet0_Main.jar;
                   3542: JmolApplet0_Popup.jar;
                   3543: JmolApplet0_Quantum.jar;
                   3544: JmolApplet0_ReadersCifPdb.jar;
                   3545: JmolApplet0_ReadersMolXyz.jar;
                   3546: JmolApplet0_ReadersMore.jar;
                   3547: JmolApplet0_ReadersXml.jar;
                   3548: JmolApplet0_ShapeBio.jar;
                   3549: JmolApplet0_ShapeSpecial.jar;
                   3550: JmolApplet0_Smiles.jar;
                   3551: JmolApplet0_Viewer.jar;
1.431     albertel 3552:   </filenames>
                   3553: </fileglob>
                   3554: 
1.291     albertel 3555: <file>
                   3556:   <source>loncom/homework/convertjme.pl</source>
                   3557:   <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
                   3558:   <categoryname>script</categoryname>
                   3559:   <description>
                   3560:     Dynamically converts JME strings into either a png or ps file.
                   3561:   </description>
                   3562: </file>
                   3563: 
1.414     albertel 3564: <fileglob>
                   3565:   <glob>*.*</glob>
                   3566:   <sourcedir>loncom/html/adm/jsMath/</sourcedir>
                   3567:   <targetdir dist='default'>home/httpd/html/adm/jsMath/</targetdir>
                   3568:   <categoryname>interface file</categoryname>
                   3569:   <description>
                   3570: jsMath is a Javascript solution to converting TeX to something the browser can see
                   3571:   </description>
                   3572:   <filenames>
                   3573: black.gif;
                   3574: blank.gif;
                   3575: COPYING.txt;
1.471     albertel 3576: jsMath-BaKoMa-fonts.js;
                   3577: jsMath-autoload.html;
                   3578: jsMath-controls.html;
1.414     albertel 3579: jsMath-fallback-mac.js;
                   3580: jsMath-fallback-mac-mozilla.js;
                   3581: jsMath-fallback-mac-msie.js;
                   3582: jsMath-fallback-pc.js;
1.462     albertel 3583: jsMath-fallback-symbols.js;
1.414     albertel 3584: jsMath-fallback-unix.js;
1.483     albertel 3585: jsMath-global-controls.html;
                   3586: jsMath-global.html;
1.414     albertel 3587: jsMath.js;
1.471     albertel 3588: jsMath-loader.html;
1.483     albertel 3589: jsMath-loader-omniweb4.js;
1.414     albertel 3590: jsMath-mozilla.js;
                   3591: jsMath-msie-mac.js;
1.471     albertel 3592: jsMath-old-browsers.js;
1.414     albertel 3593:   </filenames>
                   3594: </fileglob>
                   3595: 
1.4       harris41 3596: <file>
1.471     albertel 3597:   <source>loncom/html/adm/jsMath/jsMath-fonts-1.3.zip</source>
1.464     albertel 3598:   <target dist='default'>home/httpd/html/adm/jsMath/fonts/</target>
1.462     albertel 3599:   <categoryname>script</categoryname>
                   3600:   <description>
1.556     albertel 3601:     Server side png fonts for use by jsMath
1.462     albertel 3602:   </description>
1.464     albertel 3603:   <installscript>
1.547     albertel 3604: commands /home/httpd/html/adm
1.464     albertel 3605:   </installscript>
1.462     albertel 3606:   <dependencies>
1.465     albertel 3607: loncom/html/adm/jsMath/commands;
1.471     albertel 3608: loncom/html/adm/jsMath/jsMath-fonts-1.3.zip;
1.462     albertel 3609:   </dependencies>
                   3610: </file>
                   3611: 
1.556     albertel 3612: <file>
                   3613:   <source>loncom/html/adm/fckeditor/FCKeditor_2.4.3.tar.gz</source>
                   3614:   <target dist='default'>home/httpd/html/adm/fckeditor</target>
                   3615:   <categoryname>script</categoryname>
                   3616:   <description>
                   3617:    GUI HTML Editor, scripted installation decompress the tarball and
                   3618:    installs the loncapa config.js file
                   3619:   </description>
                   3620:   <installscript>
1.557     albertel 3621: commands /home/httpd/html/
1.556     albertel 3622:   </installscript>
                   3623:   <dependencies>
                   3624: loncom/html/adm/fckeditor/commands;
                   3625: loncom/html/adm/fckeditor/FCKeditor_2.4.3.tar.gz;
                   3626: loncom/html/adm/fckeditor/loncapaconfig.js;
                   3627:   </dependencies>
                   3628: </file>
                   3629: 
1.462     albertel 3630: <fileglob>
                   3631:   <glob>*.*</glob>
1.471     albertel 3632:   <sourcedir>loncom/html/adm/jsMath/extensions/</sourcedir>
                   3633:   <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions/</targetdir>
                   3634:   <categoryname>interface file</categoryname>
                   3635:   <description>
                   3636: Additional jsMath functionality that can be used when needed.
                   3637:   </description>
                   3638:   <filenames>
1.555     albertel 3639: AMSmath.js;
1.471     albertel 3640: AMSsymbols.js;
                   3641: HTML.js;
1.483     albertel 3642: bbox.js;
                   3643: font.js;
1.471     albertel 3644: boldsymbol.js;
                   3645: double-click.js;
                   3646: fbox.js;
                   3647: leaders.js;
                   3648: mathchoice.js;
                   3649: mimeTeX.js;
                   3650: moreArrows.js;
                   3651: newcommand.js;
                   3652: underset-overset.js;
                   3653:   </filenames>
                   3654: </fileglob>
                   3655: 
                   3656: <fileglob>
                   3657:   <glob>*.*</glob>
1.464     albertel 3658:   <sourcedir>loncom/html/adm/jsMath/plugins/</sourcedir>
                   3659:   <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins/</targetdir>
1.462     albertel 3660:   <categoryname>interface file</categoryname>
                   3661:   <description>
                   3662: jsMath is a Javascript solution to converting TeX to something the browser can see
                   3663:   </description>
                   3664:   <filenames>
                   3665: autoload.js;
1.483     albertel 3666: CHMmode.js;
                   3667: global.js;
1.462     albertel 3668: mimeTeX.js;
1.483     albertel 3669: noCache.js;
                   3670: noGlobal.js;
1.462     albertel 3671: noImageFonts.js;
1.555     albertel 3672: smallFonts.js;
1.483     albertel 3673: spriteImageFonts.js;
1.462     albertel 3674: tex2math.js;
                   3675:   </filenames>
                   3676: </fileglob>
                   3677: 
1.471     albertel 3678: <fileglob>
                   3679:   <glob>*.*</glob>
                   3680:   <sourcedir>loncom/html/adm/jsMath/uncompressed/</sourcedir>
                   3681:   <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed/</targetdir>
                   3682:   <categoryname>interface file</categoryname>
                   3683:   <description>
                   3684: the jsMath source files not compressed for increasing download speed (not used by lon-capa directly)
                   3685:   </description>
                   3686:   <filenames>
                   3687: def.js;
1.483     albertel 3688: font.js;
1.471     albertel 3689: jsMath-fallback-mac.js;
                   3690: jsMath-fallback-pc.js;
                   3691: jsMath-fallback-symbols.js;
                   3692: jsMath-fallback-unix.js;
                   3693: jsMath.js;
                   3694:   </filenames>
                   3695: </fileglob>
                   3696: 
1.462     albertel 3697: <file>
1.6       harris41 3698: <source>loncom/interface/lontest.pm</source>
                   3699: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   3700: <categoryname>handler</categoryname>
                   3701: <description>
                   3702: Used for debugging and testing the LON-CAPA system.
                   3703: </description>
1.10      harris41 3704: <status>works/unverified</status>
1.6       harris41 3705: </file>
                   3706: <file>
                   3707: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 3708: <target dist='default'>
                   3709: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 3710: <categoryname>handler</categoryname>
                   3711: <description>
                   3712: Handles multiple-choice style responses.
                   3713: </description>
1.10      harris41 3714: <status>works/unverified</status>
1.6       harris41 3715: </file>
                   3716: <file>
                   3717: <source>loncom/interface/loncommunicate.pm</source>
                   3718: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   3719: <categoryname>handler</categoryname>
1.72      harris41 3720: <description>
                   3721: Will be the access handler to email sending, as well as the planned
                   3722: chatrooms, etc.
                   3723: </description>
1.10      harris41 3724: <status>works/unverified</status>
1.6       harris41 3725: </file>
                   3726: <file>
                   3727: <source>loncom/interface/lonerrorhandler.pm</source>
                   3728: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   3729: <categoryname>handler</categoryname>
                   3730: <description>
                   3731: Handles errors.
                   3732: </description>
1.10      harris41 3733: <status>works/unverified</status>
1.6       harris41 3734: </file>
                   3735: <file>
                   3736: <source>loncom/interface/lonevaluate.pm</source>
                   3737: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   3738: <categoryname>handler</categoryname>
                   3739: <description>
                   3740: Handles evaluation.
                   3741: </description>
1.10      harris41 3742: <status>works/unverified</status>
1.6       harris41 3743: </file>
                   3744: <file>
                   3745: <source>loncom/interface/lonfeedback.pm</source>
                   3746: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   3747: <categoryname>handler</categoryname>
                   3748: <description>
                   3749: Handles feedback from students to instructors and system administrators.
1.72      harris41 3750: Provides a screenshot of the current
                   3751: resource, as well as previous attempts if the resource was a homework.
                   3752: Used by lonmsg.pm.
1.6       harris41 3753: </description>
1.10      harris41 3754: <status>works/unverified</status>
1.4       harris41 3755: </file>
                   3756: <file>
1.6       harris41 3757: <source>loncom/interface/lonnavmaps.pm</source>
                   3758: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   3759: <categoryname>handler</categoryname>
                   3760: <description>
                   3761: Handles navigational maps.
1.211     bowersj2 3762: </description>
                   3763: <status>works/unverified</status>
1.227     albertel 3764: </file>
                   3765: <file>
1.510     albertel 3766:   <source>loncom/interface/lonnavdisplay.pm</source>
                   3767:   <target dist='default'>home/httpd/lib/perl/Apache/lonnavdisplay.pm</target>
                   3768:   <categoryname>handler</categoryname>
                   3769:   <description>
                   3770: Displays the nav map to the user
                   3771:   </description>
                   3772: <status>works/unverified</status>
                   3773: </file>
                   3774: <file>
1.227     albertel 3775: <source>doc/man/Apache__lonnavmaps.3</source>
                   3776: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
                   3777: <categoryname>doc</categoryname>
                   3778: <description>man page for lonnavmaps.pm</description>
                   3779: <build trigger='always run'>
                   3780: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   3781: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
                   3782: </build>
                   3783: <status>works/unverified</status>
                   3784: <dependencies>
                   3785: ../../loncom/interface/lonnavmaps.pm
                   3786: </dependencies>
                   3787: </file>
                   3788: <file>
                   3789: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
                   3790: <target dist='default'>
                   3791: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
                   3792: </target>
                   3793: <categoryname>doc</categoryname>
                   3794: <description>POD-derived page for lonnavmaps.pm</description>
                   3795: <build trigger='always run'>
                   3796: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   3797: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
                   3798: echo 'pod2html lonnavmaps.pm'
                   3799: </build>
                   3800: <status>works/unverified</status>
                   3801: <dependencies>
                   3802: ../../loncom/interface/lonnavmaps.pm
                   3803: </dependencies>
1.211     bowersj2 3804: </file>
                   3805: <file>
1.482     foxr     3806: <source>loncom/interface/lonselstudent.pm</source>
                   3807: <target dist='default'>home/httpd/lib/perl/Apache/lonselstudent.pm</target>
                   3808: <categoryname>standard</categoryname>
                   3809: <description>
                   3810: re-usable student selection subs.
                   3811: </description>
                   3812: <status>testing/unverified</status>
                   3813: </file>
                   3814: <file>
1.231     bowersj2 3815: <source>loncom/interface/lonhelper.pm</source>
                   3816: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211     bowersj2 3817: <categoryname>handler</categoryname>
                   3818: <description>
1.235     bowersj2 3819: Helper framework.
                   3820: </description>
                   3821: <status>works/unverified</status>
                   3822: </file>
                   3823: <file>
                   3824: <source>loncom/html/adm/helper/parameter.helper</source>
                   3825: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
                   3826: <categoryname>handler</categoryname>
                   3827: <description>
                   3828: Parameter setting helper.
1.242     bowersj2 3829: </description>
                   3830: <status>works/unverified</status>
                   3831: </file>
                   3832: <file>
                   3833: <source>loncom/html/adm/helper/course.initialization.helper</source>
                   3834: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
                   3835: <categoryname>handler</categoryname>
                   3836: <description>
                   3837: Course initialization helper.
1.189     bowersj2 3838: </description>
                   3839: <status>works/unverified</status>
                   3840: </file>
                   3841: <file>
1.406     albertel 3842: <source>loncom/html/adm/helper/resettimes.helper</source>
                   3843: <target dist='default'>home/httpd/html/adm/helper/resettimes.helper</target>
                   3844: <categoryname>handler</categoryname>
                   3845: <description>
                   3846: Helper to resetting a student's first access time.
                   3847: </description>
                   3848: <status>works/unverified</status>
                   3849: </file>
                   3850: <file>
1.457     albertel 3851:   <source>loncom/html/adm/helper/newslot.helper</source>
                   3852:   <target dist='default'>home/httpd/html/adm/helper/newslot.helper</target>
                   3853:   <categoryname>handler</categoryname>
                   3854:   <description>
                   3855: Slot creation and editing helper.
                   3856:   </description>
                   3857:   <status>works/unverified</status>
                   3858: </file>
                   3859: <file>
1.189     bowersj2 3860: <source>loncom/interface/lonquickgrades.pm</source>
                   3861: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
                   3862: <categoryname>handler</categoryname>
                   3863: <description>
                   3864: Student quick grades interface.
1.6       harris41 3865: </description>
1.10      harris41 3866: <status>works/unverified</status>
1.4       harris41 3867: </file>
                   3868: <file>
1.6       harris41 3869: <source>loncom/interface/lonpreferences.pm</source>
                   3870: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   3871: <categoryname>handler</categoryname>
                   3872: <description>
                   3873: Handles user preferences associated with customizing the online LON-CAPA
                   3874: educational environment.
                   3875: </description>
1.10      harris41 3876: <status>works/unverified</status>
1.6       harris41 3877: </file>
                   3878: <file>
                   3879: <source>loncom/interface/lonprintout.pm</source>
                   3880: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   3881: <categoryname>handler</categoryname>
                   3882: <description>
                   3883: Handles the production of printable files and resources.
                   3884: </description>
1.10      harris41 3885: <status>works/unverified</status>
1.340     matthew  3886: </file>
                   3887: <file>
1.582     foxr     3888: <source>loncom/interface/entities.pm</source>
                   3889: <target dist='default'>home/httpd/lib/perl/Apache/entities.pm</target>
                   3890: <categoryname>handler</categoryname>
                   3891: <description>
                   3892: Converts html/xml entities to latex.
                   3893: </description>
                   3894: </file>
                   3895: <file>
1.340     matthew  3896:   <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
                   3897:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
                   3898:   <categoryname>system file</categoryname>
                   3899:   <description>
                   3900:       Provides a common interface to LON-CAPA metadata.
                   3901:   </description>
1.6       harris41 3902: </file>
                   3903: <file>
                   3904: <source>loncom/interface/lonsearchcat.pm</source>
                   3905: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   3906: <categoryname>handler</categoryname>
                   3907: <description>
                   3908: Handles a searchable catalogue.
1.148     matthew  3909: </description>
                   3910: <status>works/unverified</status>
                   3911: </file>
                   3912: <file>
                   3913: <source>loncom/interface/lonmysql.pm</source>
                   3914: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
                   3915: <categoryname>handler</categoryname>
                   3916: <description>
                   3917: Provides utility functions for creating and accessing mysql database tables.
1.6       harris41 3918: </description>
1.10      harris41 3919: <status>works/unverified</status>
1.4       harris41 3920: </file>
                   3921: <file>
1.76      harris41 3922: <source>doc/man/Apache__lonsearchcat.3</source>
                   3923: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83      harris41 3924: <categoryname>doc</categoryname>
1.76      harris41 3925: <description>man page for lonsearchcat.pm</description>
                   3926: <build trigger='always run'>
1.115     harris41 3927: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
                   3928: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
1.76      harris41 3929: </build>
                   3930: <status>works/unverified</status>
                   3931: <dependencies>
                   3932: ../../loncom/interface/lonsearchcat.pm
                   3933: </dependencies>
                   3934: </file>
                   3935: <file>
1.118     harris41 3936: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
                   3937: <target dist='default'>
                   3938: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112     harris41 3939: </target>
1.83      harris41 3940: <categoryname>doc</categoryname>
1.76      harris41 3941: <description>POD-derived page for lonsearchcat.pm</description>
                   3942: <build trigger='always run'>
1.115     harris41 3943: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
1.118     harris41 3944: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
                   3945: echo 'pod2html lonsearchcat.pm'
1.76      harris41 3946: </build>
                   3947: <status>works/unverified</status>
                   3948: <dependencies>
                   3949: ../../loncom/interface/lonsearchcat.pm
                   3950: </dependencies>
1.232     www      3951: </file>
                   3952: <file>
                   3953: <source>loncom/interface/lonmanagekeys.pm</source>
                   3954: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
                   3955: <categoryname>handler</categoryname>
                   3956: <description>
                   3957: Allows users with "mky" privileges to generate and manage course access keys.
                   3958: </description>
                   3959: <status>works/unverified</status>
1.76      harris41 3960: </file>
                   3961: <file>
1.380     matthew  3962: <source>loncom/interface/lonviewclasslist.pm</source>
                   3963: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
                   3964: <categoryname>handler</categoryname>
                   3965: <description>
                   3966: Allows users (including students) to view the classlist of their course.
                   3967: </description>
                   3968: <status>works/unverified</status>
                   3969: </file>
                   3970: <file>
1.460     raeburn  3971: <source>loncom/interface/loncoursegroups.pm</source>
                   3972: <target dist='default'>home/httpd/lib/perl/Apache/loncoursegroups.pm</target>
                   3973: <categoryname>handler</categoryname>
                   3974: <description>
                   3975: Allows course coordinators to create groups, modify existing groups (including    
                   3976: adding, expiring or deleting group members, or modifying group member privileges.
                   3977: </description>
                   3978: <status>works/unverified</status>
                   3979: </file>
                   3980: <file>
1.484     raeburn  3981: <source>loncom/interface/longroup.pm</source>
                   3982: <target dist='default'>home/httpd/lib/perl/Apache/longroup.pm</target>
                   3983: <categoryname>handler</categoryname>
                   3984: <description>
                   3985: 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.    
                   3986: </description>
                   3987: <status>works/unverified</status>
                   3988: </file>
                   3989: <file>
1.488     raeburn  3990: <source>loncom/interface/groupboards.pm</source>
                   3991: <target dist='default'>home/httpd/lib/perl/Apache/groupboards.pm</target>
                   3992: <categoryname>handler</categoryname>
                   3993: <description>
                   3994: Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards.
                   3995: </description>
                   3996: <status>works/unverified</status>
                   3997: </file>
                   3998: <file>
1.489     raeburn  3999: <source>loncom/interface/grouproster.pm</source>
                   4000: <target dist='default'>home/httpd/lib/perl/Apache/grouproster.pm</target>
                   4001: <categoryname>handler</categoryname>
                   4002: <description>
                   4003: Display group membership information. Type of information available depends on group privileges of the user.  
                   4004: </description>
                   4005: <status>works/unverified</status>
                   4006: </file>
                   4007: <file>
1.6       harris41 4008: <source>loncom/interface/lonmsg.pm</source>
                   4009: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   4010: <categoryname>handler</categoryname>
                   4011: <description>
1.72      harris41 4012: lonmsg.pm has several functions to send and receive internal messages.
                   4013: author_res_msg - send message to resource author.
                   4014: user_crit_msg - send a critical message to a user. A critical message
                   4015: will require acknowledgment by the recipient and the sender will be notified.
                   4016: user_crit_received - routine to trigger acknowledgment.
1.6       harris41 4017: </description>
1.10      harris41 4018: <status>works/unverified</status>
1.6       harris41 4019: </file>
                   4020: <file>
1.479     albertel 4021:   <source>loncom/interface/lonmsgdisplay.pm</source>
                   4022:   <target dist='default'>home/httpd/lib/perl/Apache/lonmsgdisplay.pm</target>
                   4023:   <categoryname>handler</categoryname>
                   4024:   <description>
                   4025: statuschange - change the status of a message (read, replied, forwarded, etc).
                   4026: The handler displays messages, has routines to reply, etc.
                   4027:   </description>
                   4028:   <status>works/unverified</status>
                   4029: </file>
                   4030: <file>
1.6       harris41 4031: <source>loncom/homework/hint.pm</source>
                   4032: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   4033: <categoryname>handler</categoryname>
                   4034: <description>
                   4035: This handler coordinates the delivery of hints to students working on LON-CAPA
                   4036: problems and assignments.
                   4037: </description>
1.10      harris41 4038: <status>works/unverified</status>
1.6       harris41 4039: </file>
                   4040: <file>
1.244     matthew  4041: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6       harris41 4042: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   4043: <categoryname>handler</categoryname>
                   4044: <description>
1.244     matthew  4045: The top level interface for the display and editing of spreadsheets.  There
                   4046: are three levels of spreadsheet.
                   4047: </description>
                   4048: <status>works/unverified</status>
                   4049: </file>
                   4050: <file>
                   4051: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
                   4052: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
                   4053: <categoryname>handler</categoryname>
                   4054: <description>
                   4055: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
                   4056: assesscalc).
                   4057: </description>
                   4058: <status>works/unverified</status>
                   4059: </file>
                   4060: <file>
                   4061: <source>loncom/interface/spreadsheet/classcalc.pm</source>
                   4062: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
                   4063: <categoryname>handler</categoryname>
                   4064: <description>
                   4065: Defines the specifics of the course level spreadsheet.
                   4066: </description>
                   4067: <status>works/unverified</status>
                   4068: </file>
                   4069: <file>
                   4070: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
                   4071: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
                   4072: <categoryname>handler</categoryname>
                   4073: <description>
                   4074: Defines the specifics of the student level spreadsheet.
                   4075: </description>
                   4076: <status>works/unverified</status>
                   4077: </file>
                   4078: <file>
                   4079: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
                   4080: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
                   4081: <categoryname>handler</categoryname>
                   4082: <description>
                   4083: Defines the specifics of the assessment level spreadsheet.
1.6       harris41 4084: </description>
1.10      harris41 4085: <status>works/unverified</status>
1.6       harris41 4086: </file>
                   4087: <file>
                   4088: <source>loncom/interface/lonparmset.pm</source>
                   4089: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   4090: <categoryname>handler</categoryname>
                   4091: <description>
1.424     albertel 4092: Handler for setting and modifying both course preferences and coure parameters
                   4093: </description>
                   4094: <status>works/unverified</status>
                   4095: </file>
                   4096: <file>
                   4097: <source>loncom/interface/slotrequest.pm</source>
                   4098: <target dist='default'>home/httpd/lib/perl/Apache/slotrequest.pm</target>
                   4099: <categoryname>handler</categoryname>
                   4100: <description>
                   4101: Handler for students to add access slots
1.6       harris41 4102: </description>
1.10      harris41 4103: <status>works/unverified</status>
1.6       harris41 4104: </file>
                   4105: <file>
1.76      harris41 4106: <source>doc/man/Apache__lonparmset.3</source>
                   4107: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83      harris41 4108: <categoryname>doc</categoryname>
1.76      harris41 4109: <description>man page for lonparmset.pm</description>
                   4110: <build trigger='always run'>
1.115     harris41 4111: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
                   4112: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
1.76      harris41 4113: </build>
                   4114: <status>works/unverified</status>
                   4115: <dependencies>
                   4116: ../../loncom/interface/lonparmset.pm
                   4117: </dependencies>
                   4118: </file>
                   4119: <file>
1.118     harris41 4120: <source>doc/lib/perl/Apache/lonparmset.html</source>
                   4121: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112     harris41 4122: </target>
1.83      harris41 4123: <categoryname>doc</categoryname>
1.76      harris41 4124: <description>POD-derived page for lonparmset.pm</description>
                   4125: <build trigger='always run'>
1.115     harris41 4126: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
1.118     harris41 4127: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
                   4128: echo 'pod2html lonparmset.pm'
1.76      harris41 4129: </build>
                   4130: <status>works/unverified</status>
                   4131: <dependencies>
                   4132: ../../loncom/interface/lonparmset.pm
                   4133: </dependencies>
                   4134: </file>
                   4135: <file>
1.6       harris41 4136: <source>loncom/publisher/lonconstruct.pm</source>
                   4137: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   4138: <categoryname>handler</categoryname>
                   4139: <description>
                   4140: Page wrapper for handling construction space.
                   4141: </description>
1.10      harris41 4142: <status>works/unverified</status>
1.6       harris41 4143: </file>
                   4144: <file>
                   4145: <source>loncom/publisher/lonpublisher.pm</source>
                   4146: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   4147: <categoryname>handler</categoryname>
                   4148: <description>
                   4149: Publishes an LON-CAPA educational resource complete with metadata
                   4150: (authorship, language, copyright, creation date, etc).
                   4151: </description>
1.10      harris41 4152: <status>works/unverified</status>
1.6       harris41 4153: </file>
                   4154: <file>
1.76      harris41 4155: <source>doc/man/Apache__lonpublisher.3</source>
                   4156: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83      harris41 4157: <categoryname>doc</categoryname>
1.76      harris41 4158: <description>man page for lonpublisher.pm</description>
                   4159: <build trigger='always run'>
1.115     harris41 4160: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
                   4161: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
1.76      harris41 4162: </build>
                   4163: <status>works/unverified</status>
                   4164: <dependencies>
                   4165: ../../loncom/publisher/lonpublisher.pm
                   4166: </dependencies>
                   4167: </file>
                   4168: <file>
1.118     harris41 4169: <source>doc/lib/perl/Apache/lonpublisher.html</source>
                   4170: <target dist='default'>
                   4171: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112     harris41 4172: </target>
1.83      harris41 4173: <categoryname>doc</categoryname>
1.76      harris41 4174: <description>POD-derived page for lonpublisher.pm</description>
                   4175: <build trigger='always run'>
1.115     harris41 4176: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
1.118     harris41 4177: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
                   4178: echo 'pod2html lonpublisher.pm'
1.76      harris41 4179: </build>
                   4180: <status>works/unverified</status>
                   4181: <dependencies>
                   4182: ../../loncom/publisher/lonpublisher.pm
                   4183: </dependencies>
                   4184: </file>
                   4185: <file>
1.6       harris41 4186: <source>loncom/interface/lonmenu.pm</source>
                   4187: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   4188: <categoryname>handler</categoryname>
                   4189: <description>
                   4190: Has routines which control the remote control.
1.228     www      4191: </description>
                   4192: <status>works/unverified</status>
                   4193: </file>
                   4194: <file>
1.478     albertel 4195:   <source>loncom/interface/lonmainmenu.pm</source>
                   4196:   <target dist='default'>home/httpd/lib/perl/Apache/lonmainmenu.pm</target>
                   4197:   <categoryname>handler</categoryname>
                   4198:   <description>
                   4199: Displays the Main menu
                   4200:   </description>
                   4201:   <status>works/unverified</status>
                   4202: </file>
                   4203: <file>
1.228     www      4204: <source>loncom/interface/lonremote.pm</source>
                   4205: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
                   4206: <categoryname>handler</categoryname>
                   4207: <description>
1.367     matthew  4208: Handler to launch and collapse the remote control.
1.6       harris41 4209: </description>
1.10      harris41 4210: <status>works/unverified</status>
1.6       harris41 4211: </file>
                   4212: <file>
1.367     matthew  4213: <source>loncom/interface/portfolio.pm</source>
                   4214: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
                   4215: <categoryname>handler</categoryname>
                   4216: <description>
                   4217: Handler to manage user portfolios
                   4218: </description>
                   4219: <status>unverified</status>
                   4220: </file>
                   4221: <file>
1.6       harris41 4222: <source>rat/lonpageflip.pm</source>
                   4223: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   4224: <categoryname>handler</categoryname>
                   4225: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 4226: <status>works/unverified</status>
1.6       harris41 4227: </file>
                   4228: <file>
                   4229: <source>rat/lonratedt.pm</source>
                   4230: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   4231: <categoryname>handler</categoryname>
                   4232: <description>
                   4233: Builds up frame set and loads in the right thing.
                   4234: </description>
1.10      harris41 4235: <status>works/unverified</status>
1.6       harris41 4236: </file>
                   4237: <file>
1.498     albertel 4238:   <source>rat/map.pm</source>
                   4239:   <target dist='default'>home/httpd/lib/perl/LONCAPA/map.pm</target>
                   4240:   <categoryname>handler</categoryname>
                   4241:   <description>
                   4242: Functions for manipulating the contents of maps
                   4243:   </description>
                   4244:   <status>works/unverified</status>
                   4245: </file>
                   4246: <file>
1.397     raeburn  4247: <source>rat/lonratmenu.pm</source>
                   4248: <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
                   4249: <categoryname>handler</categoryname>
                   4250: <description>
                   4251: Creates horizontal menubar in advanced RAT
                   4252: </description>
                   4253: <status>works/unverified</status>
                   4254: </file>
                   4255: <file>
1.6       harris41 4256: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   4257: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   4258: <categoryname>handler</categoryname>
                   4259: <description>
                   4260: Homework remote control.
1.157     www      4261: </description>
                   4262: <status>works/unverified</status>
                   4263: </file>
                   4264: <file>
                   4265: <source>loncom/html/res/adm/pages/chatroom.html</source>
                   4266: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
                   4267: <categoryname>handler</categoryname>
                   4268: <description>
                   4269: Establishes frameset for chatroom
1.6       harris41 4270: </description>
1.10      harris41 4271: <status>works/unverified</status>
1.6       harris41 4272: </file>
                   4273: <file>
                   4274: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   4275: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   4276: <categoryname>handler</categoryname>
                   4277: <description>
1.10      harris41 4278: This will take annotations and then plug them into a page.
1.6       harris41 4279: </description>
1.10      harris41 4280: <status>works/unverified</status>
1.6       harris41 4281: </file>
                   4282: <file>
                   4283: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   4284: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   4285: <categoryname>handler</categoryname>
                   4286: <description>
                   4287: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 4288: interface.
1.6       harris41 4289: </description>
1.10      harris41 4290: <status>works/unverified</status>
1.6       harris41 4291: </file>
                   4292: <file>
                   4293: <source>rat/lonratsrv.pm</source>
                   4294: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   4295: <categoryname>handler</categoryname>
                   4296: <description>
1.27      harris41 4297: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   4298: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   4299: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 4300: </description>
1.10      harris41 4301: <status>works/unverified</status>
1.6       harris41 4302: </file>
                   4303: <file>
                   4304: <source>rat/lonpage.pm</source>
                   4305: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   4306: <categoryname>handler</categoryname>
                   4307: <description>
                   4308: bundles pages into one page
                   4309: </description>
1.10      harris41 4310: <status>works/unverified</status>
1.6       harris41 4311: </file>
                   4312: <file>
1.76      harris41 4313: <source>doc/man/Apache__lonpage.3</source>
                   4314: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83      harris41 4315: <categoryname>doc</categoryname>
1.76      harris41 4316: <description>man page for lonpage.pm</description>
                   4317: <build trigger='always run'>
1.115     harris41 4318: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
                   4319: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
1.76      harris41 4320: </build>
                   4321: <status>works/unverified</status>
                   4322: <dependencies>
                   4323: ../../rat/lonpage.pm
                   4324: </dependencies>
                   4325: </file>
                   4326: <file>
1.118     harris41 4327: <source>doc/lib/perl/Apache/lonpage.html</source>
                   4328: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112     harris41 4329: </target>
1.83      harris41 4330: <categoryname>doc</categoryname>
1.76      harris41 4331: <description>POD-derived page for lonnet.pm</description>
                   4332: <build trigger='always run'>
1.115     harris41 4333: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
1.118     harris41 4334: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
1.76      harris41 4335: </build>
                   4336: <status>works/unverified</status>
                   4337: <dependencies>
                   4338: ../../rat/lonpage.pm
                   4339: </dependencies>
                   4340: </file>
                   4341: <file>
1.6       harris41 4342: <source>rat/lonuserstate.pm</source>
                   4343: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   4344: <categoryname>handler</categoryname>
                   4345: <description>
1.133     harris41 4346: compile course into binary data structure
1.6       harris41 4347: </description>
1.10      harris41 4348: <status>works/unverified</status>
1.6       harris41 4349: </file>
                   4350: <file>
1.76      harris41 4351: <source>doc/man/Apache__lonuserstate.3</source>
                   4352: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83      harris41 4353: <categoryname>doc</categoryname>
1.76      harris41 4354: <description>man page for lonnet.pm</description>
                   4355: <build trigger='always run'>
1.115     harris41 4356: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
                   4357: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
1.76      harris41 4358: </build>
                   4359: <status>works/unverified</status>
                   4360: <dependencies>
                   4361: ../../rat/lonuserstate.pm
                   4362: </dependencies>
                   4363: </file>
                   4364: <file>
1.118     harris41 4365: <source>doc/lib/perl/Apache/lonuserstate.html</source>
                   4366: <target dist='default'>
                   4367: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112     harris41 4368: </target>
1.83      harris41 4369: <categoryname>doc</categoryname>
1.76      harris41 4370: <description>POD-derived page for lonuserstate.pm</description>
                   4371: <build trigger='always run'>
1.115     harris41 4372: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
1.118     harris41 4373: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
                   4374: echo 'pod2html lonuserstate.pm'
1.76      harris41 4375: </build>
                   4376: <status>works/unverified</status>
                   4377: <dependencies>
                   4378: ../../rat/lonuserstate.pm
                   4379: </dependencies>
                   4380: </file>
                   4381: <file>
1.6       harris41 4382: <source>loncom/xml/lontex.pm</source>
                   4383: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   4384: <categoryname>handler</categoryname>
                   4385: <description>
1.133     harris41 4386: Handler for tex files
1.6       harris41 4387: </description>
1.10      harris41 4388: <status>works/unverified</status>
1.6       harris41 4389: </file>
                   4390: <file>
                   4391: <source>loncom/xml/lontexconvert.pm</source>
                   4392: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   4393: <categoryname>handler</categoryname>
                   4394: <description>
                   4395: Access to tth/ttm
                   4396: </description>
1.10      harris41 4397: <status>works/unverified</status>
1.6       harris41 4398: </file>
                   4399: <file>
                   4400: <source>loncom/xml/lonxml.pm</source>
                   4401: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   4402: <categoryname>handler</categoryname>
                   4403: <description>
                   4404: XML Parsing Module
1.78      harris41 4405: </description>
                   4406: <status>works/unverified</status>
                   4407: </file>
                   4408: <file>
                   4409: <source>loncom/xml/lonplot.pm</source>
                   4410: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   4411: <categoryname>handler</categoryname>
                   4412: <description>
                   4413: XML-based plotter of graphs
1.6       harris41 4414: </description>
1.10      harris41 4415: <status>works/unverified</status>
1.6       harris41 4416: </file>
                   4417: <file>
                   4418: <source>loncom/xml/style.pm</source>
                   4419: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   4420: <categoryname>handler</categoryname>
                   4421: <description>
                   4422: Style Parsing Module
                   4423: </description>
1.10      harris41 4424: <status>works/unverified</status>
1.6       harris41 4425: </file>
                   4426: <file>
                   4427: <source>loncom/xml/londefdef.pm</source>
                   4428: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   4429: <categoryname>handler</categoryname>
                   4430: <description>
                   4431: Tags Default Definition Module
                   4432: </description>
1.10      harris41 4433: <status>works/unverified</status>
1.4       harris41 4434: </file>
                   4435: <file>
1.6       harris41 4436: <source>loncom/xml/run.pm</source>
                   4437: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   4438: <categoryname>handler</categoryname>
                   4439: <description>
                   4440: used to prevent poorly written problems from causing lingering after effects
                   4441: </description>
1.10      harris41 4442: <status>works/unverified</status>
1.4       harris41 4443: </file>
                   4444: <file>
1.6       harris41 4445: <source>loncom/xml/scripttag.pm</source>
                   4446: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   4447: <categoryname>handler</categoryname>
                   4448: <description>
                   4449: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   4450: &lt;import&gt;
1.290     www      4451: </description>
                   4452: <status>works/unverified</status>
                   4453: </file>
                   4454: <file>
                   4455: <source>loncom/xml/languagetags.pm</source>
                   4456: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
                   4457: <categoryname>handler</categoryname>
                   4458: <description>
                   4459: implements &lt;mt&gt;
1.6       harris41 4460: </description>
1.10      harris41 4461: <status>works/unverified</status>
1.185     albertel 4462: </file>
                   4463: <file>
                   4464: <source>loncom/homework/randomlylabel.pm</source>
                   4465: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
                   4466: <categoryname>handler</categoryname>
                   4467: <description>
                   4468: Handler for compositing images, and text together.
1.339     albertel 4469: </description>
                   4470: </file>
                   4471: <file>
                   4472: <source>loncom/homework/drawimage.pm</source>
                   4473: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
                   4474: <categoryname>handler</categoryname>
                   4475: <description>
                   4476: Handler for programtically defining an image
1.318     albertel 4477: </description>
                   4478: </file>
                   4479: <file>
                   4480: <source>loncom/homework/imagechoice.pm</source>
                   4481: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
                   4482: <categoryname>handler</categoryname>
                   4483: <description>
                   4484: Handler for picking out locations on an image.
1.207     www      4485: </description>
                   4486: </file>
                   4487: <file>
                   4488: <source>loncom/homework/rankresponse.pm</source>
                   4489: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
                   4490: <categoryname>handler</categoryname>
                   4491: <description>
                   4492: Handler for rankresponse
1.209     albertel 4493: </description>
                   4494: </file>
                   4495: <file>
                   4496: <source>loncom/homework/matchresponse.pm</source>
                   4497: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
                   4498: <categoryname>handler</categoryname>
                   4499: <description>
                   4500: Handler for matchresponse
1.185     albertel 4501: </description>
1.4       harris41 4502: </file>
                   4503: <file>
1.33      harris41 4504: <source>loncom/homework/randomlabel.pm</source>
                   4505: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   4506: <categoryname>handler</categoryname>
                   4507: <description>
                   4508: Interface for producing applet code which randomizes the labelling of an
                   4509: image.
                   4510: </description>
                   4511: </file>
                   4512: <file>
1.6       harris41 4513: <source>loncom/homework/lonhomework.pm</source>
                   4514: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   4515: <categoryname>handler</categoryname>
1.27      harris41 4516: <description>
                   4517: handles requests for output, evaluation, and alteration of a homework resource
                   4518: </description>
1.95      harris41 4519: <status>works/unverified</status>
1.4       harris41 4520: </file>
                   4521: <file>
1.6       harris41 4522: <source>loncom/homework/inputtags.pm</source>
                   4523: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   4524: <categoryname>handler</categoryname>
                   4525: <description>
                   4526: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   4527: </description>
1.10      harris41 4528: <status>works/unverified</status>
1.4       harris41 4529: </file>
                   4530: <file>
1.6       harris41 4531: <source>loncom/homework/structuretags.pm</source>
                   4532: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   4533: <categoryname>handler</categoryname>
                   4534: <description>
1.27      harris41 4535: produces HTML tags necessary for structuring the presentation of homework
                   4536: resources
1.6       harris41 4537: </description>
1.10      harris41 4538: <status>works/unverified</status>
1.4       harris41 4539: </file>
                   4540: <file>
1.418     albertel 4541:   <source>loncom/homework/bridgetask.pm</source>
                   4542:   <target dist='default'>home/httpd/lib/perl/Apache/bridgetask.pm</target>
                   4543:   <categoryname>handler</categoryname>
                   4544:   <description>
                   4545: implements the tags for supporting bridge tasks
                   4546:   </description>
                   4547:   <status>works/unverified</status>
                   4548: </file>
                   4549: <file>
1.6       harris41 4550: <source>loncom/homework/response.pm</source>
                   4551: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   4552: <categoryname>handler</categoryname>
                   4553: <description>
1.27      harris41 4554: defines different types of responses given to student as well as syntax for
                   4555: producing response values
1.6       harris41 4556: </description>
1.10      harris41 4557: <status>works/unverified</status>
1.4       harris41 4558: </file>
                   4559: <file>
1.6       harris41 4560: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   4561: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   4562: <categoryname>handler</categoryname>
                   4563: <description>
                   4564: handles request to the CAPA homework processing engine
                   4565: </description>
1.10      harris41 4566: <status>works/unverified</status>
1.4       harris41 4567: </file>
                   4568: <file>
1.486     albertel 4569:   <source>loncom/homework/lonmaxima.pm</source>
                   4570:   <target dist='default'>home/httpd/lib/perl/Apache/lonmaxima.pm</target>
                   4571:   <categoryname>handler</categoryname>
                   4572:   <description>
                   4573:     routines to simplify talking to the maxima client
                   4574:   </description>
                   4575:   <status>works/unverified</status>
                   4576: </file>
                   4577: <file>
1.113     harris41 4578: <source>loncom/xml/Safe.pm</source>
                   4579: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
                   4580: <categoryname>handler</categoryname>
                   4581: <description>
                   4582: Meant to safely substitute for CPAN version of Safe.
                   4583: Allows for safely executing embedded perl comands in
                   4584: a way that does not threaten the operating system.
                   4585: </description>
                   4586: <status>works/unverified</status>
                   4587: </file>
                   4588: <file>
1.241     albertel 4589:   <source>loncom/auth/localauth.pm</source>
                   4590:   <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
                   4591:   <categoryname>handler</categoryname>
                   4592:   <description>
1.208     harris41 4593: Local authentication mechanism.  The target file is meant as a template
                   4594: for a localauth.pm file.  The target file with the -std suffix is not
                   4595: used directly by any software program; it is just a template file.
1.241     albertel 4596:   </description>
                   4597:   <status>works/unverified</status>
                   4598: </file>
                   4599: <file>
                   4600:   <source>loncom/auth/localauth.pm</source>
                   4601:   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   4602:   <categoryname>conf</categoryname>
                   4603:   <description>
                   4604: Local authentication mechanism.  
                   4605:   </description>
                   4606:   <status>works/unverified</status>
1.30      harris41 4607: </file>
                   4608: <file>
1.6       harris41 4609: <source>loncom/auth/lonacc.pm</source>
                   4610: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   4611: <categoryname>handler</categoryname>
                   4612: <description>
                   4613: (This module, like loncacc.pm also authenticates with cookies.)  
                   4614: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   4615: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   4616: as coordinating access to educational resources.
                   4617: </description>
1.10      harris41 4618: <status>works/unverified</status>
1.4       harris41 4619: </file>
                   4620: <file>
1.76      harris41 4621: <source>doc/man/Apache__lonacc.3</source>
                   4622: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83      harris41 4623: <categoryname>doc</categoryname>
1.76      harris41 4624: <description>man page for lonacc.pm</description>
                   4625: <build trigger='always run'>
1.115     harris41 4626: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
                   4627: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
1.76      harris41 4628: </build>
                   4629: <status>works/unverified</status>
                   4630: <dependencies>
                   4631: ../../loncom/auth/lonacc.pm
                   4632: </dependencies>
                   4633: </file>
                   4634: <file>
1.118     harris41 4635: <source>doc/lib/perl/Apache/lonacc.html</source>
                   4636: <target dist='default'>
                   4637: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83      harris41 4638: <categoryname>doc</categoryname>
1.76      harris41 4639: <description>POD-derived page for lonacc.pm</description>
                   4640: <build trigger='always run'>
1.115     harris41 4641: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
1.118     harris41 4642: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
1.76      harris41 4643: </build>
                   4644: <status>works/unverified</status>
                   4645: <dependencies>
                   4646: ../../loncom/auth/lonacc.pm
                   4647: </dependencies>
                   4648: </file>
                   4649: <file>
1.6       harris41 4650: <source>loncom/auth/lonracc.pm</source>
                   4651: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   4652: <categoryname>handler</categoryname>
                   4653: <description>
                   4654: access handler for file transfers
1.151     www      4655: </description>
                   4656: <status>works/unverified</status>
                   4657: </file>
                   4658: <file>
                   4659: <source>loncom/auth/lontokacc.pm</source>
                   4660: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
                   4661: <categoryname>handler</categoryname>
                   4662: <description>
1.154     www      4663: handler for inter-server transfer of token accessed files, includes
                   4664: cleanup handler to remove file when successfully done
                   4665: </description>
                   4666: <status>works/unverified</status>
                   4667: </file>
                   4668: <file>
                   4669: <source>loncom/auth/lonuploadedacc.pm</source>
                   4670: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
                   4671: <categoryname>handler</categoryname>
                   4672: <description>
                   4673: access handler for user uploaded files
                   4674: </description>
                   4675: <status>works/unverified</status>
                   4676: </file>
                   4677: <file>
                   4678: <source>loncom/lontrans.pm</source>
                   4679: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
                   4680: <categoryname>handler</categoryname>
                   4681: <description>
                   4682: URI to filename translation
1.347     www      4683: </description>
                   4684: <status>works/unverified</status>
                   4685: </file>
                   4686: <file>
                   4687: <source>loncom/lonenc.pm</source>
                   4688: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
                   4689: <categoryname>handler</categoryname>
                   4690: <description>
                   4691: Encryption and decryption of URIs
1.6       harris41 4692: </description>
1.10      harris41 4693: <status>works/unverified</status>
1.87      harris41 4694: </file>
                   4695: <file>
1.477     albertel 4696: <source>loncom/lonencurl.pm</source>
                   4697: <target dist='default'>home/httpd/lib/perl/Apache/lonencurl.pm</target>
                   4698: <categoryname>handler</categoryname>
                   4699: <description>
                   4700: Handler that takes care of decrypting request URL's
                   4701: </description>
                   4702: <status>works/unverified</status>
                   4703: </file>
                   4704: <file>
1.87      harris41 4705: <source>doc/man/Apache__lonracc.3</source>
                   4706: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
                   4707: <categoryname>doc</categoryname>
                   4708: <description>man page for lonracc.pm</description>
                   4709: <build trigger='always run'>
1.115     harris41 4710: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
                   4711: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
1.87      harris41 4712: </build>
                   4713: <status>works/unverified</status>
                   4714: <dependencies>
                   4715: ../../loncom/auth/lonracc.pm
                   4716: </dependencies>
                   4717: </file>
                   4718: <file>
1.118     harris41 4719: <source>doc/lib/perl/Apache/lonracc.html</source>
                   4720: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112     harris41 4721: </target>
1.87      harris41 4722: <categoryname>doc</categoryname>
                   4723: <description>POD-derived page for lonracc.pm</description>
                   4724: <build trigger='always run'>
1.115     harris41 4725: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
1.118     harris41 4726: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
1.87      harris41 4727: </build>
                   4728: <status>works/unverified</status>
                   4729: <dependencies>
                   4730: ../../loncom/auth/lonracc.pm
                   4731: </dependencies>
1.4       harris41 4732: </file>
                   4733: <file>
1.6       harris41 4734: <source>loncom/auth/loncacc.pm</source>
                   4735: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   4736: <categoryname>handler</categoryname>
                   4737: <description>
                   4738: This module provides access to an educational resource construction area.
                   4739: This module is invoked by the URL-related pattern syntax
                   4740: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   4741: Authentication of user identity
                   4742: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   4743: to "construction-space access").  If the cookie handle is invalid, then
                   4744: this module returns a forbidden status and makes appropriate log entries.
                   4745: If the cookie handle is valid, status is determined to be okay (and,
                   4746: for the "priv"-type access, the resource is delivered by the
                   4747: <tt>lonconstruct</tt> module).
                   4748: </description>
1.10      harris41 4749: <status>works/unverified</status>
1.4       harris41 4750: </file>
                   4751: <file>
1.86      harris41 4752: <source>doc/man/Apache__loncacc.3</source>
                   4753: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
                   4754: <categoryname>doc</categoryname>
                   4755: <description>man page for loncacc.pm</description>
                   4756: <build trigger='always run'>
1.115     harris41 4757: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
                   4758: &amp;&amp; echo 'manifying loncacc.pm'
1.86      harris41 4759: </build>
                   4760: <status>works/unverified</status>
                   4761: <dependencies>
                   4762: ../../loncom/auth/loncacc.pm
                   4763: </dependencies>
                   4764: </file>
                   4765: <file>
1.118     harris41 4766: <source>doc/lib/perl/Apache/loncacc.html</source>
                   4767: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112     harris41 4768: </target>
1.86      harris41 4769: <categoryname>doc</categoryname>
                   4770: <description>POD-derived page for loncacc.pm</description>
                   4771: <build trigger='always run'>
1.115     harris41 4772: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
1.118     harris41 4773: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
1.86      harris41 4774: </build>
                   4775: <status>works/unverified</status>
                   4776: <dependencies>
                   4777: ../../loncom/auth/loncacc.pm
                   4778: </dependencies>
                   4779: </file>
                   4780: <file>
1.6       harris41 4781: <source>loncom/auth/lonauth.pm</source>
                   4782: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   4783: <categoryname>handler</categoryname>
                   4784: <description>authenticate, set up session environment</description>
1.10      harris41 4785: <status>works/unverified</status>
1.4       harris41 4786: </file>
                   4787: <file>
1.6       harris41 4788: <source>loncom/auth/lonlogin.pm</source>
                   4789: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   4790: <categoryname>handler</categoryname>
                   4791: <description>login screen</description>
1.10      harris41 4792: <status>works/unverified</status>
1.4       harris41 4793: </file>
                   4794: <file>
1.492     raeburn  4795: <source>loncom/auth/restrictedaccess.pm</source>
                   4796: <target dist='default'>home/httpd/lib/perl/Apache/restrictedaccess.pm</target>
                   4797: <categoryname>handler</categoryname>
                   4798: <description>Passphrase entry form and verification for access to passphrase-protected portfolio files</description>
                   4799: <status>works/unverified</status>
                   4800: </file>
                   4801: <file>
1.520     raeburn  4802: <source>loncom/auth/blockedaccess.pm</source>
                   4803: <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
                   4804: <categoryname>handler</categoryname>
                   4805: <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>
                   4806: <status>works/unverified</status>
                   4807: </file>
                   4808: <file>
1.355     matthew  4809: <source>loncom/auth/londatecheck.pm</source>
                   4810: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
                   4811: <categoryname>handler</categoryname>
1.356     albertel 4812: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
                   4813: <status>works/unverified</status>
1.355     matthew  4814: </file>
                   4815: <file>
1.473     albertel 4816:   <source>loncom/auth/publiccheck.pm</source>
                   4817:   <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
                   4818:   <categoryname>handler</categoryname>
                   4819:   <description>Checks if resource is public and allows unauthenticated access if it is.</description>
                   4820:   <status>works/unverified</status>
                   4821: </file>
                   4822: <file>
1.6       harris41 4823: <source>loncom/auth/lonlogout.pm</source>
                   4824: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   4825: <categoryname>handler</categoryname>
                   4826: <description>logout</description>
1.10      harris41 4827: <status>works/unverified</status>
1.4       harris41 4828: </file>
                   4829: <file>
1.458     albertel 4830:   <source>loncom/auth/migrateuser.pm</source>
                   4831:   <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
                   4832:   <categoryname>handler</categoryname>
                   4833:   <description>auto logsin a remote user</description>
                   4834:   <status>works/unverified</status>
                   4835: </file>
                   4836: <file>
                   4837:   <source>loncom/auth/switchserver.pm</source>
                   4838:   <target dist='default'>home/httpd/lib/perl/Apache/switchserver.pm</target>
                   4839:   <categoryname>handler</categoryname>
                   4840:   <description>Setups the transfer of a user between servers</description>
                   4841:   <status>works/unverified</status>
                   4842: </file>
                   4843: <file>
1.461     albertel 4844:   <source>loncom/auth/checkauthen.pm</source>
                   4845:   <target dist='default'>home/httpd/lib/perl/Apache/checkauthen.pm</target>
                   4846:   <categoryname>handler</categoryname>
                   4847:   <description>Checks if a user's cookie exists and is valid</description>
                   4848:   <status>works/unverified</status>
                   4849: </file>
                   4850: <file>
1.475     albertel 4851:   <source>loncom/auth/simpleauthen.pm</source>
                   4852:   <target dist='default'>home/httpd/lib/perl/Apache/simpleauthen.pm</target>
                   4853:   <categoryname>handler</categoryname>
                   4854:   <description>Always returns DENIED</description>
                   4855:   <status>works/unverified</status>
                   4856: </file>
                   4857: <file>
1.6       harris41 4858: <source>loncom/lonnet/perl/lonrep.pm</source>
                   4859: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   4860: <categoryname>handler</categoryname>
                   4861: <description>replication</description>
1.345     raeburn  4862: </file>
                   4863: <file>
                   4864: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
                   4865: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
                   4866: <categoryname>handler</categoryname>
                   4867: <description>copying of uploaded files</description>
1.4       harris41 4868: </file>
                   4869: <file>
1.6       harris41 4870: <source>loncom/auth/lonroles.pm</source>
                   4871: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   4872: <categoryname>handler</categoryname>
                   4873: <description>
                   4874: This perl handling module reads in the available roles available
                   4875: for a LON-CAPA user (different courses, different privileges, etc)
                   4876: and produces a form-element HTML page which allows the user to select
                   4877: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   4878: a user may want to select between being a student in a thermodynamics
                   4879: physics course or a teaching assistant for an introductory calculus
                   4880: class.
                   4881: </description>
1.86      harris41 4882: </file>
                   4883: <file>
                   4884: <source>doc/man/Apache__lonroles.3</source>
                   4885: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
                   4886: <categoryname>doc</categoryname>
                   4887: <description>man page for lonroles.pm</description>
                   4888: <build trigger='always run'>
1.115     harris41 4889: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
                   4890: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
1.86      harris41 4891: </build>
                   4892: <status>works/unverified</status>
                   4893: <dependencies>
                   4894: ../../loncom/auth/lonroles.pm
                   4895: </dependencies>
                   4896: </file>
                   4897: <file>
1.118     harris41 4898: <source>doc/lib/perl/Apache/lonroles.html</source>
                   4899: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112     harris41 4900: </target>
1.86      harris41 4901: <categoryname>doc</categoryname>
                   4902: <description>POD-derived page for lonroles.pm</description>
                   4903: <build trigger='always run'>
1.115     harris41 4904: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
1.118     harris41 4905: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
1.86      harris41 4906: </build>
                   4907: <status>works/unverified</status>
                   4908: <dependencies>
                   4909: ../../loncom/auth/lonroles.pm
                   4910: </dependencies>
1.4       harris41 4911: </file>
                   4912: <file>
1.363     albertel 4913: <source>loncom/interface/lonsource.pm</source>
                   4914: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
                   4915: <categoryname>handler</categoryname>
                   4916: <description>
                   4917: Problem source code viewer
                   4918: </description>
                   4919: <status>works/unverified</status>
                   4920: </file>
                   4921: <file>
1.6       harris41 4922: <source>loncom/interface/lonindexer.pm</source>
                   4923: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   4924: <categoryname>handler</categoryname>
                   4925: <description>
                   4926: cross server filesystem browser
                   4927: </description>
1.10      harris41 4928: <status>works/unverified</status>
1.76      harris41 4929: </file>
                   4930: <file>
                   4931: <source>doc/man/Apache__lonindexer.3</source>
                   4932: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83      harris41 4933: <categoryname>doc</categoryname>
1.76      harris41 4934: <description>man page for lonindexer.pm</description>
                   4935: <build trigger='always run'>
1.115     harris41 4936: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
                   4937: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
1.76      harris41 4938: </build>
                   4939: <status>works/unverified</status>
                   4940: <dependencies>
                   4941: ../../loncom/interface/lonindexer.pm
                   4942: </dependencies>
                   4943: </file>
                   4944: <file>
1.118     harris41 4945: <source>doc/lib/perl/Apache/lonindexer.html</source>
                   4946: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112     harris41 4947: </target>
1.83      harris41 4948: <categoryname>doc</categoryname>
1.76      harris41 4949: <description>POD-derived page for lonindexer.pm</description>
                   4950: <build trigger='always run'>
1.115     harris41 4951: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
1.118     harris41 4952: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
                   4953: echo 'pod2html lonindexer.pm'
1.76      harris41 4954: </build>
                   4955: <status>works/unverified</status>
                   4956: <dependencies>
                   4957: ../../loncom/interface/lonindexer.pm
                   4958: </dependencies>
1.4       harris41 4959: </file>
                   4960: <file>
1.24      harris41 4961: <source>loncom/interface/groupsort.pm</source>
                   4962: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   4963: <categoryname>handler</categoryname>
                   4964: <description>
                   4965: Implements a second phase of importing multiple resources into the RAT.
                   4966: Allows for reordering the sequence of resources.
                   4967: </description>
                   4968: <status>works/unverified</status>
                   4969: </file>
                   4970: <file>
1.6       harris41 4971: <source>loncom/lonnet/perl/lonnet.pm</source>
                   4972: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   4973: <categoryname>handler</categoryname>
                   4974: <description>
                   4975: This file is an interface to the lonc processes of the LON-CAPA network
                   4976: as well as set of elaborated functions for handling information necessary
                   4977: for navigating through a given cluster of LON-CAPA machines within a domain.
                   4978: There are over 40 specialized functions in this module which handle
                   4979: the reading and transmission of metadata, user information
                   4980: (ids, names, environments, roles, logs), file information (storage, reading,
                   4981: directories, extensions, replication, embedded styles and descriptors),
                   4982: educational resources (course descriptions, section names and numbers),
                   4983: url hashing (to assign roles on a url basis), and translating abbreviated
                   4984: symbols to and from more descriptive phrases or explanations.
                   4985: </description>
1.10      harris41 4986: <status>works/unverified</status>
1.73      harris41 4987: </file>
                   4988: <file>
                   4989: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 4990: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83      harris41 4991: <categoryname>doc</categoryname>
1.73      harris41 4992: <description>man page for lonnet.pm</description>
                   4993: <build trigger='always run'>
1.115     harris41 4994: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
                   4995: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
1.73      harris41 4996: </build>
                   4997: <status>works/unverified</status>
                   4998: <dependencies>
                   4999: ../../loncom/lonnet/perl/lonnet.pm
                   5000: </dependencies>
                   5001: </file>
                   5002: <file>
1.118     harris41 5003: <source>doc/lib/perl/Apache/lonnet.html</source>
                   5004: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
                   5005: </target>
1.83      harris41 5006: <categoryname>doc</categoryname>
1.73      harris41 5007: <description>POD-derived page for lonnet.pm</description>
                   5008: <build trigger='always run'>
1.115     harris41 5009: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
1.118     harris41 5010: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
1.73      harris41 5011: </build>
                   5012: <status>works/unverified</status>
                   5013: <dependencies>
                   5014: ../../loncom/lonnet/perl/lonnet.pm
                   5015: </dependencies>
1.4       harris41 5016: </file>
                   5017: <file>
1.525     albertel 5018: <source>loncom/lonnet/perl/londns.pm</source>
                   5019: <target dist='default'>home/httpd/lib/perl/Apache/londns.pm</target>
                   5020: <categoryname>handler</categoryname>
                   5021: <description>
                   5022: Domain information serving.
                   5023: </description>
                   5024: <status>works/unverified</status>
                   5025: </file>
                   5026: <file>
1.6       harris41 5027: <source>loncom/html/index.html</source>
                   5028: <target dist='default'>home/httpd/html/index.html</target>
                   5029: <categoryname>interface file</categoryname>
                   5030: <description>bumps to login</description>
1.280     www      5031: </file>
                   5032: <file>
                   5033: <source>loncom/html/index.html</source>
                   5034: <target dist='default'>home/httpd/html/origindex.html</target>
                   5035: <categoryname>interface file</categoryname>
                   5036: <description>bumps to login, backup for takeonline</description>
1.181     www      5037: </file>
                   5038: <file>
                   5039: <source>loncom/html/favicon.ico</source>
                   5040: <target dist='default'>home/httpd/html/favicon.ico</target>
                   5041: <categoryname>interface file</categoryname>
                   5042: <description>Bookmark and tab icon</description>
1.4       harris41 5043: </file>
1.419     matthew  5044: <file>
                   5045: <source>loncom/mime.types</source>
1.6       harris41 5046: <target dist='default'>etc/httpd/conf/mime.types</target>
1.563     raeburn  5047: <target dist='sles10 suse10.1 suse10.2 suse10.3'>etc/apache2/mime.types</target>
1.419     matthew  5048: <categoryname>www static conf</categoryname>
1.506     raeburn  5049: <description>Expanded mime.types</description>
1.419     matthew  5050: </file>
1.6       harris41 5051: <link>
                   5052: <linkto>home/httpd/html/res</linkto>
                   5053: <target dist='default'>home/httpd/html/raw</target>
                   5054: <categoryname>symbolic link</categoryname>
                   5055: <description>symbolic link to /home/httpd/html/res</description>
                   5056: </link>
1.4       harris41 5057: <file>
1.6       harris41 5058: <source>loncom/html/adm/notfound.html</source>
                   5059: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   5060: <categoryname>interface file</categoryname>
                   5061: <description>
                   5062: static html page that is shown when an attempt is made to access a document
                   5063: not present on the web server
                   5064: </description>
1.4       harris41 5065: </file>
                   5066: <file>
1.6       harris41 5067: <source>loncom/html/adm/unauthorized.html</source>
                   5068: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   5069: <categoryname>interface file</categoryname>
                   5070: <description>
1.27      harris41 5071: static html page that is shown when an attempt is made to access a document
                   5072: which is restricted based on file or server configurations
1.32      harris41 5073: </description>
                   5074: </file>
                   5075: <file>
                   5076: <source>loncom/html/adm/help/searchcat.html</source>
1.109     harris41 5077: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32      harris41 5078: <categoryname>interface file</categoryname>
                   5079: <description>
                   5080: Help page for the search engine.
1.6       harris41 5081: </description>
1.4       harris41 5082: </file>
                   5083: <file>
1.6       harris41 5084: <source>rat/client/rat.html</source>
                   5085: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   5086: <categoryname>interface file</categoryname>
                   5087: <description>
                   5088: frameset
                   5089: </description>
1.4       harris41 5090: </file>
                   5091: <file>
1.6       harris41 5092: <source>rat/client/parameter.html</source>
                   5093: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   5094: <categoryname>interface file</categoryname>
                   5095: <description>
                   5096: Parameter input window.
                   5097: </description>
1.4       harris41 5098: </file>
                   5099: <file>
1.398     raeburn  5100: <source>rat/client/ratcode.js</source>
                   5101: <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
1.170     www      5102: <categoryname>interface file</categoryname>
                   5103: <description>
1.397     raeburn  5104: javascript for horizontal menubar in RAT
1.170     www      5105: </description>
                   5106: </file>
                   5107: <file>
                   5108: <source>rat/client/extpickcode.html</source>
                   5109: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
                   5110: <categoryname>interface file</categoryname>
                   5111: <description>
                   5112: javascript
                   5113: </description>
                   5114: </file>
                   5115: <file>
                   5116: <source>rat/client/extpickframe.html</source>
                   5117: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6       harris41 5118: <categoryname>interface file</categoryname>
                   5119: <description>
                   5120: javascript
                   5121: </description>
1.4       harris41 5122: </file>
                   5123: <file>
1.6       harris41 5124: <source>rat/client/map.html</source>
                   5125: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   5126: <categoryname>interface file</categoryname>
                   5127: <description>
                   5128: bumper
                   5129: </description>
1.4       harris41 5130: </file>
                   5131: <file>
1.6       harris41 5132: <source>rat/client/empty.html</source>
                   5133: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   5134: <categoryname>interface file</categoryname>
                   5135: <description>
                   5136: A blank page with very minimal HTML structural elements.
1.217     www      5137: </description>
                   5138: </file>
                   5139: <file>
                   5140: <source>rat/client/loading.html</source>
                   5141: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
                   5142: <categoryname>interface file</categoryname>
                   5143: <description>
                   5144: A blank page which calls drawwindow in its opener after being loaded.
1.6       harris41 5145: </description>
1.4       harris41 5146: </file>
1.10      harris41 5147: <fileglob>
                   5148: <glob>*.gif</glob>
                   5149: <sourcedir>rat/images/</sourcedir>
                   5150: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   5151: <categoryname>graphic file</categoryname>
                   5152: <description>
                   5153: icons for providing a HTML-tabled view of a course map
                   5154: </description>
                   5155: <filenames>
1.37      harris41 5156: 1.1.dt.gif;
                   5157: 1.1.empty.gif;
                   5158: 1.1.ld.gif;
                   5159: 1.1.lr.gif;
                   5160: 1.1.rd.gif;
1.60      harris41 5161: 1.1.rl.gif;
1.37      harris41 5162: 1.1.td.gif;
                   5163: 1.1.tdrl.gif;
                   5164: 1.1.tl.gif;
                   5165: 1.1.tr.gif;
                   5166: 1.1.utd.gif;
                   5167: 1.2.ctd.gif;
                   5168: 1.2.dt.gif;
                   5169: 1.2.empty.gif;
                   5170: 1.2.ld.gif;
                   5171: 1.2.lr.gif;
                   5172: 1.2.lrd.gif;
                   5173: 1.2.lrtd.gif;
                   5174: 1.2.rd.gif;
                   5175: 1.2.rl.gif;
                   5176: 1.2.rld.gif;
                   5177: 1.2.rltd.gif;
                   5178: 1.2.rtd.gif;
                   5179: 1.2.rtdl.gif;
                   5180: 1.2.rtl.gif;
                   5181: 1.2.td.gif;
                   5182: 1.2.tdl.gif;
                   5183: 1.2.tdrl.gif;
                   5184: 1.2.tl.gif;
                   5185: 1.2.tr.gif;
                   5186: 1.2.utd.gif;
                   5187: 2.1.dt.gif;
                   5188: 2.1.empty.gif;
                   5189: 2.1.ld.gif;
                   5190: 2.1.lr.gif;
                   5191: 2.1.rd.gif;
                   5192: 2.1.rl.gif;
                   5193: 2.1.td.gif;
                   5194: 2.1.tdrl.gif;
                   5195: 2.1.tl.gif;
                   5196: 2.1.tr.gif;
                   5197: 2.2.dt.gif;
                   5198: 2.2.empty.gif;
                   5199: 2.2.ld.gif;
                   5200: 2.2.lr.gif;
                   5201: 2.2.lrd.gif;
                   5202: 2.2.lrt.gif;
                   5203: 2.2.rd.gif;
                   5204: 2.2.rl.gif;
                   5205: 2.2.rld.gif;
                   5206: 2.2.rlt.gif;
                   5207: 2.2.td.gif;
                   5208: 2.2.tdl.gif;
                   5209: 2.2.tdr.gif;
                   5210: 2.2.tdrl.gif;
                   5211: 2.2.tl.gif;
                   5212: 2.2.tr.gif;
                   5213: 2.2.url.gif;
                   5214: 2.2.utd.gif;
                   5215: arrow.gif;
                   5216: bdt.gif;
                   5217: bempty.gif;
                   5218: bld.gif;
                   5219: blr.gif;
                   5220: blrd.gif;
                   5221: blrt.gif;
1.60      harris41 5222: bottom.gif;
1.37      harris41 5223: brd.gif;
                   5224: brl.gif;
                   5225: brld.gif;
                   5226: brlt.gif;
                   5227: btd.gif;
                   5228: btdl.gif;
                   5229: btdr.gif;
                   5230: btdrl.gif;
                   5231: btl.gif;
                   5232: btr.gif;
                   5233: burl.gif;
                   5234: butd.gif;
                   5235: condition.gif;
                   5236: edit.gif;
                   5237: finish.gif;
                   5238: info.gif;
                   5239: inscol.gif;
                   5240: inscond.gif;
                   5241: insres.gif;
                   5242: insrow.gif;
                   5243: left.gif;
                   5244: middle.gif;
                   5245: resource.gif;
                   5246: right.gif;
                   5247: sctd.gif;
                   5248: sdt.gif;
                   5249: sempty.gif;
                   5250: sld.gif;
                   5251: slr.gif;
                   5252: slrd.gif;
                   5253: slrtd.gif;
                   5254: srd.gif;
                   5255: srl.gif;
                   5256: srld.gif;
                   5257: srltd.gif;
                   5258: srtd.gif;
                   5259: srtdl.gif;
                   5260: srtl.gif;
                   5261: start.gif;
                   5262: std.gif;
                   5263: stdl.gif;
1.10      harris41 5264: sutd.gif
                   5265: </filenames>
                   5266: </fileglob>
                   5267: <fileglob>
1.60      harris41 5268: <glob>*.*</glob>
1.10      harris41 5269: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   5270: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   5271: <categoryname>graphic file</categoryname>
                   5272: <description>
                   5273: icons to indicate an unexpected result
                   5274: </description>
                   5275: <filenames>
1.37      harris41 5276: lonconstruct.gif;
                   5277: lonlogo_broken.gif;
                   5278: lonlogo_broken_tsp.gif;
                   5279: lonlogo_broken.eps;
                   5280: lonlogo_broken.jpg;
1.469     raeburn  5281: lonlogo_broken.mov;
                   5282: genericstudent_tn.gif
1.10      harris41 5283: </filenames>
                   5284: </fileglob>
                   5285: <fileglob>
1.60      harris41 5286: <glob>*.*</glob>
1.10      harris41 5287: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   5288: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   5289: <categoryname>graphic file</categoryname>
                   5290: <description>
1.132     harris41 5291: logos and general widget icons
1.10      harris41 5292: </description>
                   5293: <filenames>
1.68      harris41 5294: SMETE_white.gif;
1.117     harris41 5295: aboutlon.gif;
1.288     www      5296: aboutlon_pt.gif;
                   5297: aboutlon_de.gif;
1.117     harris41 5298: accessbutton.gif;
1.288     www      5299: accessbutton_pt.gif;
                   5300: accessbutton_de.gif;
1.224     www      5301: angry.gif;
1.60      harris41 5302: arrow_up.gif;
1.360     albertel 5303: baeh.gif;
1.224     www      5304: bigsmile.gif;
1.177     bowersj2 5305: branch.gif;
1.37      harris41 5306: cab.gif;
                   5307: cab_big.gif;
1.62      harris41 5308: capapanel.gif;
1.224     www      5309: check.gif;
1.37      harris41 5310: class.gif;
                   5311: class_big.gif;
1.379     albertel 5312: closepage.gif;
1.494     www      5313: clickhere.gif;
1.224     www      5314: coolindiff.gif;
                   5315: coolsmile.gif;
                   5316: cry.gif;
1.343     www      5317: doc.gif;
                   5318: doc_big.gif;
1.37      harris41 5319: dvi.gif;
                   5320: dvi_big.gif;
                   5321: eps.gif;
                   5322: eps_big.gif;
                   5323: exam.gif;
                   5324: exam_big.gif;
1.117     harris41 5325: fillbottom.gif;
                   5326: fillleft.gif;
                   5327: fillright.gif;
                   5328: filltop.gif;
1.37      harris41 5329: folder_closed.gif;
                   5330: folder_opened.gif;
                   5331: folder_pointer_closed.gif;
                   5332: folder_pointer_opened.gif;
                   5333: form.gif;
                   5334: form_big.gif;
1.224     www      5335: frowny.gif;
1.37      harris41 5336: gif.gif;
                   5337: gif_big.gif;
1.117     harris41 5338: header.gif;
1.455     albertel 5339: header.png;
1.387     raeburn  5340: helpdesk.gif;
                   5341: helpgateway.gif;
1.224     www      5342: hrrm.gif;
1.37      harris41 5343: htm.gif;
                   5344: html.gif;
                   5345: html_big.gif;
1.224     www      5346: huh.gif;
1.52      harris41 5347: jar.gif;
                   5348: jar_big.gif;
1.37      harris41 5349: jpg.gif;
                   5350: jpg_big.gif;
1.62      harris41 5351: latex.gif;
1.269     www      5352: library.gif;
1.224     www      5353: lipsrsealed.gif;
1.117     harris41 5354: lite.gif;
1.37      harris41 5355: liteani.gif;
1.117     harris41 5356: litetext.gif;
1.62      harris41 5357: lolpanel.gif;
1.37      harris41 5358: lonanim.gif;
                   5359: lonanimend.gif;
1.117     harris41 5360: loncapalogo.gif;
1.37      harris41 5361: lonhelplogos.gif;
1.60      harris41 5362: lonhelptop.gif;
1.37      harris41 5363: lonlogo.gif;
                   5364: lonlogos.gif;
1.117     harris41 5365: lowerleft.gif;
                   5366: lowerright.gif;
1.360     albertel 5367: mailbkgrd.gif;
                   5368: mailto.gif;
1.236     www      5369: minilogo.gif;
1.37      harris41 5370: meta.gif;
                   5371: meta_big.gif;
                   5372: mov.gif;
                   5373: mov_big.gif;
                   5374: move_up.gif;
                   5375: move_down.gif;
1.177     bowersj2 5376: navmap.correct.gif;
1.467     www      5377: navmap.partial.gif;
1.251     bowersj2 5378: navmap.ellipsis.gif;
1.177     bowersj2 5379: navmap.open.gif;
1.251     bowersj2 5380: navmap.page.open.gif;
                   5381: navmap.page.closed.gif;
                   5382: navmap.page.open.nomanip.gif;
                   5383: navmap.page.closed.nomanip.gif;
1.177     bowersj2 5384: navmap.wrong.gif;
1.180     bowersj2 5385: navmap.folder.open.gif;
                   5386: navmap.folder.closed.gif;
1.229     bowersj2 5387: navmap.folder.open.nomanip.gif;
                   5388: navmap.folder.closed.nomanip.gif;
1.292     www      5389: neutral.gif;
1.37      harris41 5390: page.gif;
                   5391: page_big.gif;
                   5392: pdf.gif;
                   5393: pdf_big.gif;
1.54      harris41 5394: png.gif;
                   5395: png_big.gif;
1.343     www      5396: ppt.gif;
                   5397: ppt_big.gif;
1.37      harris41 5398: problem.gif;
                   5399: problem_big.gif;
                   5400: ps.gif;
                   5401: ps_big.gif;
1.224     www      5402: rolleyes.gif;
1.37      harris41 5403: quill.gif;
                   5404: quiz.gif;
                   5405: quiz_big.gif;
                   5406: select.gif;
                   5407: sequence.gif;
                   5408: sequence_big.gif;
                   5409: server.gif;
                   5410: server_big.gif;
1.224     www      5411: shocked.gif;
                   5412: smiley.gif;
1.37      harris41 5413: srvbad.gif;
                   5414: srvempty.gif;
                   5415: srvgood.gif;
                   5416: srvhalf.gif;
                   5417: srvnull.gif;
                   5418: survey.gif;
                   5419: survey_big.gif;
1.429     www      5420: task.gif;
                   5421: task_big.gif;
1.37      harris41 5422: tex.gif;
                   5423: tex_big.gif;
1.210     www      5424: tth.gif;
1.37      harris41 5425: txt.gif;
                   5426: txt_big.gif;
1.57      harris41 5427: unknown.gif;
                   5428: unknown_big.gif;
1.117     harris41 5429: upperleft.gif;
                   5430: upperright.gif;
1.37      harris41 5431: user.gif;
                   5432: user_big.gif;
1.117     harris41 5433: userauthentication.gif;
1.288     www      5434: userauthentication_pt.gif;
                   5435: userauthentication_de.gif;
1.37      harris41 5436: wav.gif;
                   5437: wav_big.gif;
                   5438: white_space_20_22.gif;
                   5439: whitespace1.gif;
                   5440: whitespace10.gif;
                   5441: whitespace2.gif;
                   5442: whitespace3.gif;
                   5443: whitespace4.gif;
                   5444: whitespace5.gif;
                   5445: whitespace6.gif;
                   5446: whitespace7.gif;
                   5447: whitespace8.gif;
                   5448: whitespace9.gif;
1.224     www      5449: wink.gif;
1.343     www      5450: xls.gif;
                   5451: xls_big.gif;
1.37      harris41 5452: xml.gif;
                   5453: xml_big.gif;
                   5454: zip.gif;
1.10      harris41 5455: zip_big.gif
                   5456: </filenames>
                   5457: </fileglob>
                   5458: <fileglob>
1.60      harris41 5459: <glob>*.*</glob>
1.10      harris41 5460: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   5461: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   5462: <categoryname>graphic file</categoryname>
                   5463: <description>
1.132     harris41 5464: Miscellaneous resources.
1.10      harris41 5465: </description>
                   5466: <filenames>
1.80      harris41 5467: authorfeed.gif;
1.373     albertel 5468: blackdot.gif;
1.80      harris41 5469: bomb.gif;
1.320     www      5470: smallFAQ.gif;
                   5471: smallBug.gif;
1.40      harris41 5472: cat_button.gif;
1.539     www      5473: cat_button.png;
1.80      harris41 5474: chat.gif;
1.111     harris41 5475: eval_button.gif;
1.539     www      5476: eval_button.png;
1.80      harris41 5477: feedback.gif;
1.40      harris41 5478: pprm_button.gif;
1.539     www      5479: pprm_button.png;
1.40      harris41 5480: pgrd_button.gif;
1.539     www      5481: pgrd_button.png;
1.540     albertel 5482: subm_button.gif;
1.539     www      5483: subm_button.png;
1.10      harris41 5484: </filenames>
                   5485: </fileglob>
                   5486: <file>
1.413     albertel 5487: <source>loncom/xml/algebra/AlgParser.pm</source>
1.411     albertel 5488: <target dist='default'>home/httpd/lib/perl/AlgParser.pm</target>
                   5489: <categoryname>system file</categoryname>
                   5490: <description>
                   5491: perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion
                   5492: </description>
                   5493: <status>works/unverified</status>
                   5494: </file>
                   5495: <file>
1.299     matthew  5496: <source>modules/TexConvert/tthperl/tth.pm</source>
1.298     matthew  5497: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10      harris41 5498: <categoryname>system file</categoryname>
                   5499: <description>
                   5500: perl module for invoking functions specific to TeX-to-HTML conversion
                   5501: </description>
                   5502: <note>
                   5503: Has the same dependencies and build process as tth.so.
                   5504: Currently, only the tth.so file specifications invoke
1.49      harris41 5505: the build process however.  A static version is checked into loncom/xml
                   5506: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 5507: </note>
1.113     harris41 5508: <status>works/unverified</status>
                   5509: </file>
                   5510: <file>
                   5511: <source>loncom/xml/LCParser.pm</source>
                   5512: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125     harris41 5513: <categoryname>system file</categoryname>
                   5514: <description>
                   5515: perl module for parsing HTML in a way that really works and is thoroughly
                   5516: tested
                   5517: </description>
                   5518: <status>works/unverified</status>
1.234     foxr     5519: </file>
                   5520: <file>
1.360     albertel 5521:   <source>loncom/lonlocal.pm</source>
                   5522:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
                   5523:   <categoryname>system file</categoryname>
                   5524:   <description>
                   5525:      lonc/d handler for doing a local filesystem based init:
                   5526:   </description>
                   5527:   <status>works/verified</status>
                   5528: </file>
                   5529: <file>
                   5530:   <source>loncom/lonssl.pm</source>
                   5531:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
                   5532:   <categoryname>system file</categoryname>
                   5533:   <description>
                   5534:      lonc/d handler for doing a remote SSL based init:
                   5535:   </description>
                   5536:   <status>works/verified</status>
                   5537: </file>
                   5538: <file>
1.234     foxr     5539:   <source>loncom/LondConnection.pm</source>
1.239     albertel 5540:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234     foxr     5541:   <categoryname>system file</categoryname>
                   5542:   <description>
                   5543:      Manages a connection between a lonc proxy daemon and the lond server
                   5544:      in the remote node.
1.252     www      5545:   </description>
                   5546:   <status>works/verified</status>
                   5547: </file>
                   5548: <file>
                   5549:   <source>loncom/LondTransaction.pm</source>
                   5550:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
                   5551:   <categoryname>system file</categoryname>
                   5552:   <description>
                   5553: 	Handles a single lon-capa insternal transaction
1.234     foxr     5554:   </description>
                   5555:   <status>works/verified</status>
                   5556: </file>
                   5557: <file>
                   5558:    <source>loncom/types/HashIterator.pm</source>
1.239     albertel 5559:    <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234     foxr     5560:    <categoryname>system file</categoryname>
                   5561:    <description>
                   5562:       Provides support to iterate through opaque hashes hidden e.g. within 
                   5563:       object private data.
                   5564:    </description>
                   5565:    <status>works/verified</status>
                   5566: </file>
                   5567: <file>
                   5568:    <source>loncom/types/Queue.pm</source>
1.239     albertel 5569:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234     foxr     5570:    <categoryname>system file</categoryname>
                   5571:    <description>
                   5572:      Provides a FIFO queue class.
                   5573:    </description>
                   5574:    <status>works/verified</status>
                   5575: </file>
                   5576: <file>
                   5577:    <source>loncom/types/Stack.pm</source>
1.239     albertel 5578:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234     foxr     5579:    <categoryname>system file</categoryname>
                   5580:    <description>
                   5581:      Provides a LIFO stack class.
                   5582:    </description>
                   5583:    <status>works/verified</status>
1.239     albertel 5584: </file>
1.234     foxr     5585: <file>
                   5586:    <source>loncom/loncnew</source>
1.240     albertel 5587:    <target dist='default'>home/httpd/perl/loncnew</target>
                   5588:    <categoryname>script</categoryname>
1.234     foxr     5589:    <description>
                   5590: 	  Proxy server for remote loncapa requests.
1.250     albertel 5591:           Needs CPAN Event module.
1.234     foxr     5592:    </description>
1.125     harris41 5593: </file>
                   5594: <file>
                   5595: <source>loncom/configuration/Configuration.pm</source>
                   5596: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113     harris41 5597: <categoryname>system file</categoryname>
                   5598: <description>
1.126     harris41 5599: Configuration file reader (looks in /etc/httpd/conf/); accepts
                   5600: a list of *.conf files to inspect for PerlSetVar key/value
                   5601: entries.
1.316     www      5602: </description>
                   5603: <status>works/unverified</status>
                   5604: </file>
                   5605: <file>
                   5606: <source>loncom/ConfigFileEdit.pm</source>
                   5607: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
                   5608: <categoryname>system file</categoryname>
                   5609: <description>
                   5610: Configuration file editing module
1.113     harris41 5611: </description>
1.10      harris41 5612: <status>works/unverified</status>
                   5613: </file>
                   5614: <file>
                   5615: <source>modules/TexConvert/tthperl/tth.so</source>
1.298     matthew  5616: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10      harris41 5617: <categoryname>system file</categoryname>
                   5618: <description>
                   5619: shared library file for dynamic loading and unloading
                   5620: </description>
                   5621: <note>
                   5622: The source and file dependencies are not available to most
                   5623: CVS users.  (You can safely rely on the existing binaries
                   5624: present on your system... don't worry about warnings
                   5625: related to this file during the build process.)
                   5626: </note>
1.441     albertel 5627: <build trigger='always run'>
1.10      harris41 5628: modules/TexConvert/tthperl/commands
                   5629: </build>
                   5630: <status>works/unverified</status>
1.439     albertel 5631: <dependencies>
1.440     albertel 5632: commands;
1.439     albertel 5633: compiles/tth.so.i386;
                   5634: compiles/tth.so.x86_64
                   5635: </dependencies>
1.10      harris41 5636: </file>
                   5637: <file>
                   5638: <source>loncom/homework/caparesponse/capa.pm</source>
1.298     matthew  5639: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10      harris41 5640: <categoryname>system file</categoryname>
                   5641: <description>
                   5642: perl module for invoking functions specific to CAPA
                   5643: </description>
1.49      harris41 5644: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 5645: <note>
                   5646: Has the same dependencies and build process as capa.so.
                   5647: Currently, only the capa.so file specifications invoke
                   5648: the build process however.
                   5649: </note>
                   5650: </file>
                   5651: <file>
                   5652: <source>loncom/homework/caparesponse/capa.bs</source>
1.298     matthew  5653: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10      harris41 5654: <categoryname>system file</categoryname>
                   5655: <description>
1.27      harris41 5656: bootstrap file associated with dynamic loading of this module on multiple
                   5657: architectures
1.10      harris41 5658: </description>
1.49      harris41 5659: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 5660: <note>
                   5661: Has the same dependencies and build process as capa.so.
                   5662: Currently, only the capa.so file specifications invoke
                   5663: the build process however.
                   5664: </note>
                   5665: </file>
                   5666: <file>
                   5667: <source>loncom/homework/caparesponse/capa.so</source>
1.298     matthew  5668: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10      harris41 5669: <categoryname>system file</categoryname>
                   5670: <description>
                   5671: shared library file for dynamic loading and unloading
                   5672: </description>
                   5673: <build trigger='always run'>
                   5674: loncom/homework/caparesponse/commands
                   5675: </build>
                   5676: <dependencies>
1.39      harris41 5677: caparesponse.c;
1.119     harris41 5678: caparesponse.pm;
                   5679: README;
                   5680: Makefile.PL;
                   5681: capa.i;
1.120     harris41 5682: commands;
1.222     albertel 5683: ../../../CAPA/pProj/Makefile;
1.120     harris41 5684: ../../../CAPA/pProj/capaGrammarDef.y;
                   5685: ../../../CAPA/pProj/capaFormula.y;
                   5686: ../../../CAPA/pProj/capaLexerDef.flex;
                   5687: ../../../CAPA/pProj/capaFunction.c;
                   5688: ../../../CAPA/pProj/capaParserUtils.c;
                   5689: ../../../CAPA/pProj/capaMapExpr.c;
                   5690: ../../../CAPA/pProj/capaUnit.c;
                   5691: ../../../CAPA/pProj/com.c;
                   5692: ../../../CAPA/pProj/linpack.c;
                   5693: ../../../CAPA/pProj/ranlib.c;
                   5694: ../../../CAPA/pProj/capaCgiUtils.c;
                   5695: ../../../CAPA/pProj/capaSubjective.c;
                   5696: ../../../CAPA/pProj/capaRQO.c;
                   5697: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123     harris41 5698: ../../../CAPA/pProj/capaCommon.c;
                   5699: ../../../CAPA/pProj/capaCommon.h;
                   5700: ../../../CAPA/pProj/ranlib.h;
                   5701: ../../../CAPA/pProj/capaCGI.h;
                   5702: ../../../CAPA/pProj/capaFunction.h;
                   5703: ../../../CAPA/pProj/capaRQO.h;
                   5704: ../../../CAPA/pProj/capaParser.h;
                   5705: ../../../CAPA/pProj/lex_debug.h
1.10      harris41 5706: </dependencies>
                   5707: </file>
1.416     albertel 5708: <file>
                   5709: <source>loncom/cgi/mimeTeX/mimetex.cgi</source>
                   5710: <target dist='default'>home/httpd/cgi-bin/mimetex.cgi</target>
                   5711: <categoryname>script</categoryname>
                   5712: <description>
                   5713: cgi binary for doing TeX -> math translation
                   5714: </description>
                   5715: <build trigger='always run'>
                   5716: loncom/cgi/mimeTeX/commands
                   5717: </build>
                   5718: <dependencies>
1.439     albertel 5719: commands;
                   5720: gfuntype.c;
                   5721: gifsave.c;
                   5722: mimetex.c;
                   5723: mimetex.h;
                   5724: mimetex.html;
                   5725: README;
                   5726: texfonts.h;
1.461     albertel 5727: LICENSE;
1.416     albertel 5728: </dependencies>
                   5729: </file>
1.10      harris41 5730: <fileglob>
                   5731: <glob>*.ent</glob>
                   5732: <sourcedir>loncom/MathML/</sourcedir>
                   5733: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   5734: <categoryname>system file</categoryname>
                   5735: <description>
1.27      harris41 5736: xml files which assign unicode numbers to mathematical symbols using
                   5737: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 5738: </description>
                   5739: <filenames>
1.37      harris41 5740: isoamsa.ent;
                   5741: isoamsb.ent;
                   5742: isoamsc.ent;
                   5743: isoamsn.ent;
                   5744: isoamso.ent;
                   5745: isoamsr.ent;
                   5746: isobox.ent;
                   5747: isocyr1.ent;
                   5748: isocyr2.ent;
                   5749: isodia.ent;
                   5750: isogrk1.ent;
                   5751: isogrk2.ent;
                   5752: isogrk3.ent;
                   5753: isogrk4.ent;
                   5754: isolat1.ent;
                   5755: isolat2.ent;
                   5756: isomfrk.ent;
                   5757: isomopf.ent;
                   5758: isomscr.ent;
                   5759: isonum.ent;
                   5760: isopub.ent;
                   5761: isotech.ent;
                   5762: mmlalias.ent;
1.10      harris41 5763: mmlextra.ent
                   5764: </filenames>
1.37      harris41 5765: </fileglob>
1.10      harris41 5766: <file>
                   5767: <source>loncom/MathML/mathml.css</source>
                   5768: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   5769: <categoryname>system file</categoryname>
                   5770: <description>
                   5771: cascading style sheet
                   5772: </description>
                   5773: </file>
                   5774: <file>
                   5775: <source>loncom/MathML/mathml.dtd</source>
                   5776: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   5777: <categoryname>system file</categoryname>
                   5778: <description>
                   5779: document type definition
                   5780: </description>
                   5781: </file>
1.4       harris41 5782: <file>
1.10      harris41 5783: <source>loncom/auth/londes.js</source>
                   5784: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   5785: <categoryname>interface file</categoryname>
1.6       harris41 5786: <description>
1.27      harris41 5787: Encryption Routines according to Data Encryption Standard DES, written in
                   5788: javascript.
1.6       harris41 5789: </description>
1.4       harris41 5790: </file>
                   5791: <file>
1.10      harris41 5792: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 5793: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   5794: </target>
1.10      harris41 5795: <categoryname>handler</categoryname>
1.6       harris41 5796: <description>
1.115     harris41 5797: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
                   5798: environment in a problem that was converted from lectureonline.
1.6       harris41 5799: </description>
1.4       harris41 5800: </file>
                   5801: <file>
1.10      harris41 5802: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 5803: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   5804: </target>
1.10      harris41 5805: <categoryname>handler</categoryname>
1.6       harris41 5806: <description>
1.14      harris41 5807: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 5808: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 5809: </description>
1.4       harris41 5810: </file>
1.472     albertel 5811: 
                   5812: <file>
                   5813:   <source>loncom/homework/task.css</source>
1.475     albertel 5814:   <target dist='default'>home/httpd/html/res/adm/includes/task.css</target>
1.472     albertel 5815:   <categoryname>handler</categoryname>
                   5816:   <description>
                   5817:     Style definitions for task display
                   5818:   </description>
                   5819: </file>
                   5820: <file>
1.514     albertel 5821:   <source>loncom/homework/task_ie.css</source>
                   5822:   <target dist='default'>home/httpd/html/res/adm/includes/task_ie.css</target>
                   5823:   <categoryname>handler</categoryname>
                   5824:   <description>
                   5825:     Style definitions for task display for IE 6 and earlier
                   5826:   </description>
                   5827: </file>
                   5828: <file>
1.515     albertel 5829:   <source>loncom/homework/task_ie7.css</source>
1.514     albertel 5830:   <target dist='default'>home/httpd/html/res/adm/includes/task_ie7.css</target>
                   5831:   <categoryname>handler</categoryname>
                   5832:   <description>
                   5833:     Style definitions for task display for IE 7
                   5834:   </description>
                   5835: </file>
                   5836: <file>
1.472     albertel 5837:   <source>loncom/homework/task_grading.js</source>
1.475     albertel 5838:   <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
1.472     albertel 5839:   <categoryname>handler</categoryname>
                   5840:   <description>
                   5841:     Javascript to make the grading screen of task easier to use
                   5842:   </description>
                   5843: </file>
1.4       harris41 5844: <file>
1.10      harris41 5845: <source>loncom/homework/capa.units</source>
                   5846: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   5847: <categoryname>static conf</categoryname>
1.6       harris41 5848: <description>
1.10      harris41 5849: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 5850: </description>
1.4       harris41 5851: </file>
1.165     www      5852: <fileglob>
                   5853: <glob>*.jpg</glob>
                   5854: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
                   5855: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
                   5856: <categoryname>graphic file</categoryname>
                   5857: <description>Pages headers</description>
                   5858: <filenames>
                   5859: admin.jpg;
                   5860: author.jpg;
                   5861: coordinator.jpg;
                   5862: header.jpg;
                   5863: student.jpg;
1.166     www      5864: </filenames>
                   5865: </fileglob>
                   5866: <fileglob>
1.230     www      5867: <glob>*.jpg</glob>
                   5868: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   5869: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   5870: <categoryname>graphic file</categoryname>
                   5871: <description>Logos of LON-CAPA domains (jpg)</description>
                   5872: <filenames>
                   5873: headermsu.jpg;
1.422     www      5874: headertccfl.jpg;
1.442     www      5875: header_fsu.jpg;
                   5876: header_fsuK12.jpg;
1.444     www      5877: headerhope.jpg;
1.466     www      5878: jmsbanner.jpg;
1.230     www      5879: </filenames>
                   5880: </fileglob>
                   5881: <fileglob>
1.166     www      5882: <glob>*.gif</glob>
                   5883: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   5884: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   5885: <categoryname>graphic file</categoryname>
1.230     www      5886: <description>Logos of LON-CAPA domains (gif)</description>
1.168     www      5887: <filenames>
1.197     albertel 5888: 103.gif;
                   5889: gerd.gif;
                   5890: mio.gif;
                   5891: msuvu.gif;
                   5892: ohiou.gif;
                   5893: rhs.gif;
                   5894: sfu.gif;
                   5895: tmcc.gif;
                   5896: umich.gif;
                   5897: worf.gif;
                   5898: annarbor.gif;
                   5899: elps.gif;
                   5900: gwu.gif;
                   5901: msudemo.gif;
                   5902: ndsu.gif;
                   5903: physnet.gif;
                   5904: sc.gif;
                   5905: Selwyn.gif;
                   5906: ucf.gif;
                   5907: unihalle.gif;
                   5908: wscc.gif;
                   5909: cps.gif;
                   5910: fsu.gif;
1.442     www      5911: fsuK12.gif;
1.444     www      5912: hope.gif;
1.410     www      5913: vcu.gif;
1.197     albertel 5914: lsd.gif;
                   5915: msu.gif;
1.466     www      5916: jms.gif;
1.197     albertel 5917: nsdl.gif;
                   5918: pmm.gif;
                   5919: sunysb.gif;
                   5920: udel.gif;
1.223     albertel 5921: uz.gif;
                   5922: fvl.gif;
1.270     www      5923: csm.gif;
1.272     www      5924: nau.gif;
1.344     www      5925: nagoya.gif;
1.415     www      5926: kanazawa.gif;
1.381     www      5927: colorado.gif;
1.352     www      5928: acadiau.gif;
1.354     www      5929: psuerie.gif;
1.353     www      5930: redford.gif;
1.341     www      5931: huji.gif;
                   5932: ifusp.gif;
                   5933: ucsc.gif;
1.403     www      5934: uiuc.gif;
1.438     albertel 5935: uiucheader.gif;
1.445     www      5936: koinonia.gif;
1.303     www      5937: waverly.gif;
1.302     www      5938: cmich.gif;
1.285     www      5939: UNICAMP.gif;
1.364     www      5940: lakefenton.gif;
                   5941: grandblanc.gif;
1.223     albertel 5942: glps.gif;
1.275     www      5943: BCHS.gif;
1.223     albertel 5944: headersfu.gif;
1.311     albertel 5945: uwsp.gif;
1.417     www      5946: tccfl.gif;
1.325     www      5947: bsu.gif;
                   5948: wmston.gif;
1.423     www      5949: headerharvard.gif;
                   5950: harvard.gif;
1.426     www      5951: uga.gif;
                   5952: headeruga.gif;
1.433     albertel 5953: covenantchristianhs.gif;
1.168     www      5954: </filenames>
                   5955: </fileglob>
                   5956: <fileglob>
                   5957: <glob>*.tab</glob>
                   5958: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
                   5959: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
                   5960: <categoryname>conf</categoryname>
                   5961: <description>Designs of LON-CAPA domains</description>
1.166     www      5962: <filenames>
1.197     albertel 5963: annarbor.tab;
                   5964: default.tab;
                   5965: msu.tab;
1.270     www      5966: csm.tab;
1.341     www      5967: huji.tab;
1.272     www      5968: nau.tab;
1.344     www      5969: nagoya.tab;
1.445     www      5970: koinonia.tab;
1.415     www      5971: kanazawa.tab;
1.381     www      5972: colorado.tab;
1.352     www      5973: acadiau.tab;
1.354     www      5974: psuerie.tab;
1.353     www      5975: redford.tab;
1.302     www      5976: cmich.tab;
1.341     www      5977: ifusp.tab;
1.466     www      5978: jms.tab;
1.341     www      5979: ucsc.tab;
1.403     www      5980: uiuc.tab;
1.285     www      5981: UNICAMP.tab;
1.364     www      5982: lakefenton.tab;
                   5983: grandblanc.tab;
1.274     www      5984: fsu.tab;
1.442     www      5985: fsuK12.tab;
1.444     www      5986: hope.tab;
1.410     www      5987: vcu.tab;
1.197     albertel 5988: sfu.tab;
1.325     www      5989: wmston.tab;
                   5990: worf.tab;
1.417     www      5991: tccfl.tab;
1.423     www      5992: harvard.tab;
1.426     www      5993: uga.tab;
1.455     albertel 5994: tmcc.tab;
1.165     www      5995: </filenames>
                   5996: </fileglob>
1.10      harris41 5997: <fileglob>
                   5998: <glob>*.gif</glob>
1.159     www      5999: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
                   6000: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10      harris41 6001: <categoryname>graphic file</categoryname>
1.159     www      6002: <description>LON-CAPA remote control LCD font</description>
1.10      harris41 6003: <filenames>
1.130     www      6004: 0.gif;
                   6005: 1.gif;
                   6006: 2.gif;
                   6007: 3.gif;
                   6008: 4.gif;
                   6009: 5.gif;
                   6010: 6.gif;
                   6011: 7.gif;
                   6012: 8.gif;
                   6013: 9.gif;
1.37      harris41 6014: a.gif;
1.159     www      6015: b.gif;
                   6016: c.gif;
                   6017: d.gif;
                   6018: e.gif;
                   6019: f.gif;
                   6020: g.gif;
                   6021: h.gif;
                   6022: i.gif;
                   6023: j.gif;
                   6024: k.gif;
                   6025: l.gif;
                   6026: m.gif;
                   6027: n.gif;
                   6028: o.gif;
                   6029: p.gif;
                   6030: q.gif;
                   6031: r.gif;
                   6032: s.gif;
                   6033: t.gif;
                   6034: u.gif;
                   6035: v.gif;
                   6036: w.gif;
                   6037: x.gif;
                   6038: y.gif;
                   6039: z.gif;
1.287     www      6040: Ã¶.gif;
                   6041: Ã¤.gif;
                   6042: Ã¼.gif;
                   6043: ä.gif;
                   6044: ö.gif;
                   6045: ü.gif;
1.159     www      6046: colon.gif;
                   6047: hyphen.gif;
                   6048: slash.gif;
                   6049: space.gif;
1.304     www      6050: </filenames>
                   6051: </fileglob>
                   6052: <fileglob>
                   6053: <glob>*.gif</glob>
                   6054: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
                   6055: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
                   6056: <categoryname>graphic file</categoryname>
                   6057: <description>icons used for the Portuguese LON-CAPA user interface</description>
                   6058: <filenames>
                   6059: anno_pt.gif;
                   6060: anot_pt.gif;
                   6061: bchat_pt.gif;
                   6062: catalog_pt.gif;
                   6063: ccrs_pt.gif;
                   6064: chrt_pt.gif;
                   6065: com_pt.gif;
                   6066: courses_pt.gif;
                   6067: cprv_pt.gif;
                   6068: cstr_pt.gif;
                   6069: docs_pt.gif;
                   6070: egrd_pt.gif;
                   6071: enrl_pt.gif;
                   6072: eval_pt.gif;
                   6073: fdbk_pt.gif;
                   6074: grds_pt.gif;
                   6075: keys_pt.gif;
                   6076: logout_pt.gif;
                   6077: nav_pt.gif;
                   6078: parm_pt.gif;
                   6079: pref_pt.gif;
                   6080: prt_pt.gif;
                   6081: res_pt.gif;
                   6082: roles_pt.gif;
                   6083: sbkm_pt.gif;
                   6084: spacer_pt.gif;
                   6085: sprs_pt.gif;
                   6086: src_pt.gif;
                   6087: stat_pt.gif;
                   6088: vbkm_pt.gif;
1.159     www      6089: </filenames>
                   6090: </fileglob>
                   6091: <fileglob>
                   6092: <glob>*.gif</glob>
                   6093: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   6094: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   6095: <categoryname>graphic file</categoryname>
                   6096: <description>icons used for the entire LON-CAPA user interface</description>
                   6097: <filenames>
1.147     www      6098: anno.gif;
1.37      harris41 6099: anot.gif;
                   6100: back.gif;
1.147     www      6101: bchat.gif;
1.37      harris41 6102: bkm.gif;
1.522     www      6103: blog.gif;
1.348     albertel 6104: bl_step1.gif;
                   6105: bl_step2.gif;
                   6106: bl_step3.gif;
                   6107: bl_step4.gif;
                   6108: bl_step5.gif;
                   6109: bl_step6.gif;
                   6110: bl_step7.gif;
                   6111: bl_step8.gif;
                   6112: bl_step9.gif;
1.37      harris41 6113: brws.gif;
1.60      harris41 6114: catalog.gif;
1.567     raeburn  6115: ccat.gif;
1.37      harris41 6116: ccrs.gif;
                   6117: chat.gif;
                   6118: chrt.gif;
1.400     albertel 6119: clst.gif;
1.37      harris41 6120: com.gif;
1.527     www      6121: conf.gif;
1.37      harris41 6122: courses.gif;
                   6123: cprv.gif;
                   6124: cstr.gif;
1.400     albertel 6125: del.gif;
1.37      harris41 6126: dempty.gif;
1.147     www      6127: docs.gif;
1.37      harris41 6128: egrd.gif;
                   6129: empty.gif;
                   6130: enrl.gif;
                   6131: eval.gif;
                   6132: fdbk.gif;
                   6133: feedback.gif;
                   6134: forw.gif;
                   6135: grds.gif;
1.460     raeburn  6136: grps.gif;
1.37      harris41 6137: group.gif;
                   6138: help.gif;
                   6139: info.gif;
1.238     www      6140: keys.gif;
1.37      harris41 6141: ledblink.gif;
                   6142: ledgreen.gif;
                   6143: ledoff.gif;
                   6144: ledon.gif;
                   6145: ledsend.gif;
1.400     albertel 6146: list.gif;
1.37      harris41 6147: logout.gif;
1.456     raeburn  6148: mail.gif;
1.328     albertel 6149: mcrs.gif;
1.37      harris41 6150: mrk.gif;
                   6151: nav.gif;
1.429     www      6152: new.gif;
1.37      harris41 6153: next.gif;
1.131     www      6154: nothumb.gif;
1.37      harris41 6155: parm.gif;
1.531     www      6156: pcstr.gif;
1.37      harris41 6157: pgrd.gif;
1.400     albertel 6158: port.gif;
1.37      harris41 6159: pparm.gif;
1.99      harris41 6160: pref.gif;
1.37      harris41 6161: prt.gif;
1.400     albertel 6162: pub.gif;
1.37      harris41 6163: qempty.gif;
                   6164: reload.gif;
                   6165: remotebg.gif;
                   6166: res.gif;
                   6167: roles.gif;
1.400     albertel 6168: rtrv.gif;
1.37      harris41 6169: sbkm.gif;
1.432     albertel 6170: sctr.gif;
1.37      harris41 6171: spacer.gif;
                   6172: sprs.gif;
                   6173: src.gif;
                   6174: stat.gif;
                   6175: subm.gif;
                   6176: title.gif;
                   6177: vbkm.gif;
1.10      harris41 6178: </filenames>
                   6179: </fileglob>
1.532     www      6180: <fileglob>
                   6181: <glob>*.png</glob>
                   6182: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   6183: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   6184: <categoryname>graphic file</categoryname>
                   6185: <description>main menu graphical icons</description>
                   6186: <filenames>
                   6187: anno.png;
                   6188: bchat.png;
1.567     raeburn  6189: ccat.png;
1.532     www      6190: ccrs.png;
1.537     www      6191: clst.png;
1.532     www      6192: conf.png;
1.549     albertel 6193: courses.png;
1.532     www      6194: docs.png;
                   6195: eval.png;
1.537     www      6196: grds.png;
1.532     www      6197: grps.png;
                   6198: mail.png;
                   6199: new.png;
                   6200: pgrd.png;
                   6201: pref.png;
                   6202: roles.png;
                   6203: sprs.png;
                   6204: vbkm.png;
                   6205: anot.png;
                   6206: blog.png;
                   6207: chrt.png;
                   6208: cprv.png;
1.533     www      6209: del.png;
1.532     www      6210: egrd.png;
                   6211: fdbk.png;
1.577     www      6212: help.png;
1.532     www      6213: keys.png;
1.533     www      6214: list.png;
1.532     www      6215: mcrs.png;
                   6216: parm.png;
                   6217: port.png;
                   6218: prt.png;
                   6219: sbkm.png;
                   6220: src.png;
1.537     www      6221: subm.png;
1.532     www      6222: back.png;
                   6223: catalog.png;
                   6224: com.png;
                   6225: cstr.png;
                   6226: enrl.png;
                   6227: forw.png;
                   6228: logout.png;
                   6229: nav.png;
                   6230: pcstr.png;
                   6231: pparm.png;
1.533     www      6232: pub.png;
1.532     www      6233: res.png;
1.533     www      6234: rtrv.png;
1.532     www      6235: sctr.png;
                   6236: stat.png;
                   6237: </filenames>
                   6238: </fileglob>
1.4       harris41 6239: <file>
1.450     albertel 6240: <source>loncom/html/res/adm/pages/math_example.tex</source>
                   6241: <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>
                   6242: <categoryname>interface file</categoryname>
                   6243: <description>
                   6244:  file with an example math equation in it.
                   6245: </description>
                   6246: </file>
                   6247: <file>
1.10      harris41 6248: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   6249: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   6250: <categoryname>interface file</categoryname>
1.6       harris41 6251: <description>
1.10      harris41 6252: image maps for the LON-CAPA remote control
1.6       harris41 6253: </description>
1.4       harris41 6254: </file>
                   6255: <file>
1.10      harris41 6256: <source>loncom/html/res/adm/pages/index.html</source>
                   6257: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   6258: <categoryname>interface file</categoryname>
1.6       harris41 6259: <description>
1.10      harris41 6260: welcoming page to the LON-CAPA system upon login
1.6       harris41 6261: </description>
1.4       harris41 6262: </file>
                   6263: <file>
1.10      harris41 6264: <source>loncom/html/res/adm/pages/menu.html</source>
                   6265: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   6266: <categoryname>interface file</categoryname>
1.6       harris41 6267: <description>
1.10      harris41 6268: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 6269: </description>
1.4       harris41 6270: </file>
1.10      harris41 6271: <fileglob>
                   6272: <glob>*.gif</glob>
                   6273: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118     harris41 6274: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
                   6275: </targetdir>
1.10      harris41 6276: <categoryname>graphic file</categoryname>
                   6277: <description>
1.132     harris41 6278: icons used for directory indexing and login screen
1.10      harris41 6279: </description>
                   6280: <filenames>
1.37      harris41 6281: a.gif;
                   6282: alert.black.gif;
                   6283: alert.red.gif;
                   6284: back.gif;
                   6285: ball.gray.gif;
                   6286: ball.red.gif;
                   6287: binary.gif;
                   6288: binhex.gif;
                   6289: blank.gif;
                   6290: bomb.gif;
                   6291: box1.gif;
                   6292: box2.gif;
                   6293: broken.gif;
                   6294: burst.gif;
                   6295: c.gif;
                   6296: comp.blue.gif;
                   6297: comp.gray.gif;
                   6298: compressed.gif;
                   6299: continued.gif;
                   6300: course.gif;
                   6301: dir.gif;
                   6302: down.gif;
                   6303: dvi.gif;
                   6304: f.gif;
                   6305: folder.gif;
                   6306: folder.open.gif;
                   6307: folder.sec.gif;
                   6308: folder_closed.gif;
                   6309: folder_closed_pressed.gif;
                   6310: folder_new.gif;
                   6311: folder_opened.gif;
                   6312: folder_opened_pressed.gif;
                   6313: folder_pointer_closed.gif;
                   6314: folder_pointer_opened.gif;
                   6315: folder_spacer.gif;
                   6316: folder_trash.gif;
                   6317: forward.gif;
                   6318: generic.gif;
                   6319: generic.red.gif;
                   6320: generic.sec.gif;
                   6321: hand.right.gif;
                   6322: hand.up.gif;
                   6323: html.gif;
                   6324: image1.gif;
                   6325: image2.gif;
                   6326: image3.gif;
                   6327: index.gif;
                   6328: layout.gif;
                   6329: left.gif;
                   6330: link.gif;
                   6331: mov.gif;
                   6332: movie1.gif;
                   6333: p.gif;
                   6334: patch.gif;
                   6335: pdf.gif;
                   6336: portal.gif;
                   6337: problem.gif;
                   6338: ps.gif;
                   6339: quill.gif;
                   6340: right.gif;
                   6341: screw1.gif;
                   6342: screw2.gif;
                   6343: script.gif;
                   6344: sound1.gif;
                   6345: sound2.gif;
                   6346: sphere1.gif;
                   6347: sphere2.gif;
                   6348: tar.gif;
                   6349: tex.gif;
                   6350: text.gif;
                   6351: transfer.gif;
                   6352: unknown.gif;
                   6353: up.gif;
                   6354: uu.gif;
                   6355: uuencoded.gif;
                   6356: white_space_20_22.gif;
                   6357: white_space_22_22.gif;
                   6358: whitespace1.gif;
                   6359: whitespace10.gif;
                   6360: whitespace2.gif;
                   6361: whitespace3.gif;
                   6362: whitespace4.gif;
                   6363: whitespace5.gif;
                   6364: whitespace6.gif;
                   6365: whitespace7.gif;
                   6366: whitespace8.gif;
                   6367: whitespace9.gif;
                   6368: world1.gif;
1.10      harris41 6369: world2.gif
                   6370: </filenames>
                   6371: </fileglob>
                   6372: <fileglob>
                   6373: <glob>*.gif</glob>
                   6374: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 6375: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   6376: </targetdir>
1.10      harris41 6377: <categoryname>graphic file</categoryname>
                   6378: <description>
1.132     harris41 6379: icons used for the bookmark portion of the LON-CAPA user interface
1.10      harris41 6380: </description>
                   6381: <filenames>
1.37      harris41 6382: folder_anim.gif;
                   6383: folder_close.gif;
                   6384: folder_drag.gif;
                   6385: folder_new.gif;
                   6386: folder_open.gif;
                   6387: folder_pointer_closed.gif;
                   6388: folder_pointer_opened.gif;
                   6389: folder_static.gif;
                   6390: folder_trash.gif;
                   6391: folder_trash_hover.gif;
                   6392: left_bar.gif;
                   6393: link.gif;
                   6394: link_anim.gif;
                   6395: link_drag.gif;
                   6396: ll_corner.gif;
                   6397: lower_bar.gif;
                   6398: lr_corner.gif;
                   6399: pix.gif;
                   6400: right_bar.gif;
                   6401: toolbar_bg.gif;
                   6402: ul_corner.gif;
                   6403: upper_bar.gif;
1.10      harris41 6404: ur_corner.gif
                   6405: </filenames>
                   6406: </fileglob>
                   6407: <fileglob>
                   6408: <glob>*.html</glob>
                   6409: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 6410: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   6411: </targetdir>
1.10      harris41 6412: <categoryname>interface file</categoryname>
                   6413: <description>
1.132     harris41 6414: associated with the scheme of displaying bookmarks
1.10      harris41 6415: </description>
                   6416: <filenames>
1.37      harris41 6417: bookmarkmenu_toolbar.html;
                   6418: blank.html;
1.10      harris41 6419: closechildren.html
1.300     albertel 6420: </filenames>
                   6421: </fileglob>
                   6422: <fileglob>
                   6423: <glob>*.*</glob>
                   6424: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
                   6425: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
                   6426: <categoryname>interface file</categoryname>
                   6427: <description>
                   6428: Associated file for answering reactionresponse style questions
                   6429: </description>
                   6430: <filenames>
                   6431: reaction_editor.html;
                   6432: reaction_frame.html;
                   6433: reaction_help.html;
                   6434: reaction_viewer.html;
                   6435: reaction_window.html
1.10      harris41 6436: </filenames>
                   6437: </fileglob>
1.4       harris41 6438: <file>
1.10      harris41 6439: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 6440: <target dist='default'>
                   6441: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 6442: <categoryname>interface file</categoryname>
1.6       harris41 6443: <description>
1.10      harris41 6444: javascript for handling client-side interactions with bookmark interface
1.6       harris41 6445: </description>
1.171     harris41 6446: </file>
                   6447: <file>
1.509     raeburn  6448: <source dist='default'>loncom/build/CHECKRPMS</source>
1.171     harris41 6449: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188     harris41 6450: <categoryname>system script</categoryname>
1.171     harris41 6451: <description>
1.509     raeburn  6452: Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution.
1.171     harris41 6453: </description>
                   6454: <status>tested/documented/beta</status>
1.103     harris41 6455: </file>
                   6456: <file>
                   6457: <source>loncom/build/check-rpms</source>
1.152     harris41 6458: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188     harris41 6459: <categoryname>system script</categoryname>
1.103     harris41 6460: <description>
                   6461: compare installed rpms with up-to-date distribution
                   6462: </description>
                   6463: <status>tested/documented/beta</status>
                   6464: </file>
                   6465: <file>
                   6466: <source>doc/man/check-rpms.1</source>
                   6467: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
                   6468: <categoryname>doc</categoryname>
                   6469: <description>man page for check-rpms</description>
                   6470: <build trigger='always run'>
1.115     harris41 6471: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
1.112     harris41 6472: echo 'manifying check-rpms'
1.103     harris41 6473: </build>
                   6474: <status>beta</status>
                   6475: <dependencies>
                   6476: ../../loncom/build/check-rpms
                   6477: </dependencies>
                   6478: </file>
                   6479: <file>
                   6480: <source>doc/scripts/check-rpms.html</source>
1.112     harris41 6481: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
                   6482: </target>
1.103     harris41 6483: <categoryname>doc</categoryname>
                   6484: <description>POD-derived page for check-rpms</description>
                   6485: <build trigger='always run'>
1.118     harris41 6486: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
                   6487: &amp;&amp; echo 'pod2html checkrpms'
1.103     harris41 6488: </build>
                   6489: <status>works/unverified</status>
                   6490: <dependencies>
                   6491: ../../loncom/build/check-rpms
                   6492: </dependencies>
1.4       harris41 6493: </file>
                   6494: <file>
1.10      harris41 6495: <source>loncom/build/loncaparestoreconfigurations</source>
1.206     harris41 6496: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
                   6497: </target>
1.10      harris41 6498: <categoryname>script</categoryname>
1.6       harris41 6499: <description>
1.206     harris41 6500: Updates .lpmlnew files with previous settings.  Also supports alternative
                   6501: schemes of settings-updating and file-overwriting.
1.6       harris41 6502: </description>
1.206     harris41 6503: <status>works/unverified</status>
1.4       harris41 6504: </file>
                   6505: <file>
1.348     albertel 6506:   <source>loncom/cron/loncapa.built</source>
                   6507:   <target dist='default'>etc/cron.d/loncapa</target>
                   6508:   <categoryname>conf</categoryname>
                   6509:   <description>
                   6510:     file that specifies periodic processes to run for the LON-CAPA machine
                   6511:   </description>
                   6512:   <build trigger='always run'>
                   6513: loncom/cron/preserve_local_loncapa_cron
                   6514:   </build>
                   6515:   <dependencies>
                   6516: loncapa;
                   6517: preserve_local_loncapa_cron
                   6518:   </dependencies>
1.10      harris41 6519: </file>
                   6520: <file>
                   6521: <source>loncom/ntp/step-tickers</source>
1.175     harris41 6522: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
                   6523: </target>
                   6524: <categoryname>static conf</categoryname>
1.10      harris41 6525: <description>
                   6526: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   6527: </description>
                   6528: <note>
                   6529: <table cellpadding='0' cellspacing='0' border='1'>
                   6530: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   6531: </table>
                   6532: </note>
1.48      harris41 6533: </file>
                   6534: <file>
                   6535: <source>loncom/pam.d/pwauth</source>
                   6536: <target dist='default'>etc/pam.d/pwauth</target>
                   6537: <categoryname>static conf</categoryname>
                   6538: <description>
                   6539: file that allows setuid password privileges for pwauth executable
                   6540: </description>
                   6541: </file>
                   6542: <file>
                   6543: <source>loncom/pam.d/pwchange</source>
                   6544: <target dist='default'>etc/pam.d/pwchange</target>
                   6545: <categoryname>static conf</categoryname>
                   6546: <description>
                   6547: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   6548: </description>
1.10      harris41 6549: </file>
                   6550: <file>
                   6551: <source>loncom/init.d/loncontrol</source>
                   6552: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
1.563     raeburn  6553: <target dist='suse9.2 suse9.3 sles9 sles10 suse10.1 suse10.2 suse10.3'>etc/init.d/loncontrol</target>
1.10      harris41 6554: <categoryname>root script</categoryname>
                   6555: <description>
                   6556: Controls the launching/halting of lonc, lond, and lonsql processes.
                   6557: </description>
                   6558: </file>
                   6559: <link>
1.545     albertel 6560: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
1.563     raeburn  6561: <linkto dist='suse9.2 suse9.3 sles9 sles10 suse10.1 suse10.2 suse10.3'>etc/init.d/loncontrol</linkto>
1.10      harris41 6562: <target dist='default'>
1.37      harris41 6563: etc/rc.d/rc0.d/K05loncontrol;
                   6564: etc/rc.d/rc1.d/K05loncontrol;
                   6565: etc/rc.d/rc2.d/K05loncontrol;
                   6566: etc/rc.d/rc3.d/S95loncontrol;
                   6567: etc/rc.d/rc4.d/S95loncontrol;
                   6568: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 6569: etc/rc.d/rc6.d/K05loncontrol
                   6570: </target>
1.563     raeburn  6571: <target dist='suse10.2 suse10.3'></target>
1.10      harris41 6572: <categoryname>symbolic link</categoryname>
1.27      harris41 6573: <description>
                   6574: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 6575: </link>
1.545     albertel 6576: 
1.563     raeburn  6577: <file dist="suse10.2 suse10.3">
1.545     albertel 6578:   <source>loncom/init.d/loncontrol</source>
                   6579:   <target>etc/rc.d/</target>
                   6580:   <description>
                   6581:     setup loncontrol to run at boot
                   6582:   </description>
1.563     raeburn  6583:   <installscript dist="suse10.2 suse10.3">
1.545     albertel 6584: -c 'chkconfig --del loncontrol;chkconfig loncontrol 345;chkconfig --list loncontrol'
                   6585:   </installscript>
                   6586:   <dependencies>
                   6587: loncom/init.d/loncontrol
                   6588:   </dependencies>
                   6589: </file>
                   6590: 
1.580     raeburn  6591: <file>
1.579     raeburn  6592:   <source>doc/latex/utf8.def</source>
1.581     raeburn  6593:   <target dist='default'>usr/local/loncapa/doc/utf8.def</target>
                   6594:   <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8.def</target>
1.579     raeburn  6595:   <categoryname>system file</categoryname>
                   6596:   <description>
                   6597:    utf8 definitions for LaTeX
                   6598:   </description>
                   6599: </file>
                   6600: 
1.10      harris41 6601: <file>
1.580     raeburn  6602:   <source>doc/latex/utf8enc.dfu</source>
1.581     raeburn  6603:   <target dist='default'>usr/local/loncapa/doc/utf8enc.dfu</target>
                   6604:   <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8enc.dfu</target>
1.580     raeburn  6605:   <categoryname>system file</categoryname>
                   6606:   <description>
                   6607:    utf8 declarations for LaTeX
                   6608:   </description>
                   6609: </file>
                   6610: 
                   6611: <file>
1.10      harris41 6612: <source>loncom/atalk/config</source>
1.152     harris41 6613: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175     harris41 6614: <categoryname>static conf</categoryname>
1.6       harris41 6615: <description>
1.27      harris41 6616: configuration file to make LON-CAPA server file space accessible to
                   6617: Appleshares access (Macintosh)
1.6       harris41 6618: </description>
1.315     albertel 6619: </file>
                   6620: <file>
1.480     albertel 6621:   <source>loncom/interface/loncss.pm</source>
                   6622:   <target dist='default'>home/httpd/lib/perl/Apache/loncss.pm</target>
                   6623:   <categoryname>handler</categoryname>
                   6624:   <description>
                   6625:     Generates standard LON-CAPA CSS
                   6626:   </description>
                   6627: </file>
                   6628: <file>
1.481     albertel 6629:   <source>loncom/LONCAPA.pm</source>
                   6630:   <target dist='default'>home/httpd/lib/perl/LONCAPA.pm</target>
                   6631:   <categoryname>handler</categoryname>
                   6632:   <description>
                   6633:     Some basic Lon-CAPA functionality
                   6634:   </description>
                   6635: </file>
                   6636: <file>
1.456     raeburn  6637:   <source>loncom/interface/lonnotify.pm</source>
                   6638:   <target dist='default'>home/httpd/lib/perl/Apache/lonnotify.pm</target>
                   6639:   <categoryname>handler</categoryname>
                   6640:   <description>
                   6641:     Interface for Domain Coordinators to (a) send broadcast e-mail to groups 
                   6642: of users, and (b) to display e-mail of this type sent in the past.
                   6643:   </description>
                   6644: </file>
                   6645: <file>
1.373     albertel 6646:   <source>loncom/interface/lonhelpmenu.pm</source>
                   6647:   <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
                   6648:   <categoryname>handler</categoryname>
                   6649:   <description>
                   6650:     Creates a multipage help screen to help users out.
                   6651:   </description>
                   6652: </file>
                   6653: <file>
                   6654:   <source>loncom/interface/lonsupportreq.pm</source>
                   6655:   <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
                   6656:   <categoryname>handler</categoryname>
                   6657:   <description>
1.500     raeburn  6658:     Handler to make it easy for users to send a request to the helpdesk
                   6659:   </description>
                   6660: </file>
                   6661: <file>
1.511     raeburn  6662:   <source>loncom/interface/courseclassifier.pm</source>
                   6663:   <target dist='default'>home/httpd/lib/perl/Apache/courseclassifier.pm</target>
                   6664:   <categoryname>handler</categoryname>
                   6665:   <description>
                   6666:     Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes.
                   6667:   </description>
                   6668: </file>
                   6669: <file>
1.500     raeburn  6670:   <source>loncom/interface/coursecatalog.pm</source>
                   6671:   <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
                   6672:   <categoryname>handler</categoryname>
                   6673:   <description>
                   6674:     Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
1.373     albertel 6675:   </description>
                   6676: </file>
                   6677: <file>
1.516     raeburn  6678:   <source>loncom/interface/resetpw.pm</source>
                   6679:   <target dist='default'>home/httpd/lib/perl/Apache/resetpw.pm</target>
                   6680:   <categoryname>handler</categoryname>
                   6681:   <description>
                   6682:     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.
                   6683:   </description>
                   6684: </file>
                   6685: <file>
1.570     raeburn  6686:   <source>loncom/interface/createaccount.pm</source>
                   6687:   <target dist='default'>home/httpd/lib/perl/Apache/createaccount.pm</target>
                   6688:   <categoryname>handler</categoryname>
                   6689:   <description>
                   6690:     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.
                   6691:   </description>
                   6692: </file>
                   6693: <file>
1.315     albertel 6694:   <source>loncom/interface/lonmodifycourse.pm</source>
                   6695:   <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
                   6696:   <categoryname>handler</categoryname>
                   6697:   <description>
                   6698:     Interface to modifying a course's internal ENV values for automated
1.500     raeburn  6699:     enrollment
1.315     albertel 6700:   </description>
1.306     albertel 6701: </file>
                   6702: <file>
1.524     raeburn  6703:   <source>loncom/interface/domainprefs.pm</source>
                   6704:   <target dist='default'>home/httpd/lib/perl/Apache/domainprefs.pm</target>
                   6705:   <categoryname>handler</categoryname>
                   6706:   <description>
                   6707:     Interface for modifying domain configuration
                   6708:   </description>
                   6709: </file>
                   6710: <file>
1.306     albertel 6711:   <source>loncom/interface/lonpopulate.pm</source>
                   6712:   <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
                   6713:   <categoryname>handler</categoryname>
                   6714:   <description>
                   6715:     Handler for configuring automated enrollment
                   6716:   </description>
                   6717: </file>
                   6718: <file>
                   6719:   <source>loncom/enrollment/Enrollment.pm</source>
                   6720:   <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
                   6721:   <categoryname>handler</categoryname>
                   6722:   <description>
                   6723:     Handler for automated enrollment
                   6724:   </description>
                   6725: </file>
                   6726: <file>
                   6727:   <source>loncom/enrollment/localenroll.pm</source>
                   6728:   <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
                   6729:   <categoryname>conf</categoryname>
                   6730:   <description>
                   6731:     Local handler for automated enrollment.
                   6732:   </description>
                   6733: </file>
                   6734: <file>
                   6735:   <source>loncom/enrollment/localenroll.pm</source>
                   6736:   <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
                   6737:   <categoryname>handler</categoryname>
                   6738:   <description>
                   6739:     Local handler for automated enrollment, standard version.
                   6740:   </description>
                   6741: </file>
                   6742: <file>
                   6743:   <source>loncom/enrollment/Autoenroll.pl</source>
1.307     albertel 6744:   <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306     albertel 6745:   <categoryname>script</categoryname>
                   6746:   <description>
1.542     raeburn  6747:     Script to perform automated enrollments from institutional classlists.
1.306     albertel 6748:   </description>
1.4       harris41 6749: </file>
1.395     albertel 6750: <file>
1.543     raeburn  6751:   <source>loncom/enrollment/Autoupdate.pl</source>
                   6752:   <target dist='default'>home/httpd/perl/Autoupdate.pl</target>
                   6753:   <categoryname>script</categoryname>
                   6754:   <description>
                   6755:     Script to perform automated updates of names for existing users in the domain using data provided by the domain's administrative information service.
                   6756:   </description>
                   6757: </file>
                   6758: <file>
1.395     albertel 6759:   <source>loncom/auth/localstudentphoto.pm</source>
                   6760:   <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
                   6761:   <categoryname>conf</categoryname>
                   6762:   <description>
                   6763:     Local handler for automated enrollment.
                   6764:   </description>
                   6765: </file>
                   6766: <file>
                   6767:   <source>loncom/auth/localstudentphoto.pm</source>
                   6768:   <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
                   6769:   <categoryname>handler</categoryname>
                   6770:   <description>
                   6771:     Local handler for automated enrollment, standard version.
                   6772:   </description>
                   6773: </file>
1.436     raeburn  6774: <file>
                   6775:   <source>loncom/automation/batchcreatecourse.pm</source>
                   6776:   <target dist='default'>home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm</target>
                   6777:   <categoryname>handler</categoryname>
                   6778:   <description>
                   6779:     Handler for batch creation of courses.
                   6780:   </description>
                   6781: </file>
                   6782: <file>
                   6783:   <source>loncom/automation/Autocreate.pl</source>Autocreate.pl
                   6784:   <target dist='default'>home/httpd/perl/Autocreate.pl</target>
                   6785:   <categoryname>script</categoryname>
                   6786:   <description>
                   6787:     Script for automated course creation.
                   6788:   </description>
                   6789: </file>
1.400     albertel 6790: <fileglob>
1.512     albertel 6791:     <glob>*.pl</glob>
1.401     albertel 6792:     <sourcedir>loncom/debugging_tools/</sourcedir>
1.402     albertel 6793:     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
1.400     albertel 6794:     <categoryname>script</categoryname>
                   6795:     <description>
                   6796:       Tools for helping debug Lon-CAPA
                   6797:     </description>
                   6798: <filenames>
                   6799: activity_to_accesscount.pl;
1.420     albertel 6800: clean_db.pl;
1.513     albertel 6801: db_copy.pl;
1.400     albertel 6802: dump_db.pl;
                   6803: escape.pl;
                   6804: excise_from_db.pl;
                   6805: getties.pl;
                   6806: login_count.pl;
                   6807: modify_config_files.pl;
                   6808: parse_scantron.pl;
                   6809: seed_accesscount.pl;
                   6810: stress.pl;
                   6811: unescape.pl;
                   6812: user_login_count.pl;
                   6813: </filenames>
                   6814: </fileglob>
1.513     albertel 6815: <fileglob>
                   6816:     <glob>*</glob>
                   6817:     <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
                   6818:     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
                   6819:     <categoryname>script</categoryname>
                   6820:     <description>
                   6821:       Binary tools for LON-CAPA
                   6822:     </description>
                   6823: <filenames>
                   6824: create_db_dynamic;
                   6825: create_db_dynamic_64;
1.544     albertel 6826: create_db_dynamic_64_so.3;
1.513     albertel 6827: dump_db_static_32;
                   6828: </filenames>
                   6829: </fileglob>
1.430     albertel 6830: <file>
                   6831: <source>loncom/build/distprobe</source>
                   6832: <target dist='default'>home/httpd/perl/distprobe</target>
                   6833: <categoryname>script</categoryname>
                   6834: <description>
                   6835: for probing operating system flavor and version
                   6836: </description>
                   6837: <note>
                   6838: </note>
                   6839: </file>
1.14      harris41 6840: </files>
1.1       harris41 6841: </lpml>

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