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

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

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