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

1.14      harris41    1: <!-- Scott Harrison -->
                      2: <!-- Guy Albertelli -->
                      3: 
                      4: <!-- Default values must be defined before specific values. -->
                      5: <!-- If no 'dist' attribute is specified, then it is always installed. -->
                      6: <!-- If 'dist' attribute is set to  'default', then the specification. -->
                      7: <!-- is accepted if an alternative distribution is not requested or not -->
                      8: <!-- defined. -->
                      9: 
1.1       harris41   10: <lpml>
                     11: <targetroot>/</targetroot>
                     12: <sourceroot>/home/user/loncapa/</sourceroot>
1.14      harris41   13: <categories>
1.1       harris41   14: <category name="interface file" type="runtime">
1.5       harris41   15:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.1       harris41   16: </category>
                     17: <category name="interface file" type="development">
1.5       harris41   18:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.1       harris41   19: </category>
                     20: <category name="setuid script" type="runtime">
1.5       harris41   21:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.1       harris41   22: </category>
                     23: <category name="setuid script" type="development">
1.5       harris41   24:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.1       harris41   25: </category>
                     26: <category name="handler" type="runtime">
1.5       harris41   27:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.1       harris41   28: </category>
                     29: <category name="handler" type="development">
1.5       harris41   30:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.1       harris41   31: </category>
                     32: <category name="static conf" type="runtime">
1.5       harris41   33:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.1       harris41   34: </category>
                     35: <category name="static conf" type="development">
1.5       harris41   36:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.1       harris41   37: </category>
                     38: <category name="conf" type="runtime">
1.5       harris41   39:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.1       harris41   40: </category>
                     41: <category name="conf" type="development">
1.5       harris41   42:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.1       harris41   43: </category>
                     44: <category name="script" type="runtime">
1.5       harris41   45:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.1       harris41   46: </category>
                     47: <category name="script" type="development">
1.5       harris41   48:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.1       harris41   49: </category>
                     50: <category name="graphic file" type="runtime">
1.5       harris41   51:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.1       harris41   52: </category>
                     53: <category name="graphic file" type="development">
1.5       harris41   54:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.1       harris41   55: </category>
                     56: <category name="system file" type="runtime">
1.5       harris41   57:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.1       harris41   58: </category>
                     59: <category name="system file" type="development">
1.5       harris41   60:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.1       harris41   61: </category>
                     62: <category name="root script" type="runtime">
1.5       harris41   63:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.1       harris41   64: </category>
                     65: <category name="root script" type="development">
1.5       harris41   66:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.1       harris41   67: </category>
                     68: <category name="symbolic link" type="runtime">
1.5       harris41   69:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.1       harris41   70: </category>
                     71: <category name="symbolic link" type="development">
1.5       harris41   72:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.1       harris41   73: </category>
                     74: <category name="standard" type="runtime">
1.5       harris41   75:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.1       harris41   76: </category>
                     77: <category name="standard" type="development">
1.5       harris41   78:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.1       harris41   79: </category>
                     80: <category name="server standard" type="runtime">
1.5       harris41   81:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.1       harris41   82: </category>
                     83: <category name="server standard" type="development">
1.5       harris41   84:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.1       harris41   85: </category>
                     86: <category name="server readonly" type="runtime">
1.5       harris41   87:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.1       harris41   88: </category>
                     89: <category name="server readonly" type="development">
1.5       harris41   90:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.1       harris41   91: </category>
1.14      harris41   92: </categories>
1.2       harris41   93: <rpm>
1.3       harris41   94:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
                     95:   <rpmName>LON-CAPA-base</rpmName>
                     96:   <rpmVersion>3.1</rpmVersion>
                     97:   <rpmRelease>1</rpmRelease>
                     98:   <rpmVendor>Laboratory for Instructional Technology Education, Division of Science and Mathematics Education, Michigan State University.</rpmVendor>
                     99:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
                    100:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
                    101:   <rpmGroup>Utilities/System</rpmGroup>
                    102:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
                    103:   <rpmAutoReqProv>no</rpmAutoReqProv>
1.10      harris41  104:   <rpmdescription>This package facilitates a base installation of LON-CAPA files in their directories.\n
                    105: The files in this package are only those directly associated with the network communication\n
                    106: layer established through direct server-to-server communications (via lond and lonc); plus\n
                    107: those which configure (but otherwise not constitute) external software packages like Apache\n
                    108: and Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.</rpmdescription>
                    109:   <rpmpre>echo '***********************************************************************'\n
                    110: echo 'LON-CAPA  LearningOnline with CAPA'\n
                    111: echo 'http://www.lon-capa.org/'\n
                    112: echo 'Gerd Kortemeyer, et al'\n
                    113: echo 'Laboratory for Instructional Technology Education'\n
                    114: echo 'Michigan State University'\n
                    115: echo 'General Public License, Version 2, June 1991'\n
                    116: echo '** Michigan State University patents may apply **'\n
                    117: echo ' '\n
                    118: echo 'This installation assumes an installation of Redhat 6.2'\n
                    119: echo ' '\n
                    120: echo 'The server computer should be currently connected to the ethernet'\n
                    121: echo ' '\n
                    122: echo 'The files in this package are only those directly associated with the network communication'\n
                    123: echo 'layer established through direct server-to-server communications (via lond and lonc); plus'\n
                    124: echo 'those which configure (but otherwise not constitute) external software packages like Apache'\n
                    125: echo 'and Athena-Kerberos.'\n
                    126: echo '***********************************************************************'\n
                    127: </rpmpre>
1.2       harris41  128: </rpm>
1.14      harris41  129: <directories>
1.2       harris41  130: <directory>
1.5       harris41  131:   <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3       harris41  132:   <categoryname>standard</categoryname>
                    133:   <description>web configuration files</description>
                    134: </directory>
                    135: <directory>
1.5       harris41  136:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3       harris41  137:   <categoryname>standard</categoryname>
                    138:   <description>tab-formatted reference files</description>
                    139: </directory>
                    140: <directory>
1.5       harris41  141:   <targetdir dist='default'>home/httpd</targetdir>
1.3       harris41  142:   <categoryname>standard</categoryname>
                    143:   <description>start of the web server tree</description>
                    144: </directory>
                    145: <directory>
1.5       harris41  146:   <targetdir dist='default'>etc</targetdir>
1.3       harris41  147:   <categoryname>standard</categoryname>
                    148:   <description>standard linux directory for configuration files</description>
                    149: </directory>
                    150: <directory>
1.5       harris41  151:   <targetdir dist='default'>home/httpd/perl</targetdir>
1.10      harris41  152:   <categoryname>server readonly</categoryname>
1.3       harris41  153:   <description>perl scripts for managing the LON-CAPA system</description>
                    154: </directory>
                    155: <directory>
1.5       harris41  156:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3       harris41  157:   <categoryname>server standard</categoryname>
                    158:   <description>location where system performance and error logs are kept</description>
                    159: </directory>
                    160: <directory>
1.5       harris41  161:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3       harris41  162:   <categoryname>server standard</categoryname>
                    163:   <description>location where temporary files (for caching) are stored</description>
                    164: </directory>
                    165: <directory>
1.5       harris41  166:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3       harris41  167:   <categoryname>server readonly</categoryname>
                    168:   <description>location of LON-CAPA web mod-perl handlers</description>
                    169: </directory>
                    170: <directory>
1.5       harris41  171:   <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3       harris41  172:   <categoryname>server standard</categoryname>
                    173:   <description>cookie jar</description>
                    174: </directory>
                    175: <directory>
1.5       harris41  176:   <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3       harris41  177:   <categoryname>server standard</categoryname>
                    178:   <description>lonc's sockets</description>
                    179: </directory>
                    180: <directory>
1.5       harris41  181:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3       harris41  182:   <categoryname>server standard</categoryname>
                    183:   <description>lonc's sockets (delayed)</description>
                    184: </directory>
                    185: <directory>
1.5       harris41  186:   <targetdir dist='default'>home/httpd/html</targetdir>
1.3       harris41  187:   <categoryname>server standard</categoryname>
                    188:   <description>location of web-accessible file tree</description>
                    189: </directory>
                    190: <directory>
1.5       harris41  191:   <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3       harris41  192:   <categoryname>server standard</categoryname>
                    193:   <description>root of resource tree</description>
                    194: </directory>
                    195: <directory>
1.5       harris41  196:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3       harris41  197:   <categoryname>server readonly</categoryname>
                    198:   <description>unauthenticated resources</description>
                    199: </directory>
                    200: <directory>
1.5       harris41  201:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3       harris41  202:   <categoryname>server readonly</categoryname>
                    203:   <description>home of the rat</description>
                    204: </directory>
                    205: <directory>
1.5       harris41  206:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3       harris41  207:   <categoryname>server readonly</categoryname>
                    208:   <description>graphic widgets</description>
                    209: </directory>
                    210: <directory>
1.5       harris41  211:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3       harris41  212:   <categoryname>server readonly</categoryname>
                    213:   <description></description>
                    214: </directory>
                    215: <directory>
1.5       harris41  216:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3       harris41  217:   <categoryname>server readonly</categoryname>
                    218:   <description>error warnings and icons</description>
                    219: </directory>
                    220: <directory>
1.5       harris41  221:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3       harris41  222:   <categoryname>server standard</categoryname>
1.10      harris41  223:   <description>Home directories of local users.  There is a five-tier
1.3       harris41  224: structure to the directories:
                    225: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
                    226: a user fredflint at MSU would have his information located in
1.10      harris41  227: lonUsers/msu/f/r/e/fredflint.<br />&nbsp;<br />Within this directory there are
                    228: a variety of files which govern the scope of what a user can do within the LON-CAPA
1.3       harris41  229: system.  A passwd file determines the type of authentication mechanism to use.
                    230:  There is also are files such as roles.hist (and its database compilation,
                    231: roles.db) which specify the roles and privileges for a user in the
                    232: LON-CAPA system.</description>
                    233: </directory>
                    234: <directory>
1.5       harris41  235:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3       harris41  236:   <categoryname>server standard</categoryname>
                    237:   <description>status reports</description>
                    238: </directory>
                    239: <directory>
1.5       harris41  240:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.13      albertel  241:   <targetdir dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
                    242:   <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
1.3       harris41  243:   <categoryname>standard</categoryname>
                    244:   <description>system perl tree (usually present on linux systems)</description>
                    245: </directory>
                    246: <directory>
1.5       harris41  247:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3       harris41  248:   <categoryname>server readonly</categoryname>
                    249:   <description>mathematics markup language resources</description>
                    250: </directory>
                    251: <directory>
1.5       harris41  252:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3       harris41  253:   <categoryname>server readonly</categoryname>
                    254:   <description>files useful for including within customized scripting</description>
                    255: </directory>
                    256: <directory>
