-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2020-01-02indiewebupdate.php
44 lines (34 loc) · 1.55 KB
/
2020-01-02indiewebupdate.php
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
42
43
44
<?php include 'head.php'; ?>
</head>
<?php include 'header.php'; ?>
</header>
<main class="longreads">
<article class="h-entry">
<h1 class="p-name">Politics of Plumbing: IndieWeb and Federation</h1>
<div class="pubinfo">
<p>Published by <a class="p-author h-card" href="https://jgregorymcverry.com">J. Gregory McVerry</a>
on <time class="dt-published" datetime="2019-12-19 12:34:20">19<sup>th</sup> December 2019</time></p>
<p>In reply to <a class="u-in-reply-to" href="https://thoughtshrapnel.com/2020/01/01/microcast-81/">Doug's Episode 81</a></p>
<span class="summary">
<p class="p-summary">Exploring Equality and Anarchy in the the IndieWeb Movement</p>
</span>
</div>
<div class="copy">
<audio controls src="https://jgregorymcverry.com/podcasts/iwc/2020-01-02indiewebupdate.mp3"></audio>
<div class="e-content">
<p>Show Notes</p>
<ul>
<li><a href="https://thoughtshrapnel.com/2020/01/01/microcast-81/">Doug's microcast</a></li>
<li><a href="https://jgregorymcverry.com/SyNatIndieWeb">IndieWeb and Innovation Systems</a></li>
<li><a href="https://quickthoughts.jgregorymcverry.com/2019/03/07/my-fork-of-synea-into-a-saint">IndieWeb SAINT Model</a></li>
<li><a href="https://chat.indieweb.org">IndieWeb Chat</a></li>
<li><a href="https://indieweb.org/code-of-conduct">IndieWeb Code of Conduct"></a></li>
<li><a href="https://indieweb.org/generations">IndieWeb Generations Model</a></li>
</ul></div>
</div>
</article>
</main>
<footer>
<?php include '../footer.php'; ?>
</body>
</html>