Diff for /nsdl/build/gatewayfiles.lpml between versions 1.1 and 1.5

version 1.1, 2002/05/23 19:57:05 version 1.5, 2002/10/13 06:23:55
Line 5 Line 5
   
 <!-- $Id$ -->  <!-- $Id$ -->
   
 <!-- This file is a collection of all files associated  <!-- This file is a collection of source code files associated
 with implementing a gateway between NSDL to LON-CAPA. -->  with implementing a gateway between NSDL to LON-CAPA. -->
   
 <lpml>  <lpml>
Line 87  echo '********************************** Line 87  echo '**********************************
 </rpm>  </rpm>
 <directories>  <directories>
 <directory>  <directory>
     <targetdir dist='default'>etc/httpd/conf</targetdir>
     <categoryname>standard</categoryname>
     <description>directory for web server configuration files</description>
   </directory>
   <directory>
     <targetdir dist='default'>home/httpd/html/gateway_images</targetdir>
     <categoryname>webstandard</categoryname>
     <description>directory for beautifying gateway images</description>
   </directory>
   <directory>
     <targetdir dist='default'>home/httpd/html/info</targetdir>
     <categoryname>webstandard</categoryname>
     <description>information directory about the NSDL-LONCAPA Gateway
   </description>
   </directory>
   <directory>
     <targetdir dist='default'>home/httpd/html/test</targetdir>
     <categoryname>webstandard</categoryname>
     <description>directory for temporary files</description>
   </directory>
   <directory>
   <targetdir dist='default'>home/httpd/html/tmp</targetdir>    <targetdir dist='default'>home/httpd/html/tmp</targetdir>
   <categoryname>webstandard</categoryname>    <categoryname>webstandard</categoryname>
   <description>directory for temporary files</description>    <description>directory for temporary files</description>
Line 97  echo '********************************** Line 118  echo '**********************************
   <description>directory for style sheets</description>    <description>directory for style sheets</description>
 </directory>  </directory>
 <directory>  <directory>
     <targetdir dist='default'>home/httpd/perl</targetdir>
     <categoryname>webstandard</categoryname>
     <description>Location of perl scripts, logs and utilities</description>
   </directory>
   <directory>
   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>    <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
   <categoryname>webstandard</categoryname>    <categoryname>webstandard</categoryname>
   <description>Location of mod_perl modules</description>    <description>Location of mod_perl modules</description>
Line 107  echo '********************************** Line 133  echo '**********************************
   <description>Location of mod_perl modules for interfacing with NSDL    <description>Location of mod_perl modules for interfacing with NSDL
 </description>  </description>
 </directory>  </directory>
   <directory>
     <targetdir dist='default'>home/httpd/lib/perl/Apache/LONCAPA</targetdir>
     <categoryname>webstandard</categoryname>
     <description>Location of mod_perl modules for interfacing with LONCAPA
   </description>
   </directory>
   <directory>
     <targetdir dist='default'>home/httpd/lib/perl/Apache/GATEWAY</targetdir>
     <categoryname>webstandard</categoryname>
     <description>Location of mod_perl modules for interfacing with GATEWAY
   functionality</description>
   </directory>
 </directories>  </directories>
 <files>  <files>
 <file>  <file>
   <source>interface/homepage.html</source>
   <target dist='default'>home/httpd/html/index.html</target>
   <categoryname>interfacefile</categoryname>
   <description>NSDL image</description>
   <status>unverified</status>
   </file>
   <file>
   <source>interface/graphics/gateway.gif</source>
   <target dist='default'>home/httpd/html/gateway_images/gateway.gif
   </target>
   <categoryname>interfacefile</categoryname>
   <description>gateway header word image</description>
   <status>unverified</status>
   </file>
   <file>
   <source>interface/graphics/and.gif</source>
   <target dist='default'>home/httpd/html/gateway_images/and.gif
   </target>
   <categoryname>interfacefile</categoryname>
   <description>image of the word "and"</description>
   <status>unverified</status>
   </file>
   <file>
   <source>interface/graphics/nsdl_title.gif</source>
   <target dist='default'>home/httpd/html/gateway_images/nsdl_title.gif
   </target>
   <categoryname>interfacefile</categoryname>
   <description>NSDL image</description>
   <status>unverified</status>
   </file>
   <file>
   <source>interface/graphics/LOLnetwork_top.gif</source>
   <target dist='default'>home/httpd/html/gateway_images/LOLnetwork_top.gif
   </target>
   <categoryname>interfacefile</categoryname>
   <description>Top part of the LON-CAPA header icon</description>
   <status>unverified</status>
   </file>
   <file>
   <source>interface/graphics/LOLnetwork_bottom.gif</source>
   <target dist='default'>home/httpd/html/gateway_images/LOLnetwork_bottom.gif
   </target>
   <categoryname>interfacefile</categoryname>
   <description>Bottom part of the LON-CAPA header icon</description>
   <status>unverified</status>
   </file>
   <file>
   <source>interface/graphics/edgegraphic.jpg</source>
   <target dist='default'>home/httpd/html/gateway_images/edgegraphic.jpg</target>
   <categoryname>interfacefile</categoryname>
   <description>Pictures of LON-CAPA activity</description>
   <status>unverified</status>
   </file>
   <file>
   <source>interface/content.html</source>
   <target dist='default'>home/httpd/html/info/content.html</target>
   <categoryname>interfacefile</categoryname>
   <description>Description of LON-CAPA content</description>
   <status>unverified</status>
   </file>
   <file>
   <source>interface/test1.html</source>
   <target dist='default'>home/httpd/html/test/test1.html</target>
   <categoryname>interfacefile</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
   <source>interface/test2.html</source>
   <target dist='default'>home/httpd/html/test/test2.html</target>
   <categoryname>interfacefile</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
 <source>conf/nsdl.conf</source>  <source>conf/nsdl.conf</source>
 <target dist='default'>etc/httpd/conf/nsdl.conf</target>  <target dist='default'>etc/httpd/conf/nsdl.conf</target>
 <categoryname>filestandard</categoryname>  <categoryname>filestandard</categoryname>
