--- nsdl/build/gatewayfiles.lpml	2002/05/28 05:13:47	1.2
+++ nsdl/build/gatewayfiles.lpml	2002/10/13 06:23:55	1.5
@@ -3,9 +3,9 @@
 
 <!-- Scott Harrison -->
 
-<!-- $Id: gatewayfiles.lpml,v 1.2 2002/05/28 05:13:47 harris41 Exp $ -->
+<!-- $Id: gatewayfiles.lpml,v 1.5 2002/10/13 06:23:55 harris41 Exp $ -->
 
-<!-- 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. -->
 
 <lpml>
@@ -87,6 +87,27 @@ echo '**********************************
 </rpm>
 <directories>
 <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>
   <categoryname>webstandard</categoryname>
   <description>directory for temporary files</description>
@@ -127,6 +148,81 @@ functionality</description>
 </directories>
 <files>
 <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>
 <target dist='default'>etc/httpd/conf/nsdl.conf</target>
 <categoryname>filestandard</categoryname>
@@ -157,11 +253,75 @@ functionality</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>
+<target dist='default'>home/httpd/lib/perl/Apache/NSDL/ToTheGateway.pm
+</target>
+<categoryname>webprogram</categoryname>
+<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>
 </file>
 </files>