1.19      harris41  257:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates</targetdir>
                    258:   <categoryname>server readonly</categoryname>
                    259:   <description>template files useful for customized scripts</description>
                    260: </directory>
                    261: <directory>
1.5       harris41  262:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3       harris41  263:   <categoryname>server standard</categoryname>
                    264:   <description>status reports</description>
                    265: </directory>
                    266: <directory>
1.5       harris41  267:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3       harris41  268:   <categoryname>server readonly</categoryname>
                    269:   <description>web user interface resources</description>
                    270: </directory>
                    271: <directory>
1.5       harris41  272:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu</targetdir>
1.3       harris41  273:   <categoryname>server readonly</categoryname>
                    274:   <description>bookmark user interface code</description>
                    275: </directory>
                    276: <directory>
1.5       harris41  277:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations</targetdir>
1.3       harris41  278:   <categoryname>server readonly</categoryname>
                    279:   <description></description>
                    280: </directory>
                    281: <directory>
1.5       harris41  282:   <targetdir dist='default'>usr/sbin</targetdir>
1.3       harris41  283:   <categoryname>standard</categoryname>
                    284:   <description>standard linux directory for superuser executables</description>
                    285: </directory>
                    286: <directory>
1.5       harris41  287:   <targetdir dist='default'>etc/cron.d</targetdir>
1.3       harris41  288:   <categoryname>standard</categoryname>
                    289:   <description>standard linux directory for running time-based "jobs"</description>
                    290: </directory>
                    291: <directory>
1.5       harris41  292:   <targetdir dist='default'>etc/ntp</targetdir>
1.3       harris41  293:   <categoryname>standard</categoryname>
                    294:   <description>configuration directory for network time protocol</description>
                    295: </directory>
                    296: <directory>
1.5       harris41  297:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.13      albertel  298:   <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>
1.3       harris41  299:   <categoryname>standard</categoryname>
                    300:   <description>scripts that run during system startup</description>
                    301: </directory>
                    302: <directory>
1.5       harris41  303:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.13      albertel  304:   <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</targetdir>
1.3       harris41  305:   <categoryname>standard</categoryname>
                    306:   <description>scripts that run for run-level 0</description>
                    307: </directory>
                    308: <directory>
1.5       harris41  309:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.13      albertel  310:   <targetdir dist='redhat7.1 debian2.2'>etc/rc1.d</targetdir>
1.3       harris41  311:   <categoryname>standard</categoryname>
                    312:   <description>scripts that run for run-level 1</description>
                    313: </directory>
                    314: <directory>
1.5       harris41  315:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.13      albertel  316:   <targetdir dist='redhat7.1 debian2.2'>etc/rc2.d</targetdir>
1.3       harris41  317:   <categoryname>standard</categoryname>
                    318:   <description>scripts that run for run-level 2</description>
                    319: </directory>
                    320: <directory>
1.5       harris41  321:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.13      albertel  322:   <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>
1.3       harris41  323:   <categoryname>standard</categoryname>
                    324:   <description>scripts that run for run-level 3</description>
                    325: </directory>
                    326: <directory>
1.5       harris41  327:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.13      albertel  328:   <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>
1.3       harris41  329:   <categoryname>standard</categoryname>
                    330:   <description>scripts that run for run-level 4</description>
                    331: </directory>
                    332: <directory>
1.5       harris41  333:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.13      albertel  334:   <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>
1.3       harris41  335:   <categoryname>standard</categoryname>
                    336:   <description>scripts that run for run-level 5</description>
                    337: </directory>
                    338: <directory>
1.5       harris41  339:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.13      albertel  340:   <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>
1.3       harris41  341:   <categoryname>standard</categoryname>
                    342:   <description>scripts that run for run-level 6</description>
                    343: </directory>
                    344: <directory>
1.5       harris41  345:   <targetdir dist='default'>etc/atalk</targetdir>
1.3       harris41  346:   <categoryname>standard</categoryname>
                    347:   <description>appletalk configuration files</description>
                    348: </directory>
                    349: <directory>
1.5       harris41  350:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons</targetdir>
1.3       harris41  351:   <categoryname>server readonly</categoryname>
1.10      harris41  352:   <description>icons that help depict the file system (outdated)</description>
1.2       harris41  353: </directory>
1.14      harris41  354: </directories>
                    355: <files>
1.4       harris41  356: <file>
                    357: <source>loncom/access.conf</source>
1.5       harris41  358: <target dist='default'>etc/httpd/conf/access.conf</target>
1.4       harris41  359: <categoryname>conf</categoryname>
                    360: <description>
                    361: This file has two major functions.
                    362: For the Apache web server, it defines a global
                    363: access configuration which defines what server options (Indexes", "Includes",
                    364: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
                    365: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
                    366: and "/usr/doc").  For the LON-CAPA network server and perl module
                    367: handlers, it defines machine specific settings (lonHostID, lonRole,
                    368: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
                    369: and internal machine settings for specific directories, socket ports,
                    370: and browser detection logic.
                    371: </description>
                    372: <note>
                    373: <b>configure</b>
                    374: <br />
                    375: <table cellpadding=0 cellspacing=0 border=1>
                    376: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this machine</td></tr>
                    377: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library, access</td></tr>
                    378: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
                    379: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
                    380: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
                    381: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in seconds</td></tr>
1.10      harris41  382: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
                    383: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access MySQL database</td></tr>
1.4       harris41  384: </table>
                    385: </note>
                    386: </file>
                    387: <file>
                    388: <source>loncom/httpd.conf</source>
1.5       harris41  389: <target dist='default'>etc/httpd/conf/httpd.conf</target>
1.4       harris41  390: <categoryname>static conf</categoryname>
                    391: <description>
                    392: This is the main server configuration file.  The settings here are
                    393: more or less standard for the Apache web server.  Most notably (and
                    394: importantly!), perl handling and mod_perl are enabled in this configuration
                    395: file.
                    396: </description>
                    397: </file>
                    398: <file>
                    399: <source>loncom/srm.conf</source>
1.5       harris41  400: <target dist='default'>etc/httpd/conf/srm.conf</target>
1.4       harris41  401: <categoryname>static conf</categoryname>
                    402: <description>
                    403: <p>
                    404: This file configures the "name space" of the Apache web server.  
                    405: <tt>srm.conf</tt>
                    406: defines when specific perl modules should be called to handle a given
                    407: request.  This definition is a function of both the name of the perl module,
                    408: and a specific regular expression associated with the URL, such as
                    409: "^/res/.*\.page".
                    410: </p>
                    411: <p>
                    412: Here is an example entry:
                    413: <pre>
                    414: &lt;LocationMatch "^/res/.*\.page$&gt;
                    415: SetHandler perl-script
                    416: PerlHandler Apache::lonpage
                    417: &lt;/LocationMatch&gt;
                    418: </pre>
                    419: </p>
                    420: </description>
                    421: </file>
                    422: <file>
                    423: <source>loncom/startup.pl</source>
1.5       harris41  424: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4       harris41  425: <categoryname>static conf</categoryname>
                    426: <description>
                    427: This file provides initializations for perl handlers.  It adjusts what
                    428: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
                    429: well as causing the Apache module to be used for every perl handler.
                    430: <tt>startup.pl</tt> is invoked by <tt>access.conf</tt>.
                    431: </description>
                    432: </file>
                    433: <file>
1.10      harris41  434: <source>loncom/interface/mydesk.tab</source>
                    435: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
                    436: <categoryname>static conf</categoryname>
                    437: <description>
                    438: Config file for "My Desk"
                    439: </description>
                    440: </file>
                    441: <file>
1.4       harris41  442: <source>loncom/interface/filetypes.tab</source>
1.5       harris41  443: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4       harris41  444: <categoryname>static conf</categoryname>
                    445: <description>
                    446: Descriptive list of file extensions, and extension groupings.
                    447: </description>
                    448: </file>
                    449: <file>
1.20    ! harris41  450: <source>loncom/homework/templates/blank.library</source>
        !           451: <target dist='default'>home/httpd/html/res/adm/includes/templates/blank.library</target>
        !           452: <categoryname>static conf</categoryname>
        !           453: <description>
        !           454: Template file for a new library.
        !           455: </description>
        !           456: </file>
        !           457: <file>
        !           458: <source>loncom/homework/templates/blank.library.meta</source>
        !           459: <target dist='default'>home/httpd/html/res/adm/includes/templates/blank.library.meta</target>
        !           460: <categoryname>static conf</categoryname>
        !           461: <description>
        !           462: Metadata related to a new library.
        !           463: </description>
        !           464: </file>
        !           465: <file>
        !           466: <source>loncom/homework/templates/script.library</source>
        !           467: <target dist='default'>home/httpd/html/res/adm/includes/templates/script.library</target>
        !           468: <categoryname>static conf</categoryname>
        !           469: <description>
        !           470: Template file for a new script library.
        !           471: </description>
        !           472: </file>
        !           473: <file>
        !           474: <source>loncom/homework/templates/script.library.meta</source>
        !           475: <target dist='default'>home/httpd/html/res/adm/includes/templates/script.library.meta</target>
        !           476: <categoryname>static conf</categoryname>
        !           477: <description>
        !           478: Metadata for a new script library.
        !           479: </description>
        !           480: </file>
        !           481: <file>
1.19      harris41  482: <source>loncom/homework/templates/blank.problem</source>
                    483: <target dist='default'>home/httpd/html/res/adm/includes/templates/blank.problem</target>
                    484: <categoryname>static conf</categoryname>
                    485: <description>
                    486: Template file.
                    487: </description>
                    488: </file>
                    489: <file>
                    490: <source>loncom/homework/templates/blank.problem.meta</source>
                    491: <target dist='default'>home/httpd/html/res/adm/includes/templates/blank.problem.meta</target>
                    492: <categoryname>static conf</categoryname>
                    493: <description>
                    494: Template file metadata.
                    495: </description>
                    496: </file>
                    497: <file>
                    498: <source>loncom/homework/templates/numerical.problem</source>
                    499: <target dist='default'>home/httpd/html/res/adm/includes/templates/numerical.problem</target>
                    500: <categoryname>static conf</categoryname>
                    501: <description>
                    502: Template file for a numerical problem.
                    503: </description>
                    504: </file>
                    505: <file>
                    506: <source>loncom/homework/templates/numerical.problem.meta</source>
                    507: <target dist='default'>home/httpd/html/res/adm/includes/templates/numerical.problem.meta</target>
                    508: <categoryname>static conf</categoryname>
                    509: <description>
                    510: Template file metadata for a numerical problem.
                    511: </description>
                    512: </file>
                    513: <file>
1.4       harris41  514: <source>loncom/homework/insertlist.tab</source>
1.5       harris41  515: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4       harris41  516: <categoryname>static conf</categoryname>
                    517: <description>
1.8       harris41  518: Describes what tags are allowed inside other tags.
1.4       harris41  519: </description>
                    520: </file>
                    521: <file>
                    522: <source>loncom/interface/default.assesscalc</source>
1.5       harris41  523: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc</target>
1.4       harris41  524: <categoryname>static conf</categoryname>
                    525: <description>
                    526: Default spreadsheet for individual assessment.
                    527: </description>
                    528: </file>
                    529: <file>
                    530: <source>loncom/interface/default.studentcalc</source>
1.5       harris41  531: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc</target>
1.4       harris41  532: <categoryname>static conf</categoryname>
                    533: <description>
                    534: Default spreadsheet for assessment of students.
                    535: </description>
                    536: </file>
                    537: <file>
1.10      harris41  538: <source>loncom/interface/default.classcalc</source>
                    539: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc</target>
                    540: <categoryname>static conf</categoryname>
                    541: <description>
                    542: Default spreadsheet for assessment of a class.
                    543: </description>
                    544: </file>
                    545: <file>
1.4       harris41  546: <source>loncom/auth/roles.tab</source>
1.5       harris41  547: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4       harris41  548: <categoryname>static conf</categoryname>
                    549: <description>
                    550: List of privileges associated with users of multiple types (for example: Teaching
                    551: Assistant, Exam Proctor, Course Coordinator)
                    552: </description>
                    553: </file>
                    554: <file>
1.5       harris41  555: <source>loncom/auth/rolesplain.tab</source>
                    556: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
                    557: <categoryname>static conf</categoryname>
                    558: <description>
1.10      harris41  559: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5       harris41  560: and privileges available in the network with function
                    561: </description>
1.4       harris41  562: </file>
                    563: <file>
1.5       harris41  564: <source>loncom/hosts.tab</source>
                    565: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
                    566: <categoryname>conf</categoryname>
                    567: <description>
1.10      harris41  568: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
                    569: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.5       harris41  570: </description>
1.4       harris41  571: </file>
                    572: <file>
1.5       harris41  573: <source>loncom/spare.tab</source>
                    574: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
                    575: <categoryname>conf</categoryname>
                    576: <description>
                    577: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                    578: </description>
                    579: <note>
                    580: <b>configure</b><br />
                    581: <table cellpadding=0 cellspacing=0 border=1>
                    582: <tr><td>
                    583: list elements are separated by newlines
                    584: </td></tr>
                    585: <tr><td>
                    586: each list element consists of only one value; the value for <tt>lonHostID</tt>
                    587: in <tt>access.conf</tt>
                    588: </td></tr>
                    589: </table>
                    590: </note>
1.4       harris41  591: </file>
                    592: <file>
1.5       harris41  593: <source>loncom/htpasswd</source>
                    594: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
                    595: <categoryname>conf</categoryname>
                    596: <description>
                    597: Basic auth password to access /lon-status and /server-status
                    598: </description>
1.4       harris41  599: </file>
                    600: <file>
1.5       harris41  601: <source>loncom/krb.conf</source>
                    602: <target dist='default'>etc/krb.conf</target>
1.10      harris41  603: <categoryname>conf</categoryname>
1.5       harris41  604: <description>
1.10      harris41  605: which Kerberos server to contact for specified Kerberos domains
1.5       harris41  606: </description>
                    607: <note>
                    608: <table cellpadding=0 cellspacing=0 border=1>
                    609: <tr><td>
                    610: list elements are separated by newlines
                    611: </td></tr>
                    612: <tr><td>
                    613: each list element consists of only two subelements separated by a colon
                    614: <br />
                    615: <ul>
                    616: <li>Kerberos domain value</li>
                    617: <li>Kerberos server IP address</li>
                    618: </ul>
                    619: </td></tr>
                    620: </table>
                    621: </note>
1.4       harris41  622: </file>
                    623: <file>
1.5       harris41  624: <source>loncom/smb.conf</source>
                    625: <target dist='default'>etc/smb.conf</target>
                    626: <categoryname>conf</categoryname>
                    627: <description>
                    628: configuration file to make LON-CAPA server file space accessible to network neighborhood
                    629: </description>
1.4       harris41  630: </file>
                    631: <file>
1.5       harris41  632: <source>loncom/ntp.conf</source>
                    633: <target dist='default'>etc/ntp.conf</target>
                    634: <categoryname>conf</categoryname>
                    635: <description>
                    636: which NTP server to contact for information (XNTP3 standard)
                    637: </description>
                    638: <note>
                    639: <table cellpadding=0 cellspacing=0 border=1>
                    640: <tr><td>
                    641: only one line needs to be changed to specify a server ip address
                    642: </td></tr>
                    643: <tr><td>
                    644: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
                    645: </td></tr>
                    646: </table>
                    647: </note>
1.4       harris41  648: </file>
                    649: <file>
1.5       harris41  650: <source>loncom/metadata_database/searchcat.pl</source>
                    651: <target dist='default'>home/httpd/perl/searchcat.pl</target>
                    652: <categoryname>script</categoryname>
                    653: <description>
                    654: Batch script for updating SQL metadata database.
                    655: </description>
1.4       harris41  656: </file>
                    657: <file>
1.5       harris41  658: <source>loncom/lonc</source>
                    659: <target dist='default'>home/httpd/perl/lonc</target>
                    660: <categoryname>script</categoryname>
                    661: <description>
                    662: proxy server
                    663: </description>
1.4       harris41  664: </file>
                    665: <file>
1.5       harris41  666: <source>loncom/lond</source>
                    667: <target dist='default'>home/httpd/perl/lond</target>
                    668: <categoryname>script</categoryname>
                    669: <description>
                    670: This is a remote command interpreter on a TCP LON-CAPA network layer.
                    671: It accepts and processes incoming requests from other LON-CAPA machines
                    672: on the network.  lond's functionality is self-contained in the sense
                    673: that it does not reference (import, require, use) any other file
                    674: described in this document.  There are only 15 subroutines in this
                    675: script, however the <TT>make_new_child</TT> subroutine is quite
                    676: complex since it parses and responds about 29 different types of 
                    677: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
                    678: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
                    679: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
                    680: tmpput, tmpget, and ls).
                    681: </description>
