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

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

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