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

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

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