1.4       harris41  682: </file>
                    683: <file>
1.5       harris41  684: <source>loncom/loncron</source>
                    685: <target dist='default'>home/httpd/perl/loncron</target>
                    686: <categoryname>script</categoryname>
                    687: <description>housekeeping</description>
1.4       harris41  688: </file>
                    689: <file>
1.5       harris41  690: <source>loncom/lonsql</source>
                    691: <target dist='default'>home/httpd/perl/lonsql</target>
                    692: <categoryname>script</categoryname>
                    693: <description>maintain secondary database of metadata</description>
1.4       harris41  694: </file>
                    695: <file>
1.5       harris41  696: <source>loncom/lcpasswd</source>
                    697: <target dist='default'>home/httpd/perl/lcpasswd</target>
                    698: <categoryname>setuid script</categoryname>
                    699: <description>
                    700: coordinates the system services and files in order to allow lond to change
                    701: user passwords
                    702: </description>
1.10      harris41  703: <status>deprecated</status>
1.4       harris41  704: </file>
                    705: <file>
1.5       harris41  706: <source>loncom/lcuseradd</source>
                    707: <target dist='default'>home/httpd/perl/lcuseradd</target>
                    708: <categoryname>setuid script</categoryname>
                    709: <description>
                    710: coordinates the system services and files in order to allow lond to add a
                    711: new user
                    712: </description>
1.10      harris41  713: <status>deprecated</status>
1.4       harris41  714: </file>
                    715: <file>
1.5       harris41  716: <source>loncom/lcuserdel</source>
                    717: <target dist='default'>home/httpd/perl/lcuserdel</target>
                    718: <categoryname>setuid script</categoryname>
                    719: <description>
                    720: coordinates the system services and files in order to allow lond to delete a user
                    721: </description>
1.10      harris41  722: <status>deprecated</status>
1.4       harris41  723: </file>
                    724: <file>
1.5       harris41  725: <source>loncom/lcnfson</source>
                    726: <target dist='default'>home/httpd/perl/lcnfson</target>
                    727: <categoryname>setuid script</categoryname>
                    728: <description>
                    729: coordinates the system services and files in order to allow lond to enable NFS
                    730: for a user
                    731: </description>
1.10      harris41  732: <status>deprecated</status>
1.4       harris41  733: </file>
                    734: <file>
1.5       harris41  735: <source>loncom/lcnfsoff</source>
                    736: <target dist='default'>home/httpd/perl/lcnfsoff</target>
                    737: <categoryname>setuid script</categoryname>
                    738: <description>
                    739: coordinates the system services and files in order to allow lond to disable NFS
                    740: for a user
                    741: </description>
1.10      harris41  742: <status>deprecated</status>
1.4       harris41  743: </file>
                    744: <file>
1.5       harris41  745: <source>loncom/publisher/publisher.html</source>
                    746: <target dist='default'>home/httpd/html/adm/publisher.html</target>
                    747: <categoryname>interface file</categoryname>
                    748: <description>
                    749: HTML frame that presents a form element to allow for the publishing of
                    750: resources, directories and underlying subdirectories.
                    751: </description>
1.4       harris41  752: </file>
                    753: <file>
1.10      harris41  754: <source>loncom/html/adm/noidea.html</source>
                    755: <target dist='default'>home/httpd/html/adm/noidea.html</target>
                    756: <categoryname>interface file</categoryname>
                    757: <description>
                    758: Interface file for responding to improper page flipping.
                    759: </description>
                    760: </file>
                    761: <file>
1.5       harris41  762: <source>loncom/homework/lectureonline.sty</source>
                    763: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>
                    764: <categoryname>static conf</categoryname>
                    765: <description>
                    766: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                    767: </description>
1.4       harris41  768: </file>
                    769: <file>
1.5       harris41  770: <source>loncom/misc/un_keyword.tab</source>
                    771: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
                    772: <categoryname>conf</categoryname>
                    773: <description>
                    774: File which contains words which should not be keywords used to specify resource
                    775: content.
                    776: </description>
1.4       harris41  777: </file>
                    778: <file>
1.5       harris41  779: <source>loncom/publisher/copyright.tab</source>
                    780: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
                    781: <categoryname>conf</categoryname>
                    782: <description>
                    783: Table which contains list of copyright possibilities for educational resources.
                    784: </description>
1.4       harris41  785: </file>
                    786: <file>
1.5       harris41  787: <source>loncom/publisher/language.tab</source>
                    788: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                    789: <categoryname>static conf</categoryname>
                    790: <description>
                    791: Table which contains string abbreviations of language::font rendering
                    792: combinations.
                    793: </description>
1.4       harris41  794: </file>
                    795: <file>
