{
    "items": [
        {
            "type": [
                "h-entry"
            ],
            "properties": {
                "name": [
                    "An update to read posts for physical books"
                ],
                "category": [
                    "Micropub",
                    "Quill",
                    "read posts"
                ],
                "featured": [
                    {
                        "value": "https://i0.wp.com/boffosocko.com/wp-content/uploads/2017/09/book-with-glasses.jpg?resize=825%2C510&ssl=1",
                        "alt": "oblique view of a book on which someone has laid their black rimmed glasses"
                    }
                ],
                "url": [
                    "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/"
                ],
                "syndication": [
                    "https://www.facebook.com/chrisaldrich/posts/10101528970353005",
                    "http://flip.it/1Ukfez",
                    "https://www.linkedin.com/updates?discuss=&scope=6625072&stype=M&topic=6346203821269622784&type=U&a=1UuQ",
                    "https://chrisaldrich.tumblr.com/post/168453957542",
                    "https://twitter.com/ChrisAldrich/status/940438136559161344",
                    "https://www.twitter.com/chrisaldrich/status/940438136559161344",
                    "https://chrisaldrich.wordpress.com/?p=55676232",
                    "https://plus.google.com/+ChrisAldrich1/posts/Gs5nraLcPyr"
                ],
                "published": [
                    "2017-12-11T20:27:10-08:00"
                ],
                "updated": [
                    "2017-12-11T21:00:58-08:00"
                ],
                "content": [
                    {
                        "html": "Inspired by <a href=\"https://gregorlove.com/2017/12/my-project-for-todays-indiewebcamp/\" target=\"_blank\" rel=\"noopener\">gRegor Morrill\u2019s IndieWebCamp Austin project</a>, I went back and took a look at some of my <a href=\"https://indieweb.org/read\" target=\"_blank\" rel=\"noopener\">read posts</a>, and particularly for books.\n<p>For online material, I use the <a href=\"https://wordpress.org/plugins/indieweb-post-kinds/\" target=\"_blank\" rel=\"noopener\">Post Kinds Plugin</a> which does a good job of adding h-cite and p-read-of (experimental) <a href=\"http://microformats.org/wiki/Main_Page\" target=\"_blank\" rel=\"noopener\">microformats </a>classes to the data for the things I\u2019ve read.</p>\n<p>Because Post Kinds doesn\u2019t (yet?) support percentage finished or number of pages read, I generally do read posts for books by hand as notes with the relevant data. So I decided to add some better mark up to my book-specific read posts and added microformats classes of h-cite, u-url, u-read-of, p-name, p-author, h-card and dt-published. I\u2019m far from an expert on microformats, but hopefully the way I\u2019m nesting them makes sense to parsers off in the future. (Suggestions for improvement are more than welcome.)</p>\n<p>I like Gregor\u2019s idea of <code>p-read-status</code> for things he\u2019s posting and will have to see how I can pull that off for posts in the future (or suggest it as an addition to Post Kinds). Presently I\u2019m just adding a <code><a href=\"http://boffosocko.com/tag/want-to-read/\" target=\"_blank\" rel=\"noopener\">want to read</a></code> tag, but that could be improved to better match the functionality I appreciate in silos like Goodreads. I\u2019ll also have to load up Gregor\u2019s recent modifications to Quill and test them out on my site as well. I know <a href=\"http://david.shanske.com\" target=\"_blank\" rel=\"noopener\">David Shanske</a> has expressed interest in better aligning Quill and micropub clients to post to WordPress with Post Kinds in mind.</p>\n<p>Here\u2019s an example of the mark up of a <a href=\"http://boffosocko.com/2017/12/09/read-pages-381-461-of-origin-by-dan-brown/\" target=\"_blank\" rel=\"noopener\">recent read post</a>:</p>\n<p><code>Read pages 381-461 to finish reading &lt;span class=\"h-cite\"&gt;&lt;cite&gt;&lt;a class=\"u-url u-read-of p-name\" href=\"http://amzn.to/2zXnQDC\" target=\"_blank\" rel=\"noopener\"&gt;Origin: A Novel&lt;/a&gt;&lt;/cite&gt; by &lt;span class=\"p-author h-card\"&gt;&lt;a class=\"p-name u-url\" href=\"http://danbrown.com/\"&gt;Dan Brown&lt;/a&gt;&lt;/span&gt;&lt;time class=\"dt-published\" datetime=\"2017-10-103 00:00:00\"&gt;&lt;/time&gt;&lt;/span&gt;</code></p>\n<p>It\u2019s also made me begin to feel itchy about some of my past <a href=\"http://boffosocko.com/type/quote/\" target=\"_blank\" rel=\"noopener\">quote posts</a> and potentially revisiting them to add the appropriate h-cite and related mark up to them as well. (Or at least fix it moving forward.)</p>\n<p>Incidentally, my <em>real</em> camp project was some heavy editing work on \u201c<a href=\"http://boffosocko.com/2017/10/20/indieweb-the-book/\" target=\"_blank\" rel=\"noopener\">The Book</a>.\u201d More on that later\u2026</p>",
                        "value": "Inspired by gRegor Morrill\u2019s IndieWebCamp Austin project, I went back and took a look at some of my read posts, and particularly for books.\nFor online material, I use the Post Kinds Plugin which does a good job of adding h-cite and p-read-of (experimental) microformats classes to the data for the things I\u2019ve read.\nBecause Post Kinds doesn\u2019t (yet?) support percentage finished or number of pages read, I generally do read posts for books by hand as notes with the relevant data. So I decided to add some better mark up to my book-specific read posts and added microformats classes of h-cite, u-url, u-read-of, p-name, p-author, h-card and dt-published. I\u2019m far from an expert on microformats, but hopefully the way I\u2019m nesting them makes sense to parsers off in the future. (Suggestions for improvement are more than welcome.)\nI like Gregor\u2019s idea of p-read-status for things he\u2019s posting and will have to see how I can pull that off for posts in the future (or suggest it as an addition to Post Kinds). Presently I\u2019m just adding a want to read tag, but that could be improved to better match the functionality I appreciate in silos like Goodreads. I\u2019ll also have to load up Gregor\u2019s recent modifications to Quill and test them out on my site as well. I know David Shanske has expressed interest in better aligning Quill and micropub clients to post to WordPress with Post Kinds in mind.\nHere\u2019s an example of the mark up of a recent read post:\nRead pages 381-461 to finish reading <span class=\"h-cite\"><cite><a class=\"u-url u-read-of p-name\" href=\"http://amzn.to/2zXnQDC\" target=\"_blank\" rel=\"noopener\">Origin: A Novel</a></cite> by <span class=\"p-author h-card\"><a class=\"p-name u-url\" href=\"http://danbrown.com/\">Dan Brown</a></span><time class=\"dt-published\" datetime=\"2017-10-103 00:00:00\"></time></span>\nIt\u2019s also made me begin to feel itchy about some of my past quote posts and potentially revisiting them to add the appropriate h-cite and related mark up to them as well. (Or at least fix it moving forward.)\nIncidentally, my real camp project was some heavy editing work on \u201cThe Book.\u201d More on that later\u2026",
                        "lang": "en-US"
                    }
                ],
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "Chris Aldrich"
                            ],
                            "photo": [
                                {
                                    "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=96&d=identicon&r=pg",
                                    "alt": ""
                                }
                            ],
                            "url": [
                                "https://boffosocko.com/author/chrisaldrich/"
                            ]
                        },
                        "lang": "en-US",
                        "value": "https://boffosocko.com/author/chrisaldrich/"
                    }
                ]
            },
            "id": "post-55702323",
            "lang": "en-US"
        },
        {
            "type": [
                "h-cite"
            ],
            "properties": {
                "name": [
                    "Just a note: I did not actually get around to changing the Quill micropub request. I only updated the microformats on some read posts. I will do it manually for a little bit longer just to see if any other issues pop up, then I will add it to Quill.\nFor the p-read-status, what do you think about these machine-readable values to start: to-read, reading, finished? want-to-read seems verbose to me for a machine-readable value."
                ],
                "url": [
                    "https://gregorlove.com/2017/12/just-a-note-i-did/"
                ],
                "published": [
                    "2017-12-12T10:11:00-08:00"
                ],
                "content": [
                    {
                        "html": "<p>Just a note: I did not actually get around to changing the Quill micropub request. I only updated the microformats on some read posts. I will do it manually for a little bit longer just to see if any other issues pop up, then I will add it to Quill.<br>\nFor the p-read-status, what do you think about these machine-readable values to start: to-read, reading, finished? want-to-read seems verbose to me for a machine-readable value.</p>",
                        "value": "Just a note: I did not actually get around to changing the Quill micropub request. I only updated the microformats on some read posts. I will do it manually for a little bit longer just to see if any other issues pop up, then I will add it to Quill.\nFor the p-read-status, what do you think about these machine-readable values to start: to-read, reading, finished? want-to-read seems verbose to me for a machine-readable value.",
                        "lang": "en-US"
                    }
                ],
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "gRegor Morrill says: @ gregorlove.com"
                            ],
                            "photo": [
                                {
                                    "value": "https://gregorlove.com/site/assets/files/3473/profile-2016-med.jpg",
                                    "alt": ""
                                }
                            ]
                        },
                        "lang": "en-US",
                        "value": "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/gRegor Morrill says:\u00a0@\u00a0gregorlove.com"
                    }
                ]
            },
            "id": "div-comment-39988",
            "lang": "en-US"
        },
        {
            "type": [
                "h-cite"
            ],
            "properties": {
                "name": [
                    "Publishing read posts is still pretty new, so there\u2019s a lot of experimenting and some more manual steps currently. That\u2019s definitely not the end goal,\u2026\nSyndicated copies: X"
                ],
                "url": [
                    "https://gregorlove.com/2017/12/publishing-read-posts-is-still/"
                ],
                "syndication": [
                    "https://twitter.com/khurtwilliams/status/940780250383966208"
                ],
                "published": [
                    "2017-12-12T22:41:00-08:00"
                ],
                "content": [
                    {
                        "html": "<p>Publishing read posts is still pretty new, so there\u2019s a lot of experimenting and some more manual steps currently. That\u2019s definitely not the end goal,\u2026</p>\n<p><span class=\"syn-text\">Syndicated copies:</span></p>\n<ul class=\"relsyn\">\n<li><a aria-label=\"x\" class=\"u-syndication syn-link\" href=\"https://twitter.com/khurtwilliams/status/940780250383966208\" rel=\"syndication\"> <span class=\"syndication-link-icon svg-x\" style=\"display: inline-block; max-width: 1rem; margin: 2px;\" aria-hidden=\"true\" aria-label=\"X\" title=\"X\"><svg role=\"img\" viewBox=\"0 0 24 24\"><title>X</title><path d=\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"></path></svg></span></a></li>\n</ul>",
                        "value": "Publishing read posts is still pretty new, so there\u2019s a lot of experimenting and some more manual steps currently. That\u2019s definitely not the end goal,\u2026\nSyndicated copies: X",
                        "lang": "en-US"
                    }
                ],
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "gRegor Morrill says: @ gregorlove.com says: @ gregorlove.com"
                            ],
                            "photo": [
                                {
                                    "value": "https://gregorlove.com/site/assets/files/3473/profile-2016-med.jpg",
                                    "alt": ""
                                }
                            ]
                        },
                        "lang": "en-US",
                        "value": "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/gRegor Morrill says: @ gregorlove.com says:\u00a0@\u00a0gregorlove.com"
                    }
                ]
            },
            "id": "div-comment-40013",
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Chris Aldrich"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=56&d=identicon&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "http://www.boffosocko.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Kh\u00fcrt Williams"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/7fa94585b903e6e183d6164b16b1b573?s=84&d=https://boffosocko.com/wp-content/plugins/semantic-linkbacks/img/mm.jpg&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "https://islandinthenet.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Chris Aldrich"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=56&d=identicon&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "http://www.boffosocko.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Kh\u00fcrt Williams"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/7fa94585b903e6e183d6164b16b1b573?s=64&d=https://boffosocko.com/wp-content/plugins/semantic-linkbacks/img/mm.jpg&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "https://islandinthenet.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-cite"
            ],
            "properties": {
                "name": [
                    "\u201cDon\u2019t let your ideas take over the things you enjoy. Some ideas can be beneficial, others are passing experiments.\u201d"
                ],
                "url": [
                    "https://islandinthenet.com/focus-content/"
                ],
                "published": [
                    "2017-12-15T11:53:46-08:00"
                ],
                "content": [
                    {
                        "html": "<p>\u201cDon\u2019t let your ideas take over the things you enjoy. Some ideas can be beneficial, others are passing experiments.\u201d</p>",
                        "value": "\u201cDon\u2019t let your ideas take over the things you enjoy. Some ideas can be beneficial, others are passing experiments.\u201d",
                        "lang": "en-US"
                    }
                ],
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "Kh\u00fcrt Williams says: @ islandinthenet.com"
                            ],
                            "photo": [
                                {
                                    "value": "https://secure.gravatar.com/avatar/7fa94585b903e6e183d6164b16b1b573?s=64&d=https://boffosocko.com/wp-content/plugins/semantic-linkbacks/img/mm.jpg&r=pg",
                                    "alt": ""
                                }
                            ]
                        },
                        "lang": "en-US",
                        "value": "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/Kh\u00fcrt Williams says:\u00a0@\u00a0islandinthenet.com"
                    }
                ]
            },
            "id": "div-comment-40181",
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Chris Aldrich"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=56&d=identicon&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "http://www.boffosocko.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Chris Aldrich"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=56&d=identicon&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "http://www.boffosocko.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Kh\u00fcrt Williams"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/7fa94585b903e6e183d6164b16b1b573?s=100&d=https://boffosocko.com/wp-content/plugins/semantic-linkbacks/img/mm.jpg&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "https://islandinthenet.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-cite"
            ],
            "properties": {
                "name": [
                    "This just gave me an idea\u2026\nhttps://github.com/dshanske/indieweb-post-kinds/issues/134\n\u00a0"
                ],
                "url": [
                    "https://david.shanske.com/2017/12/13/update-read-posts-physical-books/"
                ],
                "published": [
                    "2017-12-13T17:53:43-08:00"
                ],
                "content": [
                    {
                        "html": "<p>This just gave me an idea\u2026<br>\n<a href=\"https://github.com/dshanske/indieweb-post-kinds/issues/134\" rel=\"nofollow ugc\">https://github.com/dshanske/indieweb-post-kinds/issues/134</a><br>\n </p>",
                        "value": "This just gave me an idea\u2026\nhttps://github.com/dshanske/indieweb-post-kinds/issues/134\n\u00a0",
                        "lang": "en-US"
                    }
                ],
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "David Shanske says: @ david.shanske.com"
                            ],
                            "photo": [
                                {
                                    "value": "https://secure.gravatar.com/avatar/681eba02e72ba1d894097034a8110e61?s=125&d=default&r=g",
                                    "alt": ""
                                }
                            ]
                        },
                        "lang": "en-US",
                        "value": "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/David Shanske says:\u00a0@\u00a0david.shanske.com"
                    }
                ]
            },
            "id": "div-comment-40152",
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Chris Aldrich"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=56&d=identicon&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "http://www.boffosocko.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Chris Aldrich"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=56&d=identicon&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "http://www.boffosocko.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Chris Aldrich"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=56&d=identicon&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "http://www.boffosocko.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Chris Aldrich"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=56&d=identicon&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "http://www.boffosocko.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Chris Aldrich"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=56&d=identicon&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "http://www.boffosocko.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-card"
            ],
            "properties": {
                "name": [
                    "Chris Aldrich"
                ],
                "photo": [
                    {
                        "value": "https://secure.gravatar.com/avatar/d154b20651839159323d696efd712f67de7d47c969a9787760f8b4f06d107548?s=56&d=identicon&r=pg",
                        "alt": ""
                    }
                ],
                "url": [
                    "http://www.boffosocko.com"
                ]
            },
            "lang": "en-US"
        },
        {
            "type": [
                "h-cite"
            ],
            "properties": {
                "name": [
                    "Experiments with Instagram and WordPress #IndieWeb #Manual #POSSE\nSyndicated copies: X"
                ],
                "url": [
                    "https://islandinthenet.com/instagram-wordpress/"
                ],
                "syndication": [
                    "https://twitter.com/khurtwilliams/status/943858720060198912"
                ],
                "published": [
                    "2017-12-21T09:55:55-08:00"
                ],
                "content": [
                    {
                        "html": "<p>Experiments with Instagram and WordPress #IndieWeb #Manual #POSSE</p>\n<p><span class=\"syn-text\">Syndicated copies:</span></p>\n<ul class=\"relsyn\">\n<li><a aria-label=\"x\" class=\"u-syndication syn-link\" href=\"https://twitter.com/khurtwilliams/status/943858720060198912\" rel=\"syndication\"> <span class=\"syndication-link-icon svg-x\" style=\"display: inline-block; max-width: 1rem; margin: 2px;\" aria-hidden=\"true\" aria-label=\"X\" title=\"X\"><svg role=\"img\" viewBox=\"0 0 24 24\"><title>X</title><path d=\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"></path></svg></span></a></li>\n</ul>",
                        "value": "Experiments with Instagram and WordPress #IndieWeb #Manual #POSSE\nSyndicated copies: X",
                        "lang": "en-US"
                    }
                ],
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "Kh\u00fcrt Williams says: @ islandinthenet.com"
                            ],
                            "photo": [
                                {
                                    "value": "https://secure.gravatar.com/avatar/7fa94585b903e6e183d6164b16b1b573?s=64&d=https://boffosocko.com/wp-content/plugins/semantic-linkbacks/img/mm.jpg&r=pg",
                                    "alt": ""
                                }
                            ]
                        },
                        "lang": "en-US",
                        "value": "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/Kh\u00fcrt Williams says:\u00a0@\u00a0islandinthenet.com"
                    }
                ]
            },
            "id": "div-comment-40536",
            "lang": "en-US"
        },
        {
            "type": [
                "h-cite"
            ],
            "properties": {
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "Chris Aldrich"
                            ],
                            "url": [
                                "https://boffosocko.com/author/chrisaldrich/"
                            ]
                        },
                        "lang": "en-US",
                        "value": "Chris Aldrich"
                    }
                ]
            },
            "id": "comment-40199",
            "lang": "en-US"
        },
        {
            "type": [
                "h-cite"
            ],
            "properties": {
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "Chris Aldrich"
                            ],
                            "url": [
                                "http://boffosocko.com/author/chrisaldrich/"
                            ]
                        },
                        "lang": "en-US",
                        "value": "Chris Aldrich"
                    }
                ]
            },
            "id": "comment-40213",
            "lang": "en-US"
        },
        {
            "type": [
                "h-cite"
            ],
            "properties": {
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "Chris Aldrich"
                            ],
                            "url": [
                                "http://boffosocko.com/author/chrisaldrich/"
                            ]
                        },
                        "lang": "en-US",
                        "value": "Chris Aldrich"
                    }
                ]
            },
            "id": "comment-40027",
            "lang": "en-US"
        },
        {
            "type": [
                "h-cite"
            ],
            "properties": {
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "Chris Aldrich"
                            ],
                            "url": [
                                "http://boffosocko.com/author/chrisaldrich/"
                            ]
                        },
                        "lang": "en-US",
                        "value": "Chris Aldrich"
                    }
                ]
            },
            "id": "comment-40028",
            "lang": "en-US"
        },
        {
            "type": [
                "h-cite"
            ],
            "properties": {
                "author": [
                    {
                        "type": [
                            "h-card"
                        ],
                        "properties": {
                            "name": [
                                "Rama Kunapuli"
                            ],
                            "url": [
                                "https://profiles.google.com/104507251705812285679"
                            ]
                        },
                        "lang": "en-US",
                        "value": "Rama Kunapuli"
                    }
                ]
            },
            "id": "comment-39964",
            "lang": "en-US"
        }
    ],
    "rels": {
        "profile": [
            "http://gmpg.org/xfn/11"
        ],
        "pingback": [
            "https://boffosocko.com/xmlrpc.php"
        ],
        "canonical": [
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/"
        ],
        "dns-prefetch": [
            "https://stats.wp.com",
            "https://fonts.googleapis.com",
            "https://use.fontawesome.com"
        ],
        "preconnect": [
            "https://fonts.gstatic.com",
            "https://i0.wp.com",
            "https://c0.wp.com"
        ],
        "alternate": [
            "https://boffosocko.com/feed/",
            "https://boffosocko.com/comments/feed/",
            "https://boffosocko.com/kind/article/feed/",
            "https://boffosocko.com/kind/note/feed/",
            "https://boffosocko.com/kind/reply/feed/",
            "https://boffosocko.com/microblog.xml",
            "https://boffosocko.com/linkblog.xml",
            "https://boffosocko.com/instagram.xml",
            "https://boffosocko.com/read.xml",
            "https://boffosocko.com/kind/checkin/feed/",
            "https://boffosocko.com/kind/listen/feed/",
            "https://boffosocko.com/kind/watch/feed/",
            "https://boffosocko.com/kind/photo/feed/",
            "https://boffosocko.com/kind/issue/feed/",
            "https://boffosocko.com/kind/rsvp/feed/",
            "https://boffosocko.com/kind/jam/feed/",
            "https://boffosocko.com/kind/annotation/feed/",
            "https://boffosocko.com/kind/favorite/feed/",
            "https://boffosocko.com/kind/like/feed/",
            "https://boffosocko.com/kind/bookmark/feed/",
            "https://boffosocko.com/kind/follow/feed/",
            "https://boffosocko.com/kind/repost/feed/",
            "https://boffosocko.com/kind/wish/feed/",
            "http://boffosocko.com/kind/eat,drink/feed/",
            "https://boffosocko.com/category/science/information-theory/feed/",
            "https://boffosocko.com/category/mathematics/feed/",
            "http://stream.boffosocko.com/content/all?_t=rss",
            "https://boffosocko.com/category/microcast/feed/",
            "https://boffosocko.com/category/podcast/feed/",
            "https://granary-demo.appspot.com/url?url=http://www.boffosocko.com/blog/&input=html&output=atom&hub=https://bridgy-fed.superfeedr.com/",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/feed/",
            "https://boffosocko.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fboffosocko.com%2F2017%2F12%2F11%2Fan-update-to-read-posts-for-physical-books%2F",
            "https://boffosocko.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fboffosocko.com%2F2017%2F12%2F11%2Fan-update-to-read-posts-for-physical-books%2F&format=xml",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/feed/mf2/",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/feed/jf2/",
            "https://boffosocko.com/wp-json/wp/v2/posts/55702323",
            "https://boffosocko.com/category/indieweb/feed/rss/",
            "https://boffosocko.com/tag/micropub/feed/rss/",
            "https://boffosocko.com/tag/quill/feed/rss/",
            "https://boffosocko.com/tag/read-posts/feed/rss/",
            "https://boffosocko.com/kind/article/feed/rss/",
            "https://boffosocko.com/author/chrisaldrich/feed/rss/",
            "https://boffosocko.com/feed/json/",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/feed/json/",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/"
        ],
        "feed": [
            "http://boffosocko.com/blog/"
        ],
        "microsub": [
            "https://aperture.p3k.io/microsub/16"
        ],
        "me": [
            "https://micro.blog/c",
            "http://tw.boffosocko.com/",
            "https://wiki.chrisaldrich.net/Main_Page",
            "http://www.boffosocko.com/publishing",
            "mailto:chris@boffosocko.com",
            "http://boffosocko.com/feed/",
            "https://hypothes.is/users/chrisaldrich",
            "https://mastodon.social/@chrisaldrich",
            "https://foursquare.com/chrisaldrich",
            "https://github.com/chrisaldrich",
            "https://www.instagram.com/chrisaldrich/",
            "https://profiles.wordpress.org/chrisaldrich/",
            "http://www.linkedin.com/in/chrisaldrich",
            "https://www.flickr.com/people/chrisaldrich/",
            "https://open.spotify.com/user/chrisaldrich",
            "https://www.last.fm/user/snark35",
            "https://www.youtube.com/user/christopherjaldrich/",
            "https://bsky.app/profile/chrisaldrich.bsky.social",
            "https://boffosocko.com/about/social-media-accounts-and-links/"
        ],
        "stylesheet": [
            "https://c0.wp.com/p/jetpack/15.9.1/modules/theme-tools/compat/twentyfifteen.css",
            "https://c0.wp.com/p/jetpack/15.9.1/modules/related-posts/related-posts.css",
            "https://boffosocko.com/wp-content/plugins/book-review/public/css/book-review-public.min.css?ver=2.3.9",
            "https://boffosocko.com/wp-content/plugins/indieweb/static/css/indieweb.css?ver=5.1.1",
            "https://boffosocko.com/wp-content/plugins/webmention/assets/css/webmention.css?ver=5.8.1",
            "https://boffosocko.com/wp-content/plugins/wp-fragmention/assets/css/fragmention.css?ver=0.1.4",
            "https://boffosocko.com/wp-content/plugins/fragmentions/styles/fragmentions.css?ver=1.4.0",
            "https://boffosocko.com/wp-content/plugins/indieweb-post-kinds/css/kind.min.css?ver=3.0.9",
            "https://fonts.googleapis.com/css?family=Noto+Sans%3A400italic%2C700italic%2C400%2C700%7CNoto+Serif%3A400italic%2C700italic%2C400%2C700%7CInconsolata%3A400%2C700&subset=latin%2Clatin-ext",
            "https://c0.wp.com/p/jetpack/15.9.1/_inc/genericons/genericons/genericons.css",
            "https://boffosocko.com/wp-content/themes/twentyfifteen-child/style.css?ver=7.0.2",
            "https://boffosocko.com/wp-content/themes/twentyfifteen/css/blocks.css?ver=20181230",
            "https://boffosocko.com/wp-content/plugins/syndication-links/css/syn-bw-medium.min.css?ver=4.5.3",
            "https://use.fontawesome.com/releases/v5.15.4/css/all.css?ver=2.0.3",
            "https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css?ver=2.0.3"
        ],
        "https://api.w.org/": [
            "https://boffosocko.com/wp-json/"
        ],
        "EditURI": [
            "https://boffosocko.com/xmlrpc.php?rsd"
        ],
        "shortlink": [
            "https://boffosocko.com/?p=55702323"
        ],
        "icon": [
            "https://i0.wp.com/boffosocko.com/wp-content/uploads/2015/04/LAAC-rooftop-cropped512x512-551cdb03v1_site_icon.png?fit=32%2C32&ssl=1",
            "https://i0.wp.com/boffosocko.com/wp-content/uploads/2015/04/LAAC-rooftop-cropped512x512-551cdb03v1_site_icon.png?fit=192%2C192&ssl=1"
        ],
        "apple-touch-icon": [
            "https://i0.wp.com/boffosocko.com/wp-content/uploads/2015/04/LAAC-rooftop-cropped512x512-551cdb03v1_site_icon.png?fit=180%2C180&ssl=1"
        ],
        "webmention": [
            "https://boffosocko.com/wp-json/webmention/1.0/endpoint"
        ],
        "micropub": [
            "https://boffosocko.com/wp-json/micropub/1.0/endpoint"
        ],
        "micropub_media": [
            "https://boffosocko.com/wp-json/micropub/1.0/media"
        ],
        "home": [
            "https://boffosocko.com/"
        ],
        "noopener": [
            "https://gregorlove.com/2017/12/my-project-for-todays-indiewebcamp/",
            "https://indieweb.org/read",
            "https://wordpress.org/plugins/indieweb-post-kinds/",
            "http://microformats.org/wiki/Main_Page",
            "http://boffosocko.com/tag/want-to-read/",
            "http://david.shanske.com",
            "http://boffosocko.com/2017/12/09/read-pages-381-461-of-origin-by-dan-brown/",
            "http://boffosocko.com/type/quote/",
            "http://boffosocko.com/2017/10/20/indieweb-the-book/",
            "http://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40174",
            "https://islandinthenet.com/manually-adding-microfomats-markup/",
            "https://aaronparecki.com/",
            "https://teacup.p3k.io/",
            "https://david.shanske.com/2017/12/13/update-read-posts-physical-books/"
        ],
        "author": [
            "https://boffosocko.com/author/chrisaldrich/"
        ],
        "bookmark": [
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/"
        ],
        "category": [
            "https://boffosocko.com/category/indieweb/"
        ],
        "tag": [
            "https://boffosocko.com/category/indieweb/",
            "https://boffosocko.com/tag/micropub/",
            "https://boffosocko.com/tag/quill/",
            "https://boffosocko.com/tag/read-posts/"
        ],
        "syndication": [
            "https://www.facebook.com/chrisaldrich/posts/10101528970353005",
            "http://flip.it/1Ukfez",
            "https://www.linkedin.com/updates?discuss=&scope=6625072&stype=M&topic=6346203821269622784&type=U&a=1UuQ",
            "https://chrisaldrich.tumblr.com/post/168453957542",
            "https://twitter.com/ChrisAldrich/status/940438136559161344",
            "https://www.twitter.com/chrisaldrich/status/940438136559161344",
            "https://chrisaldrich.wordpress.com/?p=55676232",
            "https://plus.google.com/+ChrisAldrich1/posts/Gs5nraLcPyr",
            "https://twitter.com/khurtwilliams/status/940780250383966208",
            "https://twitter.com/khurtwilliams/status/943858720060198912"
        ],
        "ugc": [
            "https://gregorlove.com/",
            "https://islandinthenet.com/manually-adding-microfomats-markup/",
            "http://www.boffosocko.com",
            "https://indieweb.org/Instagram",
            "https://islandinthenet.com",
            "https://www.nextscripts.com/known-issues/",
            "https://islandinthenet.com/author/khurtwilliams/",
            "https://david.shanske.com",
            "https://github.com/dshanske/indieweb-post-kinds/issues/134"
        ],
        "external": [
            "https://gregorlove.com/",
            "https://islandinthenet.com/manually-adding-microfomats-markup/",
            "http://www.boffosocko.com",
            "https://islandinthenet.com",
            "https://islandinthenet.com/author/khurtwilliams/",
            "https://david.shanske.com"
        ],
        "nofollow": [
            "https://gregorlove.com/",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-39988",
            "https://islandinthenet.com/manually-adding-microfomats-markup/",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40013",
            "http://www.boffosocko.com",
            "https://indieweb.org/WWTD",
            "https://github.com/dshanske/indieweb-post-kinds/issues",
            "https://github.com/dshanske/syndication-links/issues",
            "https://indieweb.org/Instagram",
            "https://wordpress.org/plugins/dsgnwrks-instagram-importer/",
            "https://indieweb.org/Instagram#Exporting_your_data",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40026",
            "https://islandinthenet.com",
            "https://www.nextscripts.com/known-issues/",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40143",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40179",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40182",
            "https://islandinthenet.com/author/khurtwilliams/",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40181",
            "https://eddiehinkle.com/2017/12/12/2/article/",
            "https://aaronparecki.com/",
            "https://teacup.p3k.io/",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40049",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40174",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40176",
            "https://david.shanske.com",
            "https://github.com/dshanske/indieweb-post-kinds/issues/134",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40152",
            "https://david.shanske.com/2017/12/13/update-read-posts-physical-books/",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40184",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40185",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40186",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40187",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40188",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40189",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40536",
            "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#respond",
            "http://indieweb.org"
        ],
        "prev": [
            "https://boffosocko.com/2017/12/11/checkin-arclight-cinemas-for-star-wars-the-last-jedi/"
        ],
        "next": [
            "https://boffosocko.com/2017/12/12/modernist-breadcrumbs-episode-7-thermal-mass-heritage-radio-network/"
        ]
    },
    "rel-urls": {
        "http://gmpg.org/xfn/11": {
            "rels": [
                "profile"
            ]
        },
        "https://boffosocko.com/xmlrpc.php": {
            "rels": [
                "pingback"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/": {
            "text": "December 11, 2017 8:27 pmDecember 11, 2017",
            "title": "ActivityPub (JSON)",
            "type": "application/activity+json",
            "rels": [
                "alternate",
                "bookmark",
                "canonical"
            ]
        },
        "https://stats.wp.com": {
            "rels": [
                "dns-prefetch"
            ]
        },
        "https://fonts.googleapis.com": {
            "rels": [
                "dns-prefetch"
            ]
        },
        "https://use.fontawesome.com": {
            "rels": [
                "dns-prefetch"
            ]
        },
        "https://fonts.gstatic.com": {
            "rels": [
                "preconnect"
            ]
        },
        "https://i0.wp.com": {
            "rels": [
                "preconnect"
            ]
        },
        "https://c0.wp.com": {
            "rels": [
                "preconnect"
            ]
        },
        "https://boffosocko.com/feed/": {
            "title": "Chris Aldrich \u00bb Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/comments/feed/": {
            "title": "Chris Aldrich \u00bb Comments Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/article/feed/": {
            "title": "Chris Aldrich \u00bb Articles Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/note/feed/": {
            "title": "Chris Aldrich \u00bb Notes Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/reply/feed/": {
            "title": "Chris Aldrich \u00bb Replies Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/microblog.xml": {
            "title": "Chris Aldrich \u00bb Microblog",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/linkblog.xml": {
            "title": "Chris Aldrich \u00bb Linkblog",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/instagram.xml": {
            "title": "Chris Aldrich \u00bb Instagram",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/read.xml": {
            "title": "Chris Aldrich \u00bb What I'm Reading",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/checkin/feed/": {
            "title": "Chris Aldrich \u00bb Checkins",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/listen/feed/": {
            "title": "Chris Aldrich \u00bb What I'm Listening to",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/watch/feed/": {
            "title": "Chris Aldrich \u00bb What I'm Watching",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/photo/feed/": {
            "title": "Chris Aldrich \u00bb Photo Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/issue/feed/": {
            "title": "Chris Aldrich \u00bb Issues Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/rsvp/feed/": {
            "title": "Chris Aldrich \u00bb RSVPs",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/jam/feed/": {
            "title": "Chris Aldrich \u00bb Jams",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/annotation/feed/": {
            "title": "Chris Aldrich \u00bb Annotations and Highlights",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/favorite/feed/": {
            "title": "Chris Aldrich \u00bb Favorites ",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/like/feed/": {
            "title": "Chris Aldrich \u00bb Likes",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/bookmark/feed/": {
            "title": "Chris Aldrich \u00bb Bookmarks",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/follow/feed/": {
            "title": "Chris Aldrich \u00bb Follows",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/repost/feed/": {
            "title": "Chris Aldrich \u00bb Reposts",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/wish/feed/": {
            "title": "Chris Aldrich \u00bb Wishes",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "http://boffosocko.com/kind/eat,drink/feed/": {
            "title": "Chris Aldrich \u00bb Food Diary",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/category/science/information-theory/feed/": {
            "title": "Chris Aldrich \u00bb Information Theory Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/category/mathematics/feed/": {
            "title": "Chris Aldrich \u00bb Mathematics Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "http://stream.boffosocko.com/content/all?_t=rss": {
            "title": "Chris Aldrich \u00bb Known Social Stream",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/category/microcast/feed/": {
            "title": "Chris Aldrich \u00bb Microcast",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/category/podcast/feed/": {
            "title": "Chris Aldrich \u00bb An IndieWeb Podcast",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "http://boffosocko.com/blog/": {
            "title": "BoffoSocko Blog feed",
            "type": "text/html",
            "rels": [
                "feed"
            ]
        },
        "https://granary-demo.appspot.com/url?url=http://www.boffosocko.com/blog/&input=html&output=atom&hub=https://bridgy-fed.superfeedr.com/": {
            "type": "application/atom+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://aperture.p3k.io/microsub/16": {
            "rels": [
                "microsub"
            ]
        },
        "https://micro.blog/c": {
            "rels": [
                "me"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/feed/": {
            "title": "Chris Aldrich \u00bb An update to read posts for physical books Comments Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fboffosocko.com%2F2017%2F12%2F11%2Fan-update-to-read-posts-for-physical-books%2F": {
            "title": "oEmbed (JSON)",
            "type": "application/json+oembed",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fboffosocko.com%2F2017%2F12%2F11%2Fan-update-to-read-posts-for-physical-books%2F&format=xml": {
            "title": "oEmbed (XML)",
            "type": "text/xml+oembed",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/feed/mf2/": {
            "type": "application/mf2+json",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/feed/jf2/": {
            "type": "application/jf2+json",
            "rels": [
                "alternate"
            ]
        },
        "https://c0.wp.com/p/jetpack/15.9.1/modules/theme-tools/compat/twentyfifteen.css": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://c0.wp.com/p/jetpack/15.9.1/modules/related-posts/related-posts.css": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://boffosocko.com/wp-content/plugins/book-review/public/css/book-review-public.min.css?ver=2.3.9": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://boffosocko.com/wp-content/plugins/indieweb/static/css/indieweb.css?ver=5.1.1": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://boffosocko.com/wp-content/plugins/webmention/assets/css/webmention.css?ver=5.8.1": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://boffosocko.com/wp-content/plugins/wp-fragmention/assets/css/fragmention.css?ver=0.1.4": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://boffosocko.com/wp-content/plugins/fragmentions/styles/fragmentions.css?ver=1.4.0": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://boffosocko.com/wp-content/plugins/indieweb-post-kinds/css/kind.min.css?ver=3.0.9": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://fonts.googleapis.com/css?family=Noto+Sans%3A400italic%2C700italic%2C400%2C700%7CNoto+Serif%3A400italic%2C700italic%2C400%2C700%7CInconsolata%3A400%2C700&subset=latin%2Clatin-ext": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://c0.wp.com/p/jetpack/15.9.1/_inc/genericons/genericons/genericons.css": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://boffosocko.com/wp-content/themes/twentyfifteen-child/style.css?ver=7.0.2": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://boffosocko.com/wp-content/themes/twentyfifteen/css/blocks.css?ver=20181230": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://boffosocko.com/wp-content/plugins/syndication-links/css/syn-bw-medium.min.css?ver=4.5.3": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://use.fontawesome.com/releases/v5.15.4/css/all.css?ver=2.0.3": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css?ver=2.0.3": {
            "media": "all",
            "rels": [
                "stylesheet"
            ]
        },
        "https://boffosocko.com/wp-json/": {
            "rels": [
                "https://api.w.org/"
            ]
        },
        "https://boffosocko.com/wp-json/wp/v2/posts/55702323": {
            "title": "JSON",
            "type": "application/json",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/xmlrpc.php?rsd": {
            "title": "RSD",
            "type": "application/rsd+xml",
            "rels": [
                "EditURI"
            ]
        },
        "https://boffosocko.com/?p=55702323": {
            "rels": [
                "shortlink"
            ]
        },
        "https://boffosocko.com/category/indieweb/feed/rss/": {
            "title": "Chris Aldrich \u00bb IndieWeb Category Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/tag/micropub/feed/rss/": {
            "title": "Chris Aldrich \u00bb Micropub Tag Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/tag/quill/feed/rss/": {
            "title": "Chris Aldrich \u00bb Quill Tag Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/tag/read-posts/feed/rss/": {
            "title": "Chris Aldrich \u00bb read posts Tag Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/kind/article/feed/rss/": {
            "title": "Chris Aldrich \u00bb article Kind Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/author/chrisaldrich/feed/rss/": {
            "title": "Chris Aldrich \u00bb Posts by Chris Aldrich Feed",
            "type": "application/rss+xml",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/feed/json/": {
            "title": "Chris Aldrich \u00bb JSON Feed",
            "type": "application/feed+json",
            "rels": [
                "alternate"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/feed/json/": {
            "title": "Chris Aldrich \u00bb An update to read posts for physical books Comments Feed",
            "type": "application/feed+json",
            "rels": [
                "alternate"
            ]
        },
        "https://i0.wp.com/boffosocko.com/wp-content/uploads/2015/04/LAAC-rooftop-cropped512x512-551cdb03v1_site_icon.png?fit=32%2C32&ssl=1": {
            "rels": [
                "icon"
            ]
        },
        "https://i0.wp.com/boffosocko.com/wp-content/uploads/2015/04/LAAC-rooftop-cropped512x512-551cdb03v1_site_icon.png?fit=192%2C192&ssl=1": {
            "rels": [
                "icon"
            ]
        },
        "https://i0.wp.com/boffosocko.com/wp-content/uploads/2015/04/LAAC-rooftop-cropped512x512-551cdb03v1_site_icon.png?fit=180%2C180&ssl=1": {
            "rels": [
                "apple-touch-icon"
            ]
        },
        "https://boffosocko.com/wp-json/webmention/1.0/endpoint": {
            "rels": [
                "webmention"
            ]
        },
        "https://boffosocko.com/wp-json/micropub/1.0/endpoint": {
            "rels": [
                "micropub"
            ]
        },
        "https://boffosocko.com/wp-json/micropub/1.0/media": {
            "rels": [
                "micropub_media"
            ]
        },
        "https://boffosocko.com/": {
            "text": "Chris Aldrich",
            "rels": [
                "home"
            ]
        },
        "http://tw.boffosocko.com/": {
            "text": "TiddlyWikiResearch Wiki and Commonplace Book",
            "rels": [
                "me"
            ]
        },
        "https://wiki.chrisaldrich.net/Main_Page": {
            "text": "MediaWikiMy personal wiki",
            "rels": [
                "me"
            ]
        },
        "http://www.boffosocko.com/publishing": {
            "text": "Boffo Socko Publishing",
            "rels": [
                "me"
            ]
        },
        "mailto:chris@boffosocko.com": {
            "title": "email me",
            "text": "Email",
            "rels": [
                "me"
            ]
        },
        "http://boffosocko.com/feed/": {
            "title": "Click to subscribe to the RSS Feed at http://boffosocko.com/feed/",
            "text": "RSS",
            "rels": [
                "me"
            ]
        },
        "https://hypothes.is/users/chrisaldrich": {
            "title": "Hypothes.is annotations",
            "text": "Hypothesis",
            "rels": [
                "me"
            ]
        },
        "https://mastodon.social/@chrisaldrich": {
            "text": "Mastodon",
            "rels": [
                "me"
            ]
        },
        "https://foursquare.com/chrisaldrich": {
            "text": "Foursquare",
            "rels": [
                "me"
            ]
        },
        "https://github.com/chrisaldrich": {
            "text": "GitHub",
            "rels": [
                "me"
            ]
        },
        "https://www.instagram.com/chrisaldrich/": {
            "text": "Instagram",
            "rels": [
                "me"
            ]
        },
        "https://profiles.wordpress.org/chrisaldrich/": {
            "text": "WordPress",
            "rels": [
                "me"
            ]
        },
        "http://www.linkedin.com/in/chrisaldrich": {
            "text": "LinkedIn",
            "rels": [
                "me"
            ]
        },
        "https://www.flickr.com/people/chrisaldrich/": {
            "text": "Flickr",
            "rels": [
                "me"
            ]
        },
        "https://open.spotify.com/user/chrisaldrich": {
            "text": "Spotify",
            "rels": [
                "me"
            ]
        },
        "https://www.last.fm/user/snark35": {
            "title": "Last.fm scrobbles",
            "text": "Last.fm",
            "rels": [
                "me"
            ]
        },
        "https://www.youtube.com/user/christopherjaldrich/": {
            "title": "YouTube channel",
            "text": "YouTube",
            "rels": [
                "me"
            ]
        },
        "https://bsky.app/profile/chrisaldrich.bsky.social": {
            "text": "Bluesky",
            "rels": [
                "me"
            ]
        },
        "https://boffosocko.com/about/social-media-accounts-and-links/": {
            "title": "Look for other social media platforms here",
            "text": "Elsewhere",
            "rels": [
                "me"
            ]
        },
        "https://gregorlove.com/2017/12/my-project-for-todays-indiewebcamp/": {
            "text": "gRegor Morrill\u2019s IndieWebCamp Austin project",
            "rels": [
                "noopener"
            ]
        },
        "https://indieweb.org/read": {
            "text": "read posts",
            "rels": [
                "noopener"
            ]
        },
        "https://wordpress.org/plugins/indieweb-post-kinds/": {
            "text": "Post Kinds Plugin",
            "rels": [
                "noopener"
            ]
        },
        "http://microformats.org/wiki/Main_Page": {
            "text": "microformats ",
            "rels": [
                "noopener"
            ]
        },
        "http://boffosocko.com/tag/want-to-read/": {
            "text": "want to read",
            "rels": [
                "noopener"
            ]
        },
        "http://david.shanske.com": {
            "text": "David Shanske",
            "rels": [
                "noopener"
            ]
        },
        "http://boffosocko.com/2017/12/09/read-pages-381-461-of-origin-by-dan-brown/": {
            "text": "recent read post",
            "rels": [
                "noopener"
            ]
        },
        "http://boffosocko.com/type/quote/": {
            "text": "quote posts",
            "rels": [
                "noopener"
            ]
        },
        "http://boffosocko.com/2017/10/20/indieweb-the-book/": {
            "text": "The Book",
            "rels": [
                "noopener"
            ]
        },
        "https://boffosocko.com/author/chrisaldrich/": {
            "text": "\n\t\t\t\tView all posts by Chris Aldrich\t\t\t",
            "rels": [
                "author"
            ]
        },
        "https://boffosocko.com/category/indieweb/": {
            "text": "IndieWeb",
            "rels": [
                "category",
                "tag"
            ]
        },
        "https://boffosocko.com/tag/micropub/": {
            "text": "Micropub",
            "rels": [
                "tag"
            ]
        },
        "https://boffosocko.com/tag/quill/": {
            "text": "Quill",
            "rels": [
                "tag"
            ]
        },
        "https://boffosocko.com/tag/read-posts/": {
            "text": "read posts",
            "rels": [
                "tag"
            ]
        },
        "https://www.facebook.com/chrisaldrich/posts/10101528970353005": {
            "text": " Facebook",
            "rels": [
                "syndication"
            ]
        },
        "http://flip.it/1Ukfez": {
            "text": " Flipboard",
            "rels": [
                "syndication"
            ]
        },
        "https://www.linkedin.com/updates?discuss=&scope=6625072&stype=M&topic=6346203821269622784&type=U&a=1UuQ": {
            "text": " LinkedIn",
            "rels": [
                "syndication"
            ]
        },
        "https://chrisaldrich.tumblr.com/post/168453957542": {
            "text": " Tumblr",
            "rels": [
                "syndication"
            ]
        },
        "https://twitter.com/ChrisAldrich/status/940438136559161344": {
            "text": " X",
            "rels": [
                "syndication"
            ]
        },
        "https://www.twitter.com/chrisaldrich/status/940438136559161344": {
            "text": " X",
            "rels": [
                "syndication"
            ]
        },
        "https://chrisaldrich.wordpress.com/?p=55676232": {
            "text": " WordPress",
            "rels": [
                "syndication"
            ]
        },
        "https://plus.google.com/+ChrisAldrich1/posts/Gs5nraLcPyr": {
            "text": " googleplus",
            "rels": [
                "syndication"
            ]
        },
        "https://gregorlove.com/": {
            "text": "gRegor Morrill",
            "rels": [
                "external",
                "nofollow",
                "ugc"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-39988": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://islandinthenet.com/manually-adding-microfomats-markup/": {
            "text": "gRegor Morrill says: @ gregorlove.com",
            "rels": [
                "external",
                "nofollow",
                "noopener",
                "ugc"
            ]
        },
        "https://twitter.com/khurtwilliams/status/940780250383966208": {
            "text": " X",
            "rels": [
                "syndication"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40013": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "http://www.boffosocko.com": {
            "text": "Chris Aldrich",
            "rels": [
                "external",
                "nofollow",
                "ugc"
            ]
        },
        "https://indieweb.org/WWTD": {
            "text": "WWTD",
            "rels": [
                "nofollow"
            ]
        },
        "https://github.com/dshanske/indieweb-post-kinds/issues": {
            "text": "GitHub issue queue",
            "rels": [
                "nofollow"
            ]
        },
        "https://github.com/dshanske/syndication-links/issues": {
            "text": "Syndication Links Plugin",
            "rels": [
                "nofollow"
            ]
        },
        "https://indieweb.org/Instagram": {
            "text": "https://indieweb.org/Instagram",
            "rels": [
                "nofollow",
                "ugc"
            ]
        },
        "https://wordpress.org/plugins/dsgnwrks-instagram-importer/": {
            "text": "DsgnWrks Instagram Importer",
            "rels": [
                "nofollow"
            ]
        },
        "https://indieweb.org/Instagram#Exporting_your_data": {
            "text": "Instagram export bookmarklet",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40026": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://islandinthenet.com": {
            "text": "Kh\u00fcrt Williams",
            "rels": [
                "external",
                "nofollow",
                "ugc"
            ]
        },
        "https://www.nextscripts.com/known-issues/": {
            "text": "https://www.nextscripts.com/known-issues/",
            "rels": [
                "nofollow",
                "ugc"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40143": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "http://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40174": {
            "text": "comment on my site",
            "rels": [
                "noopener"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40179": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40182": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://islandinthenet.com/author/khurtwilliams/": {
            "text": "Kh\u00fcrt Williams",
            "rels": [
                "external",
                "nofollow",
                "ugc"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40181": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://eddiehinkle.com/2017/12/12/2/article/": {
            "text": "Owning my Reading and 100 Days of Reading Chapters",
            "rels": [
                "nofollow"
            ]
        },
        "https://aaronparecki.com/": {
            "text": "Aaron Parecki",
            "rels": [
                "nofollow",
                "noopener"
            ]
        },
        "https://teacup.p3k.io/": {
            "text": "Teacup",
            "rels": [
                "nofollow",
                "noopener"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40049": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40174": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40176": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://david.shanske.com": {
            "text": "David Shanske",
            "rels": [
                "external",
                "nofollow",
                "ugc"
            ]
        },
        "https://github.com/dshanske/indieweb-post-kinds/issues/134": {
            "text": "https://github.com/dshanske/indieweb-post-kinds/issues/134",
            "rels": [
                "nofollow",
                "ugc"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40152": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://david.shanske.com/2017/12/13/update-read-posts-physical-books/": {
            "text": "Test",
            "rels": [
                "nofollow",
                "noopener"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40184": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40185": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40186": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40187": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40188": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40189": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://twitter.com/khurtwilliams/status/943858720060198912": {
            "text": " X",
            "rels": [
                "syndication"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#comment-40536": {
            "text": "Reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/an-update-to-read-posts-for-physical-books/#respond": {
            "text": "Cancel reply",
            "rels": [
                "nofollow"
            ]
        },
        "https://boffosocko.com/2017/12/11/checkin-arclight-cinemas-for-star-wars-the-last-jedi/": {
            "text": "Previous Previous post: Checkin ArcLight Cinemas for Star Wars: The Last Jedi",
            "rels": [
                "prev"
            ]
        },
        "https://boffosocko.com/2017/12/12/modernist-breadcrumbs-episode-7-thermal-mass-heritage-radio-network/": {
            "text": "Next Next post: \ud83c\udfa7 Modernist BreadCrumbs | Episode 7: Thermal Mass | Heritage Radio Network",
            "rels": [
                "next"
            ]
        },
        "http://indieweb.org": {
            "text": "principles from ",
            "rels": [
                "nofollow"
            ]
        }
    },
    "debug": {
        "package": "https://packagist.org/packages/mf2/mf2",
        "source": "https://github.com/indieweb/php-mf2",
        "version": "v0.5.0",
        "note": [
            "This output was generated from the php-mf2 library available at https://github.com/indieweb/php-mf2",
            "Please file any issues with the parser at https://github.com/indieweb/php-mf2/issues",
            "Using the Masterminds HTML5 parser"
        ]
    }
}