Annotation of libwww/Library/src/HTNewsLs.html, revision 2.1

2.1     ! frystyk     1: <HTML>
        !             2: <HEAD>
        !             3: <TITLE>NEWS Group Listing</TITLE>
        !             4: </HEAD>
        !             5: <BODY>
        !             6: 
        !             7: <H1>News Group Listings</H1>
        !             8: 
        !             9: <PRE>
        !            10: /*
        !            11: **     (c) COPYRIGHT MIT 1995.
        !            12: **     Please first read the full copyright statement in the file COPYRIGH.
        !            13: */
        !            14: </PRE>
        !            15: 
        !            16: This module converts a NEWS group listing to a HTML object<P>
        !            17: 
        !            18: This module is implemented by <A HREF="HTFTPDir.c">HTFTPDir.c</A>, and
        !            19: it is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/">W3C
        !            20: Reference Library</A>.
        !            21: 
        !            22: <PRE>
        !            23: #ifndef HTNEWSLS_H
        !            24: #define HTNEWSLS_H
        !            25: #include "HTStream.h"
        !            26: #include "HTFormat.h"
        !            27: 
        !            28: extern HTConverter HTNewsList, HTNewsGroup;
        !            29: 
        !            30: #endif
        !            31: 
        !            32: </PRE>
        !            33: end of HTNewsLs declaration
        !            34: </BODY>
        !            35: </HTML>
        !            36: 
        !            37: 

Webmaster