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

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

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