www.mtkn.jp

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

commit e8a493843212ce0aa06c68b57ead80b2e87233f9
parent 941452552630efa2b1328314ab1c5f67620cc8a3
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Thu, 22 Dec 2022 10:25:00 +0900

rename

Diffstat:
Mdata/weblog | 1+
Rman/computer/videos/example1.webm -> man/computer/videos/ex1.webm | 0
Mman/computer/xlib_playground1.html | 4++--
Dpub/computer/videos/example1.webm | 0
Mpub/computer/xlib_playground1.html | 4++--
Mpub/rss.xml | 10+++++-----
Mpub/sitemap.xml | 2+-
7 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -45,3 +45,4 @@ 1671548400 /computer/index.html 1671548400 /computer/xlib_playground1.html 1671548400 /index.html +1671634800 /computer/xlib_playground1.html diff --git a/man/computer/videos/example1.webm b/man/computer/videos/ex1.webm Binary files differ. diff --git a/man/computer/xlib_playground1.html b/man/computer/xlib_playground1.html @@ -141,11 +141,11 @@ main(void) </code></pre> <p>ここまでのコードはgitリポジトリの\ -<a href="https://git.mtkn.jp/xlib_playground/file/example/example1.c.html">example/example1.c</a>\ +<a href="https://git.mtkn.jp/xlib_playground/file/ex1/ex1.c.html">ex1/ex1.c</a>\ にある。</p> <p>完成品:</p> <video controls> - <source src="videos/example1.webm" type="video/webm"> + <source src="videos/ex1.webm" type="video/webm"> </video> <h2>参考</h2> diff --git a/pub/computer/videos/example1.webm b/pub/computer/videos/example1.webm Binary files differ. diff --git a/pub/computer/xlib_playground1.html b/pub/computer/xlib_playground1.html @@ -147,10 +147,10 @@ main(void) } </code></pre> -<p>ここまでのコードはgitリポジトリの<a href="https://git.mtkn.jp/xlib_playground/file/example/example1.c.html">example/example1.c</a>にある。</p> +<p>ここまでのコードはgitリポジトリの<a href="https://git.mtkn.jp/xlib_playground/file/ex1/ex1.c.html">ex1/ex1.c</a>にある。</p> <p>完成品:</p> <video controls> - <source src="videos/example1.webm" type="video/webm"> + <source src="videos/ex1.webm" type="video/webm"> </video> <h2>参考</h2> diff --git a/pub/rss.xml b/pub/rss.xml @@ -5,14 +5,14 @@ <description>ウェブページの更新履歴</description> <language>ja-jp</language> <link>https://www.mtkn.jp</link> -<lastBuildDate>Wed, 21 Dec 2022 18:38:32 +0900</lastBuildDate> -<pubDate>Wed, 21 Dec 2022 18:38:32 +0900</pubDate> +<lastBuildDate>Thu, 22 Dec 2022 10:24:38 +0900</lastBuildDate> +<pubDate>Thu, 22 Dec 2022 10:24:38 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> <title>Xlibで遊んでみる1</title> <link>https://www.mtkn.jp/computer/xlib_playground1.html</link> <guid>https://www.mtkn.jp/computer/xlib_playground1.html</guid> -<pubDate>Wed, 21 Dec 2022 00:00:00 +0900</pubDate> +<pubDate>Thu, 22 Dec 2022 00:00:00 +0900</pubDate> <description><![CDATA[<h1>Xlibで遊んでみる1</h1> <time>2022-12-21</time> @@ -139,10 +139,10 @@ main(void) } </code></pre> -<p>ここまでのコードはgitリポジトリの<a href="https://git.mtkn.jp/xlib_playground/file/example/example1.c.html">example/example1.c</a>にある。</p> +<p>ここまでのコードはgitリポジトリの<a href="https://git.mtkn.jp/xlib_playground/file/ex1/ex1.c.html">ex1/ex1.c</a>にある。</p> <p>完成品:</p> <video controls> - <source src="videos/example1.webm" type="video/webm"> + <source src="videos/ex1.webm" type="video/webm"> </video> <h2>参考</h2> 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/computer/xlib_playground1.html</loc><lastmod>2022-12-22</lastmod></url> <url><loc>https://www.mtkn.jp/</loc><lastmod>2022-12-21</lastmod></url> -<url><loc>https://www.mtkn.jp/computer/xlib_playground1.html</loc><lastmod>2022-12-21</lastmod></url> <url><loc>https://www.mtkn.jp/computer/</loc><lastmod>2022-12-21</lastmod></url> <url><loc>https://www.mtkn.jp/books/</loc><lastmod>2022-11-23</lastmod></url> <url><loc>https://www.mtkn.jp/books/978-4-06-288451-8.html</loc><lastmod>2022-11-23</lastmod></url>