</head>
<body class="h-entry">
<h1>$title</h1>
+ <p>
+ <span class="h-card vcard author p-author">
+ <img class="u-photo" src="../someone.png" width="16" height="16" alt=""/>
+ <a class="p-author h-card" href="../someone.htm">Someone</a>
+ </span>
+ </p>
<div class="e-content">$content</div>
</body>
</html>
<title>PubSubHubbub tester</title>
</head>
<body class="h-feed">
+ <iframe src="" id="addview" name="addview" style="position: absolute; right: 0.5ex; width: 60ex; height: 10ex; border: 1px solid grey"></iframe>
<p>
- <a href="add-article.php">create new article</a>
+ <a href="add-article.php" target="addview">create new article</a>
</p>
<h1>Articles</h1>
<?php foreach ($articles as $article) { ?>
</div>
<p>
<a href="<?php echo $article->file; ?>" class="u-url">permalink</a>
- <time class="dt-published"><?php echo date('c', $article->time); ?></time>
+ at <time class="dt-published"><?php echo date('c', $article->time); ?></time>
+ by
+ <span class="h-card vcard author p-author">
+ <img class="u-photo" src="someone.png" width="16" height="16" alt=""/>
+ <a class="p-author h-card" href="someone.htm">Someone</a>
+ </span>
</p>
</article>
<?php } ?>
--- /dev/null
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>Someone</title>
+ </head>
+ <body>
+ <h1>Someone</h1>
+ <img class="u-photo" src="someone.png" width="16" height="16" alt=""/>
+ <p>
+ Is the author of this <a href="./">blog</a>.
+ </p>
+ </body>
+</html>