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

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

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