<?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/design_test/">
    <title>デザインテスト@wiki</title>
    <link>http://w.atwiki.jp/design_test/</link>
    <atom:link href="https://w.atwiki.jp/design_test/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>デザインテスト@wiki</description>

    <dc:language>ja</dc:language>
    <dc:date>2016-11-02T05:55:16+09:00</dc:date>
    <utime>1478033716</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/design_test/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/design_test/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/design_test/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/design_test/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/design_test/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/design_test/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/design_test/pages/8.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/design_test/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/design_test/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/design_test/pages/5.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/design_test/pages/15.html">
    <title>書式テストページ</title>
    <link>https://w.atwiki.jp/design_test/pages/15.html</link>
    <description>
      * 見出し1

** 見出し2

*** 見出し3

あいうえお
&#039;&#039;あいうえお&#039;&#039;
&gt;あいうえお((かきくけこ))あいうえお

 あいうえお

|~あいうえお|~あいうえお|
|~あいうえお|あいうえお|
|~あいうえお|あいうえお|

----

#image(https://img.atwiki.com/image/029m/header135.png)
#image(ftps://img.atwiki.com/image/029m/hea,left)
- あいうえお
- あいうえお
-- あいうえお
--- あいうえお
---- あいうえお
----- あいうえお


#asciiart(){{{
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　／: : : : : : : : : : :｀
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 　 　 / .: .:.:::::::::::::::::::::.:. :. :. ＼
.　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 　 　 /.: .:.:::::::::::::::::::::::::::::::.:. :. : :.
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　__/.: .::::::::::::::::::::::::::::::::::::.:. :. :. :|
.　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 ⌒/ .: :.::::::::::::::::::::::::::::::::::::::::: : : :|
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 /ｲ.:.:::::::/j/＼:::::::::从::::(:::.:. :. : |
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 j/|.:.:::{ 笊xｧjへ:{ｨ斧ｧ}: /从^｀
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 j/从　　　　　丶　 /ｲ∧
.　　　　　 ｒ 、　 / 〉　　　　　　　　　　　　　　　　　　　　　 　 　 ./　∧　 　 j　 　    </description>
    <dc:date>2016-11-02T05:55:16+09:00</dc:date>
    <utime>1478033716</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/design_test/pages/13.html">
    <title>未作成のページ</title>
    <link>https://w.atwiki.jp/design_test/pages/13.html</link>
    <description>
      #yetlist(100,ref,sensitive)    </description>
    <dc:date>2016-07-22T04:31:10+09:00</dc:date>
    <utime>1469129470</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/design_test/pages/12.html">
    <title>CSS</title>
    <link>https://w.atwiki.jp/design_test/pages/12.html</link>
    <description>
       /********************************
     全体
 *********************************/
 /* フォントの設定 */
 body {
     font-family: &quot;ヒラギノ角ゴ Pro W3&quot;,&quot;Hiragino Kaku Gothic Pro&quot;,Osaka,&quot;メイリオ&quot;,Meiryo,&quot;ＭＳ Ｐゴシック&quot;,&quot;MS PGothic&quot;,sans-serif;
     background-color: #f6f6f6;
 }
 /* リンク */
 a {
     text-decoration: none;
     color: #002bb8;
     background: none;
 }
 a:visited {
     color: #5a3696;
 }
 a {
     text-decoration: none;
     color: #002bb8;
     background: none;
 }
 /* 見出し */
 h2, h3, h4 {
     color: #000;
     background: none;
     font-weight: normal;
     margin: 0;
     overflow: hidden;
     padding-top: .5em;
     padding-bottom: .17em;
     border-bottom: 1px solid #aaa;
 }
 h3, h4 {
     border-bottom: none;
     font-weight: bold;
 }
 h3 {
     font-size: 1.2em;
 }
 h4 {
     font-size: 1.1em;
 }
 /* 整形済みテキスト */
 pre {
     padding: 1em;
     border: 1px dashed #aaa;
     color: black;
     background-color: #f9f9f9;
     line-height:    </description>
    <dc:date>2016-07-22T09:03:52+09:00</dc:date>
    <utime>1469145832</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/design_test/pages/11.html">
    <title>プラグイン/インスタグラム</title>
    <link>https://w.atwiki.jp/design_test/pages/11.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>2016-07-21T04:11:24+09:00</dc:date>
    <utime>1469041884</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/design_test/pages/10.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/design_test/pages/10.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://www1.atwiki.jp/guide/pages/921.html#id_476878da


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

#comment
    </description>
    <dc:date>2016-07-21T04:11:24+09:00</dc:date>
    <utime>1469041884</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/design_test/pages/9.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/design_test/pages/9.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2016-07-21T04:11:24+09:00</dc:date>
    <utime>1469041884</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/design_test/pages/8.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/design_test/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>2016-07-21T04:11:24+09:00</dc:date>
    <utime>1469041884</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/design_test/pages/7.html">
    <title>プラグイン/RSS</title>
    <link>https://w.atwiki.jp/design_test/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>2016-07-21T04:11:24+09:00</dc:date>
    <utime>1469041884</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/design_test/pages/6.html">
    <title>プラグイン/アーカイブ</title>
    <link>https://w.atwiki.jp/design_test/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>2016-07-21T04:11:24+09:00</dc:date>
    <utime>1469041884</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/design_test/pages/5.html">
    <title>プラグイン/編集履歴</title>
    <link>https://w.atwiki.jp/design_test/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>2016-07-21T04:11:24+09:00</dc:date>
    <utime>1469041884</utime>
  </item>
  </rdf:RDF>
