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

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

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