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

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.22      harris41  779: <source>loncom/publisher/packages.tab</source>
                    780: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
                    781: <categoryname>conf</categoryname>
                    782: <description>
                    783: Parameter packages, so that assessments can publish parameter packages
                    784: needed, which are then expanded into individual parameters - allows to
                    785: retroactively add new parameters to already published assessments.
                    786: </description>
                    787: </file>
                    788: <file>
1.5       harris41  789: <source>loncom/publisher/copyright.tab</source>
                    790: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
                    791: <categoryname>conf</categoryname>
                    792: <description>
                    793: Table which contains list of copyright possibilities for educational resources.
                    794: </description>
1.4       harris41  795: </file>
                    796: <file>
1.5       harris41  797: <source>loncom/publisher/language.tab</source>
                    798: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                    799: <categoryname>static conf</categoryname>
                    800: <description>
                    801: Table which contains string abbreviations of language::font rendering
                    802: combinations.
                    803: </description>
1.4       harris41  804: </file>
                    805: <file>
1.5       harris41  806: <source>loncom/publisher/addid.tab</source>
                    807: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                    808: <categoryname>static conf</categoryname>
                    809: <description>
                    810: Table which has hash data necessary for distinguishing IDs from indices.
                    811: </description>
1.4       harris41  812: </file>
                    813: <file>
1.19      harris41  814: <source>loncom/publisher/lonwrapper.pm</source>
                    815: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                    816: <categoryname>handler</categoryname>
                    817: <description>
                    818: Wrapper for external and binary files as standalone resources.
                    819: Edit handler for rat maps; TeX content handler.
                    820: </description>
                    821: <status>works/unverified</status>
                    822: </file>
                    823: <file>
1.15      harris41  824: <source>loncom/publisher/loncfile.pm</source>
                    825: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                    826: <categoryname>handler</categoryname>
                    827: <description>
                    828: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                    829: construction space menu.
                    830: </description>
                    831: <status>works/unverified</status>
                    832: </file>
                    833: <file>
1.7       harris41  834: <source>loncom/interface/lonstatistics.pm</source>
                    835: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                    836: <categoryname>handler</categoryname>
                    837: <description>
                    838: Handler to show statistics on solving LON-CAPA problems.
                    839: </description>
                    840: <status>works/unverified</status>
                    841: </file>
                    842: <file>
1.5       harris41  843: <source>loncom/publisher/londiff.pm</source>
                    844: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                    845: <categoryname>handler</categoryname>
                    846: <description>
                    847: Handler to show difference between two files.
                    848: </description>
                    849: <status>works/unverified</status>
1.4       harris41  850: </file>
                    851: <file>
1.5       harris41  852: <source>loncom/publisher/lonupload.pm</source>
                    853: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                    854: <categoryname>handler</categoryname>
                    855: <description>
                    856: Handler to upload files through browser into construction space.
                    857: </description>
                    858: <status>works/unverified</status>
1.4       harris41  859: </file>
                    860: <file>
1.5       harris41  861: <source>loncom/homework/essayresponse.pm</source>
                    862: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                    863: <categoryname>handler</categoryname>
                    864: <description>
                    865: Handler to evaluate essay (ungraded) style responses.
                    866: </description>
                    867: <status>works/unverified</status>
1.4       harris41  868: </file>
                    869: <file>
1.5       harris41  870: <source>loncom/publisher/lonpubdir.pm</source>
                    871: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                    872: <categoryname>handler</categoryname>
                    873: <description>
                    874: Handler to publish directories.
                    875: </description>
1.4       harris41  876: </file>
                    877: <file>
1.5       harris41  878: <source>loncom/publisher/lonretrieve.pm</source>
                    879: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                    880: <categoryname>handler</categoryname>
                    881: <description>
                    882: Handler to retrieve old versions from resource space.
                    883: </description>
                    884: <status>works/unverified</status>
1.4       harris41  885: </file>
                    886: <file>
1.5       harris41  887: <source>loncom/homework/edit.pm</source>
                    888: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                    889: <categoryname>handler</categoryname>
                    890: <description>
                    891: Helper functions when in homework edit mode.
                    892: </description>
1.4       harris41  893: </file>
                    894: <file>
1.5       harris41  895: <source>loncom/interface/lonmeta.pm</source>
                    896: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                    897: <categoryname>handler</categoryname>
                    898: <description>Metadata display handler.</description>
                    899: <status>works/unverified</status>
1.4       harris41  900: </file>
                    901: <file>
1.5       harris41  902: <source>rat/lonambiguous.pm</source>
                    903: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                    904: <categoryname>handler</categoryname>
                    905: <description>
                    906: Handler to resolve ambiguous file locations.
                    907: </description>
                    908: <status>works/unverified</status>
1.4       harris41  909: </file>
                    910: <file>
1.5       harris41  911: <source>rat/lonratparms.pm</source>
                    912: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                    913: <categoryname>handler</categoryname>
                    914: <description>
                    915: Handler to set resource parameters inside of the RAT based on metadata.
                    916: </description>
                    917: <status>works/unverified</status>
1.4       harris41  918: </file>
                    919: <file>
1.5       harris41  920: <source>rat/lonsequence.pm</source>
                    921: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                    922: <categoryname>handler</categoryname>
                    923: <description>
                    924: Handler for showing sequence objects of educational resources.
                    925: </description>
                    926: <status>works/unverified</status>
1.4       harris41  927: </file>
                    928: <file>
1.5       harris41  929: <source>loncom/interface/loncreatecourse.pm</source>
                    930: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                    931: <categoryname>handler</categoryname>
                    932: <description>
                    933: Creates a new course and assigns course coordinator.
                    934: </description>
1.10      harris41  935: <status>works/unverified</status>
1.4       harris41  936: </file>
                    937: <file>
1.5       harris41  938: <source>loncom/interface/loncreateuser.pm</source>
                    939: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                    940: <categoryname>handler</categoryname>
                    941: <description>
                    942: Creates a new user and/or changes user privileges
                    943: </description>
                    944: <status>works/unverified</status>
1.4       harris41  945: </file>
                    946: <file>
1.5       harris41  947: <source>loncom/interface/lonchart.pm</source>
                    948: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
                    949: <categoryname>handler</categoryname>
                    950: <description>
                    951: Produces simple LectureOnline-like student assessment performance chart
                    952: </description>
1.4       harris41  953: </file>
                    954: <file>
1.5       harris41  955: <source>loncom/interface/loncommon.pm</source>
                    956: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                    957: <categoryname>handler</categoryname>
                    958: <description>
                    959: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41  960: user, domain, home_server, course_id.
1.5       harris41  961: </description>
                    962: <status>works/unverified</status>
1.4       harris41  963: </file>
                    964: <file>
1.5       harris41  965: <source>loncom/homework/grades.pm</source>
                    966: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                    967: <categoryname>handler</categoryname>
                    968: <description>Handles the viewing of grades.</description>
1.4       harris41  969: </file>
                    970: <file>
