microformats2

Linkback module tagged alpha

The Linkback module(background information) for Drupal 8 has been tagged alpha today!  here a good intro about it written by HongPong. We've done a lot of work to get there!

Note for alpha1 release:

We are proud to bring you the first alpha release of Linkback, an interesting suite of modules which can help integrate your website with the wider internet. Linkback provides the backend functionality to save both outgoing and incoming pings and webmentions involving remote sites.

This first release focuses on a robust, spam resistant and fault tolerant approach to processing and storing Linkbacks as Drupal entities, which provides a standardized and efficient storage structure that can be easily queried and extended. (Anyone interested in improving the theming is invited to file an issue or share code with us :) More information about the functions in the Linkback suite is in Developer.md and the Readme.md files inside each child module.


Manual de Linkback per drupal 8

¡¡Aquesta entrada té un contingut amb llenguatge tècnic, sobre com instal·lar i desenvolupar un blog federable-federat dins la blogosfera!!

Instal·lació i configuració

Avís: el mòdul linkback està en desenvolupament, i tot i que hi ha una versió en dev, que sigui en dev significa que to el que explico a continuació és susceptible a canvis.

Descarrega el módul de linkbacks i activa linkback_pingback i linkback webmention. El mòdul linkback s'activarà com a dependència. Com que té dependències d'algunes llibreries via composer, s'haurà de modificar el composer.json de l'arrel, això s'haurà de fer cada cop que s'actualitzi el core:

  • Activar el repo de github per la lib de microformats/test , dependència de mf2:

    • composer config repositories.1 vcs https://github.com/microformats/tests
  • Activar la llibreria de mf2:

    • composer require mf2/mf2:dev-master
  • Activar el client de webmention :


Subscribe to microformats2 Subscribe to microformats2