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

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

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