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

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

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