1.5       harris41  796: <source>loncom/publisher/addid.tab</source>
                    797: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                    798: <categoryname>static conf</categoryname>
                    799: <description>
                    800: Table which has hash data necessary for distinguishing IDs from indices.
                    801: </description>
1.4       harris41  802: </file>
                    803: <file>
1.19      harris41  804: <source>loncom/publisher/lonwrapper.pm</source>
                    805: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                    806: <categoryname>handler</categoryname>
                    807: <description>
                    808: Wrapper for external and binary files as standalone resources.
                    809: Edit handler for rat maps; TeX content handler.
                    810: </description>
                    811: <status>works/unverified</status>
                    812: </file>
                    813: <file>
1.15      harris41  814: <source>loncom/publisher/loncfile.pm</source>
                    815: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                    816: <categoryname>handler</categoryname>
                    817: <description>
                    818: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                    819: construction space menu.
                    820: </description>
                    821: <status>works/unverified</status>
                    822: </file>
                    823: <file>
1.7       harris41  824: <source>loncom/interface/lonstatistics.pm</source>
                    825: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                    826: <categoryname>handler</categoryname>
                    827: <description>
                    828: Handler to show statistics on solving LON-CAPA problems.
                    829: </description>
                    830: <status>works/unverified</status>
                    831: </file>
                    832: <file>
1.5       harris41  833: <source>loncom/publisher/londiff.pm</source>
                    834: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                    835: <categoryname>handler</categoryname>
                    836: <description>
                    837: Handler to show difference between two files.
                    838: </description>
                    839: <status>works/unverified</status>
1.4       harris41  840: </file>
                    841: <file>
1.5       harris41  842: <source>loncom/publisher/lonupload.pm</source>
                    843: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                    844: <categoryname>handler</categoryname>
                    845: <description>
                    846: Handler to upload files through browser into construction space.
                    847: </description>
                    848: <status>works/unverified</status>
1.4       harris41  849: </file>
                    850: <file>
1.5       harris41  851: <source>loncom/homework/essayresponse.pm</source>
                    852: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                    853: <categoryname>handler</categoryname>
                    854: <description>
                    855: Handler to evaluate essay (ungraded) style responses.
                    856: </description>
                    857: <status>works/unverified</status>
1.4       harris41  858: </file>
                    859: <file>
1.5       harris41  860: <source>loncom/publisher/lonpubdir.pm</source>
                    861: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                    862: <categoryname>handler</categoryname>
                    863: <description>
                    864: Handler to publish directories.
                    865: </description>
1.4       harris41  866: </file>
                    867: <file>
1.5       harris41  868: <source>loncom/publisher/lonretrieve.pm</source>
                    869: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                    870: <categoryname>handler</categoryname>
                    871: <description>
                    872: Handler to retrieve old versions from resource space.
                    873: </description>
                    874: <status>works/unverified</status>
1.4       harris41  875: </file>
                    876: <file>
1.5       harris41  877: <source>loncom/homework/edit.pm</source>
                    878: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                    879: <categoryname>handler</categoryname>
                    880: <description>
                    881: Helper functions when in homework edit mode.
                    882: </description>
1.4       harris41  883: </file>
                    884: <file>
1.5       harris41  885: <source>loncom/interface/lonmeta.pm</source>
                    886: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                    887: <categoryname>handler</categoryname>
                    888: <description>Metadata display handler.</description>
                    889: <status>works/unverified</status>
1.4       harris41  890: </file>
                    891: <file>
1.5       harris41  892: <source>rat/lonambiguous.pm</source>
                    893: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                    894: <categoryname>handler</categoryname>
                    895: <description>
                    896: Handler to resolve ambiguous file locations.
                    897: </description>
                    898: <status>works/unverified</status>
1.4       harris41  899: </file>
                    900: <file>
1.5       harris41  901: <source>rat/lonratparms.pm</source>
                    902: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                    903: <categoryname>handler</categoryname>
                    904: <description>
                    905: Handler to set resource parameters inside of the RAT based on metadata.
                    906: </description>
                    907: <status>works/unverified</status>
1.4       harris41  908: </file>
                    909: <file>
1.5       harris41  910: <source>rat/lonsequence.pm</source>
                    911: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                    912: <categoryname>handler</categoryname>
                    913: <description>
                    914: Handler for showing sequence objects of educational resources.
                    915: </description>
                    916: <status>works/unverified</status>
1.4       harris41  917: </file>
                    918: <file>
1.5       harris41  919: <source>loncom/interface/loncreatecourse.pm</source>
                    920: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                    921: <categoryname>handler</categoryname>
                    922: <description>
                    923: Creates a new course and assigns course coordinator.
                    924: </description>
1.10      harris41  925: <status>works/unverified</status>
1.4       harris41  926: </file>
                    927: <file>
1.5       harris41  928: <source>loncom/interface/loncreateuser.pm</source>
                    929: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                    930: <categoryname>handler</categoryname>
                    931: <description>
                    932: Creates a new user and/or changes user privileges
                    933: </description>
                    934: <status>works/unverified</status>
1.4       harris41  935: </file>
                    936: <file>
1.5       harris41  937: <source>loncom/interface/lonchart.pm</source>
                    938: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
                    939: <categoryname>handler</categoryname>
                    940: <description>
                    941: Produces simple LectureOnline-like student assessment performance chart
                    942: </description>
1.4       harris41  943: </file>
                    944: <file>
1.5       harris41  945: <source>loncom/interface/loncommon.pm</source>
                    946: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                    947: <categoryname>handler</categoryname>
                    948: <description>
                    949: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41  950: user, domain, home_server, course_id.
1.5       harris41  951: </description>
                    952: <status>works/unverified</status>
1.4       harris41  953: </file>
                    954: <file>
1.5       harris41  955: <source>loncom/homework/grades.pm</source>
                    956: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                    957: <categoryname>handler</categoryname>
                    958: <description>Handles the viewing of grades.</description>
1.4       harris41  959: </file>
                    960: <file>
1.5       harris41  961: <source>loncom/homework/imageresponse.pm</source>
                    962: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                    963: <categoryname>handler</categoryname>
                    964: <description>
                    965: Coordinates the response to clicking an image.
                    966: </description>
                    967: <status>works/unverified</status>
1.4       harris41  968: </file>
                    969: <file>
1.5       harris41  970: <source>loncom/homework/optionresponse.pm</source>
                    971: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                    972: <categoryname>handler</categoryname>
1.10      harris41  973: <description>Handles tags associated with showing a list of options.</description>
1.4       harris41  974: </file>
                    975: <file>
1.5       harris41  976: <source>loncom/homework/outputtags.pm</source>
                    977: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                    978: <categoryname>handler</categoryname>
                    979: <description>
                    980: Handles tags associated with output.  Seems to relate to due dates of the
                    981: assignment.
                    982: </description>
1.10      harris41  983: <status>works/unverified</status>
1.4       harris41  984: </file>
                    985: <file>
1.6       harris41  986: <source>loncom/interface/lontest.pm</source>
                    987: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                    988: <categoryname>handler</categoryname>
                    989: <description>
                    990: Used for debugging and testing the LON-CAPA system.
                    991: </description>
1.10      harris41  992: <status>works/unverified</status>
1.6       harris41  993: </file>
                    994: <file>
                    995: <source>loncom/homework/radiobuttonresponse.pm</source>
                    996: <target dist='default'>home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
                    997: <categoryname>handler</categoryname>
                    998: <description>
                    999: Handles multiple-choice style responses.
                   1000: </description>
1.10      harris41 1001: <status>works/unverified</status>
1.6       harris41 1002: </file>
                   1003: <file>
                   1004: <source>loncom/interface/lonassignments.pm</source>
                   1005: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
                   1006: <categoryname>handler</categoryname>
                   1007: <description>
                   1008: Handles processing of assignments.
                   1009: </description>
1.10      harris41 1010: <status>works/unverified</status>
1.6       harris41 1011: </file>
                   1012: <file>
                   1013: <source>loncom/interface/loncommunicate.pm</source>
                   1014: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   1015: <categoryname>handler</categoryname>
                   1016: <description>Handles communication.</description>
1.10      harris41 1017: <status>works/unverified</status>
1.6       harris41 1018: </file>
                   1019: <file>
                   1020: <source>loncom/interface/lonerrorhandler.pm</source>
                   1021: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   1022: <categoryname>handler</categoryname>
                   1023: <description>
                   1024: Handles errors.
                   1025: </description>
1.10      harris41 1026: <status>works/unverified</status>
1.6       harris41 1027: </file>
                   1028: <file>
                   1029: <source>loncom/interface/lonevaluate.pm</source>
                   1030: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   1031: <categoryname>handler</categoryname>
                   1032: <description>
                   1033: Handles evaluation.
                   1034: </description>
1.10      harris41 1035: <status>works/unverified</status>
1.6       harris41 1036: </file>
                   1037: <file>
                   1038: <source>loncom/interface/lonfeedback.pm</source>
                   1039: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   1040: <categoryname>handler</categoryname>
                   1041: <description>
                   1042: Handles feedback from students to instructors and system administrators.
                   1043: </description>
1.10      harris41 1044: <status>works/unverified</status>
1.4       harris41 1045: </file>
                   1046: <file>
1.6       harris41 1047: <source>loncom/interface/lonnavmaps.pm</source>
                   1048: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   1049: <categoryname>handler</categoryname>
                   1050: <description>
                   1051: Handles navigational maps.
                   1052: </description>
1.10      harris41 1053: <status>works/unverified</status>
1.4       harris41 1054: </file>
                   1055: <file>
1.6       harris41 1056: <source>loncom/interface/lonpreferences.pm</source>
                   1057: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   1058: <categoryname>handler</categoryname>
                   1059: <description>
                   1060: Handles user preferences associated with customizing the online LON-CAPA
                   1061: educational environment.
                   1062: </description>
1.10      harris41 1063: <status>works/unverified</status>
1.6       harris41 1064: </file>
                   1065: <file>
                   1066: <source>loncom/interface/lonprintout.pm</source>
                   1067: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   1068: <categoryname>handler</categoryname>
                   1069: <description>
                   1070: Handles the production of printable files and resources.
                   1071: </description>
1.10      harris41 1072: <status>works/unverified</status>
1.6       harris41 1073: </file>
                   1074: <file>
                   1075: <source>loncom/interface/lonsearchcat.pm</source>
                   1076: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   1077: <categoryname>handler</categoryname>
                   1078: <description>
                   1079: Handles a searchable catalogue.
                   1080: </description>
1.10      harris41 1081: <status>works/unverified</status>
1.4       harris41 1082: </file>
                   1083: <file>
1.6       harris41 1084: <source>loncom/interface/londropadd.pm</source>
                   1085: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   1086: <categoryname>handler</categoryname>
                   1087: <description>
                   1088: Handler to drop and add students in courses.
                   1089: </description>
