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

Send Webmentions #535

Closed
wants to merge 6 commits into from
Closed

Send Webmentions #535

wants to merge 6 commits into from

Commits on Aug 20, 2018

  1. Add some microformat tags to stories.

    This commit is part of the webmentions support. These tags help the website
    receiving the webmention parsing the mention. Only a minimal amount of
    informations have been tagged: I did not wanted to disrupt a lot of views.
    
    We still could extend the h-entry by including the stories comment in them. It
    would however spread this whole tagging across several views instead of being
    contained in a single one.
    picnoir committed Aug 20, 2018
    Copy the full SHA
    10995b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Send webmentions using specific script.

    We add a cron triggered script which send webmention for each new story submitted.
    picnoir committed Aug 22, 2018
    Copy the full SHA
    4c59880 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b10157b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Refactor sponge.fetch to also return http headers

    Sponge.fetch will now return the http headers as well as the response
    body. The existing codebase has been refactored according to this
    change.
    picnoir committed Sep 3, 2018
    Copy the full SHA
    0d1d9d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Copy the full SHA
    3272375 View commit details
    Browse the repository at this point in the history
  2. Webmentions: Logging errors.

    picnoir committed Sep 8, 2018
    Copy the full SHA
    2a10929 View commit details
    Browse the repository at this point in the history