Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nov/351297 to your computer and use it in GitHub Desktop.

Select an option

Save nov/351297 to your computer and use it in GitHub Desktop.
From 42500a73d8ac4a884d921216473ad338bb578d51 Mon Sep 17 00:00:00 2001
From: Taizo <tzmtk1@gmail.com>
Date: Wed, 31 Mar 2010 08:18:21 -0700
Subject: [PATCH] =?UTF-8?q?=E4=BB=95=E6=A7=98=E3=81=AE=E8=A9=B3=E7=B4=B0=E3=81=BE=E3=81=A7=E3=81=AF=E5=88=86=E3=81=8B=E3=82=89=E3=81=9A=E3=81=99=E3=81=BF=E3=81=BE=E3=81=9B=E3=82=93=E3=81=8C=E3=80=81=E3=81=96=E3=81=A3=E3=81=A8=E7=9B=AE=E3=81=AB=E3=81=A4=E3=81=8F=E3=81=A8=E3=81=93=E3=82=8D=E3=81=A0=E3=81=91=E3=83=AC=E3=83=93=E3=83=A5=E3=83=BC=E3=81=97=E3=81=BE=E3=81=97=E3=81=9F=E3=80=82
=20=E7=89=B9=E3=81=AB=E3=81=A9=E3=81=A1=E3=82=89=E3=81=A7=E3=82=82=E3=81=84=E3=81=84=E3=80=81=E3=81=BE=E3=81=9F=E3=81=AF=E4=B8=8D=E9=81=A9=E5=88=87=E3=81=AA=E4=BF=AE=E6=AD=A3=E3=81=A8=E6=80=9D=E3=82=8F=E3=82=8C=E3=82=8B=E5=A0=B4=E5=90=88=E3=81=AF=E7=84=A1=E8=A6=96=E3=81=97=E3=81=A6=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
draft-hammer-oauth-10.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/draft-hammer-oauth-10.xml b/draft-hammer-oauth-10.xml
index 840bca4..e9ea617 100644
--- a/draft-hammer-oauth-10.xml
+++ b/draft-hammer-oauth-10.xml
@@ -238,7 +238,7 @@
<section title="例">
<!-- section title="Example" -->
<t>
- Jane (リソースオーナー) が写真共有サイト 'photos.example.net' (サーバ) に休暇中の写真 (保護されたリソース) をアップロードしたものとする。彼女は 'printer.example.com' (クライアント) を使って写真を現像したい。通常であれば、Jane は 'photos.example.net' にユーザ名とパスワードを使ってログインするはずだ。
+ Jane (リソースオーナー) が写真共有サイト 'photos.example.net' (サーバ) に休暇中の写真 (保護されたリソース) をアップロードしたものとする。彼女は 'printer.example.com' (クライアント) を使って写真を現像したい。通常であれば、Jane は 'photos.example.net' にユーザ名とパスワードを使ってログインするはずである。
</t>
<!--t>
Jane (resource owner) has recently uploaded some private vacation photos (protected
@@ -274,7 +274,7 @@
</t-->
</list>
- 'printer.example.com' はまた、'photos.example.net' の API ドキュメントに記載された <spanx style="verb">HMAC-SHA1</spanx> 署名方式を用いたプロトコルエンドポイントを使うよう、アプリケーションを設定済みだ。
+ 'printer.example.com' はまた、'photos.example.net' の API ドキュメントに記載された <spanx style="verb">HMAC-SHA1</spanx> 署名方式を用いたプロトコルエンドポイントを使うよう、アプリケーションを設定済みである。
<!--
The 'printer.example.com' website has also configured its application to use the protocol
endpoints listed in the 'photos.example.net' API documentation, which use the
--
1.6.4.1+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment