Nothing Special   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
add feed mapping for silos
Browse files Browse the repository at this point in the history
wordpress has this markup; blogger is close
  • Loading branch information
kevinmarks committed Aug 22, 2016
1 parent e74f42d commit 9c7ba2c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mf2py/backcompat.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,14 @@
'organization-name': ['p-organization-name'],
'organization-unit': ['p-organization-unit'],
},
'hentry': {
'hfeed': {
'title': ['p-name'], #for blogger, if they move hfeed to the right place
'description': ['p-summary'], #for blogger, if they move hfeed to the right place
'site-title': ['p-name'], #for wordpress defaults
'site-description': ['p-summary'], #for wordpress defaults
'category': ['p-category'],
},
'hentry': {
'entry-title': ['p-name'],
'entry-summary': ['p-summary'],
'entry-content': ['e-content'],
Expand Down

0 comments on commit 9c7ba2c

Please sign in to comment.