Git Product home page Git Product logo

linkbacks's People

Contributors

justinmayer avatar lucas-c avatar pre-commit-ci[bot] avatar schtobia avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

schtobia

linkbacks's Issues

Default cache file path requires a ./cache folder to be created

After following the instructions in the README.md file and running 'make html' I got this:

CRITICAL FileNotFoundError: [Errno 2] No such file or directory: 'cache/pelican-plugin-linkbacks.json' at the end of the rendering process.

I proceeded to mkdir cache ; make html which solved the issue.

My thoughts:

  • a test is run earlier in the plugin for the config save path
  • documentation is updated to reflect the need to create the default destination folder for the json cache file
  • change the default location not to require ./cache

Thanks

Feature: change JSON cache structure to store linkbacks requests status

This would allow to easily audit which URLs have been successfully submitted, and the error responses for the ones that haven't.

Suggested new JSON structure:

{
  $article_slug: {
    $url: {
      "pingback": { // optional, no pingback support detected if field is absent
        "server_uri": "http...",
        "submission_successful": boolean,
        "error": // optional string
      },
      "webmention": { // optional, no webmention support detected if field is absent
        "server_uri": "http...",
        "submission_successful": boolean,
        "error": // optional string
      }
    },
    ...
  },
  ...
}

This schema change must be implemented so that the old JSON caches can still be parsed, but are then saved with the new structure

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.