Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.10 and 1.21

version 1.10, 2001/06/15 01:01:22 version 1.21, 2001/08/04 13:25:49
Line 1 Line 1
   <!-- Scott Harrison -->
   <!-- Guy Albertelli -->
   
   <!-- Default values must be defined before specific values. -->
   <!-- If no 'dist' attribute is specified, then it is always installed. -->
   <!-- If 'dist' attribute is set to  'default', then the specification. -->
   <!-- is accepted if an alternative distribution is not requested or not -->
   <!-- defined. -->
   
 <lpml>  <lpml>
 <targetroot>/</targetroot>  <targetroot>/</targetroot>
 <sourceroot>/home/user/loncapa/</sourceroot>  <sourceroot>/home/user/loncapa/</sourceroot>
   <categories>
 <category name="interface file" type="runtime">  <category name="interface file" type="runtime">
   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
 </category>  </category>
Line 79 Line 89
 <category name="server readonly" type="development">  <category name="server readonly" type="development">
   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
 </category>  </category>
   </categories>
 <rpm>  <rpm>
   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>    <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
   <rpmName>LON-CAPA-base</rpmName>    <rpmName>LON-CAPA-base</rpmName>
Line 115  echo 'and Athena-Kerberos.'\n Line 126  echo 'and Athena-Kerberos.'\n
 echo '***********************************************************************'\n  echo '***********************************************************************'\n
 </rpmpre>  </rpmpre>
 </rpm>  </rpm>
   <directories>
 <directory>  <directory>
   <targetdir dist='default'>etc/httpd/conf</targetdir>    <targetdir dist='default'>etc/httpd/conf</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
Line 226  LON-CAPA system.</description> Line 238  LON-CAPA system.</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>    <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
     <targetdir dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
     <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>system perl tree (usually present on linux systems)</description>    <description>system perl tree (usually present on linux systems)</description>
 </directory>  </directory>
Line 240  LON-CAPA system.</description> Line 254  LON-CAPA system.</description>
   <description>files useful for including within customized scripting</description>    <description>files useful for including within customized scripting</description>
 </directory>  </directory>
 <directory>  <directory>
     <targetdir dist='default'>home/httpd/html/res/adm/includes/templates</targetdir>
     <categoryname>server readonly</categoryname>
     <description>template files useful for customized scripts</description>
   </directory>
   <directory>
   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>    <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>status reports</description>    <description>status reports</description>
Line 276  LON-CAPA system.</description> Line 295  LON-CAPA system.</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/init.d</targetdir>    <targetdir dist='default'>etc/rc.d/init.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run during system startup</description>    <description>scripts that run during system startup</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 0</description>    <description>scripts that run for run-level 0</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc1.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 1</description>    <description>scripts that run for run-level 1</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc2.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 2</description>    <description>scripts that run for run-level 2</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 3</description>    <description>scripts that run for run-level 3</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 4</description>    <description>scripts that run for run-level 4</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 5</description>    <description>scripts that run for run-level 5</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 6</description>    <description>scripts that run for run-level 6</description>
 </directory>  </directory>
Line 324  LON-CAPA system.</description> Line 351  LON-CAPA system.</description>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>icons that help depict the file system (outdated)</description>    <description>icons that help depict the file system (outdated)</description>
 </directory>  </directory>
   </directories>
   <files>
 <file>  <file>
 <source>loncom/access.conf</source>  <source>loncom/access.conf</source>
 <target dist='default'>etc/httpd/conf/access.conf</target>  <target dist='default'>etc/httpd/conf/access.conf</target>
Line 418  Descriptive list of file extensions, and Line 447  Descriptive list of file extensions, and
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/homework/templates/blank.library</source>
   <target dist='default'>home/httpd/html/res/adm/includes/templates/blank.library</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file for a new library.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/blank.library.meta</source>
   <target dist='default'>home/httpd/html/res/adm/includes/templates/blank.library.meta</target>
   <categoryname>static conf</categoryname>
   <description>
   Metadata related to a new library.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/script.library</source>
   <target dist='default'>home/httpd/html/res/adm/includes/templates/script.library</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file for a new script library.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/script.library.meta</source>
   <target dist='default'>home/httpd/html/res/adm/includes/templates/script.library.meta</target>
   <categoryname>static conf</categoryname>
   <description>
   Metadata for a new script library.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/blank.problem</source>
   <target dist='default'>home/httpd/html/res/adm/includes/templates/blank.problem</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/blank.problem.meta</source>
   <target dist='default'>home/httpd/html/res/adm/includes/templates/blank.problem.meta</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file metadata.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/numerical.problem</source>
   <target dist='default'>home/httpd/html/res/adm/includes/templates/numerical.problem</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file for a numerical problem.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/numerical.problem.meta</source>
   <target dist='default'>home/httpd/html/res/adm/includes/templates/numerical.problem.meta</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file metadata for a numerical problem.
   </description>
   </file>
   <file>
 <source>loncom/homework/insertlist.tab</source>  <source>loncom/homework/insertlist.tab</source>
 <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>  <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
Line 683  content. Line 776  content.
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/publisher/publisher.tab</source>
   <target dist='default'>home/httpd/html/res/adm/includes/publisher.tab</target>
   <categoryname>conf</categoryname>
   <description>
   Parameter packages, so that assessments can publish parameter packages
   needed, which are then expanded into individual parameters - allows to
   retroactively add new parameters to already published assessments.
   </description>
   </file>
   <file>
 <source>loncom/publisher/copyright.tab</source>  <source>loncom/publisher/copyright.tab</source>
 <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>  <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
