www.mtkn.jp

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

commit b50b663aec52b41989f43b3a30a9ff34cedd4a50
parent 5266dedc4286417869f387d4235194a8878625e7
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Mon,  2 Jan 2023 14:17:01 +0900

fix git link

Diffstat:
Mdata/weblog | 2++
Mman/computer/xlib_playground3.html | 2+-
Mpub/computer/xlib_playground3.html | 2+-
Mpub/rss.xml | 38+++++++++++++++++++++++++++++++++++---
Mpub/sitemap.xml | 1+
5 files changed, 40 insertions(+), 5 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -105,3 +105,5 @@ 1672585200 /computer/xlib_playground2.html 1672585200 /computer/xlib_playground3.html 1672585200 /computer/xlib_playground2.html +1672585200 /computer/xlib_playground3.html +1672585200 /computer/xlib_playground4.html diff --git a/man/computer/xlib_playground3.html b/man/computer/xlib_playground3.html @@ -159,7 +159,7 @@ main(void) <h2>完成品</h2> <p> -<a href="https://git.mtkn.jp/xlib_playground/file/ex2/ex2.c.html">git</a> +<a href="https://git.mtkn.jp/xlib_playground/file/ex3/ex3.c.html">git</a> </p> <p> <video controls> diff --git a/pub/computer/xlib_playground3.html b/pub/computer/xlib_playground3.html @@ -170,7 +170,7 @@ main(void) <h2>完成品</h2> <p> -<a href="https://git.mtkn.jp/xlib_playground/file/ex2/ex2.c.html">git</a> +<a href="https://git.mtkn.jp/xlib_playground/file/ex3/ex3.c.html">git</a> </p> <p> <video controls> diff --git a/pub/rss.xml b/pub/rss.xml @@ -5,10 +5,42 @@ <description>ウェブページの更新履歴</description> <language>ja-jp</language> <link>https://www.mtkn.jp</link> -<lastBuildDate>Mon, 2 Jan 2023 10:04:45 +0900</lastBuildDate> -<pubDate>Mon, 2 Jan 2023 10:04:45 +0900</pubDate> +<lastBuildDate>Mon, 2 Jan 2023 14:16:35 +0900</lastBuildDate> +<pubDate>Mon, 2 Jan 2023 14:16:35 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> +<title>Xlibで遊んでみる4</title> +<link>https://www.mtkn.jp/computer/xlib_playground4.html</link> +<guid>https://www.mtkn.jp/computer/xlib_playground4.html</guid> +<pubDate>Mon, 2 Jan 2023 00:00:00 +0900</pubDate> +<description><![CDATA[<h1>Xlibで遊んでみる4</h1> +<time>2023-01-02</time> + +<p> +前回: <a href="xlib_playground4.html">Xlibで遊んでみる4</a> +</p> +<p> +言語: C言語<br /> +ソースコード: <a href="https://git.mtkn.jp/xlib_playground/log.html">git</a> +</p> + +<h2>完成品</h2> +<p> +<a href="https://git.mtkn.jp/xlib_playground/file/ex4/ex4.c.html">git</a> +</p> +<p> +<video controls> +<source src="videos/ex4.webm" type="video/webm"> +</video> +</p> + +<h2>参考</h2> +<ul> +<li><a href="https://tronche.com/gui/x/xlib/">The Xlib Manual(html conversion)</a></li> +</ul> +]]></description> +</item> +<item> <title>Xlibで遊んでみる3</title> <link>https://www.mtkn.jp/computer/xlib_playground3.html</link> <guid>https://www.mtkn.jp/computer/xlib_playground3.html</guid> @@ -162,7 +194,7 @@ main(void) <h2>完成品</h2> <p> -<a href="https://git.mtkn.jp/xlib_playground/file/ex2/ex2.c.html">git</a> +<a href="https://git.mtkn.jp/xlib_playground/file/ex3/ex3.c.html">git</a> </p> <p> <video controls> diff --git a/pub/sitemap.xml b/pub/sitemap.xml @@ -1,6 +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/</loc><lastmod>2023-12-28</lastmod></url> +<url><loc>https://www.mtkn.jp/computer/xlib_playground4.html</loc><lastmod>2023-01-02</lastmod></url> <url><loc>https://www.mtkn.jp/computer/xlib_playground3.html</loc><lastmod>2023-01-02</lastmod></url> <url><loc>https://www.mtkn.jp/computer/xlib_playground2.html</loc><lastmod>2023-01-02</lastmod></url> <url><loc>https://www.mtkn.jp/computer/</loc><lastmod>2023-01-02</lastmod></url>