Skip to content

Commit 8201bab

Browse files
committed
Warn against cow transcription errors
1 parent bc74102 commit 8201bab

File tree

1 file changed

+11
-5
lines changed
  • moooodotfarm-backend/src/ports/http/templates

1 file changed

+11
-5
lines changed

moooodotfarm-backend/src/ports/http/templates/rfc.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,20 @@ <h2>8. References</h2>
218218
<li>RFC 2119: Key words for use in RFCs to Indicate Requirement Levels.</li>
219219
</ol>
220220

221+
221222
<h2>Appendix A. Reference cow.txt</h2>
223+
222224
<p>
223-
The following is the canonical <code>cow.txt</code> content. Servers <strong>MUST</strong> return this
224-
content byte-for-byte.
225+
Reference <code>cow.txt</code> can be retrieved directly from this server. This method <strong>SHOULD</strong> be used to minimize the risk of dangerous cow transcription errors. Servers <strong>MUST</strong> return this content byte-for-byte.
225226
</p>
226-
<pre><code>
227-
227+
228+
<pre><code>$ curl https://moooo.farm/cow.txt > cow.txt</code></pre>
229+
230+
<p>
231+
Alternatively the following is the canonical <code>cow.txt</code> content. copying the canonical <code>cow.txt</code> content from this document instead of retrieving the file directly <strong>SHOULD NOT</strong> be done as it is much more likely to lead to serious cow transcription errors with hard to predict and far-reaching consequences.
232+
</p>
233+
234+
<pre><code>
228235

229236

230237

@@ -281,7 +288,6 @@ <h2>Appendix A. Reference cow.txt</h2>
281288

282289

283290

284-
285291
</code></pre>
286292

287293
<div class="footer">

0 commit comments

Comments
 (0)