Annotation of libwww/Robot/src/HTRobot.html, revision 1.4

1.1       frystyk     1: <HTML>
                      2: <HEAD>
1.4     ! frystyk     3:   <TITLE>Webbot - the W3C Mini Robot</TITLE>
1.1       frystyk     4: </HEAD>
                      5: <BODY>
1.4     ! frystyk     6: <H1>
        !             7:   Webbot - the W3C Mini Robot
        !             8: </H1>
1.1       frystyk     9: <PRE>
                     10: /*
                     11: **     (c) COPYRIGHT MIT 1995.
                     12: **     Please first read the full copyright statement in the file COPYRIGH.
                     13: */
                     14: </PRE>
1.4     ! frystyk    15: <P>
        !            16: The Webbot is a "proof of concept" application that is using
        !            17: <A HREF="../../Library/">libwww</A>. It can be used to perform multiple down
        !            18: loads from the command line. It can issue HTTP, FTP, Gopher, local Files,
        !            19: and News request and it can handle <EM>GET</EM> and <EM>HEAD</EM>.
        !            20: <P>
        !            21: The module is implemented by <A HREF="HTRobot.c">HTRobot.c</A>, and it is
        !            22: a part of the <A HREF="http://www.w3.org/pub/WWW/Robot/">W3C Mini Robot</A>.
1.1       frystyk    23: <PRE>
                     24: #ifndef HTROBOT_H
                     25: #define HTROBOT_H
                     26: </PRE>
1.4     ! frystyk    27: <H2>
        !            28:   Handling of output
        !            29: </H2>
1.1       frystyk    30: <PRE>
                     31: #define STDOUT stdout
                     32: #define OUTPUT stdout
                     33: </PRE>
                     34: <PRE>
                     35: #endif /* HTROBOT_H */
                     36: </PRE>
1.4     ! frystyk    37: <P>
        !            38:   <HR>
        !            39: <ADDRESS>
        !            40:   @(#) $Id: HTAccess.html,v 2.87 1998/09/30 21:41:51 frystyk Exp $
        !            41: </ADDRESS>
        !            42: </BODY></HTML>

Webmaster