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

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

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