Skip to content

Commit a73252b

Browse files
committed
feed: support category
1 parent 5aad430 commit a73252b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

_pi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ uri-prefix-history: https://github.com/soimort/soimort.github.io/commits/master
66
uri-prefix-edit: https://github.com/soimort/soimort.github.io/edit/master
77

88
feed:
9-
file: feed.atom
109
title: Through the Looking-Glass
1110
subtitle: "Mort Yao's homepage"
1211
id-prefix: tag:www.soimort.org,2017:/
1312
author-name: Mort Yao
1413
author-email: [email protected]
14+
file: feed.atom
1515
feed-template: feed.xml
1616
feed-yaml: feed.yaml
1717

feed.atom

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<author>
2121
<name>Mort Yao</name>
2222
</author>
23+
2324
<content type="html" xml:lang="en" xml:base="https://www.soimort.org/">
2425
<![CDATA[
2526
<p>
@@ -282,6 +283,7 @@ T. M. Cover and J. A. Thomas. <em>Elements of Information Theory</em>, 2nd ed.
282283
<author>
283284
<name>Mort Yao</name>
284285
</author>
286+
285287
<content type="html" xml:lang="en" xml:base="https://www.soimort.org/">
286288
<![CDATA[
287289
<p>
@@ -676,6 +678,7 @@ R. L. Benson, “The Venona story.” <a href="https://www.nsa.gov/about/cryptol
676678
<author>
677679
<name>Mort Yao</name>
678680
</author>
681+
679682
<content type="html" xml:lang="en" xml:base="https://www.soimort.org/">
680683
<![CDATA[
681684
<p>
@@ -1087,6 +1090,7 @@ M. Baron, <em>Probability and Statistics for Computer Scientists</em>, 2nd ed.
10871090
<author>
10881091
<name>Mort Yao</name>
10891092
</author>
1093+
10901094
<content type="html" xml:lang="en" xml:base="https://www.soimort.org/">
10911095
<![CDATA[
10921096
<p>
@@ -1208,6 +1212,7 @@ And here goes the patch: (Applied to Caja 1.16.1; definitely UNWARRANTED)
12081212
<author>
12091213
<name>Mort Yao</name>
12101214
</author>
1215+
12111216
<content type="html" xml:lang="en" xml:base="https://www.soimort.org/">
12121217
<![CDATA[
12131218
<p>
@@ -1476,6 +1481,7 @@ Semantically, they are not recognized as theorems, just normal text paragraphs.
14761481
<author>
14771482
<name>Mort Yao</name>
14781483
</author>
1484+
14791485
<content type="html" xml:lang="en" xml:base="https://www.soimort.org/">
14801486
<![CDATA[
14811487
<p>

feed.xml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $for(entry)$
2121
<author>
2222
<name>$entry.author-name$</name>
2323
</author>
24+
$for(category)$<category term="$entry.category$" />$endfor$
2425
<content type="html" xml:lang="en" xml:base="$canonical$">
2526
<![CDATA[
2627
$entry.body$

0 commit comments

Comments
 (0)