[Gd-chatter] r10953 - branches/libraries-reorg/libraries/network/libcgi-dylan

cgay at gwydiondylan.org cgay at gwydiondylan.org
Tue Nov 14 06:41:02 CET 2006


Author: cgay
Date: Tue Nov 14 06:40:59 2006
New Revision: 10953

Added:
   branches/libraries-reorg/libraries/network/libcgi-dylan/
      - copied from r10949, branches/libraries-reorg/libraries/libcgi-dylan/
Modified:
   branches/libraries-reorg/libraries/network/libcgi-dylan/cgi-exports.dylan
Log:
job: 7335
Moved xmpp, xmpp-bot, xmpp-test, libcgi-dylan to libraries/networks.
Fixed imports in libcgi-dylan.


Modified: branches/libraries-reorg/libraries/network/libcgi-dylan/cgi-exports.dylan
==============================================================================
--- branches/libraries-reorg/libraries/libcgi-dylan/cgi-exports.dylan	(original)
+++ branches/libraries-reorg/libraries/network/libcgi-dylan/cgi-exports.dylan	Tue Nov 14 06:40:59 2006
@@ -1,38 +1,38 @@
 module: dylan-user
 
 define library cgi
-	use common-dylan;
+  use common-dylan;
   use io;
-	use system;
+  use system;
 
   export cgi;
 end library;
 
 define module cgi
   use common-dylan;
-  use format-out;
-	use streams;
-	use standard-io;
-	use operating-system;
+  use format, import: { format };
+  use streams;
+  use standard-io;
+  use operating-system;
 
   export 
-		*cgi-output-stream*,
-	
-		$gateway-interface, $server-name, $server-software,
-
-		$auth-type , $content-length, $content-type, $http-accept, $http-referer, 
-		$http-user-agent, $path-info, $path-translated, $query-string, 
-		$remote-address, $remote-host, $remote-ident, $remote-user, 
-		$request-method, $script-name, $server-port, $server-protocol,
-
-		$http-accept, $http-user-agent,
-		
-		write-header, write-content-type-header, write-html-content-type-header,
-		write-text-content-type-header, write-location-header, 
-		write-status-header, write-end-header,
-		
-		cgi-write, cgi-format-out,
-		
-		\with-cgi-stream, \with-cgi-header
-	;
+    *cgi-output-stream*,
+    
+    $gateway-interface, $server-name, $server-software,
+    
+    $auth-type , $content-length, $content-type, $http-accept, $http-referer, 
+    $http-user-agent, $path-info, $path-translated, $query-string, 
+    $remote-address, $remote-host, $remote-ident, $remote-user, 
+    $request-method, $script-name, $server-port, $server-protocol,
+    
+    $http-accept, $http-user-agent,
+    
+    write-header, write-content-type-header, write-html-content-type-header,
+    write-text-content-type-header, write-location-header, 
+    write-status-header, write-end-header,
+    
+    cgi-write, cgi-format-out,
+    
+    \with-cgi-stream, \with-cgi-header
+    ;
 end module;



More information about the chatter mailing list