<?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/testproject/">
    <title>機能確認用</title>
    <link>http://w.atwiki.jp/testproject/</link>
    <atom:link href="https://w.atwiki.jp/testproject/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>2010-04-27T13:21:52+09:00</dc:date>
    <utime>1272342112</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/testproject/pages/22.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/testproject/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/testproject/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/testproject/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/testproject/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/testproject/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/testproject/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/testproject/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/testproject/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/testproject/pages/13.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/testproject/pages/22.html">
    <title>合成：奇計百出メモ</title>
    <link>https://w.atwiki.jp/testproject/pages/22.html</link>
    <description>
      **コスト・知力

スキルレベルごとの攻撃力上昇の計算は以下の表を参照
すべての兵士・武将の攻撃力が上昇する

|Ｌｖ１|知力＊０．３５＋コスト＊２|
|Ｌｖ２|知力＊０．３５＋コスト＊５|
|Ｌｖ３|知力＊０．４０＋コスト＊８|
|Ｌｖ４|知力＊０．４０＋コスト＊１１|
|Ｌｖ５|知力＊０．５０＋コスト＊１３|
|Ｌｖ６|知力＊０．６０＋コスト＊１５|
|Ｌｖ７|知力＊０．７０＋コスト＊１７|
|Ｌｖ８|知力＊０．８０＋コスト＊２０|
|Ｌｖ９|知力＊０．９０＋コスト＊２３|
|Ｌｖ10|知力＊１．００＋コスト＊２６|

**合成事例と考察
典型的な程普・文ぺい・馬しょくについて考える

|Lv|程普|文ぺい|馬ショク|
|Lv1|8.5%|7.8%|8.5%|
|Lv2|16.0%|15.3%|14.5%|
|Lv3|24.0%|23.2%|21.2%|
|Lv4|31.5%|30.70%|27.2%|
|Lv5|37.5%|36.5%|32.5%|

知力８の文ペイでも程普とあまり遜色ないのはコストの影響が大きく、知力の効果が低いことをあらわしている。Lv1では知力の高い馬ショクが程普と同等でコストの影響が低いように見えるが、スキルレベルを上げるに従いその差は開いていく。
攻撃力の基本値が高い文ペイは知力を上げず、攻撃力を上昇させたほうが有利に働くようだ。
知力も攻撃力も高い曹操に奇計をつけて見たいものだ。    </description>
    <dc:date>2010-04-27T13:21:52+09:00</dc:date>
    <utime>1272342112</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/testproject/pages/21.html">
    <title>CentOS 5.4 Install memo</title>
    <link>https://w.atwiki.jp/testproject/pages/21.html</link>
    <description>
      *CentOS 5.4 install on virtual box
Windows XP SP3上の Virtual BoxのゲストOSとしてCentOS 5.4をインストールするときのメモ

**Prerequisite and Summaries

仮想マシンとしてストレージサイズ20GBを作成し、インストールメディアとネットワークの設定をする

下記isoイメージをVirtualBoxの仮想メディアとして登録
-CentOS-5.4-i386-bin-DVD.iso

ネットワークはゲストOSのネットワーク設定でホストオンリーアダプタを設定し、Windows側でその仮想インターフェースと実インターフェースをブリッジ接続することでホストサイドのネットワークに参加できるようになる。
このときゲスト側のインターフェースにはDHCP設定ではなく固定IPを設定する。

追加ＨＤＤをＯＳインストール時につけてしまうと両方ロジカルボリュームになってあとからはずせなくなるので単体で導入すること

**After boot from Install media

Install typeには「server GUI」を選択する。「server」だと完全なCUIになって使い勝手が悪い。
設定完了後にCUIに戻せばよい。CUIだとGuest Additionが空振りする？

**Setup environments
yumで最新状態にする    </description>
    <dc:date>2010-04-25T16:28:41+09:00</dc:date>
    <utime>1272180521</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/testproject/pages/20.html">
    <title>Template:Port:English</title>
    <link>https://w.atwiki.jp/testproject/pages/20.html</link>
    <description>
      **Port Name
