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

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

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