1.5       harris41  971: <source>loncom/homework/imageresponse.pm</source>
                    972: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                    973: <categoryname>handler</categoryname>
                    974: <description>
                    975: Coordinates the response to clicking an image.
                    976: </description>
                    977: <status>works/unverified</status>
1.4       harris41  978: </file>
                    979: <file>
1.5       harris41  980: <source>loncom/homework/optionresponse.pm</source>
                    981: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                    982: <categoryname>handler</categoryname>
1.10      harris41  983: <description>Handles tags associated with showing a list of options.</description>
1.4       harris41  984: </file>
                    985: <file>
1.5       harris41  986: <source>loncom/homework/outputtags.pm</source>
                    987: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                    988: <categoryname>handler</categoryname>
                    989: <description>
                    990: Handles tags associated with output.  Seems to relate to due dates of the
                    991: assignment.
                    992: </description>
1.10      harris41  993: <status>works/unverified</status>
1.4       harris41  994: </file>
                    995: <file>
1.6       harris41  996: <source>loncom/interface/lontest.pm</source>
                    997: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                    998: <categoryname>handler</categoryname>
                    999: <description>
                   1000: Used for debugging and testing the LON-CAPA system.
                   1001: </description>
1.10      harris41 1002: <status>works/unverified</status>
1.6       harris41 1003: </file>
                   1004: <file>
                   1005: <source>loncom/homework/radiobuttonresponse.pm</source>
                   1006: <target dist='default'>home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
                   1007: <categoryname>handler</categoryname>
                   1008: <description>
                   1009: Handles multiple-choice style responses.
                   1010: </description>
1.10      harris41 1011: <status>works/unverified</status>
1.6       harris41 1012: </file>
                   1013: <file>
                   1014: <source>loncom/interface/lonassignments.pm</source>
                   1015: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
                   1016: <categoryname>handler</categoryname>
                   1017: <description>
                   1018: Handles processing of assignments.
                   1019: </description>
1.10      harris41 1020: <status>works/unverified</status>
1.6       harris41 1021: </file>
                   1022: <file>
                   1023: <source>loncom/interface/loncommunicate.pm</source>
                   1024: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   1025: <categoryname>handler</categoryname>
                   1026: <description>Handles communication.</description>
1.10      harris41 1027: <status>works/unverified</status>
1.6       harris41 1028: </file>
                   1029: <file>
                   1030: <source>loncom/interface/lonerrorhandler.pm</source>
                   1031: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   1032: <categoryname>handler</categoryname>
                   1033: <description>
                   1034: Handles errors.
                   1035: </description>
1.10      harris41 1036: <status>works/unverified</status>
1.6       harris41 1037: </file>
                   1038: <file>
                   1039: <source>loncom/interface/lonevaluate.pm</source>
                   1040: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   1041: <categoryname>handler</categoryname>
                   1042: <description>
                   1043: Handles evaluation.
                   1044: </description>
1.10      harris41 1045: <status>works/unverified</status>
1.6       harris41 1046: </file>
                   1047: <file>
                   1048: <source>loncom/interface/lonfeedback.pm</source>
                   1049: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   1050: <categoryname>handler</categoryname>
                   1051: <description>
                   1052: Handles feedback from students to instructors and system administrators.
                   1053: </description>
1.10      harris41 1054: <status>works/unverified</status>
1.4       harris41 1055: </file>
                   1056: <file>
1.6       harris41 1057: <source>loncom/interface/lonnavmaps.pm</source>
                   1058: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   1059: <categoryname>handler</categoryname>
                   1060: <description>
                   1061: Handles navigational maps.
                   1062: </description>
1.10      harris41 1063: <status>works/unverified</status>
1.4       harris41 1064: </file>
                   1065: <file>
1.6       harris41 1066: <source>loncom/interface/lonpreferences.pm</source>
                   1067: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   1068: <categoryname>handler</categoryname>
                   1069: <description>
                   1070: Handles user preferences associated with customizing the online LON-CAPA
                   1071: educational environment.
                   1072: </description>
1.10      harris41 1073: <status>works/unverified</status>
1.6       harris41 1074: </file>
                   1075: <file>
                   1076: <source>loncom/interface/lonprintout.pm</source>
                   1077: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   1078: <categoryname>handler</categoryname>
                   1079: <description>
                   1080: Handles the production of printable files and resources.
                   1081: </description>
1.10      harris41 1082: <status>works/unverified</status>
1.6       harris41 1083: </file>
                   1084: <file>
                   1085: <source>loncom/interface/lonsearchcat.pm</source>
                   1086: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   1087: <categoryname>handler</categoryname>
                   1088: <description>
                   1089: Handles a searchable catalogue.
                   1090: </description>
1.10      harris41 1091: <status>works/unverified</status>
1.4       harris41 1092: </file>
                   1093: <file>
1.6       harris41 1094: <source>loncom/interface/londropadd.pm</source>
                   1095: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   1096: <categoryname>handler</categoryname>
                   1097: <description>
                   1098: Handler to drop and add students in courses.
                   1099: </description>
1.10      harris41 1100: <status>works/unverified</status>
1.6       harris41 1101: </file>
                   1102: <file>
                   1103: <source>loncom/interface/lonmsg.pm</source>
                   1104: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   1105: <categoryname>handler</categoryname>
                   1106: <description>
                   1107: Routines for messaging.
                   1108: </description>
1.10      harris41 1109: <status>works/unverified</status>
1.6       harris41 1110: </file>
                   1111: <file>
                   1112: <source>loncom/homework/hint.pm</source>
                   1113: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   1114: <categoryname>handler</categoryname>
                   1115: <description>
                   1116: This handler coordinates the delivery of hints to students working on LON-CAPA
                   1117: problems and assignments.
                   1118: </description>
1.10      harris41 1119: <status>works/unverified</status>
1.6       harris41 1120: </file>
                   1121: <file>
                   1122: <source>loncom/interface/lonspreadsheet.pm</source>
                   1123: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   1124: <categoryname>handler</categoryname>
                   1125: <description>
                   1126: Spreadsheet/Grades Display Handler
                   1127: </description>
1.10      harris41 1128: <status>works/unverified</status>
1.6       harris41 1129: </file>
                   1130: <file>
                   1131: <source>loncom/interface/lonparmset.pm</source>
                   1132: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   1133: <categoryname>handler</categoryname>
                   1134: <description>
                   1135: Handler to resolve ambiguous file locations
                   1136: </description>
1.10      harris41 1137: <status>works/unverified</status>
1.6       harris41 1138: </file>
                   1139: <file>
                   1140: <source>loncom/publisher/lonconstruct.pm</source>
                   1141: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   1142: <categoryname>handler</categoryname>
                   1143: <description>
                   1144: Page wrapper for handling construction space.
                   1145: </description>
1.10      harris41 1146: <status>works/unverified</status>
1.6       harris41 1147: </file>
                   1148: <file>
                   1149: <source>loncom/publisher/lonpublisher.pm</source>
                   1150: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   1151: <categoryname>handler</categoryname>
                   1152: <description>
                   1153: Publishes an LON-CAPA educational resource complete with metadata
                   1154: (authorship, language, copyright, creation date, etc).
                   1155: </description>
