File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.29: download - view: text, annotated - select for diffs
Tue Aug 21 13:30:57 2001 UTC (22 years, 9 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
enter grades button for remote control

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

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