From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ja/archive/rss/version/0.90/index.html | 87 ---------------------------- 1 file changed, 87 deletions(-) delete mode 100644 files/ja/archive/rss/version/0.90/index.html (limited to 'files/ja/archive/rss/version/0.90/index.html') diff --git a/files/ja/archive/rss/version/0.90/index.html b/files/ja/archive/rss/version/0.90/index.html deleted file mode 100644 index 151074de23..0000000000 --- a/files/ja/archive/rss/version/0.90/index.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: '0.90' -slug: Archive/RSS/Version/0.90 -tags: - - RSS -translation_of: Archive/RSS/Version/0.90 ---- -

-

-

非推奨
この機能は Web 標準から削除されました。まだサポートしているプラウザーがあるかもしれませんが、ゆくゆくはなくなるものです。新旧にかかわらず、プロジェクトでの使用をやめてください。この機能を使用するページ、Web アプリはいつ動かなくなってもおかしくありません。

-
-

-

RSS 0.90

-

RSS 0.90 は、RSSが一般にリリースされたと知られている範囲で最初のバージョンであり、Netscape's RSS 0.91 (Revision 1) に取って代わられました。 これは Netscape によって Webサイトのサマリーを提供するメタデータフォーマットとして作られました。 (そして、現在は独立番組配信だけのフォーマットではありません。) -

RSS 0.90 は RDFをベースにしたフォーマットです。 -

RSS 0.90 が作られたとき、RSS の最初の立場は Really Simple Syndication ではなく Rich Site Summary でした。 (RSSの命名の詳しい歴史は RSS - What is in a Name を見てください。) -

-
-

注意: RSS 0.90 は非推奨です。 Producers of RSS SHOULD NOT be creating RSS 0.90 feeds, and SHOULD instead use a newer non-deprecated RSS format. (See the RSS Versions List for a list of non-deprecated RSS formats.) Consumers of RSS SHOULD still be able to accept RSS 0.90 feeds though. -

-
-


-

-

-

RSS 0.90 looked something like this: -

-
   
-    <?xml version="1.0"?>
-
-    <rdf:RDF
-       xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-       xmlns="http://my.netscape.com/rdf/simple/0.9/"
-    >
-
-        <channel>
-            <title>Mozilla Dot Org</title>
-            <link>http://www.mozilla.org</link>
-            <description>the Mozilla Organization web site</description>
-        </channel>
-
-        <image>
-            <title>Mozilla</title>
-            <url>http://www.mozilla.org/images/moz.gif</url>
-            <link>http://www.mozilla.org</link>
-        </image>
-
-        <item>
-            <title>New Status Updates</title>
-            <link>http://www.mozilla.org/status/</link>
-        </item>
-
-        <item>
-            <title>Bugzilla Reorganized</title>
-            <link>http://www.mozilla.org/bugs/</link>
-        </item>
-
-        <item>
-            <title>Mozilla Party, 2.0!</title>
-            <link>http://www.mozilla.org/party/1999/</link>
-        </item>
-
-        <item>
-            <title>Unix Platform Parity</title>
-            <link>http://www.mozilla.org/build/unix.html</link>
-        </item>
-
-        <item>
-            <title>NPL 1.0M published</title>
-            <link>http://www.mozilla.org/NPL/NPL-1.0M.html</link>
-        </item>
-
-    </rdf:RDF>
-    
-
-

Note that here, RSS is being used to list sections of the web site. Rather than for syndication. -


-

-

仕様書

-

オリジナルの RSS 0.90 仕様書は元の場所から行方不明です: -

-
http://my.netscape.com/publish/help/quickstart.html -
-

コピーが保存されており、次の場所で見ることができます: -

- -- cgit v1.2.3-54-g00ecf