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

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

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