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

    <dc:language>ja</dc:language>
    <dc:date>2008-10-31T09:18:13+09:00</dc:date>
    <utime>1225412293</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/swashbuckler/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/swashbuckler/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/swashbuckler/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/swashbuckler/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/swashbuckler/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/swashbuckler/pages/3.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/swashbuckler/pages/4.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/swashbuckler/pages/5.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/swashbuckler/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/swashbuckler/pages/7.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/swashbuckler/pages/14.html">
    <title>SortTest</title>
    <link>https://w.atwiki.jp/swashbuckler/pages/14.html</link>
    <description>
      #javascript(){{{{
&lt;script src=&quot;http://www24.atwiki.jp/swashbuckler/?cmd=upload&amp;act=open&amp;page=SortTest&amp;file=tablesort.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
&lt;script Language=&quot;JavaScript&quot;&gt;
&lt;!--
function plugin_openclose2_40_209(tName) {
	if(document.all || document.getElementById){
		if(document.all){
			tMenu = document.all[tName].style;
		}else if(document.getElementById){
			tMenu = document.getElementById(tName).style;
		}else{
			tMenu = document.all[tName].style;
		}

		if (tMenu.display == &#039;none&#039;) tMenu.display = &quot;inline&quot;; else tMenu.display = &quot;none&quot;;
	}
}
// --&gt;&lt;/script&gt;
&lt;script Language=&quot;JavaScript&quot;&gt;
&lt;!--
function plugin_openclose2_41_209(tName) {
	if(document.all || document.getElementById){
		if(document.all){
			tMenu = document.all[tName].style;
		}else if(document.getElementById){
			tMenu = document.getElementById(tName).style;
		}else{
			tMenu = document.all[tName].style;
		}

		if (tMenu.display == &#039;none&#039;) tMenu.display = &quot;inline&quot;; else tMenu.display = &quot;none&quot;;
	}
}
// --&gt;&lt;/script&gt;
&lt;script Language=&quot;JavaScript&quot;&gt;
&lt;!--
function plugin_openclose2_42_209(tName) {
	if(document.all || document.getElementById){
		if(document.all){
			tMenu = document.all[tName].style;
		}else if(document.getElementById){
			tMenu = document.getElementById(tName).style;
		}else{
			tMenu = document.all[tName].style;
		}

		if (tMenu.display == &#039;none&#039;) tMenu.display = &quot;inline&quot;; else tMenu.display = &quot;none&quot;;
	}
}
// --&gt;&lt;/script&gt;
&lt;script Language=&quot;JavaScript&quot;&gt;
&lt;!--
function plugin_openclose2_43_209(tName) {
	if(document.all || document.getElementById){
		if(document.all){
			tMenu = document.all[tName].style;
		}else if(document.getElementById){
			tMenu = document.getElementById(tName).style;
		}else{
			tMenu = document.all[tName].style;
		}

		if (tMenu.display == &#039;none&#039;) tMenu.display = &quot;inline&quot;; else tMenu.display = &quot;none&quot;;
	}
}
// --&gt;&lt;/script&gt;
		&lt;script Language=&quot;JavaScript&quot;&gt;
&lt;!--
function plugin_openclose2_44_209(tName) {
	if(document.all || document.getElementById){
		if(document.all){
			tMenu = document.all[tName].style;
		}else if(document.getElementById){
			tMenu = document.getElementById(tName).style;
		}else{
			tMenu = document.all[tName].style;
		}

		if (tMenu.display == &#039;none&#039;) tMenu.display = &quot;inline&quot;; else tMenu.display = &quot;none&quot;;
	}
}
// --&gt;&lt;/script&gt;
}}}}

・テーブルソートVer0.2（清書版（ぉぃ））
コンセプト：データ好きな人のためにソート機能実装
詳細性より必要部分の可読性重視

#html2(){{{{{{  
&lt;table&gt;
&lt;thead&gt;
&lt;tr class=&quot;atwiki_tr_odd atwiki_tr_1&quot; &gt;		&lt;!--0-0--&gt;&lt;th label=nocase style=&quot;&quot;&gt;名称&lt;/th&gt;

		&lt;!--0-1--&gt;&lt;th label=num style=&quot;&quot;&gt;価格&lt;/th&gt;
		&lt;!--0-2--&gt;&lt;th label=num style=&quot;&quot;&gt;攻撃&lt;/th&gt;
		&lt;!--0-3--&gt;&lt;th label=num style=&quot;&quot;&gt;射撃&lt;/th&gt;
		&lt;!--0-4--&gt;&lt;th label=num style=&quot;&quot;&gt;命中&lt;/th&gt;
		&lt;!--0-5--&gt;&lt;th label=num style=&quot;&quot;&gt;回避&lt;/th&gt;

		&lt;!--0-6--&gt;&lt;th label=num style=&quot;&quot;&gt;防御&lt;/th&gt;
		&lt;!--0-7--&gt;&lt;th label=num style=&quot;&quot;&gt;防受&lt;/th&gt;
		&lt;!--0-8--&gt;&lt;th label=num style=&quot;&quot;&gt;魔攻&lt;/th&gt;
		&lt;!--0-9--&gt;&lt;th label=num style=&quot;&quot;&gt;魔防&lt;/th&gt;
		&lt;!--0-10--&gt;&lt;th label=num style=&quot;&quot;&gt;射程&lt;/th&gt;

		&lt;!--0-11--&gt;&lt;th label=num style=&quot;&quot;&gt;AP&lt;/th&gt;
		&lt;!--0-12--&gt;&lt;th label=num style=&quot;&quot;&gt;HP&lt;/th&gt;
		&lt;!--0-13--&gt;&lt;th label=num style=&quot;&quot;&gt;MP&lt;/th&gt;
		&lt;!--0-14--&gt;&lt;th label=num style=&quot;&quot;&gt;重量&lt;/th&gt;
		&lt;!--0-15--&gt;&lt;th label=nocase style=&quot;&quot;&gt;装備可能箇所&lt;/th&gt;

		&lt;!--0-16--&gt;&lt;th label=nocase style=&quot;&quot;&gt;解説&lt;/th&gt;&lt;/tr&gt;
&lt;tr class=&quot;atwiki_tr_even atwiki_tr_2&quot; &gt;
&lt;/thead&gt;
&lt;tbody&gt;
		&lt;!--1-0--&gt;&lt;td style=&quot;&quot;&gt;応龍斧&lt;/td&gt;
		&lt;!--1-1--&gt;&lt;td style=&quot;&quot;&gt;400k&lt;/td&gt;
		&lt;!--1-2--&gt;&lt;td style=&quot;&quot;&gt;45&lt;/td&gt;
		&lt;!--1-3--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--1-4--&gt;&lt;td style=&quot;&quot;&gt;6&lt;/td&gt;

		&lt;!--1-5--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--1-6--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--1-7--&gt;&lt;td style=&quot;&quot;&gt;20&lt;/td&gt;
		&lt;!--1-8--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--1-9--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--1-10--&gt;&lt;td style=&quot;&quot;&gt;1&lt;/td&gt;

		&lt;!--1-11--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--1-12--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--1-13--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--1-14--&gt;&lt;td style=&quot;&quot;&gt;45&lt;/td&gt;
		&lt;!--1-15--&gt;&lt;td style=&quot;&quot;&gt;両手&lt;/td&gt;
		&lt;!--1-16--&gt;&lt;td style=&quot;&quot;&gt;

	&lt;span&gt;
		
		&lt;span class=&quot;plugin_openclose2_b&quot;&gt;
			&lt;a href=&quot;javaScript:onClick=plugin_openclose2_40_209(&#039;plugin_openclose2_40_209&#039;)&quot;&gt;
				表示
			&lt;/a&gt;
		&lt;/span&gt;
		&lt;span id=&quot;plugin_openclose2_40_209&quot; style=&quot;display:none;&quot;&gt;
			&lt;!--@@@@@--&gt;

長さ1.5m程の斧。太く長い柄と、巨大な斧刃を持つ。その刃には両面に1匹ずつ、1匹の龍が対になるように描かれている。柄尻に付けられた魔石により、命中が高まっている。

		&lt;/span&gt;
	&lt;/span&gt;

&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;atwiki_tr_odd atwiki_tr_3&quot; &gt;		&lt;!--2-0--&gt;&lt;td style=&quot;&quot;&gt;ジャイアントアックス&lt;/td&gt;
		&lt;!--2-1--&gt;&lt;td style=&quot;&quot;&gt;30k&lt;/td&gt;
		&lt;!--2-2--&gt;&lt;td style=&quot;&quot;&gt;45&lt;/td&gt;
		&lt;!--2-3--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;

		&lt;!--2-4--&gt;&lt;td style=&quot;&quot;&gt;-15&lt;/td&gt;
		&lt;!--2-5--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--2-6--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--2-7--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--2-8--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--2-9--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;

		&lt;!--2-10--&gt;&lt;td style=&quot;&quot;&gt;3&lt;/td&gt;
		&lt;!--2-11--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--2-12--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--2-13--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--2-14--&gt;&lt;td style=&quot;&quot;&gt;45&lt;/td&gt;
		&lt;!--2-15--&gt;&lt;td style=&quot;&quot;&gt;両手&lt;/td&gt;

		&lt;!--2-16--&gt;&lt;td style=&quot;&quot;&gt;
	&lt;span&gt;
		
		&lt;span class=&quot;plugin_openclose2_b&quot;&gt;
			&lt;a href=&quot;javaScript:onClick=plugin_openclose2_41_209(&#039;plugin_openclose2_41_209&#039;)&quot;&gt;
				表示
			&lt;/a&gt;
		&lt;/span&gt;
		&lt;span id=&quot;plugin_openclose2_41_209&quot; style=&quot;display:none;&quot;&gt;

			&lt;!--@@@@@--&gt;
長さ2.0m程の斧。太く長い柄と、巨大な斧刃を持つ。

		&lt;/span&gt;
	&lt;/span&gt;

&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;atwiki_tr_even atwiki_tr_4&quot; &gt;		&lt;!--3-0--&gt;&lt;td style=&quot;&quot;&gt;クレセントアックス&lt;/td&gt;
		&lt;!--3-1--&gt;&lt;td style=&quot;&quot;&gt;12k&lt;/td&gt;
		&lt;!--3-2--&gt;&lt;td style=&quot;&quot;&gt;30&lt;/td&gt;

		&lt;!--3-3--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--3-4--&gt;&lt;td style=&quot;&quot;&gt;-5&lt;/td&gt;
		&lt;!--3-5--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--3-6--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--3-7--&gt;&lt;td style=&quot;&quot;&gt;20&lt;/td&gt;
		&lt;!--3-8--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;

		&lt;!--3-9--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--3-10--&gt;&lt;td style=&quot;&quot;&gt;1&lt;/td&gt;
		&lt;!--3-11--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--3-12--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--3-13--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--3-14--&gt;&lt;td style=&quot;&quot;&gt;37&lt;/td&gt;

		&lt;!--3-15--&gt;&lt;td style=&quot;&quot;&gt;両手&lt;/td&gt;
		&lt;!--3-16--&gt;&lt;td style=&quot;&quot;&gt;
	&lt;span&gt;
		
		&lt;span class=&quot;plugin_openclose2_b&quot;&gt;
			&lt;a href=&quot;javaScript:onClick=plugin_openclose2_42_209(&#039;plugin_openclose2_42_209&#039;)&quot;&gt;
				表示
			&lt;/a&gt;

		&lt;/span&gt;
		&lt;span id=&quot;plugin_openclose2_42_209&quot; style=&quot;display:none;&quot;&gt;
			&lt;!--@@@@@--&gt;
長さ1.4m程の柄に巨大な三日月状の刃を付けた斧。その刃は0.8m程もある。

		&lt;/span&gt;
	&lt;/span&gt;

&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;atwiki_tr_odd atwiki_tr_5&quot; &gt;		&lt;!--4-0--&gt;&lt;td style=&quot;&quot;&gt;ジャッドバラアックス&lt;/td&gt;
		&lt;!--4-1--&gt;&lt;td style=&quot;&quot;&gt;9k&lt;/td&gt;

		&lt;!--4-2--&gt;&lt;td style=&quot;&quot;&gt;22&lt;/td&gt;
		&lt;!--4-3--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--4-4--&gt;&lt;td style=&quot;&quot;&gt;5&lt;/td&gt;
		&lt;!--4-5--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--4-6--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--4-7--&gt;&lt;td style=&quot;&quot;&gt;20&lt;/td&gt;

		&lt;!--4-8--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--4-9--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--4-10--&gt;&lt;td style=&quot;&quot;&gt;1&lt;/td&gt;
		&lt;!--4-11--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--4-12--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--4-13--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;

		&lt;!--4-14--&gt;&lt;td style=&quot;&quot;&gt;25&lt;/td&gt;
		&lt;!--4-15--&gt;&lt;td style=&quot;&quot;&gt;両手&lt;/td&gt;
		&lt;!--4-16--&gt;&lt;td style=&quot;&quot;&gt;
	&lt;span&gt;
		
		&lt;span class=&quot;plugin_openclose2_b&quot;&gt;
			&lt;a href=&quot;javaScript:onClick=plugin_openclose2_43_209(&#039;plugin_openclose2_43_209&#039;)&quot;&gt;

				表示
			&lt;/a&gt;
		&lt;/span&gt;
		&lt;span id=&quot;plugin_openclose2_43_209&quot; style=&quot;display:none;&quot;&gt;
			&lt;!--@@@@@--&gt;
長さ1.2m程の斧。柄の先端の片側には斧刃、もう一方には釣り針のような形の爪が付いている。

		&lt;/span&gt;
	&lt;/span&gt;

&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;atwiki_tr_even atwiki_tr_6&quot; &gt;		&lt;!--5-0--&gt;&lt;td style=&quot;&quot;&gt;ハンドアックス&lt;/td&gt;

		&lt;!--5-1--&gt;&lt;td style=&quot;&quot;&gt;4k&lt;/td&gt;
		&lt;!--5-2--&gt;&lt;td style=&quot;&quot;&gt;10&lt;/td&gt;
		&lt;!--5-3--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--5-4--&gt;&lt;td style=&quot;&quot;&gt;10&lt;/td&gt;
		&lt;!--5-5--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--5-6--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;

		&lt;!--5-7--&gt;&lt;td style=&quot;&quot;&gt;15&lt;/td&gt;
		&lt;!--5-8--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--5-9--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--5-10--&gt;&lt;td style=&quot;&quot;&gt;1&lt;/td&gt;
		&lt;!--5-11--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--5-12--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;

		&lt;!--5-13--&gt;&lt;td style=&quot;&quot;&gt;0&lt;/td&gt;
		&lt;!--5-14--&gt;&lt;td style=&quot;&quot;&gt;12&lt;/td&gt;
		&lt;!--5-15--&gt;&lt;td style=&quot;&quot;&gt;右手&lt;br /&gt;左手&lt;br /&gt;両手&lt;/td&gt;
		&lt;!--5-16--&gt;&lt;td style=&quot;&quot;&gt;
	&lt;span&gt;


		&lt;span class=&quot;plugin_openclose2_b&quot;&gt;
			&lt;a href=&quot;javaScript:onClick=plugin_openclose2_44_209(&#039;plugin_openclose2_44_209&#039;)&quot;&gt;
				表示
			&lt;/a&gt;
		&lt;/span&gt;
		&lt;span id=&quot;plugin_openclose2_44_209&quot; style=&quot;display:none;&quot;&gt;
			&lt;!--@@@@@--&gt;
40cm位の手斧。接近戦に強い。ブリーダーが使いやすいように作られた一般的な品。

		&lt;/span&gt;
	&lt;/span&gt;

&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

}}}}}}

