Mostly pictures of pubs
This commit is contained in:
parent
2df7b6563d
commit
b8d5b66148
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
A Clojure library designed to implement the ActivityPub protocol, obviously.
|
A Clojure library designed to implement the ActivityPub protocol, obviously.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
The Old Dog and Duck is clearly a pub, and it's a pub related to an activity; to whit, hunting ducks with dogs. Yes, of course one could also hunt dogs with ducks, but in practice that doesn't work so well. The point isn't whether or not I approve of hunting ducks with dogs (or vice versa); to be clear, I don't. The point is that it's a pub related to an activity, and is therefore an [ActivityPub](https://www.w3.org/TR/activitypub/).
|
The Old Dog and Duck is clearly a pub, and it's a pub related to an activity; to whit, hunting ducks with dogs. Yes, of course one could also hunt dogs with ducks, but in practice that doesn't work so well. The point isn't whether or not I approve of hunting ducks with dogs (or vice versa); to be clear, I don't. The point is that it's a pub related to an activity, and is therefore an [ActivityPub](https://www.w3.org/TR/activitypub/).
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
# The Old Dog and Duck
|
# Introduction
|
||||||
|
|
||||||
|
## The Old Dog and Duck
|
||||||
|
|
||||||
A Clojure library designed to implement the ActivityPub protocol, obviously.
|
A Clojure library designed to implement the ActivityPub protocol, obviously.
|
||||||
|
|
||||||
## Introduction
|

|
||||||
|
|
||||||
The Old Dog and Duck is clearly a pub, and it's a pub related to an activity; to whit, hunting ducks with dogs. Yes, of course one could also hunt dogs with ducks, but in practice that doesn't work so well. The point isn't whether or not I approve of hunting ducks with dogs (or vice versa); to be clear, I don't. The point is that it's a pub related to an activity, and is therefore an [ActivityPub](https://www.w3.org/TR/activitypub/).
|
The Old Dog and Duck is clearly a pub, and it's a pub related to an activity; to whit, hunting ducks with dogs. Yes, of course one could also hunt dogs with ducks, but in practice that doesn't work so well. The point isn't whether or not I approve of hunting ducks with dogs (or vice versa); to be clear, I don't. The point is that it's a pub related to an activity, and is therefore an [ActivityPub](https://www.w3.org/TR/activitypub/).
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
docs/images/dog-and-duck-beverley.jpg
Normal file
BIN
docs/images/dog-and-duck-beverley.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 207 KiB |
BIN
docs/images/dog-and-duck-cambridge.png
Normal file
BIN
docs/images/dog-and-duck-cambridge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 812 KiB |
BIN
docs/images/dog-and-duck-derby.jpg
Normal file
BIN
docs/images/dog-and-duck-derby.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
|
@ -8,14 +8,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>The Old Dog and Duck: Documentation</h1>
|
<h1>The Old Dog and Duck: Documentation</h1>
|
||||||
<img src="images/Dog_and_Duck_tavern.jpg" alt="Victorian painting by Thomas H. Shepherd, based on a 1646 drawing">
|
<img src="images/dog-and-duck-derby.jpg" alt="The Dog and Duck, Derby">
|
||||||
<p>'The Old Dog and Duck' is a fairly common pub name;
|
|
||||||
<a href="https://en.wikipedia.org/wiki/Dog_and_Duck,_St_George%27s_Fields">
|
|
||||||
the instance in the picture</a>
|
|
||||||
stood in St George's Fields, London from the seventeenth century
|
|
||||||
until 1812, when the site was cleared to make way for the new Bethlehem
|
|
||||||
Hospital.
|
|
||||||
</p>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="codox/index.html">Primary documentation</a></li>
|
<li><a href="codox/index.html">Primary documentation</a></li>
|
||||||
<li><a href="cloverage/index.html">Test coverage</a></li>
|
<li><a href="cloverage/index.html">Test coverage</a></li>
|
||||||
|
|
Loading…
Reference in a new issue