<?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/ez_publish/">
    <title>イ～ズィ～パブリッシュ</title>
    <link>http://w.atwiki.jp/ez_publish/</link>
    <atom:link href="https://w.atwiki.jp/ez_publish/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>2008-01-14T17:02:59+09:00</dc:date>
    <utime>1200297779</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/8.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/5.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/14.html">
    <title>DEMO</title>
    <link>https://w.atwiki.jp/ez_publish/pages/14.html</link>
    <description>
      *TPINE Demo ページ

** でも
-[[Tpineサイト&gt;http://ez.blogdns.org:1234/ez/index.php/jpn]]
-[[Tpine Admin&gt;http://ez.blogdns.org:1234/ez/index.php/ezwebin_site_admin/]]





------------------    </description>
    <dc:date>2008-01-14T17:02:59+09:00</dc:date>
    <utime>1200297779</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/13.html">
    <title>インストール/準備</title>
    <link>https://w.atwiki.jp/ez_publish/pages/13.html</link>
    <description>
      #contents
**データベース
PostgreSQLを使って、eZ Publish用データベースを作成
**PostgreSQLのDBユーザとDBを作成
-postgresユーザでログインする。(あるいはroleが作成できデータベースが作成できる権限を持つユーザ)
  $ psql -h &lt;psql_host&gt; -p &lt;port&gt; -U &lt;psql_user&gt; -W
-- Note that if PostgreSQL is installed on the same server, the ”-h” parameter can be omitted.
-- If the ”-p” parameter is omitted, the default port for PostgreSQL traffic will be used (in most cases, port 5432).
--The PostgreSQL client will ask you to specify the password that belongs to the &lt;psqluser&gt;.
--If the password is correct,　the client should display a ”&lt;psql user&gt;=#” prompt.
-Create a new database:
 postgres=# CREATE DATABASE &lt;database&gt; ENCODING=’utf8’;
-Create a new user:
 postgres=# CREATE USER &lt;user&gt; PASSWORD ’&lt;password&gt;’;
- Grant access permissions:
 postgres=# GRANT ALL PRIVILEGES ON DATABASE &lt;database&gt; TO &lt;user&gt;;
-Import the ”pgcrypto” module into the new database:
  postgres=# \c &lt;database&gt;
  &lt;database&gt;=# \i ’&lt;path_to_pgcrypto&gt;’    </description>
    <dc:date>2008-01-20T12:38:11+09:00</dc:date>
    <utime>1200800291</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/12.html">
    <title>インストール/セットアップ</title>
    <link>https://w.atwiki.jp/ez_publish/pages/12.html</link>
    <description>
      #contents

**セットアップページ
言語の選択
#ref(ks000023.png)
** システム　セットアップ
 cd /home/php5/cms/ezpublish-4.0.0
 chmod -R ug+rwx design extension settings \
          settings/override settings/siteaccess \
          settings/siteaccess/admin \
          var var/cache var/storage
 
 chown -R nobody:nobody design extension \
          settings settings/override \
          settings/siteaccess settings/siteaccess/admin \
          var var/cache var/storage
#ref(ks000024.png)
** メール送信設定
Sendmailを選択
#ref(ks000025.png)
**データベースシステムの選択
PostgreSQLを選択
#ref(ks000026.png)
**データベースの接続設定
-ポート、ユーザ、パスワードを設定
#ref(ks000027.png)
**言語の選択
#ref(ks000028.png)

#ref(ks000029.png)

**サイト パッケージ
#ref(ks000030.png)

#ref(ks000031.png)
-Web Interface
#ref(ks000032.png)

#ref(ks000033.png)

**Package Language option
#ref(ks000035.png)

**サイトアクセス構成
#ref(ks000036.png)

**サイトの定義
#ref(ks000037.png)

**サイト管理者
#ref(ks000038.png)

**サイトのセキュリティ
#ref(ks000039.png)

**サイトの登録
#ref(k    </description>
    <dc:date>2008-01-14T21:41:11+09:00</dc:date>
    <utime>1200314471</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/11.html">
    <title>インストール</title>
    <link>https://w.atwiki.jp/ez_publish/pages/11.html</link>
    <description>
      eZ Publishのインストール

データベースは、PostgreSQLで組み込みます。


-準備
-セットアップ






-------------    </description>
    <dc:date>2008-01-20T12:20:02+09:00</dc:date>
    <utime>1200799202</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/10.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/ez_publish/pages/10.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


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

#comment    </description>
    <dc:date>2008-01-09T12:12:14+09:00</dc:date>
    <utime>1199848334</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/9.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/ez_publish/pages/9.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


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


#bf(ゲーム)
    </description>
    <dc:date>2008-01-09T12:12:14+09:00</dc:date>
    <utime>1199848334</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/8.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/ez_publish/pages/8.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2008-01-09T12:12:14+09:00</dc:date>
    <utime>1199848334</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/7.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/ez_publish/pages/7.html</link>
    <description>
      * 動画(youtube)
@wikiのwikiモードでは
 #video(動画のURL)
と入力することで、動画を貼り付けることが出来ます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_209_ja.html

また動画のURLはYoutubeのURLをご利用ください。
＝＞http://www.youtube.com/

-----


たとえば、#video(http://youtube.com/watch?v=kTV1CcS53JQ)と入力すると以下のように表示されます。


#video(http://youtube.com/watch?v=kTV1CcS53JQ)

    </description>
    <dc:date>2008-01-09T12:12:14+09:00</dc:date>
    <utime>1199848334</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/6.html">
    <title>プラグイン/アーカイブ</title>
    <link>https://w.atwiki.jp/ez_publish/pages/6.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-01-09T12:12:14+09:00</dc:date>
    <utime>1199848334</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/5.html">
    <title>プラグイン/編集履歴</title>
    <link>https://w.atwiki.jp/ez_publish/pages/5.html</link>
    <description>
      * 更新履歴
@wikiのwikiモードでは
 #recent(数字)
と入力することで、wikiのページ更新履歴を表示することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_117_ja.html


-----


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


#recent(20)
    </description>
    <dc:date>2008-01-09T12:12:14+09:00</dc:date>
    <utime>1199848334</utime>
  </item>
  </rdf:RDF>
