473,396 Members | 2,034 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Any Advanced Developers NNTP Around?

It has become painfully clear to me how useful it would be if it were
possible to grab an entire topical tree from a specific newsgroup and
archive it as XML enabling it to be republished in a webpage.

I wonder if this is even possible?

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/


Nov 17 '05 #1
5 1077
What's wrong with Google groups? ;o)

I'm in the process of building a newsreader (similar to Outlook Express) and
started from this tutorial:

http://www.csharphelp.com/archives2/archive451.html

I don't imagine it'd be too hard for you to adopt..? Store your messages in
classes referencing their parents/children, and it should be quite simple to
recurse through outputting some XML!

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:un*************@TK2MSFTNGP10.phx.gbl...
It has become painfully clear to me how useful it would be if it were
possible to grab an entire topical tree from a specific newsgroup and
archive it as XML enabling it to be republished in a webpage.

I wonder if this is even possible?

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

Nov 17 '05 #2
Google groups is clumsy and does not isolate the data in a manner that would
be useful for forensic purposes although in that context Google groups does
prove useful as an archive where one could reliably state the data could not
realistically be altered by a 3rd party. Its clumsy to carry Google into a
lawyer's office or a court room for example and use the data in a manner
that would be conducive to illustrating a given topical thread but given a
tool that could make a 'copy' of such data could prove very valuable.
Furthermore, Google groups does not provide a means to reuse the data in a
web page.

Danny, if you are going to put the effort into working with Usenet I would
suggest you think about develping this solution before you take on building
yet another reader. I contend a 'reader' in this context is an opportunity
waiting to happen.

I'm still a lame and too busy working on a demanding project to try this
myself. As I would like the opportunity to re-publish a topic posted to a
newsgroup in a website I know I would be interested in such a solution
myself.

<%= Clinton Gallagher
"Danny Tuppeny" <gr****@dannytuppeny.commmmmm> wrote in message
news:43***********************@ptn-nntp-reader02.plus.net...
What's wrong with Google groups? ;o)

I'm in the process of building a newsreader (similar to Outlook Express)
and started from this tutorial:

http://www.csharphelp.com/archives2/archive451.html

I don't imagine it'd be too hard for you to adopt..? Store your messages
in classes referencing their parents/children, and it should be quite
simple to recurse through outputting some XML!

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:un*************@TK2MSFTNGP10.phx.gbl...
It has become painfully clear to me how useful it would be if it were
possible to grab an entire topical tree from a specific newsgroup and
archive it as XML enabling it to be republished in a webpage.

I wonder if this is even possible?

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/


Nov 17 '05 #3
Do you think of something like I've done on http://www.Dotnet42.com,
especially http://www.dotnet42.com/NG_HotTopics/rss.xml

Alex
DotNet42 - The Answer to Your .NET Question
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:un*************@TK2MSFTNGP10.phx.gbl...
It has become painfully clear to me how useful it would be if it were
possible to grab an entire topical tree from a specific newsgroup and
archive it as XML enabling it to be republished in a webpage.

I wonder if this is even possible?

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

Nov 17 '05 #4
You da' man Alex :-) -- but -- and it may be a really big but -- the ideal
solution needs to capture the entire topical tree, transformed to XML and
enable the XML to be loaded into a control such as the ASP.NET 2.0 TreeView
with support for a caption that is a linked anchor which could load the
originating newsgroup or load the same topical tree from an archive such as
Google provides. Are we on the same 'page' with regard to how useful this
would be?

Besides the forensic value it could also be used as an instant "FAQmachine"
as so many people have contributed so much of their personal time in the
newsgroups and there is gold in them thar' hills which is not reusable on
the web unless patronizing Google.

Man it would be a sweet deal to highlight the entire thread of a topic
displayed in OE and drag and drop into the Visual Studio editor where a
control would do the rest of the processing when the page was compiled. Just
ideas I've been thinking about for awhile.

<%= Clinton Gallagher

"Alex" <NoSpam AT DotNet42 DOT com> wrote in message
news:et**************@TK2MSFTNGP09.phx.gbl...
Do you think of something like I've done on http://www.Dotnet42.com,
especially http://www.dotnet42.com/NG_HotTopics/rss.xml

Alex
DotNet42 - The Answer to Your .NET Question
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:un*************@TK2MSFTNGP10.phx.gbl...
It has become painfully clear to me how useful it would be if it were
possible to grab an entire topical tree from a specific newsgroup and
archive it as XML enabling it to be republished in a webpage.

I wonder if this is even possible?

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/


Nov 17 '05 #5
<snip />

Doh. I didn't even click any of the links and just reloaded the example page
and observed you do capture the entire topical tree.

Yes, you are da' man Alex.

<%= Clinton Gallagher
Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Gary Stark | last post by:
Does anyone have such a beastie? I can't even get to first base. The following doesn't work ... $hostNNTP = "news.swiftdsl.com.au:119/nntp"; $nntp = imap_open( "{" . $hostNNTP ....
12
by: Craig Kenisston | last post by:
Does this exist in the.net framework ? I can't find it. I could find SMTP, though. If it doesn't, could anybody recommend a component suite that includes smtp, pop, nntp ? But mainly, that does...
17
by: Andi Plotsky | last post by:
I am not a .NET developer. I want the Developer's Edition of Visual Studio for use with my Access2000 databases. Does anyone have a clue as to where to find it - my office manager says only .NET...
17
by: Balaji K | last post by:
Hi Y'all, There is a new community for C# developers@ http://groups.msn.com/IndiaCSharpDevelopersGroup This is a forum for C# Developers and those who wish to become C# Developers. Just about...
132
by: Kevin | last post by:
I don't know if I should even start this topic but here goes. I'm an ex vb6 developer, now developing in C#. The reason why I started developing in C# is because the company that I worked for at...
18
by: BillE | last post by:
When a user opens a new IE browser window using File-New-Window the integrity of an application which relies on session state is COMPLETELY undermined. Anyone who overlooks the fact that...
0
by: fblake | last post by:
Brussels, Belgium and Sunnyvale, Calif., – July 2007 – Active Up today announced today that it has entered into an agreement with Commtouch® (NASDAQ:CTCH) to license Anti-Spam and...
2
by: carlos | last post by:
Hello Experts! I have been programming for about 5 years now(mainly using asp.net C#), and I am ready to expand my skill set and add some advanced javascript and ajax skills under my belt....
11
by: Michael Torrie | last post by:
Mike Driscoll wrote: I rarely use NNTP these days. I access c.l.py exclusively via e-mail, and that works very well. In some cases there is a lot of spam that gets filtered out of the nntp...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.