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

    <dc:language>ja</dc:language>
    <dc:date>2013-09-28T21:22:58+09:00</dc:date>
    <utime>1380370978</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/sesindoi/pages/23.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sesindoi/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sesindoi/pages/22.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sesindoi/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sesindoi/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sesindoi/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sesindoi/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sesindoi/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sesindoi/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/sesindoi/pages/15.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/sesindoi/pages/23.html">
    <title>Smarty</title>
    <link>https://w.atwiki.jp/sesindoi/pages/23.html</link>
    <description>
      **バージョン情報
|バージョン|3.1.14|

**インストール手順
ドキュメントルート外に配置してphp.iniで設定することもできるが、今回はレンタルサーバーで使用することを想定し、プロジェクト内にライブラリを配置する。

1. [[Smarty公式サイト&gt;http://www.smarty.net/]]にアクセスし、Downloadのリンクをクリック。

2. [Smarty-stable.zip]をクリックし、Smartyをダウンロードする。

3. ダウンロードしたzipファイルを解凍する。    </description>
    <dc:date>2013-09-28T21:22:58+09:00</dc:date>
    <utime>1380370978</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sesindoi/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/sesindoi/pages/2.html</link>
    <description>
      **メニュー
-[[トップページ]]
-[[メニュー]]
-[[Webアプリ(LAMP)]]
--開発環境の構築
---[[XAMPP&gt;開発環境の構築(XAMPP)]]
---[[SVN]]
---[[Pleiades]]
---[[Smarty]]
--[[PHP]]
--[[MySql]]
--[[javascript]]
--vmware
---[[インストール]]
---[[仮想環境作成]]
--[[Linux]]
----

// リンクを張るには &quot;[&quot; 2つで文字列を括ります。
// &quot;&gt;&quot; の左側に文字、右側にURLを記述するとリンクになります

//**更新履歴
//#recent(20)    </description>
    <dc:date>2013-09-28T20:27:20+09:00</dc:date>
    <utime>1380367640</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sesindoi/pages/22.html">
    <title>php.iniの設定</title>
    <link>https://w.atwiki.jp/sesindoi/pages/22.html</link>
    <description>
      **文字コード関連

|No|設定項目|デフォルト値|設定値|意図・目的|
|1|mbstring.language||Japanese|デフォルトの言語設定|
|2|mbstring.internal_encoding||UTF-8|内部エンコーディング|
|3|default_charset||UTF-8|HTTPレスポンスの文字エンコーディングを設定|
|4|mbstring.http_output||pass|HTTPレスポンスは変換しない|
|5|output_buffering||Off|出力バッファリングを無効にする(※1) |
|6|mbstring.encoding_translation||On|HTTP 入力変換を有効に設定|
|7|mbstring.http_input||UTF-8|HTTP 入力エンコーディング変換を UTF-8 に設定（UTF-8→UTF-8の変換）|
|8|mbstring.substitute_characte||&quot;?&quot;|無効な文字の表示文字|
※1 文字エンコーディングの変換をしなければ、On でもいい

意図としては以下のとおり。
|分類|項番|意図|
|[[PHP]]内部エンコード|1～2|UTF-8で統一|
|出力(HTTPレスポンス)|3～5|内部エンコードでそのまま出力|
|入力|6～8|出力がUTF-8なので、通常はUTF-8で入力される。ただし、受付時にUTF-8変換をもう一度かけ、不正な文字コードを除去する|

[[参考&gt;http://www.tokumaru.org/d/20100927.html]]    </description>
    <dc:date>2013-09-28T20:20:07+09:00</dc:date>
    <utime>1380367207</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sesindoi/pages/21.html">
    <title>SVN</title>
    <link>https://w.atwiki.jp/sesindoi/pages/21.html</link>
    <description>
      **バージョン情報

|バージョン|備考|
|1.7.13|1.8以降だとSubvesiveでエラーを確認|

**インストール手順
1. [[TortoiseSVNの公式サイト&gt;http://tortoisesvn.net/]]にアクセスする。

2. Downloadから自分の環境にあったインストーラをダウンロードする。

3. 2と同じページから、日本語化パックをダウンロードする。

4. 2でダウンロードしたインストーラを実行し、[[インストール]]する。
　 設定はデフォルトのまま。

5. インストール完了後、日本語化パックをインストールする。

6. デスクトップのなにもないところを右クリックし、「TortoiseSVN」から展開されるメニューが日本語担っていることを確認する。

**リポジトリ作成手順
今回は1端末内で開発するため、ローカル環境にリポジトリを作成する。

1. 任意のパスにリポジトリ用のフォルダを作成する。

2. 1で作成したフォルダを右クリックし、[TortoiseSVN]-[ここにリポジトリを作成]を選択する。

3. リポジトリの作成に成功したら、「フォルダー構造を作成」ボタンをクリックする。    </description>
    <dc:date>2013-09-28T14:40:59+09:00</dc:date>
    <utime>1380346859</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sesindoi/pages/20.html">
    <title>Pleiades</title>
    <link>https://w.atwiki.jp/sesindoi/pages/20.html</link>
    <description>
      **バージョン
|バージョン|4.3 Kepler|

**起動までの手順

1. [[Pleiadesの公式サイト&gt;http://mergedoc.sourceforge.jp/]]から該当バージョンのページに遷移する。

2. 該当するビット(32/64)のPleiades All in One [[PHP]] Full Editionをダウンロードする。

3. zipファイルのため、任意のフォルダに解凍する。(全角文字を含まないのが好ましい)

4. &lt;pleiades&gt;\eclipse\eclipse.exeを起動する。

5.起動時、ワークスペースを確認される。XAMPPに合わせるために「&lt;xampp&gt;\htdocs」に設定する。

**SVNの設定
Pleiadesではeclipseの[[SVN]]用公式プラグインsubversiveがデフォルトで[[インストール]]されているが、2013/09/28現在、デフォルトのsubversiveのバージョンでは最新のSVNのバージョンに対応していない。
このため、プラグインのアップデートが必要。

1. メニューバーの[ヘルプ]-[新規ソフトウェアのインストール]を実施。

2. 作業対象から「Kepler - http://(以下略)」を選択する。

3. 一覧が更新されるので、コラボレーション配下の以下のプラグインにチェックを入れ「次へ」をクリックする。
-Subversive チーム・プロバイダー
-Subversive チーム・プロバイダー・ローカライゼーション（オプション）

4. Subversive チーム・プロバイダーは既にインストールされているためアップデートとなる。次へをクリック。

5. ライセンスに同意して完了をクリック。

6. インストール完了後、Pleiadesの再起動を要求されるため、「はい」をクリックする。

7. Pleiadesの再起動後、メニューバーの[ウィンドウ]-[設定]を選択する。

8. 設定画面左側で[チーム]-[SVN]を選択後、「SVNクライアント」タブを選択、
　 SVNクライアントを「SVNKit 1.7.9～」にし、OKボタンをクリックする。    </description>
    <dc:date>2013-09-28T14:40:20+09:00</dc:date>
    <utime>1380346820</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sesindoi/pages/18.html">
    <title>開発環境の構築(XAMPP)</title>
    <link>https://w.atwiki.jp/sesindoi/pages/18.html</link>
    <description>
      **対象バージョン
|XAMPPのバージョン|XAMPP Windows版 1.8.2(zip)|

**手順
1.[[XAMPPの公式サイト&gt;http://www.apachefriends.org/jp/xampp-windows.html]]からファイルをダウンロード。

2.ダウンロードしたファイルを解凍し、任意のフォルダに移動する。
　以下、XAMPPのフォルダは&lt;XAMPP&gt;\～と記載。

3.Apacheの設定ファイルの編集
　開発環境なのでローカルホストのみからアクセスできるように設定を変更する。

　3.1.&lt;XAMPP&gt;\apache\conf\httpd.confをバックアップ

　3.2.&lt;XAMPP&gt;\apache\conf\httpd.confを以下の通り編集(左が編集後)
#ref(httpd.conf.png)

※注記：ip指定ではアクセス可能だが、ホスト名指定ではアクセス不可。
　　　　hostsファイルのlocalhost名はコメント解除済み。    </description>
    <dc:date>2013-09-28T00:56:15+09:00</dc:date>
    <utime>1380297375</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sesindoi/pages/19.html">
    <title>Webアプリ(LAMP)</title>
    <link>https://w.atwiki.jp/sesindoi/pages/19.html</link>
    <description>
      **全般的な情報
|設定項目|設定値|備考|
|開発環境|eclipse([[Pleiades]])l||
|サーバソフト|Apahce||
|データベース|mysql||
|言語|[[PHP]]||
|文字エンコード|UTF-8|[[5C問題回避&gt;http://ja.wikipedia.org/wiki/Shift_JIS]]のため|    </description>
    <dc:date>2013-09-28T00:53:24+09:00</dc:date>
    <utime>1380297204</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sesindoi/pages/17.html">
    <title>PHP</title>
    <link>https://w.atwiki.jp/sesindoi/pages/17.html</link>
    <description>
      **メニュー

- [[php.iniの設定]]    </description>
    <dc:date>2013-09-28T00:51:00+09:00</dc:date>
    <utime>1380297060</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sesindoi/pages/16.html">
    <title>仮想環境作成</title>
    <link>https://w.atwiki.jp/sesindoi/pages/16.html</link>
    <description>
      *仮想環境作成

**仮想環境について
|OS|CentOS 6.4|

***1. CentOSのisoファイルダウンロード
URL:http://ftp.jaist.ac.jp/pub/Linux/CentOS/6.4/isos/x86_64/
ファイル名：CentOS-6.4-x86_64-bin-DVD1.iso    </description>
    <dc:date>2013-05-12T13:11:32+09:00</dc:date>
    <utime>1368331892</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/sesindoi/pages/15.html">
    <title>インストール</title>
    <link>https://w.atwiki.jp/sesindoi/pages/15.html</link>
    <description>
      *VMwareのダウンロードおよびインストール

|製品名|VMware Player for Windows 32-bit and 64-bit|
|バージョン|5.0.2|

***実施手順
1. 公式サイトからインストーラをダウンロード
-URL：https://my.vmware.com/jp/web/vmware/free#desktop_end_user_computing/vmware_player/5_0
2. インストーラを実行
基本的に標準設定のまま進行。匿名データ送信の画面のみチェックを外している。    </description>
    <dc:date>2013-05-11T22:16:19+09:00</dc:date>
    <utime>1368278179</utime>
  </item>
  </rdf:RDF>
