Gnus development mailing list
 help / color / mirror / Atom feed
* Slashdot?
@ 2001-01-13 13:54 Norman Walsh
  2001-01-13 20:31 ` Slashdot? Anssi Saari
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Norman Walsh @ 2001-01-13 13:54 UTC (permalink / raw)


The recent mention of slashdot reminded me that I've been meaning to
give it a try. So I added nnslashdot as a secondary select method and
I got a bunch of new groups when I restarted gnus (uh, v5.8.7 at the
moment).

So in the group buffer, I got things like this:

     43,  0: nnslashdot:SyncML 1.0 released; MAL is dead. (00/01/12/2229258)

But when I enter any nnslashdot group, I invariably get a single
article:

  Content-Type: text/html
  MIME-Version: 1.0
  Newsgroups: 00/01/12/2229258
  Subject: SyncML 1.0 released; MAL is dead. (00/01/12/2229258)
  From: (nobody)
  Date: Sat Jan 13 08:53 2001 
  X-Sent: 14 seconds ago
  Message-ID: <01/12/2229258%1@slashdot>
  References: 
  Lines: 2



  from the dept.

Have a made an obvious blunder? I suppose I should upgrade to v5.8.8 and
try again...

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Any idiot can face a crisis; it's this
http://nwalsh.com/            | day-to-day living that wears you
                              | out.--Anton Chekhov



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Slashdot?
  2001-01-13 13:54 Slashdot? Norman Walsh
@ 2001-01-13 20:31 ` Anssi Saari
  2001-01-17 10:24   ` Slashdot? Norman Walsh
  2001-01-16 10:28 ` Slashdot? Norman Walsh
  2001-01-17  2:16 ` Slashdot? ShengHuo ZHU
  2 siblings, 1 reply; 6+ messages in thread
From: Anssi Saari @ 2001-01-13 20:31 UTC (permalink / raw)


On Sat, Jan 13, 2001 at 08:54:31AM -0500, Norman Walsh wrote:
> The recent mention of slashdot reminded me that I've been meaning to
> give it a try. So I added nnslashdot as a secondary select method and
> I got a bunch of new groups when I restarted gnus (uh, v5.8.7 at the
> moment).

5.8.7 certainly does not work. I don't know if 5.8.8 works, Oort Gnus does, 
to an extent.

Anssi




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Slashdot?
  2001-01-13 13:54 Slashdot? Norman Walsh
  2001-01-13 20:31 ` Slashdot? Anssi Saari
@ 2001-01-16 10:28 ` Norman Walsh
  2001-01-17  9:35   ` Slashdot? Fabrice Gamberini
  2001-01-17  2:16 ` Slashdot? ShengHuo ZHU
  2 siblings, 1 reply; 6+ messages in thread
From: Norman Walsh @ 2001-01-16 10:28 UTC (permalink / raw)


FWIW, upgrading to 5.8.8 didn't help at all. Same results.

Suggestions?

/ Norman Walsh <ndw@nwalsh.com> was heard to say:
| The recent mention of slashdot reminded me that I've been meaning to
| give it a try. So I added nnslashdot as a secondary select method and
| I got a bunch of new groups when I restarted gnus (uh, v5.8.7 at the
| moment).
| 
| So in the group buffer, I got things like this:
| 
|      43,  0: nnslashdot:SyncML 1.0 released; MAL is dead. (00/01/12/2229258)
| 
| But when I enter any nnslashdot group, I invariably get a single
| article:
| 
|   Content-Type: text/html
|   MIME-Version: 1.0
|   Newsgroups: 00/01/12/2229258
|   Subject: SyncML 1.0 released; MAL is dead. (00/01/12/2229258)
|   From: (nobody)
|   Date: Sat Jan 13 08:53 2001 
|   X-Sent: 14 seconds ago
|   Message-ID: <01/12/2229258%1@slashdot>
|   References: 
|   Lines: 2
| 
|   from the dept.
| 
| Have a made an obvious blunder? I suppose I should upgrade to v5.8.8 and
| try again...
| 
|                                         Be seeing you,
|                                           norm
| 
| -- 
| Norman Walsh <ndw@nwalsh.com> | Any idiot can face a crisis; it's this
| http://nwalsh.com/            | day-to-day living that wears you
|                               | out.--Anton Chekhov

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Old and young, we are all on our last
http://nwalsh.com/            | cruise.--Robert Louis Stevenson



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Slashdot?
  2001-01-13 13:54 Slashdot? Norman Walsh
  2001-01-13 20:31 ` Slashdot? Anssi Saari
  2001-01-16 10:28 ` Slashdot? Norman Walsh
@ 2001-01-17  2:16 ` ShengHuo ZHU
  2 siblings, 0 replies; 6+ messages in thread
From: ShengHuo ZHU @ 2001-01-17  2:16 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

Norman Walsh <ndw@nwalsh.com> writes:

> Have a made an obvious blunder? I suppose I should upgrade to v5.8.8 and
> try again...

This is the patch in the current CVS version. Maybe it helps.

ShengHuo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: nnslashdot.el-6.2.diff --]
[-- Type: text/x-patch, Size: 663 bytes --]

--- nnslashdot.el	Wed Aug 16 13:11:08 2000
+++ ../../gnus/lisp/nnslashdot.el	Fri Jan  5 01:06:13 2001
@@ -397,8 +397,8 @@
 		    (nnweb-decode-entities-string (match-string 1)))
 	      (re-search-forward "<url>\\([^<]+\\)</url>")
 	      (setq sid (match-string 1))
