Blog name: Metadrop
Drupal-Planet tagged feed URL: https://metadrop.net/en/rss/articles-drupal-planet

This is the English feed. We have many articles in Spanish as well (in fact all articles are in Spanish and some are translated to English). So I would like to also add the Spanish feed to the Planeta Latinoamericano:
Blog name: Metadrop
Planeta Latinoamericano tagged feed URL:https://metadrop.net/rss/articles-drupal-planet

Thanks! / ¡Gracias!

Comments

tunic created an issue. See original summary.

avpaderno’s picture

Status: Active » Needs review

Both the feeds pass validation.

tunic’s picture

Just to help, this is a list of the current articles:

  • Drupal 8 Commerce 2, create an order programmatically
  • Drupal 8, Search API and Solr 8
  • Creating a command using Drupal Console
  • Drupal Dev Days 2019 is starting in Cluj Napoca
  • Import your content with Feeds with Drupal
  • How to manage adding a file using an administration form in Drupal 8
  • Maintaining Drupal: when to update core and modules
ressa’s picture

Status: Needs review » Reviewed & tested by the community

The English posts look good and can be added to Planet Drupal. Perhaps a separate issue can be created for the Spanish version?

avpaderno’s picture

Assigned: Unassigned » avpaderno
Status: Reviewed & tested by the community » Fixed

I added the feed in English (https://www.drupal.org/aggregator/sources/1967) and the feed in Spanish (https://www.drupal.org/aggregator/sources/1968). I had to use two different titles because the titles must be unique, independently from the category to which the feed are added (for example, Planet Drupal, Planeta Latinoamericano, or Planet Chinese).

tunic’s picture

Thanks a lot!

I guess the name is ok :)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

ressa’s picture

Hello blogger, I am a Planet Drupal reader and have noticed that many posts on https://www.drupal.org/planet don't include an image, because relative image paths are used in the feed, and not absolute paths.

I just want to highlight this recommendation from https://www.drupal.org/drupalorg/docs/content/planet-drupal to make sure we get more images on Planet Drupal:

It is strongly recommended that you avoid relative URLs to images in your posts. They won't display for people reading your post on drupal.org and is generally discouraged.

Have a nice day!

avpaderno’s picture

Status: Closed (fixed) » Needs work

I am changing status as per previous comment.

tunic’s picture

Status: Needs work » Needs review

Hi, I'm not sure why the message about relative images has been posted here because our feed does already include absolute images.

See https://metadrop.net/en/rss/articles-drupal-planet

The images have absolute paths, an the same is for href elements:

  1. <img loading="lazy" src="https://metadrop.net/sites/default/files/styles/max_1200w/public/2022-09/php_drupal_requirements.jpg.webp?itok=5kxMhMMt" ...
  2. <img loading="lazy" src="https://metadrop.net/sites/default/files/styles/max_1200w/public/2021-03/composer2-performance.png.webp?itok=YPoxfcsq" ...
  3. <a href="https://events.drupal.org/prague2022/sessions/form-api-workflow" title="Session page in the DrupalCon 2022 Prague website">
  4. <a href="https://developer.mozilla.org/es/docs/Web/API/Intersection_Observer_API">IntersectionObserver API<

I am missing something?

ressa’s picture

I checked here. I guess that there simply isn't an image available.

ressa’s picture

Status: Needs review » Closed (works as designed)
tunic’s picture

Ah, yes... that blog post is a strange case, the Planet only displays the title although the RSS feed has more data. I think it is because on first fetch something failed on the RSS and Planet fetched an article without body, and it seems Planet doesn't update the fetched data.

We'll review the issue on next published article.

ressa’s picture

Thanks for taking a closer look @tunic.

The articles from metadrop.net are of high quality, so I hope you will release new articles more frequently in the future. Also shorter ones, I am sure they will be of interest to the community.

tunic’s picture

Will surely continue publishing, I hope more frequently.
Thank you very much for your comment :)

avpaderno’s picture

Status: Closed (works as designed) » Fixed
avpaderno’s picture

Status: Fixed » Closed (fixed)
ressa’s picture

You're welcome @tunic :) I wish you and @apaderno a nice evening.

avpaderno’s picture

Looking at the source code, I see lines like <img loading="lazy" srcset="/sites/default/files/styles/full/public/2022-09/fapi_workflow_complete_v2_md.png.webp?itok=smmH4RkS 1x" src="/sites/default/files/styles/full/public/2022-09/fapi_workflow_complete_v2_md.png.webp?itok=smmH4RkS" width="1134" height="740" alt="Drupal Form API workflow illustration" class="img-fluid, in https://metadrop.net/en/articles/form-api-drupalcon-prague. As long as that markup is not shown on drupal.org, there should not be any issue, though.

For the truncated article, since there was just an article on Planet Drupal, I removed the articles and let Planet Drupal gather again the articles from the feed. That fixed the article without content.

tunic’s picture

@apadermo, the render is different for the website and for the RSS. In the RSS, absolute URLs are used.

Thanks for the fix!

avpaderno’s picture

Yes, you are (indeed!) correct.