Skip to content

Instantly share code, notes, and snippets.

@aaronpk
Created September 7, 2013 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronpk/6475852 to your computer and use it in GitHub Desktop.
Save aaronpk/6475852 to your computer and use it in GitHub Desktop.
$ target="http://waterpigs.co.uk/notes/4RvAFv/"
$ source="http://aaronparecki.com/replies/2013/09/07/2/indiewebcampuk"
$ curl -i -s $target | grep 'rel="http://webmention.org/"'
Link: <http://waterpigs.co.uk/mentions/webmention/>; rel="http://webmention.org/"
$ endpoint="http://waterpigs.co.uk/mentions/webmention/"
$ curl -i -d "source=$your_url&target=$target_url" $endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment