diff options
Diffstat (limited to 'files/ja/archive/rss/version/0.90/index.html')
-rw-r--r-- | files/ja/archive/rss/version/0.90/index.html | 87 |
1 files changed, 0 insertions, 87 deletions
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 ---- -<p> -</p><p></p><div class="overheadIndicator deprecated deprecatedHeader"> - <p><strong><span title="これは廃止されたAPIであり、今後の動作は保障されていません。ご注意下さい。"><i class="icon-trash"> </i></span> 非推奨</strong><br>この機能は Web 標準から削除されました。まだサポートしているプラウザーがあるかもしれませんが、ゆくゆくはなくなるものです。新旧にかかわらず、プロジェクトでの使用をやめてください。この機能を使用するページ、Web アプリはいつ動かなくなってもおかしくありません。</p> - </div> -<p></p> -<h2 id="RSS_0.90" name="RSS_0.90"> RSS 0.90 </h2> -<p>RSS 0.90 は、RSSが一般にリリースされたと知られている範囲で最初のバージョンであり、<a href="ja/RSS/Version/0.91/Netscape/Revision_1">Netscape's RSS 0.91 (Revision 1)</a> に取って代わられました。 これは Netscape によって Webサイトのサマリーを提供するメタデータフォーマットとして作られました。 (そして、現在は独立番組配信だけのフォーマットではありません。) -</p><p>RSS 0.90 は <a href="ja/RDF">RDF</a>をベースにしたフォーマットです。 -</p><p>RSS 0.90 が作られたとき、RSS の最初の立場は <b>Really Simple Syndication</b> ではなく <b>Rich Site Summary</b> でした。 (RSSの命名の詳しい歴史は <a href="ja/RSS/What_is_in_a_Name">RSS - What is in a Name</a> を見てください。) -</p> -<div class="note"> -<p><b>注意</b>: RSS 0.90 は非推奨です。 Producers of RSS <i>SHOULD NOT</i> be creating RSS 0.90 feeds, and <i>SHOULD</i> instead use a newer non-deprecated RSS format. (See the <a href="ja/RSS/Version">RSS Versions List</a> for a list of non-deprecated RSS formats.) Consumers of RSS <i>SHOULD</i> still be able to accept RSS 0.90 feeds though. -</p> -</div> -<p><br> -</p> -<h3 id=".E4.BE.8B" name=".E4.BE.8B"> 例 </h3> -<p>RSS 0.90 looked something like this: -</p> -<pre class="eval"> <span class="nowiki"> - <?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> - </span> -</pre> -<p>Note that here, RSS is being used to list sections of the web site. Rather than for syndication. -</p><p><br> -</p> -<h3 id=".E4.BB.95.E6.A7.98.E6.9B.B8" name=".E4.BB.95.E6.A7.98.E6.9B.B8"> 仕様書 </h3> -<p>オリジナルの RSS 0.90 仕様書は元の場所から行方不明です: -</p> -<dl><dd> <span class="nowiki">http://my.netscape.com/publish/help/quickstart.html</span> -</dd></dl> -<p>コピーが保存されており、次の場所で見ることができます: -</p> -<ul><li> <a class=" external" href="http://www.purplepages.ie/RSS/netscape/rss0.90.html" rel="freelink">http://www.purplepages.ie/RSS/netscape/rss0.90.html</a> -</li><li> <a class=" external" href="http://web.archive.org/web/*/http://my.netscape.com/publish/help/quickstart.html" rel="freelink">http://web.archive.org/web/*/http://...uickstart.html</a> -</li></ul> |