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

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

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