<?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-20T12:38:11+09:00</dc:date>
    <utime>1200800291</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/13.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/1.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/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/3.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/4.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/5.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ez_publish/pages/6.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <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/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/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/ez_publish/pages/1.html</link>
    <description>
      *イ～ズィ～パブリッシュ@wikiへようこそ

** リンク・関連情報
-[[eZ Systems Japan&gt;http://ez.no/jp/]]
-[[MITでも使われているオープンソースのCMS！(2008/1/7)&gt;http://www.thinkit.co.jp/free/article/0801/8/]]
-[[eZ Publish&quot;Website Interface&quot;のマニュアル、eZ Systems社からの最新版パンフレットやデモ&gt;http://ez.no/jp/company/media_press]]





------------------    </description>
    <dc:date>2008-01-20T11:56:18+09:00</dc:date>
    <utime>1200797778</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(ks000040.png)

#ref(ks000041.png)

**セットアップ完了
#ref(ks000042.png)

**管理ページ
#ref(ks000043.png)

#ref(ks000044.png)


**サイトページ
#ref(ks000045.png)    </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/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/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/ez_publish/pages/2.html</link>
    <description>
      **メニュー
-[[トップページ]]
-[[インストール]]
--[[準備&gt;インストール/準備]]
--[[セットアップ&gt;インストール/セットアップ]]


----

**更新履歴
#recent(20)    </description>
    <dc:date>2008-01-12T20:44:47+09:00</dc:date>
    <utime>1200138287</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ez_publish/pages/3.html">
    <title>メニュー2</title>
    <link>https://w.atwiki.jp/ez_publish/pages/3.html</link>
    <description>
      **更新履歴
#recent(20)
    </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/4.html">
    <title>プラグイン/ニュース</title>
    <link>https://w.atwiki.jp/ez_publish/pages/4.html</link>
    <description>
      * ニュース
@wikiのwikiモードでは
 #news(興味のある単語)
と入力することで、あるキーワードに関連するニュース一覧を表示することができます
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_174_ja.html


-----


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


#news(wiki)
    </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>
    <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>
  </rdf:RDF>