1.10      harris41 1156: <status>works/unverified</status>
1.6       harris41 1157: </file>
                   1158: <file>
                   1159: <source>loncom/interface/lonmenu.pm</source>
                   1160: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   1161: <categoryname>handler</categoryname>
                   1162: <description>
                   1163: Has routines which control the remote control.
                   1164: </description>
1.10      harris41 1165: <status>works/unverified</status>
1.6       harris41 1166: </file>
                   1167: <file>
                   1168: <source>rat/lonpageflip.pm</source>
                   1169: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   1170: <categoryname>handler</categoryname>
                   1171: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 1172: <status>works/unverified</status>
1.6       harris41 1173: </file>
                   1174: <file>
                   1175: <source>rat/lonratedt.pm</source>
                   1176: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   1177: <categoryname>handler</categoryname>
                   1178: <description>
                   1179: Builds up frame set and loads in the right thing.
                   1180: </description>
1.10      harris41 1181: <status>works/unverified</status>
1.6       harris41 1182: </file>
                   1183: <file>
                   1184: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   1185: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   1186: <categoryname>handler</categoryname>
                   1187: <description>
                   1188: Homework remote control.
                   1189: </description>
1.10      harris41 1190: <status>works/unverified</status>
1.6       harris41 1191: </file>
                   1192: <file>
                   1193: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   1194: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   1195: <categoryname>handler</categoryname>
                   1196: <description>
1.10      harris41 1197: This will take annotations and then plug them into a page.
1.6       harris41 1198: </description>
1.10      harris41 1199: <status>works/unverified</status>
1.6       harris41 1200: </file>
                   1201: <file>
                   1202: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   1203: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   1204: <categoryname>handler</categoryname>
                   1205: <description>
                   1206: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 1207: interface.
1.6       harris41 1208: </description>
1.10      harris41 1209: <status>works/unverified</status>
1.6       harris41 1210: </file>
                   1211: <file>
                   1212: <source>rat/lonratsrv.pm</source>
                   1213: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   1214: <categoryname>handler</categoryname>
                   1215: <description>
1.10      harris41 1216: Handler that takes output from RAT and stores it on disk.  Handles the upper hidden
1.6       harris41 1217: frame of the added window that comes up in RAT.   (3 frames come up in RAT server,
                   1218: code, and output.  This module handles server connection.)
                   1219: </description>
1.10      harris41 1220: <status>works/unverified</status>
1.6       harris41 1221: </file>
                   1222: <file>
                   1223: <source>rat/lonpage.pm</source>
                   1224: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   1225: <categoryname>handler</categoryname>
                   1226: <description>
                   1227: bundles pages into one page
                   1228: </description>
1.10      harris41 1229: <status>works/unverified</status>
1.6       harris41 1230: </file>
                   1231: <file>
                   1232: <source>rat/lonuserstate.pm</source>
                   1233: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   1234: <categoryname>handler</categoryname>
                   1235: <description>
                   1236: compile course into binary data structure (in loncom/rat)
                   1237: </description>
1.10      harris41 1238: <status>works/unverified</status>
1.6       harris41 1239: </file>
                   1240: <file>
                   1241: <source>loncom/xml/lontex.pm</source>
                   1242: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   1243: <categoryname>handler</categoryname>
                   1244: <description>
                   1245: Handler for tex files (somewhere in modules)
                   1246: </description>
1.10      harris41 1247: <status>works/unverified</status>
1.6       harris41 1248: </file>
                   1249: <file>
                   1250: <source>loncom/xml/lontexconvert.pm</source>
                   1251: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   1252: <categoryname>handler</categoryname>
                   1253: <description>
                   1254: Access to tth/ttm
                   1255: </description>
1.10      harris41 1256: <status>works/unverified</status>
1.6       harris41 1257: </file>
                   1258: <file>
                   1259: <source>loncom/xml/lonxml.pm</source>
                   1260: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   1261: <categoryname>handler</categoryname>
                   1262: <description>
                   1263: XML Parsing Module
                   1264: </description>
1.10      harris41 1265: <status>works/unverified</status>
1.6       harris41 1266: </file>
                   1267: <file>
                   1268: <source>loncom/xml/style.pm</source>
                   1269: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   1270: <categoryname>handler</categoryname>
                   1271: <description>
                   1272: Style Parsing Module
                   1273: </description>
1.10      harris41 1274: <status>works/unverified</status>
1.6       harris41 1275: </file>
                   1276: <file>
                   1277: <source>loncom/xml/londefdef.pm</source>
                   1278: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   1279: <categoryname>handler</categoryname>
                   1280: <description>
                   1281: Tags Default Definition Module
                   1282: </description>
1.10      harris41 1283: <status>works/unverified</status>
1.4       harris41 1284: </file>
                   1285: <file>
1.6       harris41 1286: <source>loncom/xml/run.pm</source>
                   1287: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   1288: <categoryname>handler</categoryname>
                   1289: <description>
                   1290: used to prevent poorly written problems from causing lingering after effects
                   1291: </description>
1.10      harris41 1292: <status>works/unverified</status>
1.4       harris41 1293: </file>
                   1294: <file>
1.6       harris41 1295: <source>loncom/xml/scripttag.pm</source>
                   1296: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   1297: <categoryname>handler</categoryname>
                   1298: <description>
                   1299: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   1300: &lt;import&gt;
                   1301: </description>
1.10      harris41 1302: <status>works/unverified</status>
1.4       harris41 1303: </file>
                   1304: <file>
1.6       harris41 1305: <source>loncom/homework/lonhomework.pm</source>
                   1306: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   1307: <categoryname>handler</categoryname>
1.10      harris41 1308: <description>handles requests for output, evaluation, and alteration of a homework resource</description>
1.4       harris41 1309: </file>
1.10      harris41 1310: <status>works/unverified</status>
1.4       harris41 1311: <file>
1.6       harris41 1312: <source>loncom/homework/inputtags.pm</source>
                   1313: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   1314: <categoryname>handler</categoryname>
                   1315: <description>
                   1316: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   1317: </description>
1.10      harris41 1318: <status>works/unverified</status>
1.4       harris41 1319: </file>
                   1320: <file>
1.6       harris41 1321: <source>loncom/homework/structuretags.pm</source>
                   1322: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   1323: <categoryname>handler</categoryname>
                   1324: <description>
                   1325: produces HTML tags necessary for structuring the presentation of homework resources
                   1326: </description>
1.10      harris41 1327: <status>works/unverified</status>
1.4       harris41 1328: </file>
                   1329: <file>
1.6       harris41 1330: <source>loncom/homework/response.pm</source>
                   1331: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   1332: <categoryname>handler</categoryname>
                   1333: <description>
                   1334: defines different types of responses given to student as well as syntax for producing response values
                   1335: </description>
1.10      harris41 1336: <status>works/unverified</status>
1.4       harris41 1337: </file>
                   1338: <file>
