<?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/smtlab/">
    <title>smtlab @ ウィキ</title>
    <link>http://w.atwiki.jp/smtlab/</link>
    <atom:link href="https://w.atwiki.jp/smtlab/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>smtlab @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2012-11-11T17:49:24+09:00</dc:date>
    <utime>1352623764</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/smtlab/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/smtlab/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/smtlab/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/smtlab/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/smtlab/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/smtlab/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/smtlab/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/smtlab/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/smtlab/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/smtlab/pages/12.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/smtlab/pages/21.html">
    <title>【Git】環境構築</title>
    <link>https://w.atwiki.jp/smtlab/pages/21.html</link>
    <description>
      【Git】環境構築

http://code.google.com/p/msysgit/downloads/list
から【Git-1.8.0-preview20121022.exe】をダウンロードしてインストールする。

【Git Setup】
　-【Simple context integration】
　　-『Simple context menu(registry based)』チェック
　　-『Use a TrueType font in all console windows (not only for Git Bash)』チェック　
　-【Adjusting your Path environment】
　　-『Run Git from the Windows Command Prompt』
　-【Configuring the line ending conversions】
　　-『Checkout Windows-style,commit Unix-style line endings』

参考URL：http://www8.atwiki.jp/git_jp/pages/24.html    </description>
    <dc:date>2012-11-11T17:49:24+09:00</dc:date>
    <utime>1352623764</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/smtlab/pages/20.html">
    <title>【GitHub + eclipse】環境構築</title>
    <link>https://w.atwiki.jp/smtlab/pages/20.html</link>
    <description>
      【[[GitHub]] + eclipse】環境構築
　　【想定環境】
　　　　・eclipse 3.7 + gitプラグイン入り
　　　　・Windows 7
（１）GitHubアカウント作成
　　https://github.com/
　　【Sign up for free】-『各項目入力』-【create an account】
（２）SSH Public Keys 作成
　　SSHクライアントツールのputtyを使って公開鍵と秘密鍵を生成します。公開鍵はサーバにアップロードして、秘密鍵はクライアント側に保存します。
　　【鍵を保存するディレクトリを作成】
　　【PuTTYgenダウンロード先】
　　http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
　　【PuTTYgen】をダウンロード
　　【puTTYgen】で鍵を生成する。【C:\Users\ユーザ名\.ssh】GUIだと.sshディレクトリを生成できないのでコマンドプロンプトを使用して【C:\Users\ユーザ名\】に【.ssh】ディレクトリを作成する。
　　　　ダウンロードした【puTTYgen】を起動。
　　　　【SSH-2 RSA】のラジオボタンがチェックされていることを確認。
　　　　【Generate】ボタンを選択。ウィンドウで適当にマウスを動かす。（マウスを動かす動きが乱数の種になり鍵の生成をします）
　　　　『Key comment』を適当に入力
　　　　『Key passphrase』パスワードを入力。パスワードは様々な場所で使うので保存しておく。
　　　　【Save public key】【C:\Users\ユーザ名\.ssh】ディレクトリに公開鍵を保存。ファイル名は『rsa.pub』。
　　　　【Save private key】【C:\Users\ユーザ名\.ssh】ディレクトリに秘密鍵を保存。ファイル名は『id_rsa』。
（３）リポジトリを作成する。
　　　　https://github.com/
　　　【Sign in】-『ユーザ名とパスワード』-Your Repositories欄にある【New Repository】
　　　　『Repository    </description>
    <dc:date>2012-11-11T15:54:40+09:00</dc:date>
    <utime>1352616880</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/smtlab/pages/19.html">
    <title>GitHub</title>
    <link>https://w.atwiki.jp/smtlab/pages/19.html</link>
    <description>
      参考資料：
超入門：http://blog.glasses-factory.net/2011/04/14/github
基本機能からdotfiles管理：http://d.hatena.ne.jp/shim0mura/20111212/1323660740    </description>
    <dc:date>2012-11-03T23:47:32+09:00</dc:date>
    <utime>1351954052</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/smtlab/pages/18.html">
    <title>【アイデアWiki】データ</title>
    <link>https://w.atwiki.jp/smtlab/pages/18.html</link>
    <description>
      URLアクセス：
