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

allow users to define URLs they "own" #171

Closed
jcs opened this Issue Sep 11, 2014 · 11 comments

Comments

Projects
None yet
5 participants
@jcs
Contributor

jcs commented Sep 11, 2014

When a user submits an article at a URL that matches that user's "owned" list, the story can display some kind of indicator that the author of the article is actually the user.

@jcs

This comment has been minimized.

Show comment
Hide comment
@jcs

jcs Sep 11, 2014

Contributor

Or maybe it's just easier to have a checkbox on the story submission page that says "I am the author of this"

Contributor

jcs commented Sep 11, 2014

Or maybe it's just easier to have a checkbox on the story submission page that says "I am the author of this"

@daGrevis

This comment has been minimized.

Show comment
Hide comment
@daGrevis

daGrevis Sep 11, 2014

I would prefer the simple solution — checkbox, and it would be cool to see those articles in your profile too! The question is what happens when someone submits your article? How do you get it in your profile? “Owned list“ would solve that.

daGrevis commented Sep 11, 2014

I would prefer the simple solution — checkbox, and it would be cool to see those articles in your profile too! The question is what happens when someone submits your article? How do you get it in your profile? “Owned list“ would solve that.

@jcs

This comment has been minimized.

Show comment
Hide comment
@jcs

jcs Sep 11, 2014

Contributor

Even with the list, I'm not sure it should apply by default to other submissions or some idiot could claim a bunch of URLs they don't actually own.

Contributor

jcs commented Sep 11, 2014

Even with the list, I'm not sure it should apply by default to other submissions or some idiot could claim a bunch of URLs they don't actually own.

@brycied00d

This comment has been minimized.

Show comment
Hide comment
@brycied00d

brycied00d Sep 19, 2014

A submitter could verify their ownership by adding to the lobste.rs URL to the linked content, and clicking a "claim" button afterwards.
For instance, once they've submitted their blog post to lobste.rs and have the URL, they would edit their blog post and include that URL somewhere, such as a "upvote this article on lobste.rs" or hidden away inside . When they return to their lobste.rs post, they click a "claim" (or "verify"?) button that causes lobste.rs to scrape the page again looking for the URL.

Just my $.02

brycied00d commented Sep 19, 2014

A submitter could verify their ownership by adding to the lobste.rs URL to the linked content, and clicking a "claim" button afterwards.
For instance, once they've submitted their blog post to lobste.rs and have the URL, they would edit their blog post and include that URL somewhere, such as a "upvote this article on lobste.rs" or hidden away inside . When they return to their lobste.rs post, they click a "claim" (or "verify"?) button that causes lobste.rs to scrape the page again looking for the URL.

Just my $.02

@daGrevis

This comment has been minimized.

Show comment
Hide comment
@daGrevis

daGrevis Sep 20, 2014

That's a good idea.

We could go even step further and ask author to deploy file with our random content to their servers so we can check that author has access to the site hence is the author. Google Analytics does something similar.

daGrevis commented Sep 20, 2014

That's a good idea.

We could go even step further and ask author to deploy file with our random content to their servers so we can check that author has access to the site hence is the author. Google Analytics does something similar.

@jcs

This comment has been minimized.

Show comment
Hide comment
@jcs

jcs Sep 20, 2014

Contributor

The problem with those methods is that they don't work on things like Github repos or Twitter accounts or medium.com or any other sites that don't give you full control over the domain, despite "owning" a particular path on the domain. That's why I think just having the "I am the author of this" checkbox might be easier.

Contributor

jcs commented Sep 20, 2014

The problem with those methods is that they don't work on things like Github repos or Twitter accounts or medium.com or any other sites that don't give you full control over the domain, despite "owning" a particular path on the domain. That's why I think just having the "I am the author of this" checkbox might be easier.

@jcs jcs added the featurereq label Oct 3, 2014

@stig

This comment has been minimized.

Show comment
Hide comment
@stig

stig commented Nov 8, 2014

+1

@moodyharsh

This comment has been minimized.

Show comment
Hide comment
@moodyharsh

moodyharsh commented Mar 11, 2015

+1

@stig

This comment has been minimized.

Show comment
Hide comment
@stig

stig Mar 11, 2015

I think the "I am the author" checkbox suffices.

stig commented Mar 11, 2015

I think the "I am the author" checkbox suffices.

@moodyharsh

This comment has been minimized.

Show comment
Hide comment
@moodyharsh

moodyharsh Mar 20, 2015

A simple "selfie", "ego-post" tag can also work.

A lobste.rs thread.

moodyharsh commented Mar 20, 2015

A simple "selfie", "ego-post" tag can also work.

A lobste.rs thread.

@stig

This comment has been minimized.

Show comment
Hide comment
@stig

stig Mar 20, 2015

It occurred to me also recently that a special tag could work. The beauty of that is that hiding by tag already is a thing, so if people don't like selfie-posts they can hide them.

stig commented Mar 20, 2015

It occurred to me also recently that a special tag could work. The beauty of that is that hiding by tag already is a thing, so if people don't like selfie-posts they can hide them.

@jcs jcs closed this in 0d61e0c Jul 30, 2015

SiDevesh pushed a commit to RedCarpetUp/lobsters that referenced this issue Jul 11, 2016

add "i am the author of this" checkbox for stories
Highlights username in a different color and says "authored by"
instead of just "by".

Move html class printing into a method in Story to use in the future
for friends, admin posts, etc.

Closes #171

SiDevesh pushed a commit to RedCarpetUp/lobsters that referenced this issue Aug 1, 2016

add "i am the author of this" checkbox for stories
Highlights username in a different color and says "authored by"
instead of just "by".

Move html class printing into a method in Story to use in the future
for friends, admin posts, etc.

Closes #171
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment