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

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

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