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

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

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