1.6       harris41 1339: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   1340: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   1341: <categoryname>handler</categoryname>
                   1342: <description>
                   1343: handles request to the CAPA homework processing engine
                   1344: </description>
1.10      harris41 1345: <status>works/unverified</status>
1.4       harris41 1346: </file>
                   1347: <file>
1.6       harris41 1348: <source>loncom/auth/lonacc.pm</source>
                   1349: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   1350: <categoryname>handler</categoryname>
                   1351: <description>
                   1352: (This module, like loncacc.pm also authenticates with cookies.)  
                   1353: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   1354: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   1355: as coordinating access to educational resources.
                   1356: </description>
1.10      harris41 1357: <status>works/unverified</status>
1.4       harris41 1358: </file>
                   1359: <file>
1.6       harris41 1360: <source>loncom/auth/lonracc.pm</source>
                   1361: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   1362: <categoryname>handler</categoryname>
                   1363: <description>
                   1364: access handler for file transfers
                   1365: </description>
1.10      harris41 1366: <status>works/unverified</status>
1.4       harris41 1367: </file>
                   1368: <file>
1.6       harris41 1369: <source>loncom/auth/loncacc.pm</source>
                   1370: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   1371: <categoryname>handler</categoryname>
                   1372: <description>
                   1373: This module provides access to an educational resource construction area.
                   1374: This module is invoked by the URL-related pattern syntax
                   1375: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   1376: Authentication of user identity
                   1377: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   1378: to "construction-space access").  If the cookie handle is invalid, then
                   1379: this module returns a forbidden status and makes appropriate log entries.
                   1380: If the cookie handle is valid, status is determined to be okay (and,
                   1381: for the "priv"-type access, the resource is delivered by the
                   1382: <tt>lonconstruct</tt> module).
                   1383: </description>
1.10      harris41 1384: <status>works/unverified</status>
1.4       harris41 1385: </file>
                   1386: <file>
1.6       harris41 1387: <source>loncom/auth/lonauth.pm</source>
                   1388: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   1389: <categoryname>handler</categoryname>
                   1390: <description>authenticate, set up session environment</description>
1.10      harris41 1391: <status>works/unverified</status>
1.4       harris41 1392: </file>
                   1393: <file>
1.6       harris41 1394: <source>loncom/auth/lonlogin.pm</source>
                   1395: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   1396: <categoryname>handler</categoryname>
                   1397: <description>login screen</description>
1.10      harris41 1398: <status>works/unverified</status>
1.4       harris41 1399: </file>
                   1400: <file>
1.6       harris41 1401: <source>loncom/auth/lonlogout.pm</source>
                   1402: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   1403: <categoryname>handler</categoryname>
                   1404: <description>logout</description>
1.10      harris41 1405: <status>works/unverified</status>
1.4       harris41 1406: </file>
                   1407: <file>
1.6       harris41 1408: <source>loncom/lonnet/perl/lonrep.pm</source>
                   1409: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   1410: <categoryname>handler</categoryname>
                   1411: <description>replication</description>
1.4       harris41 1412: </file>
                   1413: <file>
1.6       harris41 1414: <source>loncom/auth/lonroles.pm</source>
                   1415: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   1416: <categoryname>handler</categoryname>
                   1417: <description>
                   1418: This perl handling module reads in the available roles available
                   1419: for a LON-CAPA user (different courses, different privileges, etc)
                   1420: and produces a form-element HTML page which allows the user to select
                   1421: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   1422: a user may want to select between being a student in a thermodynamics
                   1423: physics course or a teaching assistant for an introductory calculus
                   1424: class.
                   1425: </description>
1.4       harris41 1426: </file>
                   1427: <file>
1.6       harris41 1428: <source>loncom/interface/lonindexer.pm</source>
                   1429: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   1430: <categoryname>handler</categoryname>
                   1431: <description>
                   1432: cross server filesystem browser
                   1433: </description>
1.10      harris41 1434: <status>works/unverified</status>
1.4       harris41 1435: </file>
                   1436: <file>
1.24    ! harris41 1437: <source>loncom/interface/groupsort.pm</source>
        !          1438: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
        !          1439: <categoryname>handler</categoryname>
        !          1440: <description>
        !          1441: Implements a second phase of importing multiple resources into the RAT.
        !          1442: Allows for reordering the sequence of resources.
        !          1443: </description>
        !          1444: <status>works/unverified</status>
        !          1445: </file>
        !          1446: <file>
1.6       harris41 1447: <source>loncom/lonnet/perl/lonnet.pm</source>
                   1448: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   1449: <categoryname>handler</categoryname>
                   1450: <description>
                   1451: This file is an interface to the lonc processes of the LON-CAPA network
                   1452: as well as set of elaborated functions for handling information necessary
                   1453: for navigating through a given cluster of LON-CAPA machines within a domain.
                   1454: There are over 40 specialized functions in this module which handle
                   1455: the reading and transmission of metadata, user information
                   1456: (ids, names, environments, roles, logs), file information (storage, reading,
                   1457: directories, extensions, replication, embedded styles and descriptors),
                   1458: educational resources (course descriptions, section names and numbers),
                   1459: url hashing (to assign roles on a url basis), and translating abbreviated
                   1460: symbols to and from more descriptive phrases or explanations.
                   1461: </description>
1.10      harris41 1462: <status>works/unverified</status>
1.4       harris41 1463: </file>
                   1464: <file>
1.6       harris41 1465: <source>loncom/html/index.html</source>
                   1466: <target dist='default'>home/httpd/html/index.html</target>
                   1467: <categoryname>interface file</categoryname>
                   1468: <description>bumps to login</description>
1.4       harris41 1469: </file>
1.6       harris41 1470: <link>
                   1471: <linkto>etc/mime.types</linkto>
                   1472: <target dist='default'>etc/httpd/conf/mime.types</target>
                   1473: <categoryname>symbolic link</categoryname>
                   1474: <description>symbolic link to /etc/mime.types</description>
                   1475: </link>
                   1476: <link>
                   1477: <linkto>home/httpd/html/res</linkto>
                   1478: <target dist='default'>home/httpd/html/raw</target>
                   1479: <categoryname>symbolic link</categoryname>
                   1480: <description>symbolic link to /home/httpd/html/res</description>
                   1481: </link>
1.4       harris41 1482: <file>
1.6       harris41 1483: <source>loncom/html/adm/notfound.html</source>
                   1484: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   1485: <categoryname>interface file</categoryname>
                   1486: <description>
                   1487: static html page that is shown when an attempt is made to access a document
                   1488: not present on the web server
                   1489: </description>
1.4       harris41 1490: </file>
                   1491: <file>
1.6       harris41 1492: <source>loncom/html/adm/unauthorized.html</source>
                   1493: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   1494: <categoryname>interface file</categoryname>
                   1495: <description>
                   1496: static html page that is shown when an attempt is made to access a document which is restricted based on
                   1497: file or server configurations
                   1498: </description>
1.4       harris41 1499: </file>
                   1500: <file>