1.10      harris41 1090: <status>works/unverified</status>
1.6       harris41 1091: </file>
                   1092: <file>
                   1093: <source>loncom/interface/lonmsg.pm</source>
                   1094: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   1095: <categoryname>handler</categoryname>
                   1096: <description>
                   1097: Routines for messaging.
                   1098: </description>
1.10      harris41 1099: <status>works/unverified</status>
1.6       harris41 1100: </file>
                   1101: <file>
                   1102: <source>loncom/homework/hint.pm</source>
                   1103: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   1104: <categoryname>handler</categoryname>
                   1105: <description>
                   1106: This handler coordinates the delivery of hints to students working on LON-CAPA
                   1107: problems and assignments.
                   1108: </description>
1.10      harris41 1109: <status>works/unverified</status>
1.6       harris41 1110: </file>
                   1111: <file>
                   1112: <source>loncom/interface/lonspreadsheet.pm</source>
                   1113: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   1114: <categoryname>handler</categoryname>
                   1115: <description>
                   1116: Spreadsheet/Grades Display Handler
                   1117: </description>
1.10      harris41 1118: <status>works/unverified</status>
1.6       harris41 1119: </file>
                   1120: <file>
                   1121: <source>loncom/interface/lonparmset.pm</source>
                   1122: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   1123: <categoryname>handler</categoryname>
                   1124: <description>
                   1125: Handler to resolve ambiguous file locations
                   1126: </description>
1.10      harris41 1127: <status>works/unverified</status>
1.6       harris41 1128: </file>
                   1129: <file>
                   1130: <source>loncom/publisher/lonconstruct.pm</source>
                   1131: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   1132: <categoryname>handler</categoryname>
                   1133: <description>
                   1134: Page wrapper for handling construction space.
                   1135: </description>
1.10      harris41 1136: <status>works/unverified</status>
1.6       harris41 1137: </file>
                   1138: <file>
                   1139: <source>loncom/publisher/lonpublisher.pm</source>
                   1140: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   1141: <categoryname>handler</categoryname>
                   1142: <description>
                   1143: Publishes an LON-CAPA educational resource complete with metadata
                   1144: (authorship, language, copyright, creation date, etc).
                   1145: </description>
1.10      harris41 1146: <status>works/unverified</status>
1.6       harris41 1147: </file>
                   1148: <file>
                   1149: <source>loncom/interface/lonmenu.pm</source>
                   1150: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   1151: <categoryname>handler</categoryname>
                   1152: <description>
                   1153: Has routines which control the remote control.
                   1154: </description>
1.10      harris41 1155: <status>works/unverified</status>
1.6       harris41 1156: </file>
                   1157: <file>
                   1158: <source>rat/lonpageflip.pm</source>
                   1159: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   1160: <categoryname>handler</categoryname>
                   1161: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 1162: <status>works/unverified</status>
1.6       harris41 1163: </file>
                   1164: <file>
                   1165: <source>rat/lonratedt.pm</source>
                   1166: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   1167: <categoryname>handler</categoryname>
                   1168: <description>
                   1169: Builds up frame set and loads in the right thing.
                   1170: </description>
1.10      harris41 1171: <status>works/unverified</status>
1.6       harris41 1172: </file>
                   1173: <file>
                   1174: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   1175: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   1176: <categoryname>handler</categoryname>
                   1177: <description>
                   1178: Homework remote control.
                   1179: </description>
1.10      harris41 1180: <status>works/unverified</status>
1.6       harris41 1181: </file>
                   1182: <file>
                   1183: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   1184: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   1185: <categoryname>handler</categoryname>
                   1186: <description>
1.10      harris41 1187: This will take annotations and then plug them into a page.
1.6       harris41 1188: </description>
1.10      harris41 1189: <status>works/unverified</status>
1.6       harris41 1190: </file>
                   1191: <file>
                   1192: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   1193: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   1194: <categoryname>handler</categoryname>
                   1195: <description>
                   1196: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 1197: interface.
1.6       harris41 1198: </description>
1.10      harris41 1199: <status>works/unverified</status>
1.6       harris41 1200: </file>
                   1201: <file>
                   1202: <source>rat/lonratsrv.pm</source>
                   1203: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   1204: <categoryname>handler</categoryname>
                   1205: <description>
1.10      harris41 1206: Handler that takes output from RAT and stores it on disk.  Handles the upper hidden
1.6       harris41 1207: frame of the added window that comes up in RAT.   (3 frames come up in RAT server,
                   1208: code, and output.  This module handles server connection.)
                   1209: </description>
1.10      harris41 1210: <status>works/unverified</status>
1.6       harris41 1211: </file>
                   1212: <file>
                   1213: <source>rat/lonpage.pm</source>
                   1214: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   1215: <categoryname>handler</categoryname>
                   1216: <description>
                   1217: bundles pages into one page
                   1218: </description>
1.10      harris41 1219: <status>works/unverified</status>
1.6       harris41 1220: </file>
                   1221: <file>
                   1222: <source>rat/lonuserstate.pm</source>
                   1223: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   1224: <categoryname>handler</categoryname>
                   1225: <description>
                   1226: compile course into binary data structure (in loncom/rat)
                   1227: </description>
1.10      harris41 1228: <status>works/unverified</status>
1.6       harris41 1229: </file>
                   1230: <file>
                   1231: <source>loncom/xml/lontex.pm</source>
                   1232: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   1233: <categoryname>handler</categoryname>
                   1234: <description>
                   1235: Handler for tex files (somewhere in modules)
                   1236: </description>
1.10      harris41 1237: <status>works/unverified</status>
1.6       harris41 1238: </file>
                   1239: <file>
                   1240: <source>loncom/xml/lontexconvert.pm</source>
                   1241: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   1242: <categoryname>handler</categoryname>
                   1243: <description>
                   1244: Access to tth/ttm
                   1245: </description>
1.10      harris41 1246: <status>works/unverified</status>
1.6       harris41 1247: </file>
                   1248: <file>
                   1249: <source>loncom/xml/lonxml.pm</source>
                   1250: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   1251: <categoryname>handler</categoryname>
                   1252: <description>
                   1253: XML Parsing Module
                   1254: </description>
1.10      harris41 1255: <status>works/unverified</status>
1.6       harris41 1256: </file>
                   1257: <file>
                   1258: <source>loncom/xml/style.pm</source>
                   1259: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   1260: <categoryname>handler</categoryname>
                   1261: <description>
                   1262: Style Parsing Module
                   1263: </description>
1.10      harris41 1264: <status>works/unverified</status>
1.6       harris41 1265: </file>
                   1266: <file>
                   1267: <source>loncom/xml/londefdef.pm</source>
                   1268: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   1269: <categoryname>handler</categoryname>
                   1270: <description>
                   1271: Tags Default Definition Module
                   1272: </description>
1.10      harris41 1273: <status>works/unverified</status>
1.4       harris41 1274: </file>
                   1275: <file>
1.6       harris41 1276: <source>loncom/xml/run.pm</source>
                   1277: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   1278: <categoryname>handler</categoryname>
                   1279: <description>
                   1280: used to prevent poorly written problems from causing lingering after effects
                   1281: </description>
1.10      harris41 1282: <status>works/unverified</status>
1.4       harris41 1283: </file>
                   1284: <file>
1.6       harris41 1285: <source>loncom/xml/scripttag.pm</source>
                   1286: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   1287: <categoryname>handler</categoryname>
                   1288: <description>
                   1289: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   1290: &lt;import&gt;
                   1291: </description>
1.10      harris41 1292: <status>works/unverified</status>
1.4       harris41 1293: </file>
                   1294: <file>
1.6       harris41 1295: <source>loncom/homework/lonhomework.pm</source>
                   1296: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   1297: <categoryname>handler</categoryname>
1.10      harris41 1298: <description>handles requests for output, evaluation, and alteration of a homework resource</description>
1.4       harris41 1299: </file>
1.10      harris41 1300: <status>works/unverified</status>
1.4       harris41 1301: <file>
1.6       harris41 1302: <source>loncom/homework/inputtags.pm</source>
                   1303: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   1304: <categoryname>handler</categoryname>
                   1305: <description>
                   1306: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   1307: </description>
1.10      harris41 1308: <status>works/unverified</status>
1.4       harris41 1309: </file>
                   1310: <file>
1.6       harris41 1311: <source>loncom/homework/structuretags.pm</source>
                   1312: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   1313: <categoryname>handler</categoryname>
                   1314: <description>
                   1315: produces HTML tags necessary for structuring the presentation of homework resources
                   1316: </description>
1.10      harris41 1317: <status>works/unverified</status>
1.4       harris41 1318: </file>
                   1319: <file>
1.6       harris41 1320: <source>loncom/homework/response.pm</source>
                   1321: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   1322: <categoryname>handler</categoryname>
                   1323: <description>
                   1324: defines different types of responses given to student as well as syntax for producing response values
                   1325: </description>
1.10      harris41 1326: <status>works/unverified</status>
1.4       harris41 1327: </file>
                   1328: <file>
1.6       harris41 1329: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   1330: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   1331: <categoryname>handler</categoryname>
                   1332: <description>
                   1333: handles request to the CAPA homework processing engine
                   1334: </description>
1.10      harris41 1335: <status>works/unverified</status>
1.4       harris41 1336: </file>
                   1337: <file>
1.6       harris41 1338: <source>loncom/auth/lonacc.pm</source>
                   1339: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   1340: <categoryname>handler</categoryname>
                   1341: <description>
                   1342: (This module, like loncacc.pm also authenticates with cookies.)  
                   1343: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   1344: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   1345: as coordinating access to educational resources.
                   1346: </description>
1.10      harris41 1347: <status>works/unverified</status>
1.4       harris41 1348: </file>
                   1349: <file>
1.6       harris41 1350: <source>loncom/auth/lonracc.pm</source>
                   1351: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   1352: <categoryname>handler</categoryname>
                   1353: <description>
                   1354: access handler for file transfers
                   1355: </description>
1.10      harris41 1356: <status>works/unverified</status>
1.4       harris41 1357: </file>
                   1358: <file>
1.6       harris41 1359: <source>loncom/auth/loncacc.pm</source>
                   1360: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   1361: <categoryname>handler</categoryname>
                   1362: <description>
                   1363: This module provides access to an educational resource construction area.
                   1364: This module is invoked by the URL-related pattern syntax
                   1365: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   1366: Authentication of user identity
                   1367: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   1368: to "construction-space access").  If the cookie handle is invalid, then
                   1369: this module returns a forbidden status and makes appropriate log entries.
                   1370: If the cookie handle is valid, status is determined to be okay (and,
                   1371: for the "priv"-type access, the resource is delivered by the
                   1372: <tt>lonconstruct</tt> module).
                   1373: </description>
1.10      harris41 1374: <status>works/unverified</status>
1.4       harris41 1375: </file>
                   1376: <file>
