2012年6月4日月曜日

USTREAM: Cures Hemorrhoids Safely: .


埋め込みコード:ソーシャルストリーム、チャット、録画ビデオタブ

2012年6月1日金曜日

HTML

はじめに

インターネット上で蜘蛛の巣のように張り巡らされた情報網のことを World Wide Web (WWW) と呼びます。その情報網では,インターネット閲覧ソフト(ウェブブラウザ)で表示されたページ(ウェブページ)の一部分をクリックすることで,次々とジャンプしアクセスすることができます。 そのようなウェブページは,HTML (HyperText Markup Language) という言語で記述されています。 ここでは,HTML言語の書き方を学習しましょう。

HTMLファイルのサンプルと構造

サンプルファイル

まず最初に,この授業用のディレクトリを作りましょう。

  cd  mkdir html  cd html  

そして,次のように入力すると,エディタ emacs が起動し,mypage.html と名前を付けたファイルの作成画面が表示されます。

emacs mypage.html &

ここで,emacs がご丁寧に
Insert /usr/local/lib/html/template.html?(y or n)
(HTMLファイルのテンプレート(ひな形ファイル)を出しましょうか?)
と聞いてくるので,n (いいえ) を選択します。間違えてテンプレートが出てしまった場合には,それを全部消して下さい。( 最初の行の先頭で,CTRL-K を押し続けると,消えます)

それから,次のような内容のものを作り,保存しましょう。 ただし, のように < と > とで挟まれた部分は, < > も含めて半角文字で書いていることに注意しましょう。

サンプルHTMLファイル

そして,ウェブブラウザでそのファイルを開いてみましょう。
ウェブブラウザの「ファイル」メニューの「ファイルのオープン」というサブメニューを用いて,先ほど選択したファイルを開きます。 すると,次のように表示されます。

サンプルファイルの結果

ブラウザのウインドウには"ようこそ!これは私のウェブページです。" が表示されています。また,そのウインドウのタイトルが"Welcome"となっています。 しかし,その他のとかのように, <と>とで挟まれたものはブラウザ画面のどこにも表示されていません。 なぜなら,それはHTMLファイルの内容の構造を表す タグと呼ばれるものだからです。 HTMLファイルの書き方を覚えるということは, このタグの書き方を覚えるということに他なりません。

タグと要素

さきほどのファイルにあるタグを抜き出してみましょう。