1.6       harris41 1501: <source>rat/client/rat.html</source>
                   1502: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   1503: <categoryname>interface file</categoryname>
                   1504: <description>
                   1505: frameset
                   1506: </description>
1.4       harris41 1507: </file>
                   1508: <file>
1.6       harris41 1509: <source>rat/client/parameter.html</source>
                   1510: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   1511: <categoryname>interface file</categoryname>
                   1512: <description>
                   1513: Parameter input window.
                   1514: </description>
1.4       harris41 1515: </file>
                   1516: <file>
1.6       harris41 1517: <source>rat/client/code.html</source>
                   1518: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
                   1519: <categoryname>interface file</categoryname>
                   1520: <description>
                   1521: javascript
                   1522: </description>
1.4       harris41 1523: </file>
                   1524: <file>
1.6       harris41 1525: <source>rat/client/map.html</source>
                   1526: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   1527: <categoryname>interface file</categoryname>
                   1528: <description>
                   1529: bumper
                   1530: </description>
1.4       harris41 1531: </file>
                   1532: <file>
1.6       harris41 1533: <source>rat/client/empty.html</source>
                   1534: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   1535: <categoryname>interface file</categoryname>
                   1536: <description>
                   1537: A blank page with very minimal HTML structural elements.
                   1538: </description>
1.4       harris41 1539: </file>
1.10      harris41 1540: <fileglob>
                   1541: <glob>*.gif</glob>
                   1542: <sourcedir>rat/images/</sourcedir>
                   1543: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   1544: <categoryname>graphic file</categoryname>
                   1545: <description>
                   1546: icons for providing a HTML-tabled view of a course map
                   1547: </description>
                   1548: <filenames>
                   1549: 1.1.dt.gif
                   1550: 1.1.empty.gif
                   1551: 1.1.ld.gif
                   1552: 1.1.lr.gif
                   1553: 1.1.rd.gif
                   1554: 1.1.rl.gif
                   1555: 1.1.td.gif
                   1556: 1.1.tdrl.gif
                   1557: 1.1.tl.gif
                   1558: 1.1.tr.gif
                   1559: 1.1.utd.gif
                   1560: 1.2.ctd.gif
                   1561: 1.2.dt.gif
                   1562: 1.2.empty.gif
                   1563: 1.2.ld.gif
                   1564: 1.2.lr.gif
                   1565: 1.2.lrd.gif
                   1566: 1.2.lrtd.gif
                   1567: 1.2.rd.gif
                   1568: 1.2.rl.gif
                   1569: 1.2.rld.gif
                   1570: 1.2.rltd.gif
                   1571: 1.2.rtd.gif
                   1572: 1.2.rtdl.gif
                   1573: 1.2.rtl.gif
                   1574: 1.2.td.gif
                   1575: 1.2.tdl.gif
                   1576: 1.2.tdrl.gif
                   1577: 1.2.tl.gif
                   1578: 1.2.tr.gif
                   1579: 1.2.utd.gif
                   1580: 2.1.dt.gif
                   1581: 2.1.empty.gif
                   1582: 2.1.ld.gif
                   1583: 2.1.lr.gif
                   1584: 2.1.rd.gif
                   1585: 2.1.rl.gif
                   1586: 2.1.td.gif
                   1587: 2.1.tdrl.gif
                   1588: 2.1.tl.gif
                   1589: 2.1.tr.gif
                   1590: 2.2.dt.gif
                   1591: 2.2.empty.gif
                   1592: 2.2.ld.gif
                   1593: 2.2.lr.gif
                   1594: 2.2.lrd.gif
                   1595: 2.2.lrt.gif
                   1596: 2.2.rd.gif
                   1597: 2.2.rl.gif
                   1598: 2.2.rld.gif
                   1599: 2.2.rlt.gif
                   1600: 2.2.td.gif
                   1601: 2.2.tdl.gif
                   1602: 2.2.tdr.gif
                   1603: 2.2.tdrl.gif
                   1604: 2.2.tl.gif
                   1605: 2.2.tr.gif
                   1606: 2.2.url.gif
                   1607: 2.2.utd.gif
                   1608: arrow.gif
                   1609: bdt.gif
                   1610: bempty.gif
                   1611: bld.gif
                   1612: blr.gif
                   1613: blrd.gif
                   1614: blrt.gif
                   1615: brd.gif
                   1616: brl.gif
                   1617: brld.gif
                   1618: brlt.gif
                   1619: btd.gif
                   1620: btdl.gif
                   1621: btdr.gif
                   1622: btdrl.gif
                   1623: btl.gif
                   1624: btr.gif
                   1625: burl.gif
                   1626: butd.gif
                   1627: condition.gif
                   1628: edit.gif
                   1629: finish.gif
                   1630: info.gif
                   1631: inscol.gif
                   1632: inscond.gif
                   1633: insres.gif
                   1634: insrow.gif
1.19      harris41 1635: left.gif
                   1636: middle.gif
1.10      harris41 1637: resource.gif
1.19      harris41 1638: rbottom.gif
                   1639: right.gif
1.10      harris41 1640: sctd.gif
                   1641: sdt.gif
                   1642: sempty.gif
                   1643: sld.gif
                   1644: slr.gif
                   1645: slrd.gif
                   1646: slrtd.gif
                   1647: srd.gif
                   1648: srl.gif
                   1649: srld.gif
                   1650: srltd.gif
                   1651: srtd.gif
                   1652: srtdl.gif
                   1653: srtl.gif
                   1654: start.gif
                   1655: std.gif
                   1656: stdl.gif
                   1657: sutd.gif
                   1658: </filenames>
                   1659: </fileglob>
                   1660: <fileglob>
                   1661: <glob>*</glob>
                   1662: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   1663: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   1664: <categoryname>graphic file</categoryname>
                   1665: <description>
                   1666: icons to indicate an unexpected result
                   1667: </description>
                   1668: <filenames>
                   1669: lonconstruct.gif
                   1670: lonlogo_broken.gif
                   1671: lonlogo_broken_tsp.gif
                   1672: lonlogo_broken.eps
                   1673: lonlogo_broken.jpg
                   1674: lonlogo_broken.mov
                   1675: </filenames>
                   1676: </fileglob>
                   1677: <fileglob>
                   1678: <glob>*</glob>
                   1679: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   1680: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   1681: <categoryname>graphic file</categoryname>
                   1682: <description>
                   1683: logos
                   1684: </description>
                   1685: <filenames>
                   1686: cab.gif
                   1687: cab_big.gif
                   1688: class.gif
                   1689: class_big.gif
                   1690: dvi.gif
                   1691: dvi_big.gif
                   1692: eps.gif
                   1693: eps_big.gif
                   1694: exam.gif
                   1695: exam_big.gif
1.12      harris41 1696: folder_closed.gif
                   1697: folder_opened.gif
                   1698: folder_pointer_closed.gif
                   1699: folder_pointer_opened.gif
1.10      harris41 1700: form.gif
                   1701: form_big.gif
                   1702: gif.gif
                   1703: gif_big.gif
