Closed (fixed)
Project:
Drupal.org content
Component:
Planet Drupal
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Jun 2023 at 17:56 UTC
Updated:
29 Feb 2024 at 11:27 UTC
Jump to comment: Most recent
Blog name: Qta Tech
Drupal-Planet tagged feed URL: https://qtatech.com/en/taxonomy/term/30/feed
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
foka_patrickComment #3
foka_patrickComment #4
avpadernoThe feed passes validation.
Comment #5
avpadernoThe guidelines suggest to use a summary between 600 and 1000 characters. While that is a suggestion, users who see articles on Planet Drupal should still get an idea of what they are going to read if they click on the article link given on Planet Drupal.
In this case, they just see the title repeated as summary.
Comment #6
foka_patrickokay it's OK now, I added summary for each article you can check it and let me know.
Comment #7
avpadernoI added the feed to Planet Drupal (https://www.drupal.org/aggregator/sources/2046).
Comment #8
foka_patrickOkay good let me check
Comment #9
foka_patrickI have the impression that not all feed content is loaded, or you sorting?
Comment #10
ressa@foka_patrick: It looks like the articles are getting pulled in now, I can see them here: https://www.drupal.org/aggregator/sources/2046
The next time you publish an article it should get included on https://www.drupal.org/planet if I understand it correctly.
Another thing: As a Planet Drupal reader, I think the page could use some more images, to make it less text-heavy. So you could consider including the article image in your feed https://qtatech.com/en/taxonomy/term/30/feed with absolute paths?
Comment #11
foka_patrickOkay good let me do that
Comment #12
foka_patrickOkay good let me do that
Comment #13
avpadernoArticles created more than three months and three weeks ago are discarded from Planet Drupal.
Comment #14
ressaThanks @apaderno.
@foka_patrick: It see a change in the feed.xml file, but the mark up doesn't look right:
<div class="field field--name-field-image field--type-image field--label-hidden field__item">//qtatech.com/cdn/ff/XaVPZPs11CW2Cfys1ZrKbxPHTaoWRU7Ah0SyNRcvOf8/1687952783/public/styles/medium/public/Article/drupal_symfony_dev_en.png?itok=DCd0HSgK</div>It should probably be more like this?
<div class="field field--name-field-image field--type-image field--label-hidden field__item"><img src="https://qtatech.com/cdn/ff/XaVPZPs11CW2Cfys1ZrKbxPHTaoWRU7Ah0SyNRcvOf8/1687952783/public/styles/medium/public/Article/drupal_symfony_dev_en.png?itok=DCd0HSgK"></div>Comment #15
foka_patrickI solved the problem with the image path, but I have the impression that the articles on planet do not update automatically because we have written other articles that are not yet available on the drupal planet platform.
Comment #16
ressaPerfect @foka_patrick, I see your latest blog post "Challenges and Concerns Holding Back Drupal 9 Websites from Upgrading to Drupal 10" with image on Drupal Planet, and it looks great.
I also see older articles, such as "Drupal 10 and Symfony 6.2 are the Perfect Combination for Web Development" from 28. June on page 4: https://www.drupal.org/planet?page=3 ....
Comment #17
foka_patrickThanks for feedback.
Comment #18
avpadernoEach feed is updated every three hours; that is why new articles do not appear immediately.
Comment #20
foka_patrick