Skip to content

Commit

Permalink
Updated v2.2.0 release date
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Jun 26, 2018
1 parent 8e19bad commit c7c2760
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions public_html/docs/english/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ <h2><a name="install">New Installation</a></h2>
</li>
<li>
<p>Unpack the downloaded tarball file by running: </p>
<p><code>tar -zxvf geeklog-2.0.0.tar.gz</code> </p>
<p><code>tar -zxvf geeklog-2.2.0.tar.gz</code> </p>

<p><strong>Note:</strong> Some users have reported that WinZip corrupts certain Geeklog files during decompression. This will cause errors during the installation process. You are strongly urged not to use WinZip. Try <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/">WinRAR</a> if you must decompress the file locally.</p>
</li>
<li>
<p>Create a blank MySQL or PostgreSQL database and a user account with privileges to modify it. For MySQL this includes a user that has been granted all privileges on the database (including LOCK which is not included in the ALL permission). Your hosting provider may have already set up a database and account for you, contact them if you need assistance with this step.</p>
</li>
<li>
<p>Place the contents of <code>geeklog-2.0.0/public_html/</code> into your web root directory on your web server. The web root directory is often named "public_html", "htdocs", or "www".</p>
<p>Place the contents of <code>geeklog-2.2.0/public_html/</code> into your web root directory on your web server. The web root directory is often named "public_html", "htdocs", or "www".</p>

<p>Next, place the remaining contents of <code>geeklog-2.0.0/</code> into either the parent directory of your root web directory (recommended) or any other non public folder and the installation wizard will attempt to locate them automatically. If it cannot you will be asked to specify their paths during installation. This is done as a security measure to prevent access to Geeklog system files by Internet users. </p>
<p>Next, place the remaining contents of <code>geeklog-2.2.0/</code> into either the parent directory of your root web directory (recommended) or any other non public folder and the installation wizard will attempt to locate them automatically. If it cannot you will be asked to specify their paths during installation. This is done as a security measure to prevent access to Geeklog system files by Internet users. </p>

<p><strong>Note:</strong> If your hosting provider does not allow you to place files outside of your root web directory:</p>
<ul>
Expand Down Expand Up @@ -126,12 +126,12 @@ <h2><a name="upgrade">Upgrading</a></h2>
</li>
<li>
<p>Unpack the downloaded tarball file by running: </p>
<p><code>tar -zxvf geeklog-2.0.0.tar.gz</code> </p>
<p><code>tar -zxvf geeklog-2.2.0.tar.gz</code> </p>

<p><strong>Note:</strong> Some users have reported that WinZip corrupts certain Geeklog files during decompression. This will cause errors during the installation process. You are strongly urged not to use WinZip. Try <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/">WinRAR</a> if you must decompress the file locally.</p>
</li>
<li>
<p>Place the contents of <code>geeklog-2.0.0/</code> into the same directory your old installation was located. For instance, if your old Geeklog was in <code>/usr/home/www/geeklog/</code>, then your new installation should also be in <code>/usr/home/www/geeklog/</code>.</p>
<p>Place the contents of <code>geeklog-2.2.0/</code> into the same directory your old installation was located. For instance, if your old Geeklog was in <code>/usr/home/www/geeklog/</code>, then your new installation should also be in <code>/usr/home/www/geeklog/</code>.</p>
</li>
<li>Depending on the version you're upgrading from:
<ul>
Expand Down
2 changes: 1 addition & 1 deletion public_html/docs/history
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Geeklog History/Changes:

?, 2018 (2.2.0)
June 26, 2018 (2.2.0)
------------

- [Feature] HrefLang link elements added to header for multi-language sites with multi-language content setup (Works with topics, articles, and staticpages) [Tom]
Expand Down
2 changes: 1 addition & 1 deletion public_html/docs/japanese/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>Geeklogの変更詳細履歴</h1>

<p><a href="../history">public_html/docs/history</a>をHTML化し、翻訳したものです。</p>

<h2>?, 2018 (2.2.0)</h2>
<h2>June 26, 2018 (2.2.0)</h2>

<li>[Feature] HrefLang link elements added to header for multi-language sites with multi-language content setup (Works with topics, articles, and staticpages) [Tom]</li>
<li>[Feature] Add information about Permissions[X] [Tom]</li>
Expand Down

0 comments on commit c7c2760

Please sign in to comment.