<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel>
<title>EditThisPagePHP RSS Feed</title>

<description>EditThisPagePHP RSS</description>

<language>en-us</language>

<generator>EditThisPagePHP 0.8</generator>

<ttl>60</ttl>

<link>http://www.editthispage.net/home/installation.php</link>

<item>
<title>Current: EditThisPagePHP</title><description>Sent Trackback Ping:</description>
<dc:subject>Sent Trackback Ping:</dc:subject>
<pubDate>Tue, 27 Feb 2007 23:24:40 GMT</pubDate>
<guid isPermaLink="false">1172618680</guid>
<content:encoded><![CDATA[

<div id="wrapper">
<div id="topbar">
    <h1 id="header"><a href="http://editthispage.net/"><img src="images/logo_etp.gif" width="210" height="53" border="0" alt="EditThisPage PHP" /></a></h1>
    <ul id="nav">
    
    <li><a href="index.php">About</a></li>
    
    <li><a href="features.php">Features</a></li>
    
    <li><a href="http://sourceforge.net/project/showfiles.php?group_id=95462">Download</a></li>
    
    <li><a href="installation.php">Installation</a></li>
    
    <li><a href="bugs.php">Bugs</a></li>
    
    <li><a href="wishlist.php">Wish List</a></li>
    
    <li><a href="inuse.php">ETP In Use</a></li>

</ul>

</div>
<div id="rightcontent">
<div class="barbutton"><a href="http://editthispage.net/demo/index.php">DEMO</a></div>
<div class="barbutton"><a href="http://sourceforge.net/news/?group_id=95462">NEWS</a></div>
<div class="barbutton"><a href="http://sourceforge.net/projects/editthispagephp/">PROJECT PAGE</a></div>
<div style="padding:3px;margin-top:30px;">
    
</div>
<div style="padding:3px;margin-bottom:30px;">
    
</div>
<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=95462&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
<br clear="all" />
</div>
<div id="bodycontent"><h2>Installing EditThisPagePHP</h2>
<p>
Installation can be as simple as uploading the install script, <code>install-etp.php</code>, to your webserver
and directing your browser to it. Unzip the archive from the download page and upload <code>install-etp.php</code>
to the directory on your webserver in which you wish to install EditThisPagePHP.
</p>
During installation, you can move to any other step through the menu on the left hand side.
</p>
<p>
After installation, you can modify any configurations set in the wizard. Configuration is found in a file with a
name like <code>edithispage-index.php</code>. Please see the README included with this distribution for
more information.
</p>
<div style="margin-bottom:10px; clear:left;">
<a href="installation-images/1_test.png"><img src="installation-images/tn_1_test.png" width="150" height="117" alt="Test Setup" border="0" style="float:left;margin:5px;"></a>
<em>Step 1: Test Setup</em>
<p>
Both the install script and EditThisPagePHP must be able to write
to themselves, and to the directory in which they are located. Some servers are configured to allow
this (through suexec). If not, you will need to change permissions on <code>install-etp.php</code>
and the directory you are installing in. The first step of the install wizard tests for this.
<p>
You may need to change permissions on the install file, and the directory in which you are installing
EditThisPagePHP so that the webserver can write to them. Most FTP clients have a permissions
dialog with checkboxes to make files and directories "world writeable". If not, you may need to do the
following from the command line, or from the shell extension of your FTP client:
<pre style="margin-left:50px;"><span style="color:#666">Change to the directory to which you uploaded install-etp.php
Make the file world writeable:
</span>
chmod a+w install-etp.php
<span style="color:#666">
Make the directory accessible to all:
</span>
chgrp chmod a+w,a+x ./
</pre>
</p>
</div>
<br clear="all" />
<div style="margin-bottom:10px; clear:both;">
<a href="installation-images/2_hostname.png"><img src="installation-images/tn_2_hostname.png" width="150" height="117" alt="Set Hostname" border="0" style="float:left;margin:5px;"></a>
<em>Step 2: Set Hostname</em>
<p>
The hostname of your server will need to be set. This is used for creating links to images, RSS feeds and in
the administration functions. The installer should be able to guess your hostname correctly.
</p>
</div>
<br clear="all" />
<div style="margin-bottom:10px; clear:both;">
<a href="installation-images/3_guestaccess.png"><img src="installation-images/tn_3_guestaccess.png" width="150" height="117" alt="" border="0" style="float:left;margin:5px;"></a>
<em>Step 3: Guest Access</em>
<p>
If you want people to be able to read the page without having an account and password, select "yes"
to enable guest access.
</p>
</div>
<br clear="all" />
<div style="margin-bottom:10px; clear:both;">
<a href="installation-images/4_createaccounts.png"><img src="installation-images/tn_4_createaccounts.png" width="150" height="117" alt="" border="0" style="float:left;margin:5px;"></a>
<em>Step 4: Create Accounts</em>
<p>
Create accounts for users, set their passwords, and their access level.
</p>
</div>
<br clear="all" />
<div style="margin-bottom:10px; clear:both;">
<a href="installation-images/5_notifications.png"><img src="installation-images/tn_5_notifications.png" width="150" height="117" alt="" border="0" style="float:left;margin:5px;"></a>
<em>Step 5: Email Notifications</em>
<p>
Enable email notifications on page changes, and set the user email will appear to be from.
</p>
</div>
<br clear="all" />
<div style="margin-bottom:10px; clear:both;">
<a href="installation-images/6_pagename.png"><img src="installation-images/tn_6_pagename.png" width="150" height="117" alt="" border="0" style="float:left;margin:5px;"></a>
<em>Step 6: Page Name and Title</em>
<p>
Set the name of the file you want to create, and the title of the page.
</p>
</div>
<br clear="all" />
<div style="margin-bottom:10px; clear:both;">
<a href="installation-images/7_rss.png"><img src="installation-images/tn_7_rss.png" width="150" height="117" alt="" border="0" style="float:left;margin:5px;"></a>
<em>Step 7: RSS Setup</em>
<p>
Set the title and description for the RSS feeds. Each page has two feeds, one with the full content
of the current page, and a diff feed showing changes made on the page.
</p>
</div>
<br clear="all" />
<div style="margin-bottom:10px; clear:both;">
<a href="installation-images/8_confirm.png"><img src="installation-images/tn_8_confirm.png" width="150" height="117" alt="" border="0" style="float:left;margin:5px;"></a>
<em>Step 8: Confirm Settings</em>
<p>
You will be asked to confirm your settings here. If any required steps have been missed, you will be prompted
to complete them before continuing.
</p>
</div>
<br clear="all" />
<div style="margin-bottom:10px; clear:both;">
<a href="installation-images/9_finished.png"><img src="installation-images/tn_9_finished.png" width="150" height="117" alt="" border="0" style="float:left;margin:5px;"></a>
<em>Step 9: Finished!</em>
<p>
Installation is complete. You can remove the install script and continue to the newly created page,
or create another page.
</p><br clear="all" />
    
    
    <div id="comments">
    <h2 style="font-weight:700;border-bottom: #000 solid 1px">Comments</h2>    <p>
    My ISP has the PHP safe_mode constant turned on.  This causes problems with the installation script as ETP is not able to create files in a directory that was created by itsself.  For more information about why this is happening have a read of  http://uk2.php.net/manual/en/features.safe-mode.php.<br />
<br />
Note that ETP is able to create files in directories that already exist and are owned by the same user who owns the ETP.php script, but it is not able to create files in directories that have been created by ETP because the directories created by ETP are owned by the apache user.<br />
<br />
Is it absoultely necessary for ETP to create its own directories?  If it only needs directories whose names are predefined then these can be created by the FTP user before installation.<br />
<br />

    </p>
    <p style="color:#999; font-weight:700; border-top: #999 solid 1px; padding-top:3px;">
    Posted by <a href="" rel="nofollow">Mark Wrangham</a> at 2005-02-02 03:07:11 / PST
    </p>
    <br />    <p>
    ETP creates directories? What directories are that? I haven't actually seen this happen myself (and I'm currently maintaining at least two active ETP sites).
    </p>
    <p style="color:#999; font-weight:700; border-top: #999 solid 1px; padding-top:3px;">
    Posted by <a href="0" rel="nofollow">Kalle</a> at 2006-09-26 01:37:23 / PDT
    </p>
    <br />    <p>
    great dating sites<br />
<a href="http://groups-beta.google.com/group/datingreview/web/adultfriendfinder.html" rel="nofollow">adultfriendfinder</a><br />
[URL=http://groups-beta.google.com/group/datingreview/web/adultfriendfinder.html]adultfriendfinder[/URL]
    </p>
    <p style="color:#999; font-weight:700; border-top: #999 solid 1px; padding-top:3px;">
    Posted by <a href="http://http://groups-beta.google.com/group/datingreview/web/adultfriendfinder.html" rel="nofollow">adultfriendfinder</a> at 2007-01-16 18:26:02 / PST
    </p>
    <br />    <p>
    <a href=http://www.oneso.com rel="nofollow">云南网站建设</a>云南网站建设,昆明网站建设,云南网站制作网络公司,提供云南虚拟主机,昆明虚拟主机,网站推广,网站空间,网页空间等服务. 云南网站建设,昆明网站建设,云南通用网址 首页 网站建设 通用网址 域名主机 手机... 项目咨询及调研 网站建设顾问服务 网站运营顾问服务 网站推广顾问服务 网络营销文库 Google推广 Baidu百度推广 Sina新浪推广 Sohu搜狐推广 163网易推广 Tom推广 行业网站...<br />

    </p>
    <p style="color:#999; font-weight:700; border-top: #999 solid 1px; padding-top:3px;">
    Posted by <a href="http://http://www.oneso.com" rel="nofollow">杭州导游</a> at 2007-01-22 01:35:00 / PST
    </p>
    <br />    </div>
    
    <h2 style="font-weight: 700;border-bottom: #000 solid 1px">TrackBack</h2>
    <p>
    Trackback URL for this page:<br />
    http://www.editthispage.net/home/installation.php
    </p>
    <br />
    <div id="trackback"><i><small>Trackbacks are moderated, which means they do not appear immediately.</small></i>    </div>
    <br />
    
</div>
<div class="clear">&#160;</div>
</div>
<div class="clear">&#160;</div>
</div>
]]></content:encoded></item>

</channel>
</rss>