/ が付かないものと付くものとが セットになっているものがたくさんあります。 このように,通常,タグはセットになって現れます。
/が付かないものを開始タグ, /が付いたものを終了タグと呼びます。 また,開始タグから終了タグまでの部分を,要素と呼びます。
しかし,
のように,終了タグがなく単独で現れるものもあります。
タグは,その要素が全体の文書中で どのような意味を持つものであるかを表すものです。 また,タグはのように,大文字で書いてもよく, 多くの解説書では大文字を採用していますが, ここでは書きやすさのために小文字で書くことにします。 (大文字だと,シフトキーを押し続けるか,caps lockキーをいちいち押す必要がありますから。また,次世代の HTML とも言える新しい言語である XHTML では,タグを小文字で書くことになっていますので。)</p> <p>では,さきほどのファイルのタグを,ひとつひとつ解説していきます。</p> <h3>HTMLファイルの構造</h3> <p>まず,ファイルの先頭に<br/><!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <br/>という一行ありますが,これは,文書型の宣言をしているものです。 ここでは詳しいことは解説しないので,おまじないだと思っておいて下さい。 (doctype の前に ! があることを忘れないように)</p> <p> 次に,それ以降の内容全体が <html>と</html>とで挟まれて,html要素となっています。 これは,このファイルがHTML言語で書かれていることを意味しています。<br/>html要素の中は, <head>と</head>とで挟まれたhead要素と, <body>と <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> 投稿者 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/17063665837518747956' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/17063665837518747956' rel='author' title='author profile'> <span itemprop='name'>Sam</span> </a> </span> </span> <span class='post-timestamp'> 時刻: <meta content='http://kayyiamm.blogspot.com/2012/06/html.html' itemprop='url'/> <a class='timestamp-link' href='http://kayyiamm.blogspot.com/2012/06/html.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-06-01T21:18:00+09:00'>21:18</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://kayyiamm.blogspot.com/2012/06/html.html#comment-form' onclick=''> 0 件のコメント: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2101169976'> <a href='https://www.blogger.com/post-edit.g?blogID=7183334355807021960&postID=3089285495682110252&from=pencil' title='投稿を編集'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=3089285495682110252&target=email' target='_blank' title='メールで送信'><span class='share-button-link-text'>メールで送信</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=3089285495682110252&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=3089285495682110252&target=twitter' target='_blank' title='Twitter で共有する'><span class='share-button-link-text'>Twitter で共有する</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=3089285495682110252&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Facebook で共有する'><span class='share-button-link-text'>Facebook で共有する</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=3089285495682110252&target=pinterest' target='_blank' title='Pinterest に共有'><span class='share-button-link-text'>Pinterest に共有</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>2012年5月30日水曜日</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='7183334355807021960' itemprop='blogId'/> <meta content='6328043027891149087' itemprop='postId'/> <a name='6328043027891149087'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://kayyiamm.blogspot.com/2012/05/yahoo_30.html'>春夏秋は冬を待つ季節 - Yahoo!ブログ</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-6328043027891149087' itemprop='description articleBody'> <!--doctype html public "- / /w3c / /dtd html 4.01 transitional / /en" "http: / /www.w3.org /tr /html4 /loose.dtd"--> <br style="clear:both;height:1px;overflow:hidden;"><span> <div class="rte clearFix"> <p> </p> <p>昨日のニュースで取り上げられた「福島県二本松市の住宅に保管されていた薪を焚いた、薪ストーブの灰から4万ベクレル超の放射性セシウムが検出された」という話題。いつまでリンクがあるか判らないけど、いちおうNHKニュースのリンク先を貼り付けておく。</p> <p> </p> <p> </p> <p>環境庁は、福島だけでなく関東地方も含めて「薪ストーブの灰を庭や畑にまかないで数値に応じて自治体が処分、管理する」という指針を出している。8000ベクレル以下だったら埋め立て処分、8000ベクレル超だったら国が管理ということだ。</p> <p> </p></div></span></!doctype> <div style='clear: both;'></div> </div> <div class='jump-link'> <a href='http://kayyiamm.blogspot.com/2012/05/yahoo_30.html#more' title='春夏秋は冬を待つ季節 - Yahoo!ブログ'>続きを読む »</a> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> 投稿者 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/17063665837518747956' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/17063665837518747956' rel='author' title='author profile'> <span itemprop='name'>Sam</span> </a> </span> </span> <span class='post-timestamp'> 時刻: <meta content='http://kayyiamm.blogspot.com/2012/05/yahoo_30.html' itemprop='url'/> <a class='timestamp-link' href='http://kayyiamm.blogspot.com/2012/05/yahoo_30.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-05-30T18:54:00+09:00'>18:54</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://kayyiamm.blogspot.com/2012/05/yahoo_30.html#comment-form' onclick=''> 0 件のコメント: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2101169976'> <a href='https://www.blogger.com/post-edit.g?blogID=7183334355807021960&postID=6328043027891149087&from=pencil' title='投稿を編集'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=6328043027891149087&target=email' target='_blank' title='メールで送信'><span class='share-button-link-text'>メールで送信</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=6328043027891149087&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=6328043027891149087&target=twitter' target='_blank' title='Twitter で共有する'><span class='share-button-link-text'>Twitter で共有する</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=6328043027891149087&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Facebook で共有する'><span class='share-button-link-text'>Facebook で共有する</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=6328043027891149087&target=pinterest' target='_blank' title='Pinterest に共有'><span class='share-button-link-text'>Pinterest に共有</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>2012年5月18日金曜日</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='7183334355807021960' itemprop='blogId'/> <meta content='1647556587828927337' itemprop='postId'/> <a name='1647556587828927337'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://kayyiamm.blogspot.com/2012/05/argentina-wines-of-argentina.html'>Argentina | Wines Of Argentina</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1647556587828927337' itemprop='description articleBody'> <!--doctype html public "- / /w3c / /dtd html 4.01 transitional / /en" "http: / /www.w3.org /tr /html4 /loose.dtd"--> <br style="clear:both;height:1px;overflow:hidden;"><span> </span></!doctype> <div style='clear: both;'></div> </div> <div class='jump-link'> <a href='http://kayyiamm.blogspot.com/2012/05/argentina-wines-of-argentina.html#more' title='Argentina | Wines Of Argentina'>続きを読む »</a> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> 投稿者 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/17063665837518747956' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/17063665837518747956' rel='author' title='author profile'> <span itemprop='name'>Sam</span> </a> </span> </span> <span class='post-timestamp'> 時刻: <meta content='http://kayyiamm.blogspot.com/2012/05/argentina-wines-of-argentina.html' itemprop='url'/> <a class='timestamp-link' href='http://kayyiamm.blogspot.com/2012/05/argentina-wines-of-argentina.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-05-18T18:14:00+09:00'>18:14</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://kayyiamm.blogspot.com/2012/05/argentina-wines-of-argentina.html#comment-form' onclick=''> 0 件のコメント: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2101169976'> <a href='https://www.blogger.com/post-edit.g?blogID=7183334355807021960&postID=1647556587828927337&from=pencil' title='投稿を編集'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=1647556587828927337&target=email' target='_blank' title='メールで送信'><span class='share-button-link-text'>メールで送信</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=1647556587828927337&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=1647556587828927337&target=twitter' target='_blank' title='Twitter で共有する'><span class='share-button-link-text'>Twitter で共有する</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=1647556587828927337&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Facebook で共有する'><span class='share-button-link-text'>Facebook で共有する</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=1647556587828927337&target=pinterest' target='_blank' title='Pinterest に共有'><span class='share-button-link-text'>Pinterest に共有</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>2012年5月17日木曜日</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='7183334355807021960' itemprop='blogId'/> <meta content='7274774277261970202' itemprop='postId'/> <a name='7274774277261970202'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://kayyiamm.blogspot.com/2012/05/3.html'>子供たちをサーカスに連れてゆかない3つの重要な理由 - アニマルライツセンター|動物実験、動物虐待、工場的畜産、犬猫の殺処分、毛皮など非倫理的行為に反対する動物の権利団体</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-7274774277261970202' itemprop='description articleBody'> <!--doctype html public "- / /w3c / /dtd html 4.01 transitional / /en" "http: / /www.w3.org /tr /html4 /loose.dtd"--> <br style="clear:both;height:1px;overflow:hidden;"><span> <p> 映 画、テレビ番組、コマーシャル、見せ物、動物園・・・ありとあらゆる娯楽と宣伝分野に動物たちが使われています。その中のサーカスにおける動物虐待をとり あげた、PETA(動物の倫理的扱いを求める人々の会―アメリカの動物権利団体)のリーフレットを、試みに日本語に訳しました。日本ではとりあげられるこ との少ない娯楽に使われる動物の問題を考えるきっかけにしていただければと思います。<br> 原文は 3 Important Reasons Not to Take Children to the Circus<br> と題された12頁ほどの冊子で、2006年1月に作製されています。<br>   なお、原文の中には、日本人から見て不適当ともとれる表現が含まれる部分があります。しかし、これも現実の一端を示すものとして、あえてそのまま翻訳しました。御理解いただければ幸いです。</p> <p> 1:動物たちへの虐待<br>2:子供たちへの危険 動物たちの逆襲<br>3:暴力犯罪の前歴を持つサーカス労働者</p> <h3> 1:動物たちへの虐待 </h3> <p> <span class="fontb">テントの裏で、動物たちがむち打たれている</span></p> <div> <p> サーカスで働かされている動物たちは、したくて芸をしているのではありません。そうしなければどんな目に遭うのかという恐怖感が、彼らに芸をさせているのです。<br> 調教師たちは、調教棒(鋭い鉤のついた棒)、さまざまなタイプのムチや杖、スタンガンなどを携えています。もしも、サーカスが動物のやる気を引き出す訓練だけで成り立つものならば、調教師たちは武器ではなく、おやつの袋を抱えていることでしょう。<br> ビデオに撮られた映像や、元調教師、以前サーカスで働いていた人たちの証言によれば、調教師は常に裏では暴力と虐待的な調教方法を用いています。<br> PETA は以下のような告発を受け取っています。</p> </div> <h6> ビデオにとらえられた虐待</h6> <div> <p> カールソンアンドバーンズ・サーカスの象の調教の様子を隠し撮りしたビデオによると、調教師は象にたいして大声でわめいたりののしったり、象が悲鳴を上げるまで調教棒やスタンガンで邪険に殴ったりしています。<br> また後輩の調教師に対して、鋭くとがった鉤を象が痛みで叫ぶまで皮膚の奥深く、肉を裂くほど突き刺すように命令し、しかし象にそのような暴力を振るっていることは世間に知られないようにと教えている様子も映っています。<br> この調教師は、リングリングブラザーズ・サーカスの象を調教していた父親から、そのやり方を学んだのです。リングリングブラザーズの調教師たちが象を叩いたり、皮膚をえぐったり、鞭打ったりしている様子は、これまで何度となく撮影されています。</p> <p> かつて調教師で、現在、象のためのサンクチュアリを経営しているキャロルバックリーによれば、恐怖の念を植えつけるために罰を与えることは、サーカ ス業界の常套手段です。象は身体的な痛みと心理的なおどしによって、命令に従わなくてはならないということを教え込まれるのです。<br> サーカスで使われているすべての象は、このやり方で調教されています。</p></div></span></!doctype> <div style='clear: both;'></div> </div> <div class='jump-link'> <a href='http://kayyiamm.blogspot.com/2012/05/3.html#more' title='子供たちをサーカスに連れてゆかない3つの重要な理由 - アニマルライツセンター|動物実験、動物虐待、工場的畜産、犬猫の殺処分、毛皮など非倫理的行為に反対する動物の権利団体'>続きを読む »</a> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> 投稿者 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/17063665837518747956' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/17063665837518747956' rel='author' title='author profile'> <span itemprop='name'>Sam</span> </a> </span> </span> <span class='post-timestamp'> 時刻: <meta content='http://kayyiamm.blogspot.com/2012/05/3.html' itemprop='url'/> <a class='timestamp-link' href='http://kayyiamm.blogspot.com/2012/05/3.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-05-17T06:52:00+09:00'>6:52</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://kayyiamm.blogspot.com/2012/05/3.html#comment-form' onclick=''> 0 件のコメント: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2101169976'> <a href='https://www.blogger.com/post-edit.g?blogID=7183334355807021960&postID=7274774277261970202&from=pencil' title='投稿を編集'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=7274774277261970202&target=email' target='_blank' title='メールで送信'><span class='share-button-link-text'>メールで送信</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=7274774277261970202&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=7274774277261970202&target=twitter' target='_blank' title='Twitter で共有する'><span class='share-button-link-text'>Twitter で共有する</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=7274774277261970202&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Facebook で共有する'><span class='share-button-link-text'>Facebook で共有する</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=7274774277261970202&target=pinterest' target='_blank' title='Pinterest に共有'><span class='share-button-link-text'>Pinterest に共有</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>2012年5月14日月曜日</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='7183334355807021960' itemprop='blogId'/> <meta content='7572892637851879492' itemprop='postId'/> <a name='7572892637851879492'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://kayyiamm.blogspot.com/2012/05/pgp-referencepgp-okapi-project.html'>PGP Reference(PGP概要)【 Okapi Project 】</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-7572892637851879492' itemprop='description articleBody'> <!--doctype html public "- / /w3c / /dtd html 4.01 transitional / /en" "http: / /www.w3.org /tr /html4 /loose.dtd"--> <br style="clear:both;height:1px;overflow:hidden;"><span> <h2>1. 電子メールの危険性について再確認</h2> <p>なぜ暗号化が必要か? で説明したように、電子メールには「盗聴」、「なりすまし」、「改ざん」といった危険が潜在しています。</p> <p>電子メールを私的な目的にのみ使用しているのであれば、これらの不幸に遭遇した場合にこうむる被害は自分だけかも知れません。しかし、ビジネスで電子メールを使用しているのであれば、これは深刻な問題となります。</p> <p>つまり、重要な電子メールに関してはメールを「暗号化」してしまえばよいわけです。暗号化されたメールであれば、盗聴されても内容が分からないため大事にいたることはないし、電子署名を併用すれば「なりすまし」、「改ざん」も防ぐことができます。</p> <p> 暗号化というと、なんとも難しそうなイメージを持つかもしれませんが、そんなことはありません。</p> <p>みなさんも、重要なメールについては暗号化をするべきだと思います。</p> <h2>2. PGP とは?</h2> <p>PGP(Pretty Good Privacy) とはアメリカの Philip R. Zimmermann を中心とした開発チームによって作られた暗号化ソフトで、メールの暗号化では国際的に使われています。インターネット上から無償でダウンロードでき、様々な環境で動作します。日本語版も公開されているので、インストールや設定なども容易に行えます。</p> <p>PGPは非常に強固な暗号方式を採用しており、公開鍵暗号方式であることが特徴です。公開鍵暗号方式とは「公開鍵」、「秘密鍵」という対となる鍵を使用する暗号化方式のことで、暗号化のほかに本人が作成したことを証明する電子署名も実現しています。</p></span></!doctype> <div style='clear: both;'></div> </div> <div class='jump-link'> <a href='http://kayyiamm.blogspot.com/2012/05/pgp-referencepgp-okapi-project.html#more' title='PGP Reference(PGP概要)【 Okapi Project 】'>続きを読む »</a> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> 投稿者 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/17063665837518747956' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/17063665837518747956' rel='author' title='author profile'> <span itemprop='name'>Sam</span> </a> </span> </span> <span class='post-timestamp'> 時刻: <meta content='http://kayyiamm.blogspot.com/2012/05/pgp-referencepgp-okapi-project.html' itemprop='url'/> <a class='timestamp-link' href='http://kayyiamm.blogspot.com/2012/05/pgp-referencepgp-okapi-project.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-05-14T10:20:00+09:00'>10:20</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://kayyiamm.blogspot.com/2012/05/pgp-referencepgp-okapi-project.html#comment-form' onclick=''> 0 件のコメント: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2101169976'> <a href='https://www.blogger.com/post-edit.g?blogID=7183334355807021960&postID=7572892637851879492&from=pencil' title='投稿を編集'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=7572892637851879492&target=email' target='_blank' title='メールで送信'><span class='share-button-link-text'>メールで送信</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=7572892637851879492&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=7572892637851879492&target=twitter' target='_blank' title='Twitter で共有する'><span class='share-button-link-text'>Twitter で共有する</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=7572892637851879492&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Facebook で共有する'><span class='share-button-link-text'>Facebook で共有する</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=7572892637851879492&target=pinterest' target='_blank' title='Pinterest に共有'><span class='share-button-link-text'>Pinterest に共有</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>2012年5月12日土曜日</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='7183334355807021960' itemprop='blogId'/> <meta content='6753951543604847217' itemprop='postId'/> <a name='6753951543604847217'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://kayyiamm.blogspot.com/2012/05/good-day.html'>オーストラリア旅行記(Good Day!! アデレード)</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-6753951543604847217' itemprop='description articleBody'> <!--doctype html public "- / /w3c / /dtd html 4.01 transitional / /en" "http: / /www.w3.org /tr /html4 /loose.dtd"--> <br style="clear:both;height:1px;overflow:hidden;"><span> <p class="MsoNormal" align="center"> <span>クリーランドWP</span></p> <p class="MsoNormal"> <span> 午前9時前にホテルを出てみると、空はどんよりとした雲に覆われ、気温は16℃ぐらいで肌寒かった。この天気だけでも、昨日予定を変更したのは正解だったような気がした。</span></p> <p class="MsoNormal"> <span> まずはトラベルセンターに行くことにした。バスのチケットを購入するためだ。カウンターの前に2、3人いて、その後に並んだ。僕の番が来て、デイトリッパー・チケットを求めたのだが、カウンターの女性係員に動きが見られない。すると、「…は?」と何やら僕に言う。「…って何?」って聞き返したら、「トラベラーですか?」と聞いたので、そうだと答えた。すると、笑顔で</span><span><span lang="EN-US">6.4</span></span><span>ドルだと言った。実は「…」とはIDカードのことで、オーストラリアの住人は皆持っているようである。何と呼ばれていたのかは忘れてしまったが、皆チケットを買う時には、写真付きのカードを見せていた。お金を払うと、チケットを渡してくれ、親切にそのチケットの使い方を教えてくれた。デイトリッパー・チケットとは1日乗り放題の券で、バス以外にもメトロとトラムにも乗れる。クリーランドWP以外にも何処か行くかもしれないと思い、その券を買うことにしたのだ。値段も安く、旅行者にとってとても便利な券である。</span></p> <p class="MsoNormal"> <span> カーリー</span><span><span lang="EN-US">St.</span></span><span>に出てバス亭に向かって歩いていると、丁度</span><span><span lang="EN-US">No.164</span></span><span>Fバスが出て行くところだった。乗り損なってしまい、持っていた時刻表で次の便を確認すると、約30分ほど後だった。ただバス亭でじっと待つのも面白くないので、朝の散歩をすることにした。カーリー</span><span><span lang="EN-US">St.</span></span><span>から</span><span><span lang="EN-US">K.W.St.</span></span><span>を横切ってグレンフェル</span><span><span lang="EN-US">St.</span></span><span>に出る。カーリーST.とグレンフェルST.の二つの通りは(K.W.St.を挟んで1本の通りである)バス路線が幾つも重なりあっていて、バスの往来が多い。なので、路線別に停まるバス亭が分けられており、それを知るためにも、トラベルセンターで貰った 地図付き時刻表が役立つのである。それには、時刻表と停まるバス停の番号が書いてあって、裏には、その番号の記された地図があるのだ。アデレードが初めてであっても、迷うことなくバスを利用出来るのである。個人旅行にはとてもありがたいサービスだ。ぶらぶらと目的もなく通りを</span><span><span lang="EN-US">20</span></span><span>分ほど歩き、グレンフェル</span><span><span lang="EN-US">St.</span></span><span>の</span><span><span lang="EN-US">G2(City, Grenfell St)</span></span><span>バス亭に行った。</span></p> <p class="MsoNormal"> <span>クリーランドWPに行く時の乗換え場所である</span><span><span lang="EN-US">24</span></span><span>A</span><span><span lang="EN-US">(Crafers Park'n' Ride)</span></span><span>には、</span><span><span lang="EN-US">164</span></span><span>F以外にも、</span><span><span lang="EN-US">163、163F、164、165、165M、166、T163</span></span><span>で行ける。その違いはルートが少し異なっていたり、停まるバス停の数の違いである。ちなみに、</span><span><span lang="EN-US">164(F)、165M</span></span><span>はハーンドルフと言う、ドイツ移民の作った町まで行ける。ドイツの田舎町を思わせるような可愛い町だそうである。</span></p> <p class="MsoNormal"><span> <span lang="EN-US">No.166</span></span><span>バスが来たので乗り込んだ。バスは床が低く、障害を持つ人たちのことも考え設計されていた。僕は窓側に座って、ショート・トリップを楽しむことにした。アデレードはレストランが多く、オーストラリアでも食の街として有名だそうである。しかし、</span><span><span lang="EN-US">City</span></span><span>を見る限り、それほどには感じていなかった。しかし、バスが中心部から離れるに従って、ふとした通りの角や、住宅地の中にレストランやカフェがあり、なるほどと思った。どれもお洒落な雰囲気で入ってみたくなる。グルメ目的で探索するのなら、きっと</span><span><span lang="EN-US">City</span></span><span>よりも、郊外に美味しい店があるのではないかと思われる。アデレード、なかなかどうして、奥が深そうである。</span></p></span></!doctype> <div style='clear: both;'></div> </div> <div class='jump-link'> <a href='http://kayyiamm.blogspot.com/2012/05/good-day.html#more' title='オーストラリア旅行記(Good Day!! アデレード)'>続きを読む »</a> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> 投稿者 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/17063665837518747956' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/17063665837518747956' rel='author' title='author profile'> <span itemprop='name'>Sam</span> </a> </span> </span> <span class='post-timestamp'> 時刻: <meta content='http://kayyiamm.blogspot.com/2012/05/good-day.html' itemprop='url'/> <a class='timestamp-link' href='http://kayyiamm.blogspot.com/2012/05/good-day.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-05-12T21:35:00+09:00'>21:35</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://kayyiamm.blogspot.com/2012/05/good-day.html#comment-form' onclick=''> 0 件のコメント: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2101169976'> <a href='https://www.blogger.com/post-edit.g?blogID=7183334355807021960&postID=6753951543604847217&from=pencil' title='投稿を編集'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=6753951543604847217&target=email' target='_blank' title='メールで送信'><span class='share-button-link-text'>メールで送信</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=6753951543604847217&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=6753951543604847217&target=twitter' target='_blank' title='Twitter で共有する'><span class='share-button-link-text'>Twitter で共有する</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=6753951543604847217&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Facebook で共有する'><span class='share-button-link-text'>Facebook で共有する</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=7183334355807021960&postID=6753951543604847217&target=pinterest' target='_blank' title='Pinterest に共有'><span class='share-button-link-text'>Pinterest に共有</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://kayyiamm.blogspot.com/search?updated-max=2012-05-12T21:35:00%2B09:00&max-results=7' id='Blog1_blog-pager-older-link' title='前の投稿'>前の投稿</a> </span> <a class='home-link' href='http://kayyiamm.blogspot.com/'>ホーム</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> 登録: <a class='feed-link' href='http://kayyiamm.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>投稿 (Atom)</a> </div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>ブログ アーカイブ</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://kayyiamm.blogspot.com/2012/'> 2012 </a> <span class='post-count' dir='ltr'>(36)</span> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://kayyiamm.blogspot.com/2012/06/'> 6月 </a> <span class='post-count' dir='ltr'>(2)</span> <ul class='posts'> <li><a href='http://kayyiamm.blogspot.com/2012/06/ustream-cures-hemorrhoids-safely.html'>USTREAM: Cures Hemorrhoids Safely: .</a></li> <li><a href='http://kayyiamm.blogspot.com/2012/06/html.html'>HTML</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://kayyiamm.blogspot.com/2012/05/'> 5月 </a> <span class='post-count' dir='ltr'>(12)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://kayyiamm.blogspot.com/2012/04/'> 4月 </a> <span class='post-count' dir='ltr'>(19)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://kayyiamm.blogspot.com/2012/03/'> 3月 </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget Profile' data-version='1' id='Profile1'> <h2>自己紹介</h2> <div class='widget-content'> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/17063665837518747956' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Sam </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/17063665837518747956' rel='author'>詳細プロフィールを表示</a> <div class='clear'></div> </div> </div></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot no-items section' id='footer-1'></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='フッター'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> 「シンプル」テーマ. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/2087407620-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY4YzlJeX_qJZzbabxGJtXx6avRVcA:1711630250946';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d7183334355807021960','//kayyiamm.blogspot.com/','7183334355807021960'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '7183334355807021960', 'title': 'notebook', 'url': 'http://kayyiamm.blogspot.com/', 'canonicalUrl': 'http://kayyiamm.blogspot.com/', 'homepageUrl': 'http://kayyiamm.blogspot.com/', 'searchUrl': 'http://kayyiamm.blogspot.com/search', 'canonicalHomepageUrl': 'http://kayyiamm.blogspot.com/', 'blogspotFaviconUrl': 'http://kayyiamm.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'ja', 'localeUnderscoreDelimited': 'ja', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22notebook - Atom\x22 href\x3d\x22http://kayyiamm.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22notebook - RSS\x22 href\x3d\x22http://kayyiamm.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22notebook - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/7183334355807021960/posts/default\x22 /\x3e\n', 'meTag': '\x3clink rel\x3d\x22me\x22 href\x3d\x22https://www.blogger.com/profile/17063665837518747956\x22 /\x3e\n', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/9058130ec67b7088', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': '\u30ea\u30f3\u30af\u3092\u53d6\u5f97', 'key': 'link', 'shareMessage': '\u30ea\u30f3\u30af\u3092\u53d6\u5f97', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Facebook \u3067\u5171\u6709', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Twitter \u3067\u5171\u6709', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Pinterest \u3067\u5171\u6709', 'target': 'pinterest'}, {'name': '\u30e1\u30fc\u30eb', 'key': 'email', 'shareMessage': '\u30e1\u30fc\u30eb', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27ja\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': '\u7d9a\u304d\u3092\u8aad\u3080', 'pageType': 'index', 'pageName': '', 'pageTitle': 'notebook'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': '\u7de8\u96c6', 'linkCopiedToClipboard': '\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\u3002', 'ok': 'OK', 'postLink': '\u6295\u7a3f\u306e\u30ea\u30f3\u30af'}}, {'name': 'template', 'data': {'name': 'Simple', 'localizedName': '\u30b7\u30f3\u30d7\u30eb', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'pale', 'variantId': 'pale'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'notebook', 'description': '', 'url': 'http://kayyiamm.blogspot.com/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': true, 'isArchive': false, 'isLabelSearch': false}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/631222141-lbx__ja.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/3268905543-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': '\u8aad\u307f\u8fbc\u307f\u4e2d\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar-right-1', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>