1.16      harris41 1704: htm.gif
1.10      harris41 1705: html.gif
                   1706: html_big.gif
                   1707: jpg.gif
                   1708: jpg_big.gif
                   1709: liteani.gif
                   1710: lonlogo.gif
                   1711: lonlogos.gif
                   1712: meta.gif
                   1713: meta_big.gif
                   1714: mov.gif
                   1715: mov_big.gif
                   1716: page.gif
                   1717: page_big.gif
                   1718: pdf.gif
                   1719: pdf_big.gif
                   1720: problem.gif
                   1721: problem_big.gif
                   1722: ps.gif
                   1723: ps_big.gif
1.12      harris41 1724: quill.gif
1.10      harris41 1725: quiz.gif
                   1726: quiz_big.gif
1.12      harris41 1727: select.gif
1.10      harris41 1728: sequence.gif
                   1729: sequence_big.gif
                   1730: server.gif
                   1731: server_big.gif
                   1732: survey.gif
                   1733: survey_big.gif
                   1734: tex.gif
                   1735: tex_big.gif
                   1736: txt.gif
                   1737: txt_big.gif
                   1738: user.gif
                   1739: user_big.gif
                   1740: wav.gif
                   1741: wav_big.gif
1.12      harris41 1742: white_space_20_22.gif
                   1743: whitespace1.gif
                   1744: whitespace10.gif
                   1745: whitespace2.gif
                   1746: whitespace3.gif
                   1747: whitespace4.gif
                   1748: whitespace5.gif
                   1749: whitespace6.gif
                   1750: whitespace7.gif
                   1751: whitespace8.gif
                   1752: whitespace9.gif
1.10      harris41 1753: xml.gif
                   1754: xml_big.gif
                   1755: zip.gif
                   1756: zip_big.gif
                   1757: </filenames>
                   1758: </fileglob>
                   1759: <fileglob>
                   1760: <glob>*</glob>
                   1761: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   1762: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   1763: <categoryname>graphic file</categoryname>
                   1764: <description>
                   1765: miscellaneous resources
                   1766: </description>
                   1767: <filenames>
                   1768: cat_button.gif
                   1769: </filenames>
                   1770: </fileglob>
                   1771: <file>
                   1772: <source>loncom/xml/tth.pm</source>
                   1773: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
                   1774: <categoryname>system file</categoryname>
                   1775: <description>
                   1776: perl module for invoking functions specific to TeX-to-HTML conversion
                   1777: </description>
                   1778: <note>
                   1779: Has the same dependencies and build process as tth.so.
                   1780: Currently, only the tth.so file specifications invoke
                   1781: the build process however.
                   1782: </note>
                   1783: <status>works/unverified</status>
                   1784: </file>
                   1785: <file>
                   1786: <source>modules/TexConvert/tthperl/tth.so</source>
                   1787: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
                   1788: <categoryname>system file</categoryname>
                   1789: <description>
                   1790: shared library file for dynamic loading and unloading
                   1791: </description>
                   1792: <note>
                   1793: The source and file dependencies are not available to most
                   1794: CVS users.  (You can safely rely on the existing binaries
                   1795: present on your system... don't worry about warnings
                   1796: related to this file during the build process.)
                   1797: </note>
                   1798: <build trigger='run if dependencies change'>
                   1799: modules/TexConvert/tthperl/commands
                   1800: </build>
                   1801: <status>works/unverified</status>
                   1802: <dependencies>
                   1803: ../tthdynamic/tthfunc.c
                   1804: ../tthdynamic/ttmfunc.c
                   1805: </dependencies>
                   1806: </file>
                   1807: <file>
                   1808: <source>loncom/homework/caparesponse/capa.pm</source>
                   1809: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
                   1810: <categoryname>system file</categoryname>
                   1811: <description>
                   1812: perl module for invoking functions specific to CAPA
                   1813: </description>
                   1814: <note>
                   1815: Has the same dependencies and build process as capa.so.
                   1816: Currently, only the capa.so file specifications invoke
                   1817: the build process however.
                   1818: </note>
                   1819: </file>
                   1820: <file>
                   1821: <source>loncom/homework/caparesponse/capa.bs</source>
                   1822: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
                   1823: <categoryname>system file</categoryname>
                   1824: <description>
                   1825: bootstrap file associated with dynamic loading of this module on multiple architectures
                   1826: </description>
                   1827: <note>
                   1828: Has the same dependencies and build process as capa.so.
                   1829: Currently, only the capa.so file specifications invoke
                   1830: the build process however.
                   1831: </note>
                   1832: </file>
                   1833: <file>
                   1834: <source>loncom/homework/caparesponse/capa.so</source>
                   1835: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
                   1836: <categoryname>system file</categoryname>
                   1837: <description>
                   1838: shared library file for dynamic loading and unloading
                   1839: </description>
                   1840: <build trigger='always run'>
                   1841: loncom/homework/caparesponse/commands
                   1842: </build>
                   1843: <dependencies>
                   1844: caparesponse.c
                   1845: caparesponse.pm
                   1846: </dependencies>
                   1847: </file>
                   1848: <fileglob>
                   1849: <glob>*.ent</glob>
                   1850: <sourcedir>loncom/MathML/</sourcedir>
                   1851: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   1852: <categoryname>system file</categoryname>
                   1853: <description>
                   1854: xml files which assign unicode numbers to mathematical symbols using &lt;! ENTITY... &gt; type syntax.
                   1855: </description>
                   1856: <filenames>
                   1857: isoamsa.ent
                   1858: isoamsb.ent
                   1859: isoamsc.ent
                   1860: isoamsn.ent
                   1861: isoamso.ent
                   1862: isoamsr.ent
                   1863: isobox.ent
                   1864: isocyr1.ent
                   1865: isocyr2.ent
                   1866: isodia.ent
                   1867: isogrk1.ent
                   1868: isogrk2.ent
                   1869: isogrk3.ent
                   1870: isogrk4.ent
                   1871: isolat1.ent
                   1872: isolat2.ent
                   1873: isomfrk.ent
                   1874: isomopf.ent
                   1875: isomscr.ent
                   1876: isonum.ent
                   1877: isopub.ent
                   1878: isotech.ent
                   1879: mmlalias.ent
                   1880: mmlextra.ent
                   1881: </filenames>
                   1882: </file>
                   1883: <file>
                   1884: <source>loncom/MathML/mathml.css</source>
                   1885: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   1886: <categoryname>system file</categoryname>
                   1887: <description>
                   1888: cascading style sheet
                   1889: </description>
                   1890: </file>
                   1891: <file>
                   1892: <source>loncom/MathML/mathml.dtd</source>
                   1893: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   1894: <categoryname>system file</categoryname>
                   1895: <description>
                   1896: document type definition
                   1897: </description>
                   1898: </file>
1.4       harris41 1899: <file>
1.10      harris41 1900: <source>loncom/auth/londes.js</source>
                   1901: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   1902: <categoryname>interface file</categoryname>
