File: feed_with_rel_bookmark.html

package info (click to toggle)
mf2py 2.0.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,917; makefile: 19
file content (41 lines) | stat: -rw-r--r-- 1,439 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
  <head>
    <title>Backcompat test for hEntry with nested rel=bookmark</title>
    <!-- This should not affect parsing elsewhere -->
    <link rel="bookmark" href="/about">
  </head>
  <body>
    <!-- This should not affect parsing elsewhere -->
    <a rel="bookmark" href="/"></a>

    <article class="hentry">
      <span class="author">Lee Adama</span>
      <span class="entry-title">Jumping Rope for Weight Loss</span>
      <div class="entry-content">Some Content</div>
      <a rel="bookmark" href="/2014/11/24/jump-rope">Nov 24, 2014</a>
    </article>

    <article class="hentry">
      <span class="author">Kara Thrace</span>
      <span class="entry-title">Abstract Art in Graffiti</span>
      <div class="entry-content">More Content</div>
      <a rel="bookmark" href="/2014/11/23/graffiti">Nov 23, 2014</a>
    </article>

    <article class="hentry">
      <span class="author">President Roslyn</span>
      <span class="entry-title">Dreams of Earth</span>
      <div class="entry-content">Additional Content</div>
      <a rel="bookmark" href="/2014/11/21/earth">Nov 21, 2014</a>
    </article>

    <article class="hentry">
      <span class="author">Chief Tyrrol</span>
      <span class="entry-title">Organized Labor in Mining Colonies</span>
      <div class="entry-content">More Content</div>
      <a rel="bookmark" href="/2014/11/19/labor">Nov 19, 2014</a>
    </article>

  </body>
</html>