#right() {
|&gt;|[[&amp;ref(Small_info.png,image:Icon)]](Click links for more information)|
|[[&amp;ref(World_icon.png,image:Icon)]]|[[Coord DD M.M N/S DD M.ME/W]]|
|[[&amp;ref(Photo_icon.png,image:Icon)]]|[ Photo gallery]|
|[[&amp;ref(Chart_icon.png,image:Icon)]]|[ Local chartlet]|
}
[[Image:imagename.jpg|350px|thumb|right|Caption&lt;br/&gt;&#039;&#039;Click for larger view&#039;&#039;]]

Description, etc.

Submit details about the sailing/cruising in the area, etc.

**Charts
Submit the chart details that are required for safe navigation.
;Chart Source
:Chart No
:Chart No

**Radio Nets
&#039;&#039;Also see [[HF_Radio|World Cruiser&#039;s Nets]]&#039;&#039;    </description>
    <dc:date>2010-03-28T09:01:27+09:00</dc:date>
    <utime>1269734487</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/testproject/pages/19.html">
    <title>image:Icon</title>
    <link>https://w.atwiki.jp/testproject/pages/19.html</link>
    <description>
      *A list of general icons that can be used within the Wiki

| &amp;ref(Poe.jpg) | Port of entry | use: #ref(Poe.jpg,image:Icon) |
| &amp;ref(Question_icon.png) |  Article/page link needs data.| use: #ref(Question_icon.png,image:Icon) |
| &amp;ref(Icon_anchor.png) |  Anchorage | use: #ref(Icon_anchor.png) |
| &amp;ref(Icon_marina.png) |  Marina| use: #ref(Icon_marina.png) |
| &amp;ref(Marina_icon.png) |  Marina| use: #ref(Marina_icon.png) |
| &amp;ref(Repairs_icon.png) |  Repairs/Service|use: #ref(Repairs_icon.png,image:Icon) |
| &amp;ref(Greenflag_icon.png) |  |use: #ref(Greenflag_icon.png,image:Icon) |
| &amp;ref(Redflag_icon.png) |  |use: #ref(Redflag_icon.png,image:Icon) |
| &amp;ref(Rosette_icon.png) |  |use: #ref(Rosette_icon.png,image:Icon) |
| &amp;ref(Star_icon.png) |  |use: #ref(Star_icon.png,image:Icon) |
| &amp;ref(Tick_icon.png) |  |use: #ref(Tick_icon.png,image:Icon) |
| &amp;ref(Recommend_icon.png) |  Recommended|use: #ref(Recommend_icon.png,image:Icon) |
| &amp;ref(Shopping_icon.png) |  Shopping|use: #ref(Sho    </description>
    <dc:date>2010-03-28T02:05:49+09:00</dc:date>
    <utime>1269709549</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/testproject/pages/18.html">
    <title>Template:Port:Wikipedia</title>
    <link>https://w.atwiki.jp/testproject/pages/18.html</link>
    <description>
      ==Port Name==

Description, etc.

Submit details about the sailing/cruising in the area, etc.

==Charts==
Submit the chart details that are required for safe navigation.
;Chart Source
:Chart No
:Chart No

==Radio Nets==
&#039;&#039;Also see [[HF_Radio|World Cruiser&#039;s Nets]]&#039;&#039;
* 

==Local Weather==
Local weather conditions?

Sources for Weather forecasts:
* 

==Approach and Navigation==
Details?

==Check-in facilities (for Customs and Immigration)==
Submit details about facilities for checking in - where to dock, location of immigration &amp; customs, etc.

==Offshore Islands and Groups==
List Islands
* 
* 

==Marinas &amp; Yacht Clubs==
* 
* 
* 

==Anchorages==
List details of all safe anchorages in the area.
* 
* 
* 

==Yacht Repairs and Services==
====Marine Stores====
Submit addresses and contact details of marine related businesses that are of interest to cruisers.
*

====Repairs/Yards====
* 

====Fuel, Water, &amp; Electricity====
; Fuel
: fuel note    </description>
    <dc:date>2010-03-28T05:25:50+09:00</dc:date>
    <utime>1269721550</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/testproject/pages/17.html">
    <title>Googlemapテスト</title>
    <link>https://w.atwiki.jp/testproject/pages/17.html</link>
    <description>
      == グーグルマップ ==

#googlemaps(){

&lt;iframe width=&quot;425&quot; height=&quot;350&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;http://maps.google.co.jp/maps?hl=ja&amp;amp;ie=UTF8&amp;amp;brcurrent=3,0x601843b2a855b0e3:0xfb3073047adc3b21,1&amp;amp;ll=35.380933,139.648376&amp;amp;spn=0.012246,0.018239&amp;amp;z=15&amp;amp;output=embed&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href=&quot;http://maps.google.co.jp/maps?hl=ja&amp;amp;ie=UTF8&amp;amp;brcurrent=3,0x601843b2a855b0e3:0xfb3073047adc3b21,1&amp;amp;ll=35.380933,139.648376&amp;amp;spn=0.012246,0.018239&amp;amp;z=15&amp;amp;source=embed&quot; style=&quot;color:#0000FF;text-align:left&quot;&gt;大きな地図で見る&lt;/a&gt;&lt;/small&gt;

}    </description>
    <dc:date>2010-03-18T03:06:37+09:00</dc:date>
    <utime>1268849197</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/testproject/pages/16.html">
    <title>要件のまとめ</title>
    <link>https://w.atwiki.jp/testproject/pages/16.html</link>
    <description>
      *必要機能の確認事項

-目次のリンクリスト

-グーグルマップとのリンク

-レイアウト確認
--Wikipediaっぽいの
--CrusingWikiっぽいの

-階層の処理    </description>
    <dc:date>2010-03-09T15:19:21+09:00</dc:date>
    <utime>1268115561</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/testproject/pages/15.html">
    <title>コメントログ</title>
    <link>https://w.atwiki.jp/testproject/pages/15.html</link>
    <description>
      - 次のコメント   --   &amp;size(80%){2010-03-08 04:53:36} 
- その次のコメント   --   &amp;size(80%){2010-03-08 04:53:46} 
- コメントその３   --   &amp;size(80%){2010-03-08 04:56:06} 
- コメントその４   --   &amp;size(80%){2010-03-08 04:57:01} 
- コメントその５   --   &amp;size(80%){2010-03-08 04:57:12} 
- コメントその６   --   &amp;size(80%){2010-03-08 04:57:21}     </description>
    <dc:date>2010-03-08T04:57:21+09:00</dc:date>
    <utime>1267991841</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/testproject/pages/14.html">
    <title>練習用ページ</title>
    <link>https://w.atwiki.jp/testproject/pages/14.html</link>
    <description>
      *練習用ページ

&amp;link_toppage(TOPPAGE)
&amp;link_parent()
#image(1267992563.png)
#ref(Question_icon.png,image:Icon)
#googlemaps(){
&lt;iframe width=&quot;425&quot; height=&quot;350&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;http://maps.google.co.jp/maps?hl=ja&amp;ie=UTF8&amp;brcurrent=3,0x601843b2a855b0e3:0xfb3073047adc3b21,1&amp;ll=35.380933,139.648376&amp;spn=0.012246,0.018239&amp;z=15&amp;output=embed&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href=&quot;http://maps.google.co.jp/maps?hl=ja&amp;ie=UTF8&amp;brcurrent=3,0x601843b2a855b0e3:0xfb3073047adc3b21,1&amp;ll=35.380933,139.648376&amp;spn=0.012246,0.018239&amp;z=15&amp;source=embed&quot; style=&quot;color:#0000FF;text-align:left&quot;&gt;大きな地図で見る&lt;/a&gt;&lt;/small&gt;
}    </description>
    <dc:date>2010-03-26T16:31:31+09:00</dc:date>
    <utime>1269588691</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/testproject/pages/13.html">
    <title>プラグイン検討リスト</title>
    <link>https://w.atwiki.jp/testproject/pages/13.html</link>
    <description>
      *概要
プラグインの機能確認と進捗管理用まとめ

*確認予定の機能
**レイアウト関係

**画像関係
**操作関係


*確認済みプラグインのリスト

***表示系プラグイン

***編集系プラグイン

***リンク系プラグイン

***フォーム系プラグイン

*確認済みの有用性低いプラグインのリスト


*その他未確認情報    </description>
    <dc:date>2010-03-09T05:20:04+09:00</dc:date>
    <utime>1268079604</utime>
  </item>
  </rdf:RDF>
