An IndieWeb reader can consume blog posts. #180

Open
opened 2019-01-25 19:18:10 +00:00 by cedewey · 4 comments
cedewey commented 2019-01-25 19:18:10 +00:00 (Migrated from gitlab.com)

Acceptance Criteria

Given that I am using an IndieWeb reader,
then I can add the Agaric blog to my reader,
then I see well-formatted blog posts.

Additional Info

Work Required

## Acceptance Criteria Given that I am using an IndieWeb reader, then I can add the Agaric blog to my reader, then I see well-formatted blog posts. ## Additional Info * https://indieweb.org/h-entry * http://microformats.org/wiki/h-entry ## Work Required * [ ] Add h-entry markup to blog post template * [ ] Test with http://indiewebify.me/validate-h-entry
cedewey commented 2019-01-25 19:19:21 +00:00 (Migrated from gitlab.com)

marked this issue as related to #132

marked this issue as related to #132
cedewey commented 2019-01-25 19:20:01 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
cedewey commented 2019-01-25 19:20:32 +00:00 (Migrated from gitlab.com)

changed the description

changed the description

This was working i think but my – no, @megakeegman 's – switch to In Other Words in fdfc3712 possibly broke part of it, with the dropping of some special microformat_class setting that was coming in somehow for the— ah we had a special type of entity reference display, entity_reference_label_microformat — setting to 'p-author h-card'
:

   field_authors:
-    type: entity_reference_label_microformat
+    type: inotherwords_list
     label: hidden
     settings:
-      microformat_class: 'p-author h-card'
+      link: '1'
+      series_join: ', '
+      series_final_join: ' and '
+      oxford_comma: '1'
+      text_before: 'Authored by '
+      text_after: ''
This was working i think but my – no, @megakeegman 's – switch to In Other Words in fdfc3712 possibly broke part of it, with the dropping of some special `microformat_class` setting that was coming in somehow for the— ah we had a special type of entity reference display, `entity_reference_label_microformat` — setting to 'p-author h-card' : ```diff field_authors: - type: entity_reference_label_microformat + type: inotherwords_list label: hidden settings: - microformat_class: 'p-author h-card' + link: '1' + series_join: ', ' + series_final_join: ' and ' + oxford_comma: '1' + text_before: 'Authored by ' + text_after: '' ```
mlncn self-assigned this 2024-02-15 14:53:12 +00:00
megakeegman was assigned by mlncn 2024-02-15 14:53:12 +00:00
Sign in to join this conversation.
No milestone
No project
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: agaric/agaric-coop#180
No description provided.