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

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

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