1.6       harris41 1903: <description>
1.10      harris41 1904: Encryption Routines according to Data Encryption Standard DES, written in javascript.
1.6       harris41 1905: </description>
1.4       harris41 1906: </file>
                   1907: <file>
1.10      harris41 1908: <source>loncom/homework/lectureonline.lcpm</source>
                   1909: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm</target>
                   1910: <categoryname>handler</categoryname>
1.6       harris41 1911: <description>
1.11      harris41 1912: Intended for providing perl functions for the <script></script> environment
                   1913: in a problem that was converted from lectureonline.
1.6       harris41 1914: </description>
1.4       harris41 1915: </file>
                   1916: <file>
1.10      harris41 1917: <source>loncom/homework/default_homework.lcpm</source>
                   1918: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm</target>
                   1919: <categoryname>handler</categoryname>
1.6       harris41 1920: <description>
1.14      harris41 1921: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 1922: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 1923: </description>
1.4       harris41 1924: </file>
                   1925: <file>
1.10      harris41 1926: <source>loncom/homework/capa.units</source>
                   1927: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   1928: <categoryname>static conf</categoryname>
1.6       harris41 1929: <description>
1.10      harris41 1930: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 1931: </description>
1.4       harris41 1932: </file>
1.10      harris41 1933: <fileglob>
                   1934: <glob>*.gif</glob>
                   1935: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   1936: <targetdir>home/httpd/html/res/adm/pages/</targetdir>
                   1937: <categoryname>graphic file</categoryname>
                   1938: <description>icons used for the entire LON-CAPA user interface</description>
                   1939: <filenames>
                   1940: a.gif
1.17      harris41 1941: anot.gif
1.10      harris41 1942: b.gif
                   1943: back.gif
                   1944: bkm.gif
                   1945: brws.gif
                   1946: c.gif
                   1947: ccrs.gif
                   1948: chat.gif
                   1949: chrt.gif
                   1950: com.gif
                   1951: courses.gif
                   1952: cprv.gif
                   1953: cstr.gif
                   1954: d.gif
                   1955: dempty.gif
                   1956: e.gif
                   1957: empty.gif
                   1958: enrl.gif
                   1959: eval.gif
                   1960: f.gif
                   1961: fdbk.gif
                   1962: feedback.gif
                   1963: forw.gif
                   1964: g.gif
                   1965: grds.gif
                   1966: group.gif
                   1967: h.gif
                   1968: help.gif
                   1969: hyphen.gif
                   1970: i.gif
                   1971: info.gif
                   1972: j.gif
                   1973: k.gif
                   1974: l.gif
                   1975: ledblink.gif
                   1976: ledgreen.gif
                   1977: ledoff.gif
                   1978: ledon.gif
                   1979: ledsend.gif
                   1980: logout.gif
                   1981: m.gif
                   1982: mrk.gif
                   1983: n.gif
                   1984: nav.gif
                   1985: next.gif
                   1986: o.gif
                   1987: p.gif
                   1988: parm.gif
                   1989: pgrd.gif
                   1990: pparm.gif
                   1991: prev.gif
                   1992: prt.gif
                   1993: q.gif
                   1994: qempty.gif
                   1995: r.gif
                   1996: reload.gif
                   1997: remotebg.gif
                   1998: res.gif
                   1999: roles.gif
                   2000: s.gif
1.17      harris41 2001: sbkm.gif
1.10      harris41 2002: space.gif
                   2003: spacer.gif
                   2004: sprs.gif
                   2005: src.gif
                   2006: stat.gif
                   2007: subm.gif
                   2008: t.gif
                   2009: title.gif
                   2010: u.gif
                   2011: v.gif
1.17      harris41 2012: vbkm.gif
1.10      harris41 2013: w.gif
                   2014: x.gif
                   2015: y.gif
                   2016: z.gif
                   2017: </filenames>
                   2018: </fileglob>
1.4       harris41 2019: <file>
1.10      harris41 2020: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   2021: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   2022: <categoryname>interface file</categoryname>
1.6       harris41 2023: <description>
1.10      harris41 2024: image maps for the LON-CAPA remote control
1.6       harris41 2025: </description>
1.4       harris41 2026: </file>
                   2027: <file>
1.10      harris41 2028: <source>loncom/html/res/adm/pages/index.html</source>
                   2029: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   2030: <categoryname>interface file</categoryname>
1.6       harris41 2031: <description>
1.10      harris41 2032: welcoming page to the LON-CAPA system upon login
1.6       harris41 2033: </description>
1.4       harris41 2034: </file>
                   2035: <file>
1.10      harris41 2036: <source>loncom/html/res/adm/pages/menu.html</source>
                   2037: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   2038: <categoryname>interface file</categoryname>
