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

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

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