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

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

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