Mostly pictures of pubs

This commit is contained in:
Simon Brooke 2022-12-21 18:10:07 +00:00
parent 2df7b6563d
commit b8d5b66148
21 changed files with 24 additions and 26 deletions

View file

@ -2,6 +2,8 @@
A Clojure library designed to implement the ActivityPub protocol, obviously. A Clojure library designed to implement the ActivityPub protocol, obviously.
![The Dog and Duck, St George's Fields, London, 1647](https://simon-brooke.github.io/dog-and-duck/images/Dog_and_Duck_tavern.jpg)
## 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/).

View file

@ -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 Dog and Duck, Derby](../images/dog-and-duck-beverley.jpg)
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 812 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -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>