commit a2d34700166872537e610ffacb527abe6e7c7850
parent 2d0d2af4b0ff045cc70805ea9badd44b7164d2fe
Author: Matsuda Kenji <info@mtkn.jp>
Date: Fri, 24 Nov 2023 18:40:43 +0900
add books
Diffstat:
5 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/data/weblog b/data/weblog
@@ -105,3 +105,4 @@
1698073200 /index.html
1698073200 /gallery/index.html
1698073200 /gallery/20231005.html
+1700751600 /books/index.html
diff --git a/man/books/index.html b/man/books/index.html
@@ -19,4 +19,6 @@
<tr><td>The Practice of Programming</td><td>Brian W. Kernighan, Rob Pike</td></tr>
<tr><td>The Unix Programming Environment</td><td>Brian W. Kernighan, Rob Pike</td></tr>
<tr><td>Computer Organization and Design RISC-V Edition</td><td>David A. Patterson, John L. Hennessy</td></tr>
+<tr><td>Communicating Sequential Processes</td><td>C. A. R. Hoare</td></tr>
+<tr><td>The Awk Programming Language</td><td>Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger</td></tr>
</table>
diff --git a/pub/books/index.html b/pub/books/index.html
@@ -43,6 +43,8 @@
<tr><td>The Practice of Programming</td><td>Brian W. Kernighan, Rob Pike</td></tr>
<tr><td>The Unix Programming Environment</td><td>Brian W. Kernighan, Rob Pike</td></tr>
<tr><td>Computer Organization and Design RISC-V Edition</td><td>David A. Patterson, John L. Hennessy</td></tr>
+<tr><td>Communicating Sequential Processes</td><td>C. A. R. Hoare</td></tr>
+<tr><td>The Awk Programming Language</td><td>Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger</td></tr>
</table>
</article>
diff --git a/pub/rss.xml b/pub/rss.xml
@@ -5,8 +5,8 @@
<description>ウェブページの更新履歴</description>
<language>ja-jp</language>
<link>https://www.mtkn.jp</link>
-<lastBuildDate>Tue, 24 Oct 2023 11:09:08 +0900</lastBuildDate>
-<pubDate>Tue, 24 Oct 2023 11:09:08 +0900</pubDate>
+<lastBuildDate>Fri, 24 Nov 2023 18:39:50 +0900</lastBuildDate>
+<pubDate>Fri, 24 Nov 2023 18:39:50 +0900</pubDate>
<docs>https://www.rssboard.org/rss-specification</docs>
<item>
<title>Holy Shit!</title>
diff --git a/pub/sitemap.xml b/pub/sitemap.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://www.mtkn.jp/journal/posts/20221228.html</loc><lastmod>2023-12-28</lastmod></url>
-<url><loc>https://www.mtkn.jp/books/</loc><lastmod>2023-11-23</lastmod></url>
+<url><loc>https://www.mtkn.jp/books/</loc><lastmod>2023-11-24</lastmod></url>
<url><loc>https://www.mtkn.jp/books/978-4-06-288451-8.html</loc><lastmod>2023-11-23</lastmod></url>
<url><loc>https://www.mtkn.jp/</loc><lastmod>2023-10-24</lastmod></url>
<url><loc>https://www.mtkn.jp/gallery/</loc><lastmod>2023-10-24</lastmod></url>