Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.76 and 1.77

version 1.76, 2001/12/19 22:35:22 version 1.77, 2001/12/20 17:46:55
Line 384  interface</description> Line 384  interface</description>
 interface, Apache (mod_perl) handlers</description>  interface, Apache (mod_perl) handlers</description>
 </directory>  </directory>
 <directory>  <directory>
     <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation for the LON-CAPA programming
   interface, Apache (mod_perl) handlers</description>
   </directory>
   <directory>
   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>    <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>graphic widgets</description>    <description>graphic widgets</description>
Line 467  LON-CAPA system.</description> Line 473  LON-CAPA system.</description>
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory>
     <targetdir dist='default'>usr/man/man1</targetdir>
     <categoryname>standard</categoryname>
     <description>manual pages</description>
   </directory>
   <directory>
   <targetdir dist='default'>usr/man/man3</targetdir>    <targetdir dist='default'>usr/man/man3</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>manual pages</description>    <description>manual pages</description>
Line 854  proxy server Line 865  proxy server
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>doc/man/lonc.1</source>
   <target dist='default'>usr/man/man1/lonc.1</target>
   <categoryname>system file</categoryname>
   <description>man page for lonc</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && echo 'manifying lonc'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lonc
   </dependencies>
   </file>
   <file>
   <source>doc/scripts/lonc.html</source>
   <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
   <categoryname>system file</categoryname>
   <description>man page for lonc</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lonc
   </dependencies>
   </file>
   <file>
 <source>loncom/lond</source>  <source>loncom/lond</source>
 <target dist='default'>home/httpd/perl/lond</target>  <target dist='default'>home/httpd/perl/lond</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 872  tmpput, tmpget, and ls). Line 909  tmpput, tmpget, and ls).
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>doc/man/lond.1</source>
   <target dist='default'>usr/man/man1/lond.1</target>
   <categoryname>system file</categoryname>
   <description>man page for lond</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && echo 'manifying lond'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lond
   </dependencies>
   </file>
   <file>
   <source>doc/scripts/lond.html</source>
   <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
   <categoryname>system file</categoryname>
   <description>man page for lond</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lond
   </dependencies>
   </file>
   <file>
 <source>loncom/cgi/loncron.pl</source>  <source>loncom/cgi/loncron.pl</source>
 <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>  <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 890  tmpput, tmpget, and ls). Line 953  tmpput, tmpget, and ls).
 <description>maintain secondary database of metadata</description>  <description>maintain secondary database of metadata</description>
 </file>  </file>
 <file>  <file>
   <source>doc/man/lonsql.1</source>
   <target dist='default'>usr/man/man1/lonsql.1</target>
   <categoryname>system file</categoryname>
   <description>man page for lonsql</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && echo 'manifying lonsql'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lonsql
   </dependencies>
   </file>
   <file>
   <source>doc/scripts/lonsql.html</source>
   <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
   <categoryname>system file</categoryname>
   <description>man page for lonsql</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lonsql
   </dependencies>
   </file>
   <file>
 <source>loncom/lcpasswd</source>  <source>loncom/lcpasswd</source>
 <target dist='default'>home/httpd/perl/lcpasswd</target>  <target dist='default'>home/httpd/perl/lcpasswd</target>
 <categoryname>setuid script</categoryname>  <categoryname>setuid script</categoryname>
