Since the old NNTP forums are long gone, and the according archive website nntp-archive.sybase.com has no builtin search facility, I follow Jason's advice to search within the archive, as discussed in Breck's blog article " The Newsgroups Are Gone".

That works well enough for my needs.

However, the displayed URLs look weird (or even invalid...) and cannot be used as links within this forum, as shown in that answer...

Similar strange links are shown (for me) when searching for the following keywords:

"passthrough mode" site:http://nntp-archive.sybase.com

So what must I do to receive an useful link to the archived articles?

asked 21 Mar '14, 09:04

Volker%20Barth's gravatar image

Volker Barth
40.2k361549822
accept rate: 34%

edited 21 Mar '14, 09:05

Hm, this may be a temporary problem, apparently I had been able to use these links in this forum (though they contain brackets and at signs) without problems, as shown in this answer:

How to link to a newsgroup thread?

(21 Mar '14, 09:11) Volker Barth

If you make the link using the Markdown syntax, it will work if you replace the < with %3C, > with %3E, and @ with %40. So the text of the article should look like:


Text with a [link to nntp][1]

[1]: http://nntp-archive.sybase.com/nntp-archive/action/article/%3C42d81576.5b5e.1681692777%40sybase.com%3E


This looks like:

Text with a link to nntp

It also seems to work if you just include the plain URL itself. But for some reason, simply including the link in an <a href="url">text</a> does not work, presumably due to Markdown being too smart for its own good.

permanent link

answered 21 Mar '14, 09:25

Graeme%20Perrow's gravatar image

Graeme Perrow
9.6k379124
accept rate: 54%

edited 21 Mar '14, 09:26

1

Interestingly enough, this is coming from your web browser. The server passes an encoded URL (to W3C specs), which you can view in the page source.

A quick google search shows this isn't a unique problem. The most common suggestion is to put a "link to this page" button somewhere on the screen. I'll see if I can do that in the next revision.

(21 Mar '14, 09:56) Jonathan Baker

I'm quite sure I have done that (i.e. replacing the relevant characters) within a comment on the cited answer - however, the trailing %3E do seem to be omitted from the link. Well, I will try again when the next chance to relate to the archives will show up:)

(21 Mar '14, 10:23) Volker Barth
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×178
×9

question asked: 21 Mar '14, 09:04

question was seen: 2,120 times

last updated: 21 Mar '14, 10:23