Line 708  Table which has hash data necessary for Line 811  Table which has hash data necessary for
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/publisher/lonwrapper.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Wrapper for external and binary files as standalone resources.
   Edit handler for rat maps; TeX content handler.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/publisher/loncfile.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Provides web-based functionality for file copy, rename, mkdir, etc, in the
   construction space menu.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/lonstatistics.pm</source>  <source>loncom/interface/lonstatistics.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1499  inscol.gif Line 1622  inscol.gif
 inscond.gif  inscond.gif
 insres.gif  insres.gif
 insrow.gif  insrow.gif
   left.gif
   middle.gif
 resource.gif  resource.gif
   rbottom.gif
   right.gif
 sctd.gif  sctd.gif
 sdt.gif  sdt.gif
 sempty.gif  sempty.gif
Line 1556  eps.gif Line 1683  eps.gif
 eps_big.gif  eps_big.gif
 exam.gif  exam.gif
 exam_big.gif  exam_big.gif
   folder_closed.gif
   folder_opened.gif
   folder_pointer_closed.gif
   folder_pointer_opened.gif
 form.gif  form.gif
 form_big.gif  form_big.gif
 gif.gif  gif.gif
 gif_big.gif  gif_big.gif
   htm.gif
 html.gif  html.gif
 html_big.gif  html_big.gif
 jpg.gif  jpg.gif
Line 1579  problem.gif Line 1711  problem.gif
 problem_big.gif  problem_big.gif
 ps.gif  ps.gif
 ps_big.gif  ps_big.gif
   quill.gif
 quiz.gif  quiz.gif
 quiz_big.gif  quiz_big.gif
   select.gif
 sequence.gif  sequence.gif
 sequence_big.gif  sequence_big.gif
 server.gif  server.gif
Line 1595  user.gif Line 1729  user.gif
 user_big.gif  user_big.gif
 wav.gif  wav.gif
 wav_big.gif  wav_big.gif
   white_space_20_22.gif
   whitespace1.gif
   whitespace10.gif
   whitespace2.gif
   whitespace3.gif
   whitespace4.gif
   whitespace5.gif
   whitespace6.gif
   whitespace7.gif
   whitespace8.gif
   whitespace9.gif
 xml.gif  xml.gif
 xml_big.gif  xml_big.gif
 zip.gif  zip.gif
Line 1754  Encryption Routines according to Data En Line 1899  Encryption Routines according to Data En
 <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm</target>  <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()  Intended for providing perl functions for the <script></script> environment
   in a problem that was converted from lectureonline.
 </description>  </description>
 </file>  </file>
 <file>  <file>
Line 1762  used by lonxml::xmlparse() as input vari Line 1908  used by lonxml::xmlparse() as input vari
 <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm</target>  <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()  Provides many functions for the &lt;script&gt; environment in a .problem.
   Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 </description>  </description>
 </file>  </file>
 <file>  <file>
Line 1781  Define unit prefixing and conversion for Line 1928  Define unit prefixing and conversion for
 <description>icons used for the entire LON-CAPA user interface</description>  <description>icons used for the entire LON-CAPA user interface</description>
 <filenames>  <filenames>
 a.gif  a.gif
   anot.gif
 b.gif  b.gif
 back.gif  back.gif
 bkm.gif  bkm.gif
Line 1821  ledon.gif Line 1969  ledon.gif
 ledsend.gif  ledsend.gif
 logout.gif  logout.gif
 m.gif  m.gif
 menu.gif  
 mrk.gif  mrk.gif
 n.gif  n.gif
 nav.gif  nav.gif
Line 1841  remotebg.gif Line 1988  remotebg.gif
 res.gif  res.gif
 roles.gif  roles.gif
 s.gif  s.gif
   sbkm.gif
 space.gif  space.gif
 spacer.gif  spacer.gif
 sprs.gif  sprs.gif
Line 1851  t.gif Line 1999  t.gif
 title.gif  title.gif
 u.gif  u.gif
 v.gif  v.gif
   vbkm.gif
 w.gif  w.gif
 x.gif  x.gif
 y.gif  y.gif
Line 1984  world2.gif Line 2133  world2.gif
 <fileglob>  <fileglob>
 <glob>*.gif</glob>  <glob>*.gif</glob>
 <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>  <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 <targetdir>loncom/html/res/adm/pages/bookmarkmenu/</targetdir>  <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
 <categoryname>graphic file</categoryname>  <categoryname>graphic file</categoryname>
 <description>  <description>
 icons used for directory indexing and login screen  icons used for directory indexing and login screen
Line 2018  ur_corner.gif Line 2167  ur_corner.gif
 <fileglob>  <fileglob>
 <glob>*.html</glob>  <glob>*.html</glob>
 <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>  <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 <targetdir>loncom/html/res/adm/pages/bookmarkmenu/</targetdir>  <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
 <description>  <description>
 associated with the frameset scheme of displaying bookmarks  associated with the frameset scheme of displaying bookmarks
Line 2125  etc/rc.d/rc6.d/K05loncontrol Line 2274  etc/rc.d/rc6.d/K05loncontrol
 configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)  configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
 </description>  </description>
 </file>  </file>
   </files>
 </lpml>  </lpml>
   
   

Removed from v.1.10  
changed lines
  Added in v.1.21


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