Which, for years, I had accessed using this simple-to-remember URL.
https://tinyurl.com/news-admin-peering
You should be able to create your own shortlink to any page on the site.
Until Google made the suggested change to easily rememberable URLs.
Please make an example of an easily rememberable url.
That's not a challenge, just a request :)
Now I have the same request to ask of the wonderful NovaBBS folks.
a. Might you consider making the search link easier to remember?
Do you mean the link to:
https://news.novabbs.org/computers/search.php ?
b. Might you consider adding a "link" to each article?
I have already planned to do that.
I just have not taken the time yet.
It will eventually happen.
It will be like the 'copy mid' link, just 'copy_link' instead.
Also, as you already noticed, there is a link to search for a
message by Message-ID at the top of the page.
Background Ancient History on Usenet Search URLs...
< HISTORY >
<https://news.admin.peering.narkive.com/>
<https://tinyurl.com/news-admin-peering>
<https://groups.google.com/forum/#!forum/news.admin.peering>
<https://groups.google.com/g/news.admin.peering> No longer updated 22Feb24
<https://www.novabbs.com/computers/thread.php?group=news.admin.peering>
< / HISTORY >
1. Having been on Usenet forever, I search before I post
(and more importantly, I link to search references within my posts).
2. Today, I needed to link to this article on Android Debug Bridge.
<https://www.novabbs.com/computers/article-flat.php?id=50818&group=comp.mobile.android#50818>
3. I wish(ed) there was an easier to remember way to obtain that link.
I'm NOT complaining. I'm ecstatic that someone took on the role
of replacing the now no-longer-updating Google Usenet search engine.
But... I went to great lengths prior to ask Google to make their
link humanly rememberable from what it was prior to that change.
<https://groups.google.com/forum/#!forum/news.admin.peering>
Which, for years, I had accessed using this simple-to-remember URL.
https://tinyurl.com/news-admin-peering
Until Google made the suggested change to easily rememberable URLs.
Now I have the same request to ask of the wonderful NovaBBS folks.
a. Might you consider making the search link easier to remember?
b. Might you consider adding a "link" to each article?
I fully realize that the easy part is coming up with a URL.
The hard part is implementing and supporting it (I know).
No, I didn't mean that. I meant the same link above since I never search
more than one newsgroup at a time, so the link I was referring to was this:
<https://news.novabbs.org/computers/thread.php?group=news.admin.peering>
That's just not an intuitively easily remembered URL for most people.
This would be an intuitively easily remembered URL for most people:
<https://news.novabbs.org/ng/news.admin.peering>
Or maybe, since you're already using the question mark syntax,
it might be easier on you to continue using that question mark syntax.
<https://news.novabbs.org/?ng=news.admin.peering>
Ah. Thanks. Thanks for understanding. I agree it will create thousands of permalinks that you might need to maintain, so I understand that the way I did it with the Message-ID search to get a link to the article is possible.
I was just asking for the link to make it foolproof for those other people.
So I was only asking for the permalink feature for the dummies.
Thanks for understanding.
At this point in time, other than the narkive (which, bless David
Caveon's heart, just isn't there yet), you're our only salvation!
On 3/19/24 19:02, Andrew wrote:
I fully realize that the easy part is coming up with a URL.
The hard part is implementing and supporting it (I know).
This is a perfect example for something like mod_rewrite in Apache.
Have Apache recognize something like:
https://groups.novabbs.com/news.admin.peering
As a short cut for:
https://www.novabbs.com/computers/article-flat.php?group=news.admin.peering
Make the computer do the work for you with little effort on your part.
No, I didn't mean that. I meant the same link above since I never search
more than one newsgroup at a time, so the link I was referring to was this: >> <https://news.novabbs.org/computers/thread.php?group=news.admin.peering> >>
That's just not an intuitively easily remembered URL for most people.
This would be an intuitively easily remembered URL for most people:
<https://news.novabbs.org/ng/news.admin.peering>
Or maybe, since you're already using the question mark syntax,
it might be easier on you to continue using that question mark syntax.
<https://news.novabbs.org/?ng=news.admin.peering>
Optionally, configure a search shortcut in your client where you type something like the following:
novabbs news.admin.peering
And have it translate that to:
https://www.novabbs.com/computers/article-flat.php?group=news.admin.peering
Ah. Thanks. Thanks for understanding. I agree it will create thousands of
permalinks that you might need to maintain, so I understand that the way I >> did it with the Message-ID search to get a link to the article is possible.
Don't create thousands of permalinks. That's a recipe for failure. If
you don't do something dynamic like mod_rewrite above, at least do
something that's a database lookup. There are plenty of ways to do this
in many web servers.
At this point in time, other than the narkive (which, bless David
Caveon's heart, just isn't there yet), you're our only salvation!
Please don't attack people, especially people that aren't in the
conversation to defend themselves.
Have Apache recognize something like:
https://groups.novabbs.com/news.admin.peering
As a short cut for:
https://www.novabbs.com/computers/article-flat.php?group=news.admin.peering >> Make the computer do the work for you with little effort on your part.
Yes, it's pretty simple to do with the web server, but if I were to do this
I will be writing changes into the website code. That's how I'm doing other tasks (rewriting url when groups are moved by admin to another section, accessing an article by mid, etc.) I prefer the software can handle this stuff on it's own.
Optionally, configure a search shortcut in your client where you type
something like the following:
novabbs news.admin.peering
And have it translate that to:
https://www.novabbs.com/computers/article-flat.php?group=news.admin.peering
Good idea.
Don't create thousands of permalinks. That's a recipe for failure. If
you don't do something dynamic like mod_rewrite above, at least do
something that's a database lookup. There are plenty of ways to do this
in many web servers.
No need for permalinks, I would just create a link to the article as one already exists. I would just make that link easy to copy to the clipboard
as I do with mid.
Message-ID = <ut9v35$lob$1@nnrp.usenet.blueworldhosting.com>
From that Message-ID, I was able to find the link to the desired article.
<https://www.novabbs.com/computers/article-flat.php?id=50818&group=comp.mobile.android#50818>
Andrew wrote:
b. Might you consider adding a "link" to each article?
I have already planned to do that. I just have not taken the time yet. It will eventually happen.
It will be like the 'copy mid' link, just 'copy_link' instead.
In article <utcd0f$7lu$1@nnrp.usenet.blueworldhosting.com>,
Andrew <andrew@spam.net> wrote:
Message-ID = <ut9v35$lob$1@nnrp.usenet.blueworldhosting.com>
From that Message-ID, I was able to find the link to the desired article.
<https://www.novabbs.com/computers/article-flat.php?id=50818&group=comp.mobile.android#50818>
<URL:https://www.novabbs.com/computers/article-flat.php?id=ut9v35$lob$1@nnrp.usenet.blueworldhosting.com>
Server: paganini.bofh.team (48694) http://put.hk/reader.jsp?server=news.dizum.net&btnsubmit=Go
Server: news.dizum.net (45726) http://put.hk/reader.jsp?server=news.blueworldhosting.com&btnsubmit=Go
Server: news.blueworldhosting.com (45057) http://put.hk/reader.jsp?server=news.novabbs.org&btnsubmit=Go
Server: news.novabbs.org (42483) http://put.hk/reader.jsp?server=news.i2pn2.org&btnsubmit=Go
Server: news.i2pn2.org (42470) http://put.hk/reader.jsp?server=news.mixmin.net&btnsubmit=Go
Server: news.mixmin.net (41842) http://put.hk/reader.jsp?server=news.alt119.net&btnsubmit=Go
Server: news.alt119.net (40576) http://put.hk/reader.jsp?server=gallaxial.com&btnsubmit=Go
Server: gallaxial.com (31048) http://put.hk/reader.jsp?server=news.eternal-september.org&btnsubmit=Go >Server: news.eternal-september.org (12) *requires login, tor disabled
List of Free Usenet Servers: https://sybershock.com/#usenet
The above task is complete.
There is now a 'copy link' to click to copy link to clipboard
in each message's header.
Please let me know what I broke while adding this :)
No big deal but I do not understand Grant's suggestion above.
What's a "search shortcut" and which "client" is Grant talking about?
On 3/20/24 02:33, Andrew wrote:
No big deal but I do not understand Grant's suggestion above.
What's a "search shortcut" and which "client" is Grant talking about?
Custom search engines (or some nomenclature like that) used to be what
they were called in Firefox.
Now they seem to be bookmarks with keywords.
I have the following bookmark in Firefox:
Name: USPS Tracking
URL: https://tools.usps.com/go/TrackConfirmAction?qtc_tLabels1=%s Keyword: usps
So any time I type "usps " (trailing space is important) in the address
bar it changes and indicates that it's doing a search and then replaces
the "%s" in the URL (from the bookmark) with whatever I type after the
URL in the address bar.
So you could have something like:
Name: NovaBBS
URL: https://www.novabbs.com/computers/article-flat.php?group=%s Keyword: nova
So that any time you type "nova news.admin.peering" the web browser goes
to the following URL:
https://www.novabbs.com/computers/article-flat.php?group=news.admin.peering
Thanks. Much appreciated. I think a better solution is something like this:
<https://groups.novabbs.com/g/news.admin.peering>
Which is easy to remember, especially as it's similar to the previous
Google Usenet search URL with only a minor change of the domain name.
That's my vote! :)
Retro Guy wrote on Wed, 20 Mar 2024 14:57:27 +0000 :
The above task is complete.
There is now a 'copy link' to click to copy link to clipboard
in each message's header.
Please let me know what I broke while adding this :)
Ah. Perfect. Thank you. For the dummies.
Since "No good deed ever goes unpunished!", here's what I'll try.
1. So, let's go to the Android newsgroup NovaBBS URL
<https://www.novabbs.com/computers/thread.php?group=comp.mobile.android> 2. Tap the convenient "Search" button.
(I had expected the URL to change, but it didn't change.)
3. Take the default of "Body" (but it's nice to see the others).
4. Type in the "Search terms" field (does it take regex perhaps?)
first-order effect
5. Press "Search"
(Again, I had expected the URL to change, but it didn't change from
https://www.novabbs.com/computers/search.php)
6. Drat. I know that's wrong but it said
"0 matching articles found"
Hmmm... I had never intended to test how far back it goes, so let me
In addition, I pressed the "copy mid" link whose results can
be pasted into various MID lookup engines on the net.
<http://al.howardknight.net/>
<http://news.chmurka.net/mid.php>
<http://usenet.ovh/index.php?article=ual>
<https://www.novabbs.com/SEARCH/search_nocem.php>
etc.
1. HowardKnight worked as expected to provide a link to the article.
<http://al.howardknight.net/?STYPE=msgid&MSGI=%3CMPG.406228b7abad68fc9902c6%40news.individual.net%3E>
2. Chmurka repeatedly failed without any display of why it failed.
3. OVH worked to display the article but no link to it was provided.
So OVH failed in effect.
4. NovaBBS said "Message-ID not found in NoCeM messages"
(which is true, but then NovaBBS provided a link to the article)
<https://www.novabbs.com/SEARCH/search_nocem.php?d=%3CMPG.406228b7abad68fc9902c6%40news.individual.net%3E>
I'd say it's almost perfect, the only extremely minor thing is that a dummy can't tell there are two links (copy mid copy link) which are right next to each other, since only spaces separate them so maybe a "comma" would help dummies (e.g., copy mid, copy link) so that they know it's two links.
This particular site (www.novabbs.com) goes back 3 years
or 100,000 messages per group, whichever comes first.
It's also not meant to be a google groups clone.
I've added a 'Just find article' button to that site (www.novabbs.com/SEARCH/search_nocem.php)
that simply tries to find the article and display it.
I'd say it's almost perfect, the only extremely minor thing is that a dummy >> can't tell there are two links (copy mid copy link) which are right next to >> each other, since only spaces separate them so maybe a "comma" would help
dummies (e.g., copy mid, copy link) so that they know it's two links.
It's ok the way it is. People will figure it out, or not.
Some brainstorm thoughts ...
https://domain.url/hash/message-id-hash
One could employ something like sha1 or tiger for the hash name.
Or one may hash with the ubiquitous b2sum and truncate N chars.
Or one may use the size parameter of b2sum:
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 388 |
Nodes: | 16 (2 / 14) |
Uptime: | 134:09:13 |
Calls: | 8,209 |
Calls today: | 7 |
Files: | 13,122 |
Messages: | 5,871,457 |