digitalmars.D.announce - New web interface to forums
- Walter Bright (3/3) Dec 07 2006 bobef suggested a different web interface. Jan Knepper has installed it,...
- Hasan Aljudy (4/8) Dec 07 2006 First impression: much better than the old one, some what slick.
- Walter Bright (2/6) Dec 07 2006 Yeah, I noticed that too.
- Frits van Bommel (10/17) Dec 07 2006 I think I know why this happens.
- Sean Kelly (9/25) Dec 07 2006 I actually like this as it can take forever to find a post in an old
- jcc7 (4/21) Dec 07 2006 I think you're right about this.
- Hasan Aljudy (6/25) Dec 07 2006 The reason I first thought of was that it sorts by date first, then
- Stewart Gordon (19/23) Dec 07 2006 My first impressions....
- jcc7 (4/8) Dec 07 2006 The threading view looks great (especially the threaded view under each ...
- BCS (3/7) Dec 07 2006 Lots better than the pnews version. It has a few "qwerks" that will take...
- Jarrett Billingsley (3/6) Dec 07 2006 Wow, much better!
- Tomas Lindquist Olsen (3/7) Dec 07 2006 Very nice indeed :) Thumbs up!
- Matthew (3/6) Dec 07 2006 Noyce!
- Brad Anderson (2/3) Dec 07 2006 Holy crap, he lives!
- Matthew (39/42) Dec 07 2006 Sure enough. :-)
- Bill Baxter (9/13) Dec 07 2006 This looks much better!
- Stewart Gordon (7/11) Dec 09 2006 It seems to be having some trouble with linking to the right pages. For
- Gregor Kopp (6/10) Dec 12 2006 It look way more better than the old one.
- jcc7 (4/8) Dec 12 2006 Was the original D newsgroup left out by accident? I know it's not popul...
bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.php
Dec 07 2006
Walter Bright wrote:bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.phpFirst impression: much better than the old one, some what slick. I Just noticed that some threads are scrambled .. or broken into multiple threads.
Dec 07 2006
Hasan Aljudy wrote:First impression: much better than the old one, some what slick. I Just noticed that some threads are scrambled .. or broken into multiple threads.Yeah, I noticed that too.
Dec 07 2006
Walter Bright wrote:Hasan Aljudy wrote:I think I know why this happens. The newsgroup overview shows only the N most recent posts (25 by default) and seems to first get those posts and _then_ sort them by thread. This results in subthreads whose common 'ancestor' post is not in the N most recent posts getting split up. This may look a bit weird, but I think it makes sense: who wants to get a 500 post thread back because a single post was added? Also, note that the thread overview in below the text of a post seems to show the entire thread.First impression: much better than the old one, some what slick. I Just noticed that some threads are scrambled .. or broken into multiple threads.Yeah, I noticed that too.
Dec 07 2006
Frits van Bommel wrote:Walter Bright wrote:I actually like this as it can take forever to find a post in an old thread. Often I'll give up and sort by date, just to figure out where it is. Also, "More Options" link allows the reader to grab more than just the 25 default messages, so this isn't fixed behavior. My only real complaint is that when I collapse/expand a thread it reloads the whole page instead of just fixing up the bits that changed. But that's a pretty small issue compared to the other features offered. SeanHasan Aljudy wrote:I think I know why this happens. The newsgroup overview shows only the N most recent posts (25 by default) and seems to first get those posts and _then_ sort them by thread. This results in subthreads whose common 'ancestor' post is not in the N most recent posts getting split up. This may look a bit weird, but I think it makes sense: who wants to get a 500 post thread back because a single post was added?First impression: much better than the old one, some what slick. I Just noticed that some threads are scrambled .. or broken into multiple threads.Yeah, I noticed that too.
Dec 07 2006
Frits van Bommel Wrote:Walter Bright wrote:I think you're right about this.Hasan Aljudy wrote:I think I know why this happens. The newsgroup overview shows only the N most recent posts (25 by default) and seems to first get those posts and _then_ sort them by thread. This results in subthreads whose common 'ancestor' post is not in the N most recent posts getting split up. This may look a bit weird, but I think it makes sense: who wants to get a 500 post thread back because a single post was added?First impression: much better than the old one, some what slick. I Just noticed that some threads are scrambled .. or broken into multiple threads.Yeah, I noticed that too.Also, note that the thread overview in below the text of a post seems > to show the entire thread.That's great!
Dec 07 2006
Frits van Bommel wrote:Walter Bright wrote:The reason I first thought of was that it sorts by date first, then figures out the threads for each day. But then I saw several replies to the thread "MIT Technology Review: An Interview With Bjarne Stroustrup" scattered around in the same day, so your explanation makes more sense, I think.Hasan Aljudy wrote:I think I know why this happens. The newsgroup overview shows only the N most recent posts (25 by default) and seems to first get those posts and _then_ sort them by thread. This results in subthreads whose common 'ancestor' post is not in the N most recent posts getting split up. This may look a bit weird, but I think it makes sense: who wants to get a 500 post thread back because a single post was added? Also, note that the thread overview in below the text of a post seems to show the entire thread.First impression: much better than the old one, some what slick. I Just noticed that some threads are scrambled .. or broken into multiple threads.Yeah, I noticed that too.
Dec 07 2006
Walter Bright wrote:bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.phpMy first impressions.... It's much nicer to have one that actually shows threads! But the threading interface has a few caveats: (a) The message list interface seems to just count off 25 (or however many) messages and then thread them together. While this can be useful in that it helps to avoid excessive indentation in very busy threads, it can also be confusing. (b) The expanding/collapsing is done on the server side. While the advantage is that it still works for users who have JS/CSS disabled, it would be nice to have a user pref to do it on the client side, thereby saving both the user's time and the server's bandwidth. (c) Collapsing doesn't make any more threads visible as some may expect it to. I don't know of a good way of dealing with this together with points (a) and (b), but maybe somebody has an idea. It seems to be hard-coded to one timezone. And it fails to indicate which timezone that is. But it's good to see that it displays dates in an unambiguous format. Stewart.
Dec 07 2006
Walter Bright Wrote:bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.phpThe threading view looks great (especially the threaded view under each individual post)! Also, it allows attachments to be downloaded. It seems to be a huge improvement over the current web interface!
Dec 07 2006
Walter Bright Wrote:bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.phpLots better than the pnews version. It has a few "qwerks" that will take getting used to. Also the post window is tiny it's not thunderbird, but I like it.
Dec 07 2006
"Walter Bright" <newshound digitalmars.com> wrote in message news:el9uc7$19kv$1 digitaldaemon.com...bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.phpWow, much better!
Dec 07 2006
Walter Bright wrote:bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.phpVery nice indeed :) Thumbs up! --
Dec 07 2006
Noyce! "Walter Bright" <newshound digitalmars.com> wrote in message news:el9uc7$19kv$1 digitaldaemon.com...bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.php
Dec 07 2006
"Brad Anderson" <brad dsource.org> wrote in message news:ela75t$1jen$1 digitaldaemon.com...Matthew wrote:Sure enough. :-) Actually, I've been very busy this year, with work and stuff, so I assume your comment is with regards to D. volume 1), releasing Pantheios ("the ultimate C++ logging library"), getting STLSoft to a point where I can finally do a "proper" release, and planning Wrt D, Sean and I have an arrangement whereby he is going to notify me when D's at a point of maturity that'll support a really sharp template library, at which point I'll try and find the time to dive back in! (Of course, he may have forgotten and better equipped people than me may have already done a/some great template lib(s), so the issue may be moot. If not, I'll be having a go at that next year, as part of the research/writing of Extended STL, volume 2! <g>) The book on D's obviously not got anywhere yet, but 2007 may prove interesting in that regard ... Happy Christmas to all D folks! Cheers Matthew P.S. If anyone who's across C++ and D cares to take a look at Pantheios (http://pantheios.org/) and get back to me about maybe working on Pantheios.D, I'd be very happy to hear from you. Early on in its development I worked a bit with Walter to make sure it is binary compatible with D to ensure that when Pantheios.D happens, it'd be nice and smooth. -- Matthew Wilson Author: "Extended STL", Addison-Wesley, 2006 http://www.extendedstl.com Author: "Imperfect C++", Addison-Wesley, 2004 http://www.imperfectcplusplus.com Director, Synesis Software www.synesis.com.au STLSoft moderator http://www.stlsoft.org news://news.digitalmars.com/c++.stlsoft "I can't sleep nights till I found out who hurled what ball through what apparatus" -- Dr Niles CraneNoyce!Holy crap, he lives!
Dec 07 2006
Walter Bright wrote:bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.phpThis looks much better! I think having a good web interface to the D NGs is very important for attracting new users, who may not be ready to commit to installing a newsreader just to read D newsgroups. These folks are more likely to just lose interest than fight with a bad web interface, meaning they'll give up before they have a chance to catch "D Fever". So I think this is great news. --bb
Dec 07 2006
Walter Bright wrote:bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.phpIt seems to be having some trouble with linking to the right pages. For example, on http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=1675 the bottom link of "Recent messages in this thread" goes to completely the wrong place. Stewart.
Dec 09 2006
Walter Bright schrieb:bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.phpIt look way more better than the old one. Take a look at RForum too: http://rforum.andreas-s.net/rforum Its written with Ruby on Rails and can act as gateway to newsgroups. Here's an heavy used forum: http://www.ruby-forum.com/
Dec 12 2006
Walter Bright Wrote:bobef suggested a different web interface. Jan Knepper has installed it, and here it is for everyone to try out. What do y'all think? http://www.digitalmars.com/webnews/newsgroups.phpWas the original D newsgroup left out by accident? I know it's not popular for posting new messages, but it'd be nice to be able to see the thread view for the classic threads. ;) pnews works: http://www.digitalmars.com/pnews/indexing.php?server=news.digitalmars.com&group=D webnews doesn't work (it's not in the list either): http://www.digitalmars.com/webnews/newsgroups.php?search_txt=&group=D
Dec 12 2006