このシステムの問題点
・既知
Q:なんだよこの機能
→AJAX、画面遷移なしでいろいろできる、興味があれば調べるとよし

・管理者しか設定できない（Javascriptを用いる）
よって、一般編集者では機能実装が難しい。
・「表示」部分のJavaScriptをいちいち手で乗せ換える必要
・項目のところにソート条件を記載する必要がある。    </description>
    <dc:date>2008-10-31T09:18:13+09:00</dc:date>
    <utime>1225412293</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/swashbuckler/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/swashbuckler/pages/2.html</link>
    <description>
      **メニュー
-[[トップページ]]
-[[プラグイン紹介&gt;プラグイン]]
-[[まとめサイト作成支援ツール]]
-[[メニュー]]
-[[メニュー2]]
-[[SortTest]]

----

**リンク
-[[@wiki&gt;&gt;http://atwiki.jp]]
-[[@wikiご利用ガイド&gt;&gt;http://atwiki.jp/guide/]]

**他のサービス
-[[無料ホームページ作成&gt;&gt;http://atpages.jp]]
-[[無料ブログ作成&gt;&gt;http://atword.jp]]
-[[2ch型掲示板レンタル&gt;&gt;http://atchs.jp]]
-[[無料掲示板レンタル&gt;&gt;http://atbbs.jp]]
-[[お絵かきレンタル&gt;&gt;http://atpaint.jp/]]
-[[無料ソーシャルプロフ&gt;&gt;http://sns.atfb.jp/]]

// リンクを張るには &quot;[&quot; 2つで文字列を括ります。
// &quot;&gt;&quot; の左側に文字、右側にURLを記述するとリンクになります


//**更新履歴
//#recent(20)

&amp;link_editmenu(text=ここを編集)    </description>
    <dc:date>2008-10-30T16:43:33+09:00</dc:date>
    <utime>1225352613</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/swashbuckler/pages/13.html">
    <title>test</title>
    <link>https://w.atwiki.jp/swashbuckler/pages/13.html</link>
    <description>
      
&lt;table border=&quot;1&quot; id=&quot;tb1&quot; width=&quot;200&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;名前&lt;/th&gt;
&lt;th&gt;年齢&lt;/th&gt;
&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Cyndy&lt;/td&gt;
&lt;td&gt;48&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Daisy&lt;/td&gt;
&lt;td&gt;24&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Alice&lt;/td&gt;
&lt;td&gt;36&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Ellen&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Barbara&lt;/td&gt;
&lt;td&gt;52&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;    </description>
    <dc:date>2008-10-29T11:09:41+09:00</dc:date>
    <utime>1225246181</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/swashbuckler/pages/12.html">
    <title>TestMode1</title>
    <link>https://w.atwiki.jp/swashbuckler/pages/12.html</link>
    <description>
      &lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
var oTRs;      // TRオブジェクトリスト
var nColId;    // ソート対象のカラムID
var sType;     // ソート方式（n:数値、s:文字列）

// idで指定されるテーブルの colId番目のカラムをソートする
// typeには n（数値）か s（文字列）のいずれかを指定する
function SortTable(id, colId, type) {
  var i, nRow, nCol;
  var oTABLE, oTBODY, oTDs;
  var aCells = new Array();
  var nRowIDs = new Array();

  // DOMをサポートしていなければ無視
  if (!document.getElementById) { return; }

  // カラム番号とソート方式を外部変数に覚えておく
  nColId = colId;
  sType = type;

  // TR要素のリストを取り出す
  oTABLE = document.getElementById(id);
  oTBODY = oTABLE.getElementsByTagName(&quot;TBODY&quot;)[0];
  oTRs = oTBODY.getElementsByTagName(&quot;TR&quot;);

  // テーブルの内容を覚えておく
  for (nRow = 0; nRow &lt; oTRs.length; nRow++) {
    nRowIDs[nRow] = nRow;
    oTDs = oTRs[nRow].getElementsByTagName(&quot;*&quot;);
    aCells[nRow] = new Array();
    for (nCol = 0; nCol &lt; oTDs.length; nCol++) {
      aCells[nRow][nCol] = oTDs[nCol].firstChild.nodeValue;
    }
  }

  // ソートする
  nRowIDs.sort(CompareRows);

  // 覚えていた内容をテーブルに書き戻す
  for (nRow = 0; nRow &lt; oTRs.length; nRow++) {
    oTDs = oTRs[nRow].getElementsByTagName(&quot;*&quot;);
    for (nCol = 0; nCol &lt; oTDs.length; nCol++) {
      oTDs[nCol].firstChild.nodeValue = aCells[nRowIDs[nRow]][nCol];
    }
  }
}

// テーブルソートのための比較関数
function CompareRows(a, b) {
  var sA = oTRs[a].getElementsByTagName(&quot;*&quot;)[nColId].firstChild.nodeValue;
  var sB = oTRs[b].getElementsByTagName(&quot;*&quot;)[nColId].firstChild.nodeValue;
  if (sType == &quot;n&quot;) {
    sA = eval(sA);
    sB = eval(sB);
  }
  if (sA == sB) {
    return 0;
  } else if (sA &gt; sB) {
    return 1;
  } else {
    return -1;
  }
}
// --&gt;
&lt;/script&gt;
&lt;table border=1 id=&quot;tb1&quot; width=200&gt;
 &lt;thead&gt;
  &lt;tr&gt;
   &lt;th&gt;&lt;button onclick=&quot;SortTable(&#039;tb1&#039;, 0, &#039;s&#039;)&quot;&gt;名前&lt;/button&gt;&lt;/th&gt;
   &lt;th&gt;&lt;button onclick=&quot;SortTable(&#039;tb1&#039;, 1, &#039;n&#039;)&quot;&gt;年齢&lt;/button&gt;&lt;/th&gt;
  &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
  &lt;tr&gt;&lt;td&gt;Cyndy&lt;/td&gt;&lt;td&gt;48&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;&lt;td&gt;Daisy&lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;&lt;td&gt;Alice&lt;/td&gt;&lt;td&gt;36&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;&lt;td&gt;Ellen&lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;&lt;td&gt;Barbara&lt;/td&gt;&lt;td&gt;52&lt;/td&gt;&lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;    </description>
    <dc:date>2008-10-29T11:04:51+09:00</dc:date>
    <utime>1225245891</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/swashbuckler/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/swashbuckler/pages/1.html</link>
    <description>
      **@wikiへようこそ
-ウィキはみんなで気軽にホームページ編集できるツールです。
-このページは自由に編集することができます。
-メールで送られてきたパスワードを用いてログインすることで、各種変更（サイト名、トップページ、メンバー管理、サイドページ、デザイン、ページ管理、等）することができます

**まずはこちらをご覧ください。
-[[@wikiの基本操作&gt;http://atwiki.jp/guide/category2.html]]
-[[用途別のオススメ機能紹介&gt;http://atwiki.jp/guide/category22.html]]
-[[@wikiの設定/管理&gt;http://atwiki.jp/guide/category6.html]]

**分からないことは？
-[[@wiki ご利用ガイド&gt;http://atwiki.jp/guide/]]
-[[よくある質問&gt;http://atwiki.jp/guide/category1.html]]
-[[無料で会員登録できるSNS内の@wiki助け合いコミュニティ&gt;http://sns.atfb.jp/view_community2.php?no=112]]
-[[@wiki更新情報&gt;http://www1.atwiki.jp/guide/pages/264.html]]
-[[@wikiへのお問合せフォーム&gt;http://atwiki.jp/helpdesk]]
等をご活用ください

**@wiki助け合いコミュニティの掲示板スレッド一覧
#atfb_bbs_list(112)

**その他お勧めサービスについて
-[[大容量１Ｇ、PHP/CGI、MySQL、FTPが使える無料ホームページは@PAGES&gt;&gt;http://atpages.jp/]]
-[[無料ブログ作成は@WORDをご利用ください&gt;&gt;http://atword.jp/]]
-[[2ch型の無料掲示板は@chsをご利用ください&gt;&gt;http://atchs.jp/]]
-[[フォーラム型の無料掲示板は@bbをご利用ください&gt;&gt;http://atbb.jp/]]
-[[お絵かき掲示板は@paintをご利用ください&gt;&gt;http://atpaint.jp/]]
-[[その他の無料掲示板は@bbsをご利用ください&gt;&gt;http://atbbs.jp/]]
-[[無料ソーシャルプロフィールサービス @flabo(アットフラボ)&gt;&gt;http://sns.atfb.jp]]

**おすすめ機能
-[[気になるニュースをチェック&gt;http://atwiki.jp/guide/17_174_ja.html]]
-[[関連するブログ一覧を表示&gt;http://atwiki.jp/guide/17_161_ja.html]]

**その他にもいろいろな機能満載！！
-[[@wikiプラグイン&gt;http://atwiki.jp/guide/category17.html]]
-[[@wiki便利ツール&gt;http://atwiki.jp/guide/category32.html]]
-[[@wiki構文&gt;http://atwiki.jp/guide/category16.html]]
-[[@wikiプラグイン一覧&gt;http://www1.atwiki.jp/guide/pages/264.html]]
-[[まとめサイト作成支援ツール&gt;http://atwiki.jp/matome/]]

**バグ・不具合を見つけたら？ 要望がある場合は？
お手数ですが、メールでお問い合わせください。
    </description>
    <dc:date>2008-10-29T11:03:27+09:00</dc:date>
    <utime>1225245807</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/swashbuckler/pages/3.html">
    <title>右メニュー</title>
    <link>https://w.atwiki.jp/swashbuckler/pages/3.html</link>
    <description>
      **更新履歴
#recent(20)


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


-----


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


#news(wiki)
    </description>
    <dc:date>2008-10-29T11:03:27+09:00</dc:date>
    <utime>1225245807</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/swashbuckler/pages/5.html">
    <title>まとめサイト作成支援ツール</title>
    <link>https://w.atwiki.jp/swashbuckler/pages/5.html</link>
    <description>
      * まとめサイト作成支援ツールについて
@wikiには[[まとめサイト作成を支援するツール&gt;&gt;http://atwiki.jp/matome/]]があります。
また、
 #matome_list
と入力することで、注目の掲示板が一覧表示されます。

利用例）#matome_listと入力すると下記のように表示されます
#matome_list
    </description>
    <dc:date>2008-10-29T11:03:27+09:00</dc:date>
    <utime>1225245807</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/swashbuckler/pages/6.html">
    <title>プラグイン/編集履歴</title>
    <link>https://w.atwiki.jp/swashbuckler/pages/6.html</link>
    <description>
      * 更新履歴
@wikiのwikiモードでは
 #recent(数字)
と入力することで、wikiのページ更新履歴を表示することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_117_ja.html


-----


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


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


-----


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


#archive_log()
    </description>
    <dc:date>2008-10-29T11:03:27+09:00</dc:date>
    <utime>1225245807</utime>
  </item>
  </rdf:RDF>