1.6       harris41 1377: <source>loncom/auth/lonauth.pm</source>
                   1378: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   1379: <categoryname>handler</categoryname>
                   1380: <description>authenticate, set up session environment</description>
1.10      harris41 1381: <status>works/unverified</status>
1.4       harris41 1382: </file>
                   1383: <file>
1.6       harris41 1384: <source>loncom/auth/lonlogin.pm</source>
                   1385: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   1386: <categoryname>handler</categoryname>
                   1387: <description>login screen</description>
1.10      harris41 1388: <status>works/unverified</status>
1.4       harris41 1389: </file>
                   1390: <file>
1.6       harris41 1391: <source>loncom/auth/lonlogout.pm</source>
                   1392: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   1393: <categoryname>handler</categoryname>
                   1394: <description>logout</description>
1.10      harris41 1395: <status>works/unverified</status>
1.4       harris41 1396: </file>
                   1397: <file>
1.6       harris41 1398: <source>loncom/lonnet/perl/lonrep.pm</source>
                   1399: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   1400: <categoryname>handler</categoryname>
                   1401: <description>replication</description>
1.4       harris41 1402: </file>
                   1403: <file>
1.6       harris41 1404: <source>loncom/auth/lonroles.pm</source>
                   1405: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   1406: <categoryname>handler</categoryname>
                   1407: <description>
                   1408: This perl handling module reads in the available roles available
                   1409: for a LON-CAPA user (different courses, different privileges, etc)
                   1410: and produces a form-element HTML page which allows the user to select
                   1411: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   1412: a user may want to select between being a student in a thermodynamics
                   1413: physics course or a teaching assistant for an introductory calculus
                   1414: class.
                   1415: </description>
1.4       harris41 1416: </file>
                   1417: <file>
1.6       harris41 1418: <source>loncom/interface/lonindexer.pm</source>
                   1419: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   1420: <categoryname>handler</categoryname>
                   1421: <description>
                   1422: cross server filesystem browser
                   1423: </description>
1.10      harris41 1424: <status>works/unverified</status>
1.4       harris41 1425: </file>
                   1426: <file>
1.6       harris41 1427: <source>loncom/lonnet/perl/lonnet.pm</source>
                   1428: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   1429: <categoryname>handler</categoryname>
                   1430: <description>
                   1431: This file is an interface to the lonc processes of the LON-CAPA network
                   1432: as well as set of elaborated functions for handling information necessary
                   1433: for navigating through a given cluster of LON-CAPA machines within a domain.
                   1434: There are over 40 specialized functions in this module which handle
                   1435: the reading and transmission of metadata, user information
                   1436: (ids, names, environments, roles, logs), file information (storage, reading,
                   1437: directories, extensions, replication, embedded styles and descriptors),
                   1438: educational resources (course descriptions, section names and numbers),
                   1439: url hashing (to assign roles on a url basis), and translating abbreviated
                   1440: symbols to and from more descriptive phrases or explanations.
                   1441: </description>
1.10      harris41 1442: <status>works/unverified</status>
1.4       harris41 1443: </file>
                   1444: <file>
1.6       harris41 1445: <source>loncom/html/index.html</source>
                   1446: <target dist='default'>home/httpd/html/index.html</target>
                   1447: <categoryname>interface file</categoryname>
                   1448: <description>bumps to login</description>
1.4       harris41 1449: </file>
1.6       harris41 1450: <link>
                   1451: <linkto>etc/mime.types</linkto>
                   1452: <target dist='default'>etc/httpd/conf/mime.types</target>
                   1453: <categoryname>symbolic link</categoryname>
                   1454: <description>symbolic link to /etc/mime.types</description>
                   1455: </link>
                   1456: <link>
                   1457: <linkto>home/httpd/html/res</linkto>
                   1458: <target dist='default'>home/httpd/html/raw</target>
                   1459: <categoryname>symbolic link</categoryname>
                   1460: <description>symbolic link to /home/httpd/html/res</description>
                   1461: </link>
1.4       harris41 1462: <file>
1.6       harris41 1463: <source>loncom/html/adm/notfound.html</source>
                   1464: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   1465: <categoryname>interface file</categoryname>
                   1466: <description>
                   1467: static html page that is shown when an attempt is made to access a document
                   1468: not present on the web server
                   1469: </description>
1.4       harris41 1470: </file>
                   1471: <file>
1.6       harris41 1472: <source>loncom/html/adm/unauthorized.html</source>
                   1473: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   1474: <categoryname>interface file</categoryname>
                   1475: <description>
                   1476: static html page that is shown when an attempt is made to access a document which is restricted based on
                   1477: file or server configurations
                   1478: </description>
1.4       harris41 1479: </file>
                   1480: <file>
1.6       harris41 1481: <source>rat/client/rat.html</source>
                   1482: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   1483: <categoryname>interface file</categoryname>
                   1484: <description>
                   1485: frameset
                   1486: </description>
1.4       harris41 1487: </file>
                   1488: <file>
1.6       harris41 1489: <source>rat/client/parameter.html</source>
                   1490: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   1491: <categoryname>interface file</categoryname>
                   1492: <description>
                   1493: Parameter input window.
                   1494: </description>
1.4       harris41 1495: </file>
                   1496: <file>
1.6       harris41 1497: <source>rat/client/code.html</source>
                   1498: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
                   1499: <categoryname>interface file</categoryname>
                   1500: <description>
                   1501: javascript
                   1502: </description>
1.4       harris41 1503: </file>
                   1504: <file>
1.6       harris41 1505: <source>rat/client/map.html</source>
                   1506: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   1507: <categoryname>interface file</categoryname>
                   1508: <description>
                   1509: bumper
                   1510: </description>
1.4       harris41 1511: </file>
                   1512: <file>
1.6       harris41 1513: <source>rat/client/empty.html</source>
                   1514: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   1515: <categoryname>interface file</categoryname>
                   1516: <description>
                   1517: A blank page with very minimal HTML structural elements.
                   1518: </description>
1.4       harris41 1519: </file>
1.10      harris41 1520: <fileglob>
                   1521: <glob>*.gif</glob>
                   1522: <sourcedir>rat/images/</sourcedir>
                   1523: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   1524: <categoryname>graphic file</categoryname>
                   1525: <description>
                   1526: icons for providing a HTML-tabled view of a course map
                   1527: </description>
                   1528: <filenames>
                   1529: 1.1.dt.gif
                   1530: 1.1.empty.gif
                   1531: 1.1.ld.gif
                   1532: 1.1.lr.gif
                   1533: 1.1.rd.gif
                   1534: 1.1.rl.gif
                   1535: 1.1.td.gif
                   1536: 1.1.tdrl.gif
                   1537: 1.1.tl.gif
                   1538: 1.1.tr.gif
                   1539: 1.1.utd.gif
                   1540: 1.2.ctd.gif
                   1541: 1.2.dt.gif
                   1542: 1.2.empty.gif
                   1543: 1.2.ld.gif
                   1544: 1.2.lr.gif
                   1545: 1.2.lrd.gif
                   1546: 1.2.lrtd.gif
                   1547: 1.2.rd.gif
                   1548: 1.2.rl.gif
                   1549: 1.2.rld.gif
                   1550: 1.2.rltd.gif
                   1551: 1.2.rtd.gif
                   1552: 1.2.rtdl.gif
                   1553: 1.2.rtl.gif
                   1554: 1.2.td.gif
                   1555: 1.2.tdl.gif
                   1556: 1.2.tdrl.gif
                   1557: 1.2.tl.gif
                   1558: 1.2.tr.gif
                   1559: 1.2.utd.gif
                   1560: 2.1.dt.gif
                   1561: 2.1.empty.gif
                   1562: 2.1.ld.gif
                   1563: 2.1.lr.gif
                   1564: 2.1.rd.gif
                   1565: 2.1.rl.gif
                   1566: 2.1.td.gif
                   1567: 2.1.tdrl.gif
                   1568: 2.1.tl.gif
                   1569: 2.1.tr.gif
                   1570: 2.2.dt.gif
                   1571: 2.2.empty.gif
                   1572: 2.2.ld.gif
                   1573: 2.2.lr.gif
                   1574: 2.2.lrd.gif
                   1575: 2.2.lrt.gif
                   1576: 2.2.rd.gif
                   1577: 2.2.rl.gif
                   1578: 2.2.rld.gif
                   1579: 2.2.rlt.gif
                   1580: 2.2.td.gif
                   1581: 2.2.tdl.gif
                   1582: 2.2.tdr.gif
                   1583: 2.2.tdrl.gif
                   1584: 2.2.tl.gif
                   1585: 2.2.tr.gif
                   1586: 2.2.url.gif
                   1587: 2.2.utd.gif
                   1588: arrow.gif
                   1589: bdt.gif
                   1590: bempty.gif
                   1591: bld.gif
                   1592: blr.gif
                   1593: blrd.gif
                   1594: blrt.gif
                   1595: brd.gif
                   1596: brl.gif
                   1597: brld.gif
                   1598: brlt.gif
                   1599: btd.gif
                   1600: btdl.gif
                   1601: btdr.gif
                   1602: btdrl.gif
                   1603: btl.gif
                   1604: btr.gif
                   1605: burl.gif
                   1606: butd.gif
                   1607: condition.gif
                   1608: edit.gif
                   1609: finish.gif
                   1610: info.gif
                   1611: inscol.gif
                   1612: inscond.gif
                   1613: insres.gif
                   1614: insrow.gif
1.19      harris41 1615: left.gif
                   1616: middle.gif
1.10      harris41 1617: resource.gif
1.19      harris41 1618: rbottom.gif
                   1619: right.gif
1.10      harris41 1620: sctd.gif
                   1621: sdt.gif
                   1622: sempty.gif
                   1623: sld.gif
                   1624: slr.gif
                   1625: slrd.gif
                   1626: slrtd.gif
                   1627: srd.gif
                   1628: srl.gif
                   1629: srld.gif
                   1630: srltd.gif
                   1631: srtd.gif
                   1632: srtdl.gif
                   1633: srtl.gif
                   1634: start.gif
                   1635: std.gif
                   1636: stdl.gif
                   1637: sutd.gif
                   1638: </filenames>
                   1639: </fileglob>
                   1640: <fileglob>
                   1641: <glob>*</glob>
                   1642: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   1643: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   1644: <categoryname>graphic file</categoryname>
                   1645: <description>
                   1646: icons to indicate an unexpected result
                   1647: </description>
                   1648: <filenames>
                   1649: lonconstruct.gif
                   1650: lonlogo_broken.gif
                   1651: lonlogo_broken_tsp.gif
                   1652: lonlogo_broken.eps
                   1653: lonlogo_broken.jpg
                   1654: lonlogo_broken.mov
                   1655: </filenames>
                   1656: </fileglob>
                   1657: <fileglob>
                   1658: <glob>*</glob>
                   1659: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   1660: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   1661: <categoryname>graphic file</categoryname>
                   1662: <description>
                   1663: logos
                   1664: </description>
                   1665: <filenames>
                   1666: cab.gif
                   1667: cab_big.gif
                   1668: class.gif
                   1669: class_big.gif
                   1670: dvi.gif
                   1671: dvi_big.gif
                   1672: eps.gif
                   1673: eps_big.gif
                   1674: exam.gif
                   1675: exam_big.gif