Line 1094  Handler to upload files through browser Line 1183  Handler to upload files through browser
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonupload.pm</description>  <description>man page for lonupload.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../publisher/lonupload.pm > ../../doc/man/Apache__lonupload.3  loncom/build/pod2man.sh ../publisher/lonupload.pm > ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1107  loncom/build/pod2man.sh ../publisher/lon Line 1196  loncom/build/pod2man.sh ../publisher/lon
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonupload.pm</description>  <description>POD-derived page for lonupload.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../publisher/lonupload.pm > ../../doc/api/Apache/lonupload.html  loncom/build/pod2html.sh ../publisher/lonupload.pm > ../../doc/api/Apache/lonupload.html && echo 'pod2html lonupload.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1137  Handler to publish directories. Line 1226  Handler to publish directories.
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonpubdir.pm</description>  <description>man page for lonpubdir.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../publisher/lonpubdir.pm > ../../doc/man/Apache__lonpubdir.3  loncom/build/pod2man.sh ../publisher/lonpubdir.pm > ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1150  loncom/build/pod2man.sh ../publisher/lon Line 1239  loncom/build/pod2man.sh ../publisher/lon
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonpubdir.pm</description>  <description>POD-derived page for lonpubdir.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../publisher/lonpubdir.pm > ../../doc/api/Apache/lonpubdir.html  loncom/build/pod2html.sh ../publisher/lonpubdir.pm > ../../doc/api/Apache/lonpubdir.html && echo 'pod2html lonpubdir.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1172  Handler to retrieve old versions from re Line 1261  Handler to retrieve old versions from re
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonretrieve.pm</description>  <description>man page for lonretrieve.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../publisher/lonretrieve.pm > ../../doc/man/Apache__lonretrieve.3  loncom/build/pod2man.sh ../publisher/lonretrieve.pm > ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1185  loncom/build/pod2man.sh ../publisher/lon Line 1274  loncom/build/pod2man.sh ../publisher/lon
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonretrieve.pm</description>  <description>POD-derived page for lonretrieve.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../publisher/lonretrieve.pm > ../../doc/api/Apache/lonretrieve.html  loncom/build/pod2html.sh ../publisher/lonretrieve.pm > ../../doc/api/Apache/lonretrieve.html && echo 'pod2html lonretrieve.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1278  user, domain, home_server, course_id. Line 1367  user, domain, home_server, course_id.
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for loncommon.pm</description>  <description>man page for loncommon.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../interface/loncommon.pm > ../../doc/man/Apache__loncommon.3  loncom/build/pod2man.sh ../interface/loncommon.pm > ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1291  loncom/build/pod2man.sh ../interface/lon Line 1380  loncom/build/pod2man.sh ../interface/lon
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for loncommon.pm</description>  <description>POD-derived page for loncommon.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../interface/loncommon.pm > ../../doc/api/Apache/loncommon.html  loncom/build/pod2html.sh ../interface/loncommon.pm > ../../doc/api/Apache/loncommon.html && echo 'pod2html loncommon.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1441  Handles a searchable catalogue. Line 1530  Handles a searchable catalogue.
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonsearchcat.pm</description>  <description>man page for lonsearchcat.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../interface/lonsearchcat.pm > ../../doc/man/Apache__lonsearchcat.3  loncom/build/pod2man.sh ../interface/lonsearchcat.pm > ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1454  loncom/build/pod2man.sh ../interface/lon Line 1543  loncom/build/pod2man.sh ../interface/lon
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonsearchcat.pm</description>  <description>POD-derived page for lonsearchcat.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../interface/lonsearchcat.pm > ../../doc/api/Apache/lonsearchcat.html  loncom/build/pod2html.sh ../interface/lonsearchcat.pm > ../../doc/api/Apache/lonsearchcat.html && echo 'pod2html lonsearchcat.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1523  Handler to resolve ambiguous file locati Line 1612  Handler to resolve ambiguous file locati
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonparmset.pm</description>  <description>man page for lonparmset.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../interface/lonparmset.pm > ../../doc/man/Apache__lonparmset.3  loncom/build/pod2man.sh ../interface/lonparmset.pm > ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1536  loncom/build/pod2man.sh ../interface/lon Line 1625  loncom/build/pod2man.sh ../interface/lon
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonparmset.pm</description>  <description>POD-derived page for lonparmset.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../interface/lonparmset.pm > ../../doc/api/Apache/lonparmset.html  loncom/build/pod2html.sh ../interface/lonparmset.pm > ../../doc/api/Apache/lonparmset.html && echo 'pod2html lonparmset.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1568  Publishes an LON-CAPA educational resour Line 1657  Publishes an LON-CAPA educational resour
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonpublisher.pm</description>  <description>man page for lonpublisher.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../publisher/lonpublisher.pm > ../../doc/man/Apache__lonpublisher.3  loncom/build/pod2man.sh ../publisher/lonpublisher.pm > ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1581  loncom/build/pod2man.sh ../publisher/lon Line 1670  loncom/build/pod2man.sh ../publisher/lon
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonpublisher.pm</description>  <description>POD-derived page for lonpublisher.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../publisher/lonpublisher.pm > ../../doc/api/Apache/lonpublisher.html  loncom/build/pod2html.sh ../publisher/lonpublisher.pm > ../../doc/api/Apache/lonpublisher.html && echo 'pod2html lonpublisher.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1667  bundles pages into one page Line 1756  bundles pages into one page
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonpage.pm</description>  <description>man page for lonpage.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../../rat/lonpage.pm > ../../doc/man/Apache__lonpage.3  loncom/build/pod2man.sh ../../rat/lonpage.pm > ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1680  loncom/build/pod2man.sh ../../rat/lonpag Line 1769  loncom/build/pod2man.sh ../../rat/lonpag
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonnet.pm</description>  <description>POD-derived page for lonnet.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../../rat/lonpage.pm > ../../doc/api/Apache/lonpage.html  loncom/build/pod2html.sh ../../rat/lonpage.pm > ../../doc/api/Apache/lonpage.html && echo 'pod2html lonpage.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1702  compile course into binary data structur Line 1791  compile course into binary data structur
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonnet.pm</description>  <description>man page for lonnet.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../../rat/lonuserstate.pm > ../../doc/man/Apache__lonuserstate.3  loncom/build/pod2man.sh ../../rat/lonuserstate.pm > ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1715  loncom/build/pod2man.sh ../../rat/lonuse Line 1804  loncom/build/pod2man.sh ../../rat/lonuse
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonuserstate.pm</description>  <description>POD-derived page for lonuserstate.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../../rat/lonuserstate.pm > ../../doc/api/Apache/lonuserstate.html  loncom/build/pod2html.sh ../../rat/lonuserstate.pm > ../../doc/api/Apache/lonuserstate.html && echo 'pod2html lonuserstate.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1869  as coordinating access to educational re Line 1958  as coordinating access to educational re
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonacc.pm</description>  <description>man page for lonacc.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../auth/lonacc.pm > ../../doc/man/Apache__lonacc.3  loncom/build/pod2man.sh ../auth/lonacc.pm > ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1882  loncom/build/pod2man.sh ../auth/lonacc.p Line 1971  loncom/build/pod2man.sh ../auth/lonacc.p
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonacc.pm</description>  <description>POD-derived page for lonacc.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../auth/lonacc.pm > ../../doc/api/Apache/lonacc.html  loncom/build/pod2html.sh ../auth/lonacc.pm > ../../doc/api/Apache/lonacc.html && echo 'pod2html lonacc.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1972  cross server filesystem browser Line 2061  cross server filesystem browser
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonindexer.pm</description>  <description>man page for lonindexer.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../interface/lonindexer.pm > ../../doc/man/Apache__lonindexer.3  loncom/build/pod2man.sh ../interface/lonindexer.pm > ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1985  loncom/build/pod2man.sh ../interface/lon Line 2074  loncom/build/pod2man.sh ../interface/lon
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonindexer.pm</description>  <description>POD-derived page for lonindexer.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../interface/lonindexer.pm > ../../doc/api/Apache/lonindexer.html  loncom/build/pod2html.sh ../interface/lonindexer.pm > ../../doc/api/Apache/lonindexer.html && echo 'pod2html lonindexer.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2026  symbols to and from more descriptive phr Line 2115  symbols to and from more descriptive phr
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>man page for lonnet.pm</description>  <description>man page for lonnet.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3  loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2039  loncom/build/pod2man.sh ../lonnet/perl/l Line 2128  loncom/build/pod2man.sh ../lonnet/perl/l
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>POD-derived page for lonnet.pm</description>  <description>POD-derived page for lonnet.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html  loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html && echo 'pod2html lonnet.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>

Removed from v.1.76  
changed lines
  Added in v.1.77


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