1.6       harris41 2039: <description>
1.10      harris41 2040: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 2041: </description>
1.4       harris41 2042: </file>
1.10      harris41 2043: <fileglob>
                   2044: <glob>*.gif</glob>
                   2045: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
                   2046: <targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir>
                   2047: <categoryname>graphic file</categoryname>
                   2048: <description>
                   2049: icons used for the bookmark portion of the LON-CAPA user interface
                   2050: </description>
                   2051: <filenames>
                   2052: a.gif
                   2053: alert.black.gif
                   2054: alert.red.gif
                   2055: back.gif
                   2056: ball.gray.gif
                   2057: ball.red.gif
                   2058: binary.gif
                   2059: binhex.gif
                   2060: blank.gif
                   2061: bomb.gif
                   2062: box1.gif
                   2063: box2.gif
                   2064: broken.gif
                   2065: burst.gif
                   2066: c.gif
                   2067: comp.blue.gif
                   2068: comp.gray.gif
                   2069: compressed.gif
                   2070: continued.gif
                   2071: course.gif
                   2072: dir.gif
                   2073: down.gif
                   2074: dvi.gif
                   2075: f.gif
                   2076: folder.gif
                   2077: folder.open.gif
                   2078: folder.sec.gif
                   2079: folder_closed.gif
                   2080: folder_closed_pressed.gif
                   2081: folder_new.gif
                   2082: folder_opened.gif
                   2083: folder_opened_pressed.gif
                   2084: folder_pointer_closed.gif
                   2085: folder_pointer_opened.gif
                   2086: folder_spacer.gif
                   2087: folder_trash.gif
                   2088: forward.gif
                   2089: generic.gif
                   2090: generic.red.gif
                   2091: generic.sec.gif
                   2092: hand.right.gif
                   2093: hand.up.gif
                   2094: html.gif
                   2095: image1.gif
                   2096: image2.gif
                   2097: image3.gif
                   2098: index.gif
                   2099: layout.gif
                   2100: left.gif
                   2101: link.gif
                   2102: mov.gif
                   2103: movie1.gif
                   2104: p.gif
                   2105: patch.gif
                   2106: pdf.gif
                   2107: portal.gif
                   2108: problem.gif
                   2109: ps.gif
                   2110: quill.gif
                   2111: right.gif
                   2112: screw1.gif
                   2113: screw2.gif
                   2114: script.gif
                   2115: sound1.gif
                   2116: sound2.gif
                   2117: sphere1.gif
                   2118: sphere2.gif
                   2119: tar.gif
                   2120: tex.gif
                   2121: text.gif
                   2122: transfer.gif
                   2123: unknown.gif
                   2124: up.gif
                   2125: uu.gif
                   2126: uuencoded.gif
                   2127: white_space_20_22.gif
                   2128: white_space_22_22.gif
                   2129: whitespace1.gif
                   2130: whitespace10.gif
                   2131: whitespace2.gif
                   2132: whitespace3.gif
                   2133: whitespace4.gif
                   2134: whitespace5.gif
                   2135: whitespace6.gif
                   2136: whitespace7.gif
                   2137: whitespace8.gif
                   2138: whitespace9.gif
                   2139: world1.gif
                   2140: world2.gif
                   2141: </filenames>
                   2142: </fileglob>
                   2143: <fileglob>
                   2144: <glob>*.gif</glob>
                   2145: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13      albertel 2146: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10      harris41 2147: <categoryname>graphic file</categoryname>
                   2148: <description>
                   2149: icons used for directory indexing and login screen
                   2150: </description>
                   2151: <filenames>
                   2152: folder_anim.gif
                   2153: folder_close.gif
                   2154: folder_drag.gif
                   2155: folder_new.gif
                   2156: folder_open.gif
                   2157: folder_pointer_closed.gif
                   2158: folder_pointer_opened.gif
                   2159: folder_static.gif
                   2160: folder_trash.gif
                   2161: folder_trash_hover.gif
                   2162: left_bar.gif
                   2163: link.gif
                   2164: link_anim.gif
                   2165: link_drag.gif
                   2166: ll_corner.gif
                   2167: lower_bar.gif
                   2168: lr_corner.gif
                   2169: pix.gif
                   2170: right_bar.gif
                   2171: toolbar_bg.gif
                   2172: ul_corner.gif
                   2173: upper_bar.gif
                   2174: ur_corner.gif
                   2175: </filenames>
                   2176: </fileglob>
                   2177: <fileglob>
                   2178: <glob>*.html</glob>
                   2179: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13      albertel 2180: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10      harris41 2181: <categoryname>interface file</categoryname>
                   2182: <description>
                   2183: associated with the frameset scheme of displaying bookmarks
                   2184: </description>
                   2185: <filenames>
                   2186: bookmarkmenu_toolbar.html
                   2187: blank.html
                   2188: closechildren.html
                   2189: </filenames>
                   2190: </fileglob>
1.4       harris41 2191: <file>
1.10      harris41 2192: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
                   2193: <target dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
                   2194: <categoryname>interface file</categoryname>
1.6       harris41 2195: <description>
1.10      harris41 2196: javascript for handling client-side interactions with bookmark interface
1.6       harris41 2197: </description>
1.4       harris41 2198: </file>
                   2199: <file>
1.10      harris41 2200: <source>loncom/build/loncapaverifypackages</source>
                   2201: <target dist='default'>usr/sbin/loncapaverifypackages</target>
                   2202: <categoryname>script</categoryname>
1.6       harris41 2203: <description>
1.10      harris41 2204: checks the system RPMs against what install.lon-capa.org specifies
1.6       harris41 2205: </description>
1.10      harris41 2206: <status>deprecated</status>
1.4       harris41 2207: </file>
                   2208: <file>
1.10      harris41 2209: <source>loncom/build/loncaparestoreconfigurations</source>
                   2210: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
                   2211: <categoryname>script</categoryname>
1.6       harris41 2212: <description>
1.10      harris41 2213: restores .rpmsave files after a LON-CAPA-base upgrade
1.6       harris41 2214: </description>
1.10      harris41 2215: <status>deprecated</status>
1.4       harris41 2216: </file>
                   2217: <file>
1.10      harris41 2218: <source>loncom/build/loncapaautoupgrade</source>
                   2219: <target dist='default'>usr/sbin/loncapaautoupgrade</target>
                   2220: <categoryname>script</categoryname>
1.6       harris41 2221: <description>
1.10      harris41 2222: does all the things to coordinate updating of LON-CAPA base files.  Should be used with
                   2223: caution so that you do not lose work
1.6       harris41 2224: </description>
1.10      harris41 2225: <status>deprecated</status>
1.4       harris41 2226: </file>
                   2227: <file>
1.10      harris41 2228: <source>loncom/build/loncapaverify</source>
                   2229: <target dist='default'>usr/sbin/loncapaverify</target>
                   2230: <categoryname>script</categoryname>
1.6       harris41 2231: <description>
1.10      harris41 2232: makes verification report using loncapaverifypackages and loncapaverifybasepackage
1.6       harris41 2233: </description>
1.10      harris41 2234: <status>deprecated</status>
1.4       harris41 2235: </file>
                   2236: <file>
1.10      harris41 2237: <source>loncom/cron/loncapa</source>
                   2238: <target dist='default'>etc/cron.d/loncapa</target>
                   2239: <categoryname>static conf</categoryname>
                   2240: <description>
                   2241: file that specifies periodic processes to run for the LON-CAPA machine
                   2242: </description>
                   2243: </file>
                   2244: <file>
                   2245: <source>loncom/ntp/step-tickers</source>
                   2246: <target dist='default'>etc/ntp/step-tickers</target>
                   2247: <categoryname>conf</categoryname>
                   2248: <description>
                   2249: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   2250: </description>
                   2251: <note>
                   2252: <table cellpadding='0' cellspacing='0' border='1'>
                   2253: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   2254: </table>
                   2255: </note>
                   2256: </file>
                   2257: <file>
                   2258: <source>loncom/init.d/loncontrol</source>
                   2259: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
                   2260: <categoryname>root script</categoryname>
                   2261: <description>
                   2262: Controls the launching/halting of lonc, lond, and lonsql processes.
                   2263: </description>
                   2264: </file>
                   2265: <link>
                   2266: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
                   2267: <target dist='default'>
                   2268: etc/rc.d/rc0.d/K05loncontrol
                   2269: etc/rc.d/rc1.d/K05loncontrol
                   2270: etc/rc.d/rc2.d/K05loncontrol
                   2271: etc/rc.d/rc3.d/S95loncontrol
                   2272: etc/rc.d/rc4.d/S95loncontrol
                   2273: etc/rc.d/rc5.d/S95loncontrol
                   2274: etc/rc.d/rc6.d/K05loncontrol
                   2275: </target>
                   2276: <categoryname>symbolic link</categoryname>
                   2277: <description>symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
                   2278: </link>
                   2279: <file>
                   2280: <source>loncom/atalk/config</source>
                   2281: <target dist='default'>etc/atalk/config</target>
                   2282: <categoryname>conf</categoryname>
1.6       harris41 2283: <description>
1.10      harris41 2284: configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
1.6       harris41 2285: </description>
1.4       harris41 2286: </file>
1.14      harris41 2287: </files>
1.1       harris41 2288: </lpml>

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