1.12      harris41 1676: folder_closed.gif
                   1677: folder_opened.gif
                   1678: folder_pointer_closed.gif
                   1679: folder_pointer_opened.gif
1.10      harris41 1680: form.gif
                   1681: form_big.gif
                   1682: gif.gif
                   1683: gif_big.gif
1.16      harris41 1684: htm.gif
1.10      harris41 1685: html.gif
                   1686: html_big.gif
                   1687: jpg.gif
                   1688: jpg_big.gif
                   1689: liteani.gif
                   1690: lonlogo.gif
                   1691: lonlogos.gif
                   1692: meta.gif
                   1693: meta_big.gif
                   1694: mov.gif
                   1695: mov_big.gif
                   1696: page.gif
                   1697: page_big.gif
                   1698: pdf.gif
                   1699: pdf_big.gif
                   1700: problem.gif
                   1701: problem_big.gif
                   1702: ps.gif
                   1703: ps_big.gif
1.12      harris41 1704: quill.gif
1.10      harris41 1705: quiz.gif
                   1706: quiz_big.gif
1.12      harris41 1707: select.gif
1.10      harris41 1708: sequence.gif
                   1709: sequence_big.gif
                   1710: server.gif
                   1711: server_big.gif
                   1712: survey.gif
                   1713: survey_big.gif
                   1714: tex.gif
                   1715: tex_big.gif
                   1716: txt.gif
                   1717: txt_big.gif
                   1718: user.gif
                   1719: user_big.gif
                   1720: wav.gif
                   1721: wav_big.gif
1.12      harris41 1722: white_space_20_22.gif
                   1723: whitespace1.gif
                   1724: whitespace10.gif
                   1725: whitespace2.gif
                   1726: whitespace3.gif
                   1727: whitespace4.gif
                   1728: whitespace5.gif
                   1729: whitespace6.gif
                   1730: whitespace7.gif
                   1731: whitespace8.gif
                   1732: whitespace9.gif
1.10      harris41 1733: xml.gif
                   1734: xml_big.gif
                   1735: zip.gif
                   1736: zip_big.gif
                   1737: </filenames>
                   1738: </fileglob>
                   1739: <fileglob>
                   1740: <glob>*</glob>
                   1741: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   1742: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   1743: <categoryname>graphic file</categoryname>
                   1744: <description>
                   1745: miscellaneous resources
                   1746: </description>
                   1747: <filenames>
                   1748: cat_button.gif
                   1749: </filenames>
                   1750: </fileglob>
                   1751: <file>
                   1752: <source>loncom/xml/tth.pm</source>
                   1753: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
                   1754: <categoryname>system file</categoryname>
                   1755: <description>
                   1756: perl module for invoking functions specific to TeX-to-HTML conversion
                   1757: </description>
                   1758: <note>
                   1759: Has the same dependencies and build process as tth.so.
                   1760: Currently, only the tth.so file specifications invoke
                   1761: the build process however.
                   1762: </note>
                   1763: <status>works/unverified</status>
                   1764: </file>
                   1765: <file>
                   1766: <source>modules/TexConvert/tthperl/tth.so</source>
                   1767: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
                   1768: <categoryname>system file</categoryname>
                   1769: <description>
                   1770: shared library file for dynamic loading and unloading
                   1771: </description>
                   1772: <note>
                   1773: The source and file dependencies are not available to most
                   1774: CVS users.  (You can safely rely on the existing binaries
                   1775: present on your system... don't worry about warnings
                   1776: related to this file during the build process.)
                   1777: </note>
                   1778: <build trigger='run if dependencies change'>
                   1779: modules/TexConvert/tthperl/commands
                   1780: </build>
                   1781: <status>works/unverified</status>
                   1782: <dependencies>
                   1783: ../tthdynamic/tthfunc.c
                   1784: ../tthdynamic/ttmfunc.c
                   1785: </dependencies>
                   1786: </file>
                   1787: <file>
                   1788: <source>loncom/homework/caparesponse/capa.pm</source>
                   1789: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
                   1790: <categoryname>system file</categoryname>
                   1791: <description>
                   1792: perl module for invoking functions specific to CAPA
                   1793: </description>
                   1794: <note>
                   1795: Has the same dependencies and build process as capa.so.
                   1796: Currently, only the capa.so file specifications invoke
                   1797: the build process however.
                   1798: </note>
                   1799: </file>
                   1800: <file>
                   1801: <source>loncom/homework/caparesponse/capa.bs</source>
                   1802: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
                   1803: <categoryname>system file</categoryname>
                   1804: <description>
                   1805: bootstrap file associated with dynamic loading of this module on multiple architectures
                   1806: </description>
                   1807: <note>
                   1808: Has the same dependencies and build process as capa.so.
                   1809: Currently, only the capa.so file specifications invoke
                   1810: the build process however.
                   1811: </note>
                   1812: </file>
                   1813: <file>
                   1814: <source>loncom/homework/caparesponse/capa.so</source>
                   1815: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
                   1816: <categoryname>system file</categoryname>
                   1817: <description>
                   1818: shared library file for dynamic loading and unloading
                   1819: </description>
                   1820: <build trigger='always run'>
                   1821: loncom/homework/caparesponse/commands
                   1822: </build>
                   1823: <dependencies>
                   1824: caparesponse.c
                   1825: caparesponse.pm
                   1826: </dependencies>
                   1827: </file>
                   1828: <fileglob>
                   1829: <glob>*.ent</glob>
                   1830: <sourcedir>loncom/MathML/</sourcedir>
                   1831: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   1832: <categoryname>system file</categoryname>
                   1833: <description>
                   1834: xml files which assign unicode numbers to mathematical symbols using &lt;! ENTITY... &gt; type syntax.
                   1835: </description>
                   1836: <filenames>
                   1837: isoamsa.ent
                   1838: isoamsb.ent
                   1839: isoamsc.ent
                   1840: isoamsn.ent
                   1841: isoamso.ent
                   1842: isoamsr.ent
                   1843: isobox.ent
                   1844: isocyr1.ent
                   1845: isocyr2.ent
                   1846: isodia.ent
                   1847: isogrk1.ent
                   1848: isogrk2.ent
                   1849: isogrk3.ent
                   1850: isogrk4.ent
                   1851: isolat1.ent
                   1852: isolat2.ent
                   1853: isomfrk.ent
                   1854: isomopf.ent
                   1855: isomscr.ent
                   1856: isonum.ent
                   1857: isopub.ent
                   1858: isotech.ent
                   1859: mmlalias.ent
                   1860: mmlextra.ent
                   1861: </filenames>
                   1862: </file>
                   1863: <file>
                   1864: <source>loncom/MathML/mathml.css</source>
                   1865: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   1866: <categoryname>system file</categoryname>
                   1867: <description>
                   1868: cascading style sheet
                   1869: </description>
                   1870: </file>
                   1871: <file>
                   1872: <source>loncom/MathML/mathml.dtd</source>
                   1873: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   1874: <categoryname>system file</categoryname>
                   1875: <description>
                   1876: document type definition
                   1877: </description>
                   1878: </file>
1.4       harris41 1879: <file>
1.10      harris41 1880: <source>loncom/auth/londes.js</source>
                   1881: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   1882: <categoryname>interface file</categoryname>
1.6       harris41 1883: <description>
1.10      harris41 1884: Encryption Routines according to Data Encryption Standard DES, written in javascript.
1.6       harris41 1885: </description>
1.4       harris41 1886: </file>
                   1887: <file>
1.10      harris41 1888: <source>loncom/homework/lectureonline.lcpm</source>
                   1889: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm</target>
                   1890: <categoryname>handler</categoryname>
1.6       harris41 1891: <description>
1.11      harris41 1892: Intended for providing perl functions for the <script></script> environment
                   1893: in a problem that was converted from lectureonline.
1.6       harris41 1894: </description>
1.4       harris41 1895: </file>
                   1896: <file>
1.10      harris41 1897: <source>loncom/homework/default_homework.lcpm</source>
                   1898: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm</target>
                   1899: <categoryname>handler</categoryname>
1.6       harris41 1900: <description>
1.14      harris41 1901: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 1902: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 1903: </description>
1.4       harris41 1904: </file>
                   1905: <file>
1.10      harris41 1906: <source>loncom/homework/capa.units</source>
                   1907: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   1908: <categoryname>static conf</categoryname>
1.6       harris41 1909: <description>
1.10      harris41 1910: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 1911: </description>
1.4       harris41 1912: </file>
1.10      harris41 1913: <fileglob>
                   1914: <glob>*.gif</glob>
                   1915: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   1916: <targetdir>home/httpd/html/res/adm/pages/</targetdir>
                   1917: <categoryname>graphic file</categoryname>
                   1918: <description>icons used for the entire LON-CAPA user interface</description>
                   1919: <filenames>
                   1920: a.gif
1.17      harris41 1921: anot.gif
1.10      harris41 1922: b.gif
                   1923: back.gif
                   1924: bkm.gif
                   1925: brws.gif
                   1926: c.gif
                   1927: ccrs.gif
                   1928: chat.gif
                   1929: chrt.gif
                   1930: com.gif
                   1931: courses.gif
                   1932: cprv.gif
                   1933: cstr.gif
                   1934: d.gif
                   1935: dempty.gif
                   1936: e.gif
                   1937: empty.gif
                   1938: enrl.gif
                   1939: eval.gif
                   1940: f.gif
                   1941: fdbk.gif
                   1942: feedback.gif
                   1943: forw.gif
                   1944: g.gif
                   1945: grds.gif
                   1946: group.gif
                   1947: h.gif
                   1948: help.gif
                   1949: hyphen.gif
                   1950: i.gif
                   1951: info.gif
                   1952: j.gif
                   1953: k.gif
                   1954: l.gif
                   1955: ledblink.gif
                   1956: ledgreen.gif
                   1957: ledoff.gif
                   1958: ledon.gif
                   1959: ledsend.gif
                   1960: logout.gif
                   1961: m.gif
                   1962: mrk.gif
                   1963: n.gif
                   1964: nav.gif
                   1965: next.gif
                   1966: o.gif
                   1967: p.gif
                   1968: parm.gif
                   1969: pgrd.gif
                   1970: pparm.gif
                   1971: prev.gif
                   1972: prt.gif
                   1973: q.gif
                   1974: qempty.gif
                   1975: r.gif
                   1976: reload.gif
                   1977: remotebg.gif
                   1978: res.gif
                   1979: roles.gif
                   1980: s.gif