　　http://ja.wikipedia.org/w/api.php?format=json&amp;action=opensearch&amp;search=a&amp;namespace=0&amp;suggest=

URLアクセス結果：
　　[&quot;a&quot;,[&quot;ABO\u5f0f\u8840\u6db2\u578b&quot;,&quot;ABC\u30c6\u30ec\u30d3&quot;,&quot;AV\u5973\u512a&quot;,&quot;A&quot;,&quot;All-nippon News Network&quot;,&quot;AV\u5973\u512a\u4e00\u89a7&quot;,&quot;AKB48&quot;,&quot;Avex trax&quot;,&quot;Au (\u643a\u5e2f\u96fb\u8a71)&quot;,&quot;A\u9762\/B\u9762&quot;]]

URLアクセス符号化結果：
　　[&quot;a&quot;,[&quot;ABO式血液型&quot;,&quot;ABCテレビ&quot;,&quot;AV女優&quot;,&quot;A&quot;,&quot;All-nippon News Network&quot;,&quot;AV女優一覧&quot;,&quot;AKB48&quot;,&quot;Avex trax&quot;,&quot;Au (携帯電話)&quot;,&quot;A面\/B面&quot;]]

URLアクセス：
　　http://ja.wikipedia.org/wiki/a

URLアクセス結果：
&lt;html lang=&quot;ja&quot; dir=&quot;ltr&quot; class=&quot;client-nojs&quot;&gt;
&lt;head&gt;
&lt;title&gt;A - Wikipedia&lt;/title&gt;
&lt;meta charset=&quot;UTF-8&quot; /&gt;
&lt;meta name=&quot;generator&quot; content=&quot;MediaWiki 1.21wmf1&quot; /&gt;
&lt;link rel=&quot;alternate&quot; type=&quot;application/x-wiki&quot; title=&quot;編集&quot; href=&quot;/w/index.php?title=A&amp;action=edit&quot; /&gt;
&lt;link rel=&quot;edit&quot; title=&quot;編集&quot; href=&quot;/w/index.php?title=A&amp;action=edit&quot; /&gt;
&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;//ja.wikipedia.org/apple-touch-icon.png&quot; /&gt;
&lt;link rel=&quot;shortcut icon&quot; href=&quot;/favicon.ico&quot; /&gt;
    </description>
    <dc:date>2012-10-13T22:59:03+09:00</dc:date>
    <utime>1350136743</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/smtlab/pages/17.html">
    <title>Android開発日記</title>
    <link>https://w.atwiki.jp/smtlab/pages/17.html</link>
    <description>
      ・2012/11/04
Androidアプリ開発。第一回円卓会議
+githubでソース管理を行う（試してみる）　11月12日（日）くらいまで
+Wikiツールを普通にアプリとして使える程度には開発を行う。　期限決めてない
+UさんがXMLの構造解析を行い使える値を抜き出す。　11月12日（日）くらいまで

Wikiツール
+複数検索可能
+HTMLタグ除去（タイトル部分のみ表示）
+サムネイル画像表示
+速度向上（非同期通信を行うようにする）
+プログラムのソースを見やすくする。
+ジャンル追加

・2012/10/31
Wiki支援ツール。作成完了。
改善案
+複数検索可能
+HTMLタグ除去
+サムネイル画像表示
+速度向上（非同期通信を行うようにする）
+プログラムのソースを見やすくする。

#image(http://www58.atwiki.jp/smtlab/pub/date20121031_01.png)
#image(http://www58.atwiki.jp/smtlab/pub/date20121031_02.png)

・2012/10/27
AndroidのAPIを使って再チャレンジ
セキュリティ関係でエラー。java.lang.SecurityException
Manifestへパーミッションを登録しないといけないらしい。


・2012/10/21
外部ライブラリが使えないとな(ﾟдﾟ)
http://d.hatena.ne.jp/satoshis/20110427/p1

・2012/10/15
wikipedia api を使う。

・2012/10/13　【柏菜】
３の該当記事を引っ張ってくる処理を作成。

