You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/26 16:05:20 UTC

svn commit: r1305363 - /commons/proper/net/trunk/src/site/xdoc/index.xml

Author: sebb
Date: Mon Mar 26 14:05:20 2012
New Revision: 1305363

URL: http://svn.apache.org/viewvc?rev=1305363&view=rev
Log:
Add sample article reader

Modified:
    commons/proper/net/trunk/src/site/xdoc/index.xml

Modified: commons/proper/net/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/xdoc/index.xml?rev=1305363&r1=1305362&r2=1305363&view=diff
==============================================================================
--- commons/proper/net/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/net/trunk/src/site/xdoc/index.xml Mon Mar 26 14:05:20 2012
@@ -119,6 +119,9 @@
 
        <subsection name="NNTP (package: examples/nntp)">
            <ul>
+               <li><a href="examples/nntp/ArticleReader.java">ArticleReader</a>
+                   Simple class showing one way to read an article header and body.
+               </li>
                <li><a href="examples/nntp/ExtendedNNTPOps.java">ExtendedNNTPOps</a>
                    Simple class showing some of the extended commands (AUTH, XOVER, LIST ACTIVE)
                </li>