This repository was archived by the owner on Sep 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss-feed.xml
More file actions
40 lines (40 loc) · 5.96 KB
/
rss-feed.xml
File metadata and controls
40 lines (40 loc) · 5.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ようこそ</title><description>Recent Posts</description><pubDate>水, 02 3月 2022 19:31:47 +0900</pubDate><link>https://SCP-EEE.github.io/</link><atom:link href="https://SCP-EEE.github.io/rss-feed.xml" rel="self" type="application/rss+xml" /><item><title>Hello, world!</title><author>scpeee@wail.ch (SCP-EEE)</author><pubDate>水, 02 3月 2022 19:31:47 +0900</pubDate><guid>https://SCP-EEE.github.io/hello-world.html</guid><link>https://SCP-EEE.github.io/hello-world.html</link><description><h2>はじめまして</h2><p>ここは、私の作品を解説する場所です。</p><p>もうひとつの初めましてと同様ただのサンプルです。</p><p>30フィボナッチ数列だーーー!</p><p>(0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765 10946 17711 28657 46368 75025 121393 196418 317811 514229)</p><p>私の姿?いちようこんなの書いてたよ。</p><img src="/images/scp-eee.jpg" /></description></item><item><title>Biwaschemeについて</title><author>scpeee@wail.ch (SCP-EEE)</author><pubDate>水, 02 3月 2022 19:24:00 +0900</pubDate><guid>https://SCP-EEE.github.io/biwaschemeについて.html</guid><link>https://SCP-EEE.github.io/biwaschemeについて.html</link><description><h2>Biwaschemeとは</h2><p>ブログの技術紹介はしましたが,大事な本サイトの根幹技術を紹介してませんでした。</p><p>はい,そうです。Biwaschemeですね。</p><p>このプロジェクトはjavascriptに仮想マシンを実装。</p><p>schemeを実行出来るようにしています。</p><p>さらにnodesやjavascript,htmlエレメントとのインターフェースを持っています。</p><p><strong>つまり最強です。</strong></p><p><a href="https://www.biwascheme.org/">https://www.biwascheme.org/</a></p><p>まあ,そのせいで一般の人には馴染みのないサイトになっているかと思いますが。</p><p>もう少しこのサイトに本腰を入れるようになったら,一般受けするのも用意します。</p></description></item><item><title>小春六花を買いました。</title><author>scpeee@wail.ch (SCP-EEE)</author><pubDate>火, 04 1月 2022 15:28:00 +0900</pubDate><guid>https://SCP-EEE.github.io/小春六花を買いました.html</guid><link>https://SCP-EEE.github.io/小春六花を買いました.html</link><description><h3>
CevioAIトークボイス小春六花を購入しました!!!
</h3><p>
いやあ、可愛いね。
</p><p>
はい、それだけです。
</p><p>
なにかこれで出来ればいいけど‥まあ考えときます。
</p></description></item><item><title>Hello, markdown!</title><author>scpeee@wail.ch (SCP-EEE)</author><pubDate>月, 27 12月 2021 20:33:00 +0900</pubDate><guid>https://SCP-EEE.github.io/hello-markdown.html</guid><link>https://SCP-EEE.github.io/hello-markdown.html</link><description><h1>wikiっぽいのを作成するための準備</h1><p>やっぱりwikiらしいものを作りたいってなったらmarkdownだよね。</p><p>ってことでやはりhauntさん。markdownに対応している。</p><p>ってことでmarkdownで書くtest。</p><p><strong>強調</strong>もあってかなりナイス。</p><p>ここで例えばプログラミングの説明なんかも出来たら面白そうだなって思ってます。</p><pre><code># scheme fibonacci
(define (fib x) (if (&lt; x 2) x (+ (fib (- x 1)) (fib (- x 2)))))</code></pre></description></item><item><title>町だとか</title><author>scpeee@wail.ch (SCP-EEE)</author><pubDate>水, 22 12月 2021 10:53:00 +0900</pubDate><guid>https://SCP-EEE.github.io/町だとか.html</guid><link>https://SCP-EEE.github.io/町だとか.html</link><description><figure>
<figcaption></figcaption>
<audio src="audio/town.ogg">
</audio>
</figure><p>
足音は一つですね。
</p><p>
可哀そうなやつです。
</p></description></item><item><title>このサイトを作るのに使っているツールについて</title><author>scpeee@wail.ch (SCP-EEE)</author><pubDate>月, 20 12月 2021 11:56:00 +0900</pubDate><guid>https://SCP-EEE.github.io/このサイトを作るのに使っているツールについて.html</guid><link>https://SCP-EEE.github.io/このサイトを作るのに使っているツールについて.html</link><description><p>
hauntと呼ばれる。
</p><p>
guile方言schemeのブログライブラリツールを用いています。
</p><a href="https://dthompson.us/projects/haunt.html">
https://dthompson.us/projects/haunt.html
</a><p>
お化けがキュート。
</p><p>
是非覗いてみて下さい。
</p><p>
David Thompsonさんはその他にも凄いプロジェクトを作成していらっしゃいます。
</p><p>
いつもお世話になってます。
</p><p>
ということでこのサイトの根幹技術についての説明でした。
</p></description></item><item><title>初めまして</title><author>scpeee@wail.ch (SCP-EEE)</author><pubDate>月, 31 8月 2020 10:48:00 +0900</pubDate><guid>https://SCP-EEE.github.io/初めまして.html</guid><link>https://SCP-EEE.github.io/初めまして.html</link><description><p>
ここはいちようbolgらしいです。
</p><p>
見たい人は見てください。
</p><p>
いろんなことを説明してますが。意味はありません。
</p></description></item></channel></rss>