-
Notifications
You must be signed in to change notification settings - Fork 398
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
Pingback support #75
Comments
I just added the first step for this functionality in my fork : Now Shaarli can send a ping to page with pingback enabled. The first step is creating the xml-rpc parser into shaarli to accept ping from other sources |
Made tag/title search unicode aware, fixes sebsauvage#75
@Leomaradan the shaarli/Shaarli community fork has a plugin system (currently in development) in the Read here for reasons of the fork. Look in the |
Shaarli don't have a comment system. sometime, it's difficult to respond to a shared link. For exemple, Seb share a link about PHP optimization (http://www.sebsauvage.net/links/?VEc_LQ). I want to respond because, IMHO, the article contains errors. I have 2 solutions :
1: Share the permalink of Seb's Shaarli in my own Shaarli with my comment. But if Seb don't read my Shaarli, he can't read my comment
2: Send an email to Seb. And now Seb receive hundreds of emails
I propose to add pingback mecanism:
When adding a link, my Shaarli will check if the page has pingback support.
The popular use is by adding a <link> in the head of the page (<link rel="pingback" href="http://urlofmyblog.com/xmlrpc.php" />). This syntax is used by WordPress, for the exemple
If pingback is supported by the page, Shaarli sent a message to the url indicated by the link balise.
In the other side, if a visitor share a link from my Shaarli, my server receive the notification. All the pingback are collapsed in a section of the Shaarli's post (for exemple : http://leomaradan.com/imgshare/photos/8971722e0d8519fc5bff352859ba334e.png)
The text was updated successfully, but these errors were encountered: