www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | README

commit dd6333fb6403ee9e90772fcb5bbcb4c1e376776c
parent 87e4d2d3794e4c46871bef8b7d2b42af0667ba73
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Thu, 22 Dec 2022 14:46:01 +0900

fix date

Diffstat:
Mdata/weblog | 3+++
Mman/computer/xlib_playground2.html | 2+-
Mpub/computer/xlib_playground2.html | 2+-
Mpub/rss.xml | 10++++++----
4 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -77,3 +77,6 @@ 1671634800 /computer/xlib_playground2.html 1671634800 /computer/xlib_playground2.html 1671634800 /computer/xlib_playground2.html +1671634800 /computer/xlib_playground1.html +1671634800 /computer/xlib_playground2.html +1671634800 /computer/xlib_playground1.html diff --git a/man/computer/xlib_playground2.html b/man/computer/xlib_playground2.html @@ -1,5 +1,5 @@ <h1>Xlibで遊んでみる2</h1> -<time>2022-12-16</time> +<time>2022-12-22</time> <p>前回: <a href="xlib_playground1.html">Xlibで遊んでみる1</a></p> <p>言語はC言語である。ソースコードは\ diff --git a/pub/computer/xlib_playground2.html b/pub/computer/xlib_playground2.html @@ -22,7 +22,7 @@ <main> <article> <h1>Xlibで遊んでみる2</h1> -<time>2022-12-16</time> +<time>2022-12-22</time> <p>前回: <a href="xlib_playground1.html">Xlibで遊んでみる1</a></p> <p>言語はC言語である。ソースコードは<a href="https://git.mtkn.jp/xlib_playground/log.html">ここ</a>にある。 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>Thu, 22 Dec 2022 14:28:56 +0900</lastBuildDate> -<pubDate>Thu, 22 Dec 2022 14:28:56 +0900</pubDate> +<lastBuildDate>Thu, 22 Dec 2022 14:44:18 +0900</lastBuildDate> +<pubDate>Thu, 22 Dec 2022 14:44:18 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> <title>Xlibで遊んでみる2</title> @@ -14,7 +14,7 @@ <guid>https://www.mtkn.jp/computer/xlib_playground2.html</guid> <pubDate>Thu, 22 Dec 2022 00:00:00 +0900</pubDate> <description><![CDATA[<h1>Xlibで遊んでみる2</h1> -<time>2022-12-16</time> +<time>2022-12-22</time> <p>前回: <a href="xlib_playground1.html">Xlibで遊んでみる1</a></p> <p>言語はC言語である。ソースコードは<a href="https://git.mtkn.jp/xlib_playground/log.html">ここ</a>にある。 @@ -347,7 +347,7 @@ main(void) </code></pre> <p>ここまでのコードはgitリポジトリの<a href="https://git.mtkn.jp/xlib_playground/file/ex1/ex1.c.html">ex1/ex1.c</a>にある。</p> -<p>完成品:</p> +<h2>完成品:</h2> <video controls> <source src="videos/ex1.webm" type="video/webm"> </video> @@ -357,6 +357,8 @@ main(void) <li><a href="https://tronche.com/gui/x/xlib/">The Xlib Manual(html conversion)</a></li> <li><a href="https://www.youtube.com/watch?v=764fnfEb1_c">X11 App in C with Xlib(youtube video by tsoding)</a></li> </ul> + +<a href="xlib_playground2.html">次の記事</a> ]]></description> </item> <item>