File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.19: download - view: text, annotated - select for diffs
Wed Jul 18 13:35:24 2001 UTC (22 years, 10 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding in lonwrapper.pm, rat images, and some template
files

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

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