PDA

View Full Version : Does this exist? A standalone client for forums



skullmunky
August 10th, 2009, 11:44 PM
I've noticed I spend a lot of time on dozens of different forums. The "forum" idea seems to be replacing Usenet, but it lacks anything like a centralized reader so you can quickly browse all the forums you read and all the threads you're participating in. Is there anything like that? Would other people find that useful? Is it even feasible?

Muboo
August 11th, 2009, 12:20 AM
AFAIK, it doesn't exist yet. However, it is feasible by parsing HTML code (most likely from simplified version of pages), but not directly from the server.

tgalati4
August 11th, 2009, 12:43 AM
Most forums have RSS feeds, so you could subscribe to the subforums that interest you most and organize the RSS feeds in a way that makes sense to you. You can set the preferences on the readers to grab just the headers of new posts or xx number of lines.

andrew.46
August 23rd, 2009, 09:28 AM
Hi skullmunky,


The "forum" idea seems to be replacing Usenet

The death of Usenet has been predicted many, many times...

Andrew

nvteighen
August 23rd, 2009, 12:00 PM
Hm... I guess forums were designed with web browsers in mind, so the tool seems to be the web browser itself.

Maybe a plugin for Firefox could help with some stuff... But I'm not sure...

Joeb454
August 23rd, 2009, 12:05 PM
I suppose you could use prism (http://labs.mozilla.com/prism/) and have each forum mimick a standalone application :)

Other than that, I don't think one exists, except tabbed browsing.

madnessjack
August 24th, 2009, 03:48 PM
I suppose you could use prism (http://labs.mozilla.com/prism/) and have each forum mimick a standalone application :)

I'd recommend using Chrome's application shortcut feature. I use it at work for the CMSs I use everyday and it's seamless, pain free and super fast. :-P

WitchCraft
August 24th, 2009, 09:33 PM
I've noticed I spend a lot of time on dozens of different forums. The "forum" idea seems to be replacing Usenet, but it lacks anything like a centralized reader so you can quickly browse all the forums you read and all the threads you're participating in. Is there anything like that? Would other people find that useful? Is it even feasible?

You can use gtk webkit or wxWebkit to embed a browser window in your application.

Then, on the left side you'd have something like a list of forums.
I wouldn't recommend having the list in the browser in a frame because there are always people who think they have to disable frames on their webpage.

Cracauer
August 25th, 2009, 02:32 AM
It's really time that these forums separate content and presentation. All the posts and threads should come as XML.

Problem is that this will kill the ads, so...

madnessjack
August 25th, 2009, 09:25 AM
It's really time that these forums separate content and presentation. All the posts and threads should come as XML.

http://en.wikipedia.org/wiki/HTML_5
HTML5 (or the XML version at least) should have these standards in place already. Surely then it's just a case of getting a program to parse them.

Cracauer
August 26th, 2009, 01:24 AM
http://en.wikipedia.org/wiki/HTML_5
HTML5 (or the XML version at least) should have these standards in place already. Surely then it's just a case of getting a program to parse them.

I don't want HTML in XML.

What I need is an actual DTD for discussion forums, with tags for individual posts, threads, dates, author, body etc.

johnl
August 26th, 2009, 03:19 AM
You can use gtk webkit or wxWebkit to embed a browser window in your application.

Then, on the left side you'd have something like a list of forums.
I wouldn't recommend having the list in the browser in a frame because there are always people who think they have to disable frames on their webpage.

I've mocked this up for you :)


http://ubuntuforums.org/attachment.php?attachmentid=126263&stc=1&d=1251253141

skullmunky
August 26th, 2009, 07:02 AM
:) nice mockup. Ok, maybe I'll start fooling around with this. Just having the list of forums is ok, but the real thing I'm interested in is separating out all the threads I'm interested in following from a bunch of different forums. Like how this one has the "show all your threads" and "show all your posts"? like that but cross-forum.

madnessjack
August 26th, 2009, 09:29 AM
I don't want HTML in XML.

(XHTML5) has pros and cons, pros being it's already a standard but that's not why I'm a strict XHTML user. I do it because it forces me to keep things in order. If I went back to the HTML4 style of things my laziness would get the better of me.


I've mocked this up for you :)
Joking aside, you're on to something. Can't believe I haven't been doing this before. Thanks for showing me how stupid I am :-P