1.17      harris41 1981: sbkm.gif
1.10      harris41 1982: space.gif
                   1983: spacer.gif
                   1984: sprs.gif
                   1985: src.gif
                   1986: stat.gif
                   1987: subm.gif
                   1988: t.gif
                   1989: title.gif
                   1990: u.gif
                   1991: v.gif
1.17      harris41 1992: vbkm.gif
1.10      harris41 1993: w.gif
                   1994: x.gif
                   1995: y.gif
                   1996: z.gif
                   1997: </filenames>
                   1998: </fileglob>
1.4       harris41 1999: <file>
1.10      harris41 2000: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   2001: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   2002: <categoryname>interface file</categoryname>
1.6       harris41 2003: <description>
1.10      harris41 2004: image maps for the LON-CAPA remote control
1.6       harris41 2005: </description>
1.4       harris41 2006: </file>
                   2007: <file>
1.10      harris41 2008: <source>loncom/html/res/adm/pages/index.html</source>
                   2009: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   2010: <categoryname>interface file</categoryname>
1.6       harris41 2011: <description>
1.10      harris41 2012: welcoming page to the LON-CAPA system upon login
1.6       harris41 2013: </description>
1.4       harris41 2014: </file>
                   2015: <file>
1.10      harris41 2016: <source>loncom/html/res/adm/pages/menu.html</source>
                   2017: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   2018: <categoryname>interface file</categoryname>
1.6       harris41 2019: <description>
1.10      harris41 2020: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 2021: </description>
1.4       harris41 2022: </file>
1.10      harris41 2023: <fileglob>
                   2024: <glob>*.gif</glob>
                   2025: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
                   2026: <targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir>
                   2027: <categoryname>graphic file</categoryname>
                   2028: <description>
                   2029: icons used for the bookmark portion of the LON-CAPA user interface
                   2030: </description>
                   2031: <filenames>
                   2032: a.gif
                   2033: alert.black.gif
                   2034: alert.red.gif
                   2035: back.gif
                   2036: ball.gray.gif
                   2037: ball.red.gif
                   2038: binary.gif
                   2039: binhex.gif
                   2040: blank.gif
                   2041: bomb.gif
                   2042: box1.gif
                   2043: box2.gif
                   2044: broken.gif
                   2045: burst.gif
                   2046: c.gif
                   2047: comp.blue.gif
                   2048: comp.gray.gif
                   2049: compressed.gif
                   2050: continued.gif
                   2051: course.gif
                   2052: dir.gif
                   2053: down.gif
                   2054: dvi.gif
                   2055: f.gif
                   2056: folder.gif
                   2057: folder.open.gif
                   2058: folder.sec.gif
                   2059: folder_closed.gif
                   2060: folder_closed_pressed.gif
                   2061: folder_new.gif
                   2062: folder_opened.gif
                   2063: folder_opened_pressed.gif
                   2064: folder_pointer_closed.gif
                   2065: folder_pointer_opened.gif
                   2066: folder_spacer.gif
                   2067: folder_trash.gif
                   2068: forward.gif
                   2069: generic.gif
                   2070: generic.red.gif
                   2071: generic.sec.gif
                   2072: hand.right.gif
                   2073: hand.up.gif
                   2074: html.gif
                   2075: image1.gif
                   2076: image2.gif
                   2077: image3.gif
                   2078: index.gif
                   2079: layout.gif
                   2080: left.gif
                   2081: link.gif
                   2082: mov.gif
                   2083: movie1.gif
                   2084: p.gif
                   2085: patch.gif
                   2086: pdf.gif
                   2087: portal.gif
                   2088: problem.gif
                   2089: ps.gif
                   2090: quill.gif
                   2091: right.gif
                   2092: screw1.gif
                   2093: screw2.gif
                   2094: script.gif
                   2095: sound1.gif
                   2096: sound2.gif
                   2097: sphere1.gif
                   2098: sphere2.gif
                   2099: tar.gif
                   2100: tex.gif
                   2101: text.gif
                   2102: transfer.gif
                   2103: unknown.gif
                   2104: up.gif
                   2105: uu.gif
                   2106: uuencoded.gif
                   2107: white_space_20_22.gif
                   2108: white_space_22_22.gif
                   2109: whitespace1.gif
                   2110: whitespace10.gif
                   2111: whitespace2.gif
                   2112: whitespace3.gif
                   2113: whitespace4.gif
                   2114: whitespace5.gif
                   2115: whitespace6.gif
                   2116: whitespace7.gif
                   2117: whitespace8.gif
                   2118: whitespace9.gif
                   2119: world1.gif
                   2120: world2.gif
                   2121: </filenames>
                   2122: </fileglob>
                   2123: <fileglob>
                   2124: <glob>*.gif</glob>
                   2125: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13      albertel 2126: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10      harris41 2127: <categoryname>graphic file</categoryname>
                   2128: <description>
                   2129: icons used for directory indexing and login screen
                   2130: </description>
                   2131: <filenames>
                   2132: folder_anim.gif
                   2133: folder_close.gif
                   2134: folder_drag.gif
                   2135: folder_new.gif
                   2136: folder_open.gif
                   2137: folder_pointer_closed.gif
                   2138: folder_pointer_opened.gif
                   2139: folder_static.gif
                   2140: folder_trash.gif
                   2141: folder_trash_hover.gif
                   2142: left_bar.gif
                   2143: link.gif
                   2144: link_anim.gif
                   2145: link_drag.gif
                   2146: ll_corner.gif
                   2147: lower_bar.gif
                   2148: lr_corner.gif
                   2149: pix.gif
                   2150: right_bar.gif
                   2151: toolbar_bg.gif
                   2152: ul_corner.gif
                   2153: upper_bar.gif
                   2154: ur_corner.gif
                   2155: </filenames>
                   2156: </fileglob>
                   2157: <fileglob>
                   2158: <glob>*.html</glob>
                   2159: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13      albertel 2160: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10      harris41 2161: <categoryname>interface file</categoryname>
                   2162: <description>
                   2163: associated with the frameset scheme of displaying bookmarks
                   2164: </description>
                   2165: <filenames>
                   2166: bookmarkmenu_toolbar.html
                   2167: blank.html
                   2168: closechildren.html
                   2169: </filenames>
                   2170: </fileglob>
1.4       harris41 2171: <file>
1.10      harris41 2172: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
                   2173: <target dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
                   2174: <categoryname>interface file</categoryname>
1.6       harris41 2175: <description>
1.10      harris41 2176: javascript for handling client-side interactions with bookmark interface
1.6       harris41 2177: </description>
1.4       harris41 2178: </file>
                   2179: <file>
1.10      harris41 2180: <source>loncom/build/loncapaverifypackages</source>
                   2181: <target dist='default'>usr/sbin/loncapaverifypackages</target>
                   2182: <categoryname>script</categoryname>
1.6       harris41 2183: <description>
1.10      harris41 2184: checks the system RPMs against what install.lon-capa.org specifies
1.6       harris41 2185: </description>
1.10      harris41 2186: <status>deprecated</status>
1.4       harris41 2187: </file>
                   2188: <file>
1.10      harris41 2189: <source>loncom/build/loncaparestoreconfigurations</source>
                   2190: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
                   2191: <categoryname>script</categoryname>
1.6       harris41 2192: <description>
1.10      harris41 2193: restores .rpmsave files after a LON-CAPA-base upgrade
1.6       harris41 2194: </description>
1.10      harris41 2195: <status>deprecated</status>
1.4       harris41 2196: </file>
                   2197: <file>
1.10      harris41 2198: <source>loncom/build/loncapaautoupgrade</source>
                   2199: <target dist='default'>usr/sbin/loncapaautoupgrade</target>
                   2200: <categoryname>script</categoryname>
1.6       harris41 2201: <description>
1.10      harris41 2202: does all the things to coordinate updating of LON-CAPA base files.  Should be used with
                   2203: caution so that you do not lose work
1.6       harris41 2204: </description>
1.10      harris41 2205: <status>deprecated</status>
1.4       harris41 2206: </file>
                   2207: <file>
1.10      harris41 2208: <source>loncom/build/loncapaverify</source>
                   2209: <target dist='default'>usr/sbin/loncapaverify</target>
                   2210: <categoryname>script</categoryname>
1.6       harris41 2211: <description>
1.10      harris41 2212: makes verification report using loncapaverifypackages and loncapaverifybasepackage
1.6       harris41 2213: </description>
1.10      harris41 2214: <status>deprecated</status>
1.4       harris41 2215: </file>
                   2216: <file>
1.10      harris41 2217: <source>loncom/cron/loncapa</source>
                   2218: <target dist='default'>etc/cron.d/loncapa</target>
                   2219: <categoryname>static conf</categoryname>
                   2220: <description>
                   2221: file that specifies periodic processes to run for the LON-CAPA machine
                   2222: </description>
                   2223: </file>
                   2224: <file>
                   2225: <source>loncom/ntp/step-tickers</source>
                   2226: <target dist='default'>etc/ntp/step-tickers</target>
                   2227: <categoryname>conf</categoryname>
                   2228: <description>
                   2229: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   2230: </description>
                   2231: <note>
                   2232: <table cellpadding='0' cellspacing='0' border='1'>
                   2233: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   2234: </table>
                   2235: </note>
                   2236: </file>
                   2237: <file>
                   2238: <source>loncom/init.d/loncontrol</source>
                   2239: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
                   2240: <categoryname>root script</categoryname>
                   2241: <description>
                   2242: Controls the launching/halting of lonc, lond, and lonsql processes.
                   2243: </description>
                   2244: </file>
                   2245: <link>
                   2246: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
                   2247: <target dist='default'>
                   2248: etc/rc.d/rc0.d/K05loncontrol
                   2249: etc/rc.d/rc1.d/K05loncontrol
                   2250: etc/rc.d/rc2.d/K05loncontrol
                   2251: etc/rc.d/rc3.d/S95loncontrol
                   2252: etc/rc.d/rc4.d/S95loncontrol
                   2253: etc/rc.d/rc5.d/S95loncontrol
                   2254: etc/rc.d/rc6.d/K05loncontrol
                   2255: </target>
                   2256: <categoryname>symbolic link</categoryname>
                   2257: <description>symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
                   2258: </link>
                   2259: <file>
                   2260: <source>loncom/atalk/config</source>
                   2261: <target dist='default'>etc/atalk/config</target>
                   2262: <categoryname>conf</categoryname>
1.6       harris41 2263: <description>
1.10      harris41 2264: configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
1.6       harris41 2265: </description>
1.4       harris41 2266: </file>
1.14      harris41 2267: </files>
1.1       harris41 2268: </lpml>

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