File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.34: download - view: text, annotated - select for diffs
Tue Sep 4 23:21:00 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- added new directory

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

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