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

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

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