-	      (string-match "/\\([0-9/]+\\)\\(.shtml\\|$\\)" sid)
-	      (setq sid (concat "00/" (match-string 1 sid)))
+	      (string-match "sid=\\([0-9/]+\\)\\(.shtml\\|$\\)" sid)
+	      (setq sid (match-string 1 sid))
 	      (re-search-forward "<comments>\\([^<]+\\)</comments>")
 	      (setq articles (string-to-number (match-string 1)))
 	      (setq gname (concat description " (" sid ")"))

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Slashdot?
  2001-01-16 10:28 ` Slashdot? Norman Walsh
@ 2001-01-17  9:35   ` Fabrice Gamberini
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrice Gamberini @ 2001-01-17  9:35 UTC (permalink / raw)
  Cc: ding

Hello,

I tried this morning to get nnslashdot working, with some success. i'm using
5.8.8, and I think the problem lies in the date reference of the articles:

sometimes the year is wrong (00 instead of 01) it seems.

But I ended up with groups with the correct reference:
   505: nnslashdot:Is Mac OS X Threatening Linux? (01/01/16/230234)
witch give an Ok group when fetched.

The first time I tried, I had this line:
   505: nnslashdot:Is Mac OS X Threatening Linux? (00/01/16/230234)
                                                   ^^^^
which leads to the infamous  "from the dept" semi-empty message 
(I tried with wget), not an 404 error
message (which would be way clearer).

I don't know where the error womes from though.


Fabrice

ps: Norman, sorry if you received a malformed email from me on this topic, 
I guess I hit the wrong button. 





>>>>> "Norman" == Norman Walsh <ndw@nwalsh.com> writes:

    Norman> FWIW, upgrading to 5.8.8 didn't help at all. Same results.
    Norman> Suggestions?

    Norman> / Norman Walsh <ndw@nwalsh.com> was heard to say:
    Norman> | The recent mention of slashdot reminded me that I've been meaning to
    Norman> | give it a try. So I added nnslashdot as a secondary select method and
    Norman> | I got a bunch of new groups when I restarted gnus (uh, v5.8.7 at the
    Norman> | moment).
    Norman> | 
    Norman> | So in the group buffer, I got things like this:
    Norman> | 
    Norman> |      43,  0: nnslashdot:SyncML 1.0 released; MAL is dead. (00/01/12/2229258)

            

    Norman> | 
    Norman> | But when I enter any nnslashdot group, I invariably get a single
    Norman> | article:
    Norman> | 
    Norman> |   Content-Type: text/html
    Norman> |   MIME-Version: 1.0
    Norman> |   Newsgroups: 00/01/12/2229258
    Norman> |   Subject: SyncML 1.0 released; MAL is dead. (00/01/12/2229258)
    Norman> |   From: (nobody)
    Norman> |   Date: Sat Jan 13 08:53 2001 
    Norman> |   X-Sent: 14 seconds ago
    Norman> |   Message-ID: <01/12/2229258%1@slashdot>
    Norman> |   References: 
    Norman> |   Lines: 2
    Norman> | 
    Norman> |   from the dept.
    Norman> | 
    Norman> | Have a made an obvious blunder? I suppose I should upgrade to v5.8.8 and
    Norman> | try again...
    Norman> | 
    Norman> |                                         Be seeing you,
    Norman> |                                           norm
    Norman> | 
    Norman> | -- 
    Norman> | Norman Walsh <ndw@nwalsh.com> | Any idiot can face a crisis; it's this
    Norman> | http://nwalsh.com/            | day-to-day living that wears you
    Norman> |                               | out.--Anton Chekhov

    Norman>                                         Be seeing you,
    Norman>                                           norm

    Norman> -- 
    Norman> Norman Walsh <ndw@nwalsh.com> | Old and young, we are all on our last
    Norman> http://nwalsh.com/            | cruise.--Robert Louis Stevenson




-- 
Fabrice Gambérini
  -- = Wavecom S.A. = -- 
Email: fabrice.gamberini@wavecom.fr




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Slashdot?
  2001-01-13 20:31 ` Slashdot? Anssi Saari
@ 2001-01-17 10:24   ` Norman Walsh
  0 siblings, 0 replies; 6+ messages in thread
From: Norman Walsh @ 2001-01-17 10:24 UTC (permalink / raw)


/ Anssi Saari <as@sci.fi> was heard to say:
| On Sat, Jan 13, 2001 at 08:54:31AM -0500, Norman Walsh wrote:
| > The recent mention of slashdot reminded me that I've been meaning to
| > give it a try. So I added nnslashdot as a secondary select method and
| > I got a bunch of new groups when I restarted gnus (uh, v5.8.7 at the
| > moment).
| 
| 5.8.7 certainly does not work. I don't know if 5.8.8 works, Oort Gnus does, 
| to an extent.

Ok, I'll grab the latest CVS and give it a whirl. What the heck, life
on the bleeding edge is fun, right?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Next to knowing when to seize an
http://nwalsh.com/            | opportunity, the most important thing
                              | in life is to know when to forego an
                              | advantage.--Benjamin Disraeli



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-01-17 10:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-13 13:54 Slashdot? Norman Walsh
2001-01-13 20:31 ` Slashdot? Anssi Saari
2001-01-17 10:24   ` Slashdot? Norman Walsh
2001-01-16 10:28 ` Slashdot? Norman Walsh
2001-01-17  9:35   ` Slashdot? Fabrice Gamberini
2001-01-17  2:16 ` Slashdot? ShengHuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).