summaryrefslogtreecommitdiffstats
path: root/dumpwebpage/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-27 14:43:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-27 14:43:02 +0000
commit09ee756ce5a4553e280bfe542c5859ec8e36cc55 (patch)
treef91a62db1e9fc5c075af7b7ba479a40c3a644833 /dumpwebpage/README
parent2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-09ee756ce5a4553e280bfe542c5859ec8e36cc55.tar.bz2
2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, Makefile, README, dumpwebpage.adb: New files.
Diffstat (limited to 'dumpwebpage/README')
-rw-r--r--dumpwebpage/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/dumpwebpage/README b/dumpwebpage/README
new file mode 100644
index 0000000..3108530
--- /dev/null
+++ b/dumpwebpage/README
@@ -0,0 +1,12 @@
+#
+# $Id$
+#
+
+This example is based upon the code posted at:
+
+http://en.wikibooks.org/wiki/Ada_Programming/Libraries/GNAT.Sockets_examples
+
+I changed the name of procedure and added some comments on
+the URL IP address.
+
+--joel sherrill