<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/syoh_japan/">
    <title>笑ジャパン@ ウィキ</title>
    <link>http://w.atwiki.jp/syoh_japan/</link>
    <atom:link href="https://w.atwiki.jp/syoh_japan/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>笑ジャパン@ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2018-03-09T16:44:48+09:00</dc:date>
    <utime>1520581488</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/syoh_japan/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syoh_japan/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syoh_japan/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syoh_japan/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syoh_japan/pages/3.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syoh_japan/pages/4.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syoh_japan/pages/5.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syoh_japan/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syoh_japan/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syoh_japan/pages/8.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/syoh_japan/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/syoh_japan/pages/2.html</link>
    <description>
      **メニュー
-[[トップページ&gt;https://www65.atwiki.jp/syoh_japan/pages/1.html]]
-[[C#&gt;https://www65.atwiki.jp/syoh_japan/pages/12.html]]
-[[JavaScript&gt;https://www65.atwiki.jp/syoh_japan/pages/12.html]]
-[[SqlServer&gt;https://www65.atwiki.jp/syoh_japan/pages/12.html]]
----

**リンク
-[[@wiki&gt;&gt;http://atwiki.jp]]
-[[@wikiご利用ガイド&gt;&gt;http://atwiki.jp/guide/]]

// リンクを張るには &quot;[&quot; 2つで文字列を括ります。
// &quot;&gt;&quot; の左側に文字、右側にURLを記述するとリンクになります


//**更新履歴
//#recent(20)

&amp;link_editmenu(text=ここを編集)    </description>
    <dc:date>2018-03-09T16:44:48+09:00</dc:date>
    <utime>1520581488</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syoh_japan/pages/12.html">
    <title>C＃</title>
    <link>https://w.atwiki.jp/syoh_japan/pages/12.html</link>
    <description>
      
&lt;p&gt;C#に関する記事一覧&lt;/p&gt;
・&lt;a href=&quot;https://www65.atwiki.jp/syoh_japan/pages/13.html&quot;&gt;FacebookAPI&lt;/a&gt;&lt;br /&gt;
・&lt;a href=&quot;test&quot;&gt;GoogleAnalyticsAPI&lt;/a&gt;&lt;br /&gt;    </description>
    <dc:date>2018-03-09T16:25:18+09:00</dc:date>
    <utime>1520580318</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syoh_japan/pages/13.html">
    <title>FacebookAPI</title>
    <link>https://w.atwiki.jp/syoh_japan/pages/13.html</link>
    <description>
      
&lt;div&gt;&lt;a href=&quot;/&quot; style=&quot;color:#555;&quot;&gt;https://graph.facebook.com/oauth/access_token&lt;/a&gt;へ､
アクセストークン､アプリケーションキーなどを付けて渡す。&lt;br /&gt;
戻ってきた値を解析する。&lt;/div&gt;
&lt;div style=&quot;font-size:14px;background-color:#dbebff;&quot;&gt;
&lt;ol&gt;&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color:#6666cc;&quot;&gt;&lt;strong&gt;string &lt;/strong&gt;&lt;/span&gt;url =
&quot;https://graph.facebook.com/oauth/access_token?client_id=&quot; +
FacebookRegist.APP_ID + &quot;&amp;amp;redirect_uri=&quot; +
HttpUtility.UrlEncode(Request.Url.AbsoluteUri);&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;color:#6666cc;&quot;&gt;&lt;strong&gt;WebRequest &lt;/strong&gt;&lt;/span&gt;req
=&lt;span style=&quot;color:#6666cc;&quot;&gt;&lt;strong&gt;WebRequest&lt;/strong&gt;&lt;/span&gt;.Create(url);&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color:#6666cc;&quot;&gt;&lt;strong&gt;WebResponse &lt;/strong&gt;&lt;/span&gt;res =
req.GetResponse();&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color:#6666cc;&quot;&gt;&lt;strong&gt;using &lt;/strong&gt;&lt;/span&gt;(Stream stream =
res.GetResponseStream())&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;color:#008000;&quot;&gt;&lt;span style=&quot;font-family:monospace;&quot;&gt;{&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
     &lt;span style=&quot;font-family:monospace;&quot;&gt;using (StreamReader reader = new
StreamReader(stream))&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;font-family:monospace;&quot;&gt;     &lt;span style=&quot;color:#008000;&quot;&gt;{&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;font-family:monospace;&quot;&gt;          access_toke =
reader.ReadToEnd();&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;font-family:monospace;&quot;&gt;          Match m =
Regex.Match(access_toke, &quot;access_token\&quot;:\&quot;([^\&quot;]+)\&quot;&quot;);&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;font-family:monospace;&quot;&gt;          if (m.Success)&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;font-family:monospace;&quot;&gt;               access_toke =
m.Result(&quot;$1&quot;);&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;font-family:monospace;&quot;&gt;     &lt;span style=&quot;color:#008000;&quot;&gt;}&lt;/span&gt;     &lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight:bold;vertical-align:top;&quot;&gt;
&lt;div style=&quot;font:normal normal 1em/1.2em monospace;margin:0;padding:0;background:none;vertical-align:top;&quot;&gt;
&lt;span style=&quot;color:#008000;&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;font-size:1em;&quot;&gt;  &lt;/span&gt;&lt;span style=&quot;font-size:1em;&quot;&gt;              &lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;
    </description>
    <dc:date>2018-03-09T16:24:25+09:00</dc:date>
    <utime>1520580265</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syoh_japan/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/syoh_japan/pages/1.html</link>
    <description>
      **@笑ジャパンのwikiへようこそ
-このwikiでは、株式会社笑ジャパンのメンバーが業務中に実際に使用したコードなどを紹介します。

**まずはこちらをご覧ください。
-[[笑ジャパンオフィシャルサイト&gt;&gt;http://www.syoh.co.jp/]]

**弊社の運営サイト一覧
-[[ポケパラ&gt;&gt;https://www.pokepara.jp/]]
-[[15navi&gt;&gt;https://www.15navi.com/]]    </description>
    <dc:date>2018-03-09T15:45:57+09:00</dc:date>
    <utime>1520577957</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syoh_japan/pages/3.html">
    <title>右メニュー</title>
    <link>https://w.atwiki.jp/syoh_japan/pages/3.html</link>
    <description>
      **更新履歴
#recent(20)


&amp;link_editmenu2(text=ここを編集)
    </description>
    <dc:date>2018-03-09T15:30:25+09:00</dc:date>
    <utime>1520577025</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syoh_japan/pages/4.html">
    <title>プラグイン/ニュース</title>
    <link>https://w.atwiki.jp/syoh_japan/pages/4.html</link>
    <description>
      * ニュース
@wikiのwikiモードでは
 #news(興味のある単語)
と入力することで、あるキーワードに関連するニュース一覧を表示することができます
詳しくはこちらをご覧ください。
＝＞http://www1.atwiki.jp/guide/pages/266.html#id_542badf7


-----


たとえば、#news(ゲーム)と入力すると以下のように表示されます。


#news(ゲーム)
    </description>
    <dc:date>2018-03-09T15:30:25+09:00</dc:date>
    <utime>1520577025</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syoh_japan/pages/5.html">
    <title>プラグイン/編集履歴</title>
    <link>https://w.atwiki.jp/syoh_japan/pages/5.html</link>
    <description>
      * 更新履歴
@wikiのwikiモードでは
 #recent(数字)
と入力することで、wikiのページ更新履歴を表示することができます。
詳しくはこちらをご覧ください。
＝＞http://www1.atwiki.jp/guide/pages/269.html#id_bf9eaeba


-----


たとえば、#recent(20)と入力すると以下のように表示されます。


#recent(20)
    </description>
    <dc:date>2018-03-09T15:30:25+09:00</dc:date>
    <utime>1520577025</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syoh_japan/pages/6.html">
    <title>プラグイン/アーカイブ</title>
    <link>https://w.atwiki.jp/syoh_japan/pages/6.html</link>
    <description>
      * アーカイブ
@wikiのwikiモードでは
 #archive_log()
と入力することで、特定のウェブページを保存しておくことができます。
詳しくはこちらをご覧ください。
＝＞http://www1.atwiki.jp/guide/pages/921.html#id_2d967d6e


-----


たとえば、#archive_log()と入力すると以下のように表示されます。
保存したいURLとサイト名を入力して&quot;アーカイブログ&quot;をクリックしてみよう


#archive_log()
    </description>
    <dc:date>2018-03-09T15:30:25+09:00</dc:date>
    <utime>1520577025</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syoh_japan/pages/7.html">
    <title>プラグイン/RSS</title>
    <link>https://w.atwiki.jp/syoh_japan/pages/7.html</link>
    <description>
      *RSSを取り込んで一覧表示(rss)
 #rss(ここにＲＳＳのＵＲＬ)
もしくは
 #rss(ここにＲＳＳのＵＲＬを入力)
と入力することで指定したＲＳＳを取り込んで一覧表示します。

詳しくはこちらをご覧ください。
＝＞http://www1.atwiki.jp/guide/pages/269.html#id_a0e79757

----
たとえば、#rss(http://www1.atwiki.jp/guide/rss10_new.xml) と入力すると以下のように表示されます。

#rss(http://www1.atwiki.jp/guide/rss10_new.xml)
    </description>
    <dc:date>2018-03-09T15:30:25+09:00</dc:date>
    <utime>1520577025</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syoh_japan/pages/8.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/syoh_japan/pages/8.html</link>
    <description>
      * 動画(youtube)
@wikiのwikiモードでは
 #video(動画のURL)
と入力することで、動画を貼り付けることが出来ます。
詳しくはこちらをご覧ください。
＝＞http://www1.atwiki.jp/guide/pages/801.html#id_30dcdc73

また動画のURLはYoutubeのURLをご利用ください。
＝＞http://www.youtube.com/

-----


たとえば、#video(http://youtube.com/watch?v=kTV1CcS53JQ)と入力すると以下のように表示されます。


#video(http://youtube.com/watch?v=kTV1CcS53JQ)

    </description>
    <dc:date>2018-03-09T15:30:25+09:00</dc:date>
    <utime>1520577025</utime>
  </item>
  </rdf:RDF>