#image(http://www58.atwiki.jp/smtlab/pub/date20121013_01.png)

wikipediaで検索を行うと記事一覧が出力される。
これをインクリメンタルサーチで利用してみることにした。

#image(http://www58.atwiki.jp/smtlab/pub/date20121013_02.png)

URLとレスポンスは下記の通り。
どうやらレスポンスはユニコー    </description>
    <dc:date>2012-11-04T01:04:32+09:00</dc:date>
    <utime>1351958672</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/smtlab/pages/16.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/smtlab/pages/16.html</link>
    <description>
      [[Android開発]]
┗[[【アイデアWiki】データ]]
[[Android開発日記]]
[[GitHub]]
┗[[【Git】環境構築]]
┗[[【GitHub + eclipse】環境構築]]    </description>
    <dc:date>2012-11-11T17:10:11+09:00</dc:date>
    <utime>1352621411</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/smtlab/pages/15.html">
    <title>Android開発</title>
    <link>https://w.atwiki.jp/smtlab/pages/15.html</link>
    <description>
      お題
　　・【アイデア】【まとめる】【インパクト】
　　・【季節】【人生】【向上】

アイデア
　　・マインドマップWikipedia逆引き検索
　　・端末を振ると検索結果が変わる。

参考サイト
　　・何かのっけて行こう    </description>
    <dc:date>2012-10-05T23:12:38+09:00</dc:date>
    <utime>1349446358</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/smtlab/pages/14.html">
    <title>プラグイン/インスタグラム</title>
    <link>https://w.atwiki.jp/smtlab/pages/14.html</link>
    <description>
      *インスタグラムプラグイン

人気の画像共有サービス、Instagram(インスタグラム）の画像をアットウィキに貼れるプラグインです。


 #ig_user(ユーザー名)
 と記載することで、特定ユーザーのInstagramのフィードを表示することができます。

例）@dogoftheday
#ig_user(dogoftheday)

----

 #ig_tags(タグ名)
 と記載することで、特定タグのInstagramのフィードを表示することができます。

#dogofthedayjp タグ
#ig_tag(dogofthedayjp)

----

 #ig_popular
 と記載することで、Instagramのpopularフィードを表示することができます。



詳しい使い方は以下のページを参考にしてください！
＝＞http://www1.atwiki.jp/guide/pages/935.html

--------    </description>
    <dc:date>2012-10-05T22:36:30+09:00</dc:date>
    <utime>1349444190</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/smtlab/pages/13.html">
    <title>プラグイン/人気商品一覧</title>
    <link>https://w.atwiki.jp/smtlab/pages/13.html</link>
    <description>
      * 人気商品一覧
@wikiのwikiモードでは
 #price_list(カテゴリ名)
と入力することで、あるカテゴリの売れ筋商品のリストを表示することができます。

カテゴリには以下のキーワードがご利用できます。
|キーワード|表示される内容|
|ps3|PlayStation3|
|ps2|PlayStation3|
|psp|PSP|
|wii|Wii|
|xbox|XBOX|
|nds|Nintendo DS|
|desctop-pc|デスクトップパソコン|
|note-pc|ノートパソコン|
|mp3player|デジタルオーディオプレイヤー|
|kaden|家電|
|aircon|エアコン|
|camera|カメラ|
|game-toy|ゲーム・おもちゃ全般|
|all|指定無し|

空白の場合はランダムな商品が表示されます。

※このプラグインは[[価格比較サイト@PRICE&gt;&gt;http://atprice.jp]]のデータを利用しています。

-----

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

ゲーム・おもちゃ全般の売れ筋商品
#price_list(game-toy)

ノートパソコンの売れ筋商品
#price_list(game-toy)

人気商品リスト
#price_list()
    </description>
    <dc:date>2012-10-05T22:36:30+09:00</dc:date>
    <utime>1349444190</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/smtlab/pages/12.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/smtlab/pages/12.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


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

#comment    </description>
    <dc:date>2012-10-05T22:36:30+09:00</dc:date>
    <utime>1349444190</utime>
  </item>
  </rdf:RDF>