Line 124  echo '********************************** Line 237  echo '**********************************
 <status>unverified</status>  <status>unverified</status>
 </file>  </file>
 <file>  <file>
   <source>bin/gatewayc</source>
   <target dist='default'>home/httpd/perl/gatewayc
   </target>
   <categoryname>webprogram</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
   <source>bin/gatewayd</source>
   <target dist='default'>home/httpd/perl/gatewayd
   </target>
   <categoryname>webprogram</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
   <source>lib/perl/Apache/GATEWAY/Common.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/Common.pm
   </target>
   <categoryname>webprogram</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
   <source>lib/perl/Apache/GATEWAY/ToNSDL.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/ToNSDL.pm
   </target>
   <categoryname>webprogram</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
   <source>lib/perl/Apache/GATEWAY/FromNSDL.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/FromNSDL.pm
   </target>
   <categoryname>webprogram</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
   <source>lib/perl/Apache/GATEWAY/ToLONCAPA.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/ToLONCAPA.pm
   </target>
   <categoryname>webprogram</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
   <source>lib/perl/Apache/GATEWAY/FromLONCAPA.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/FromLONCAPA.pm
   </target>
   <categoryname>webprogram</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
   <source>lib/perl/Apache/LONCAPA/ToTheGateway.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/LONCAPA/ToTheGateway.pm
   </target>
   <categoryname>webprogram</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
   <source>lib/perl/Apache/LONCAPA/FromTheGateway.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/LONCAPA/FromTheGateway.pm
   </target>
   <categoryname>webprogram</categoryname>
   <description></description>
   <status>unverified</status>
   </file>
   <file>
 <source>lib/perl/Apache/NSDL/ToTheGateway.pm</source>  <source>lib/perl/Apache/NSDL/ToTheGateway.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/NSDL/ToTheGateway.pm  <target dist='default'>home/httpd/lib/perl/Apache/NSDL/ToTheGateway.pm
 </target>  </target>
 <categoryname>webprogram</categoryname>  <categoryname>webprogram</categoryname>
 <description></description>  <description></description>
   <status>unverified</status>
   </file>
   <file>
   <source>lib/perl/Apache/NSDL/FromTheGateway.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/NSDL/FromTheGateway.pm
   </target>
   <categoryname>webprogram</categoryname>
   <description></description>
 <status>unverified</status>  <status>unverified</status>
 </file>  </file>
 </files>  </files>

Removed from v.1.1  
changed lines
  Added in v.1.5


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