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

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

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