Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tag instead of urn URI scheme for IDs #34

Open
mibe opened this issue Dec 24, 2015 · 3 comments
Open

Use tag instead of urn URI scheme for IDs #34

mibe opened this issue Dec 24, 2015 · 3 comments
Labels

Comments

@mibe
Copy link
Owner

mibe commented Dec 24, 2015

During researching for PR #33 I noticed that for ATOM IDs the code is using the urn URI scheme. This is not wrong per se, but IMHO the tag scheme is better. I've checked the ATOM feeds of some big sites, and all were using the tag scheme. It doesn't need a registration at IANA and also contains more information than a simple UUID.

Here are some opinions and information:

What do you guys think about that?

@mibe mibe added the feature label Dec 24, 2015
@cukabeka
Copy link

Highly appreciated. Actually, the urn:uuid is not always neccessary, as far as I researched now. Acutally, it seems to prevent RSS readers to read any further than one item in my setup. So the tag method seems to be a better way to go IMHO.

@cukabeka
Copy link

Weird, BTW: No matter what I pass on with $newItem->setId($url), all UUID for every Entry remain the same?! Is there any reason for that and how I could fix this?

@mibe
Copy link
Owner Author

mibe commented May 14, 2019

Weird, BTW: No matter what I pass on with $newItem->setId($url), all UUID for every Entry remain the same?! Is there any reason for that and how I could fix this?

Can you open a new issue for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants