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

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

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