Ported the wget app to the Apple2 and improved the error handling. For now the "save to file" feature is commented out...
diff --git a/contiki-apple2/Makefile.programs b/contiki-apple2/Makefile.programs
index 50c4588..7351a74 100644
--- a/contiki-apple2/Makefile.programs
+++ b/contiki-apple2/Makefile.programs
@@ -27,7 +27,7 @@
 #
 # This file is part of the Contiki desktop environment
 #
-# $Id: Makefile.programs,v 1.7 2005/03/20 00:23:59 oliverschmidt Exp $
+# $Id: Makefile.programs,v 1.8 2005/03/31 21:55:14 oliverschmidt Exp $
 #
 
 all: loader-arch-module.o contiki-labels.o \
@@ -43,6 +43,7 @@
      processes.prg \
      telnet.prg \
      welcome.prg \
+     wget.prg \
      www.prg
 
 SYS=apple2enh
@@ -68,4 +69,6 @@
 
 telnet.prg: $(TELNET)
 
+wget.prg: wget.o webclient.o http-strings.o http-user-agent-string.o
+
 www.prg: $(WWW)