ploto

ploto Commit Details


Date:2015-10-11 21:56:57 (9 years 4 days ago)
Author:Natalie Adams
Branch:master
Commit:92ef54b0dd89b4d6359d049cf89afe615faceae6
Parents: eb9183e43106bbabd34a7db48187fcd1daa081a8
Message:fixing readme files

Changes:

File differences

readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Plogger &raquo; Version 1.0-RC1 Read Me</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="plog-admin/css/admin.css" type="text/css" media="all" />
<style type="text/css">
body, p {
font-family: verdana, arial, sans-serif;
text-align: justify;
}
a, a:link, a:visited, a:active, a:hover {
font-weight: bold;
}
hr {
color: #ccc;
border: 1px dotted #bbb;
}
.readme {
margin: 0 auto;
}
#header-readme {
margin: auto auto;
text-align: center;
}
</style>
</head>
<body>
<div id="header-readme">
<div class="width-700 readme">
<img src="plog-admin/images/plogger.gif" width="393" height="90" alt="Plogger" />
<p class="margin-5 strong" style="text-align: center; color: #264b71; font-size: 18px;">Version 1.0-RC1</p>
<hr />
</div><!-- /width-700 readme -->
<div style="clear: both; height: 1px;">&nbsp;</div>
</div><!-- /header-readme -->
<div id="content" class="width-700 readme">
<h1>Requirements</h1>
<p>Plogger is designed to run in a <abbr title="Linux/Apache/MySQL/PHP">LAMP</abbr> server environment, and has the following minimum requirements to function properly:</p>
<ul>
<li class="margin-5">PHP version <strong>4</strong> or higher.</li>
<li class="margin-5">MySQL version <strong>3.23</strong> or higher.</li>
<li class="margin-5">GD library version <strong>2</strong> or later.</li>
</ul>
<h1>Installation</h1>
<p>Due to an infinite number of web server configurations, we cannot guarantee that Plogger will work perfectly on your setup.</p>
<p>If you run into any issues during installation, please post them in our <a title="support forum" href="http://www.plogger.org/forum/">support forum</a> and we'll do our best to help you get them resolved. Post as much detail as possible, including any error messages you receive.</p>
<p>Follow these steps to get started.</p>
<ol>
<li class="margin-5">Unzip the files to a local folder on your computer.</li>
<li class="margin-5">Upload the files via FTP to a folder on your website.</li>
<li class="margin-5">Create a MySQL database and user from your web hosting control panel.</li>
<li class="margin-5">Open your web browser and run the installation script located at:<br />
<span style="color: #c00;">http://www.yoursite.com/plogger-folder/plog-admin/_install.php</span></li>
<li class="margin-5">Log in to your gallery admin and begin configuring your gallery and uploading your images.</li>
</ol>
<p>That's all there is to it!</p>
<h1>Before You Upgrade</h1>
<p>Before you upgrade your existing Plogger gallery to version 1.0-RC1, be sure you make a backup of all of your existing files via FTP and your MySQL database via phpMyAdmin, and save them in a folder on your computer.</p>
<p>If you have custom themes, translations, or third-party script files, make sure you back those up as well.</p>
<h1>Upgrading from any previous version of Plogger to 1.0-RC1:</h1>
<ol>
<li class="margin-5">Make a backup of all of your files via FTP and your database from your web hosting control panel and save them to your computer.</li>
<li class="margin-5">Upload and overwrite ALL FILES <strong>except for plog-config.php</strong>.</li>
<ul>
<li class="margin-5">Your old plog-config.php file should continue to work, but there are new options available. See plog-config-sample.php for an example.</li>
<li class="margin-5">If previously using Cruft-Free URLs, do not overwrite the .htaccess file. If you do, just login to Admin -> Options and save the options to recreate the .htaccess file.</li>
<li class="margin-5">If you have modified one of the 3 themes included in the download, either rename the modified theme folder or do not upload the new theme folder.</li>
</ul>
<li class="margin-5">Open your web browser and run the upgrade script located at:<br /><span style="color: #c00;">http://www.yoursite.com/plogger-folder/plog-admin/_upgrade.php</span></li>
<li class="margin-5">The upgrade process is automated, and consists of 5 steps. Follow the instructions for each step, and fix any problems listed before proceeding to the next step.</li>
</ol>
<h1>Resources</h1>
<p>If you have any questions that aren't addressed here, please check Plogger's online resources:</p>
<ul>
<li class="margin-5"><a title="Codex" href="http://codex.plogger.org/">Codex</a><br />Documentation resource for Plogger.</li>
<li class="margin-5"><a title="Support Forum" href="http://www.plogger.org/forum/">Support Forum</a><br />If you've checked the documentation and still can't find your answer, post your question on the support forum. Be sure to use a descriptive thread title, provide the version number of your Plogger gallery, and describe your question in as much detail as possible, including a link to your gallery so others can see the problem.</li>
</ul>
<h1>Other Notes</h1>
<ul>
<li class="margin-5">If you have suggestions, ideas, or comments, please post them in the <a title="Support Forum" href="http://www.plogger.org/forum/">Support Forum</a>.</li>
<li class="margin-5">If you have found what you believe to be a bug, please follow the directions in <a title="How to report bugs and/or create tickets" href="http://www.plogger.org/forum/discussion/1807/how-to-report-bugs-andor-create-tickets-please-read/">this forum post</a> to report it.</li>
<li class="margin-5">If you have discovered a possible security vulnerability in the code, please send an email to <a title="security@plogger.org" href="mailto:security@plogger.org?subject=[Plogger] Security Vulnerability">security@plogger.org</a> with a detailed explanation of the vulnerability. We ask you not to release the information publicly before reporting it to us, as we would like to get the necessary corrections made to the code and a patch released to our users in order to protect them.</li>
</ul>
<h1>License</h1>
<p>Plogger is released under the <abbr title="GNU Public License Version 2">GPL2</abbr> license. See <a title="license.txt" href="LICENSE.txt">license.txt</a> for more information.</p>
</div><!-- /content -->
</body>
</html>
readme.html.old
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Plogger &raquo; Version 1.0-RC1 Read Me</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="plog-admin/css/admin.css" type="text/css" media="all" />
<style type="text/css">
body, p {
font-family: verdana, arial, sans-serif;
text-align: justify;
}
a, a:link, a:visited, a:active, a:hover {
font-weight: bold;
}
hr {
color: #ccc;
border: 1px dotted #bbb;
}
.readme {
margin: 0 auto;
}
#header-readme {
margin: auto auto;
text-align: center;
}
</style>
</head>
<body>
<div id="header-readme">
<div class="width-700 readme">
<img src="plog-admin/images/plogger.gif" width="393" height="90" alt="Plogger" />
<p class="margin-5 strong" style="text-align: center; color: #264b71; font-size: 18px;">Version 1.0-RC1</p>
<hr />
</div><!-- /width-700 readme -->
<div style="clear: both; height: 1px;">&nbsp;</div>
</div><!-- /header-readme -->
<div id="content" class="width-700 readme">
<h1>Requirements</h1>
<p>Plogger is designed to run in a <abbr title="Linux/Apache/MySQL/PHP">LAMP</abbr> server environment, and has the following minimum requirements to function properly:</p>
<ul>
<li class="margin-5">PHP version <strong>4</strong> or higher.</li>
<li class="margin-5">MySQL version <strong>3.23</strong> or higher.</li>
<li class="margin-5">GD library version <strong>2</strong> or later.</li>
</ul>
<h1>Installation</h1>
<p>Due to an infinite number of web server configurations, we cannot guarantee that Plogger will work perfectly on your setup.</p>
<p>If you run into any issues during installation, please post them in our <a title="support forum" href="http://www.plogger.org/forum/">support forum</a> and we'll do our best to help you get them resolved. Post as much detail as possible, including any error messages you receive.</p>
<p>Follow these steps to get started.</p>
<ol>
<li class="margin-5">Unzip the files to a local folder on your computer.</li>
<li class="margin-5">Upload the files via FTP to a folder on your website.</li>
<li class="margin-5">Create a MySQL database and user from your web hosting control panel.</li>
<li class="margin-5">Open your web browser and run the installation script located at:<br />
<span style="color: #c00;">http://www.yoursite.com/plogger-folder/plog-admin/_install.php</span></li>
<li class="margin-5">Log in to your gallery admin and begin configuring your gallery and uploading your images.</li>
</ol>
<p>That's all there is to it!</p>
<h1>Before You Upgrade</h1>
<p>Before you upgrade your existing Plogger gallery to version 1.0-RC1, be sure you make a backup of all of your existing files via FTP and your MySQL database via phpMyAdmin, and save them in a folder on your computer.</p>
<p>If you have custom themes, translations, or third-party script files, make sure you back those up as well.</p>
<h1>Upgrading from any previous version of Plogger to 1.0-RC1:</h1>
<ol>
<li class="margin-5">Make a backup of all of your files via FTP and your database from your web hosting control panel and save them to your computer.</li>
<li class="margin-5">Upload and overwrite ALL FILES <strong>except for plog-config.php</strong>.</li>
<ul>
<li class="margin-5">Your old plog-config.php file should continue to work, but there are new options available. See plog-config-sample.php for an example.</li>
<li class="margin-5">If previously using Cruft-Free URLs, do not overwrite the .htaccess file. If you do, just login to Admin -> Options and save the options to recreate the .htaccess file.</li>
<li class="margin-5">If you have modified one of the 3 themes included in the download, either rename the modified theme folder or do not upload the new theme folder.</li>
</ul>
<li class="margin-5">Open your web browser and run the upgrade script located at:<br /><span style="color: #c00;">http://www.yoursite.com/plogger-folder/plog-admin/_upgrade.php</span></li>
<li class="margin-5">The upgrade process is automated, and consists of 5 steps. Follow the instructions for each step, and fix any problems listed before proceeding to the next step.</li>
</ol>
<h1>Resources</h1>
<p>If you have any questions that aren't addressed here, please check Plogger's online resources:</p>
<ul>
<li class="margin-5"><a title="Codex" href="http://codex.plogger.org/">Codex</a><br />Documentation resource for Plogger.</li>
<li class="margin-5"><a title="Support Forum" href="http://www.plogger.org/forum/">Support Forum</a><br />If you've checked the documentation and still can't find your answer, post your question on the support forum. Be sure to use a descriptive thread title, provide the version number of your Plogger gallery, and describe your question in as much detail as possible, including a link to your gallery so others can see the problem.</li>
</ul>
<h1>Other Notes</h1>
<ul>
<li class="margin-5">If you have suggestions, ideas, or comments, please post them in the <a title="Support Forum" href="http://www.plogger.org/forum/">Support Forum</a>.</li>
<li class="margin-5">If you have found what you believe to be a bug, please follow the directions in <a title="How to report bugs and/or create tickets" href="http://www.plogger.org/forum/discussion/1807/how-to-report-bugs-andor-create-tickets-please-read/">this forum post</a> to report it.</li>
<li class="margin-5">If you have discovered a possible security vulnerability in the code, please send an email to <a title="security@plogger.org" href="mailto:security@plogger.org?subject=[Plogger] Security Vulnerability">security@plogger.org</a> with a detailed explanation of the vulnerability. We ask you not to release the information publicly before reporting it to us, as we would like to get the necessary corrections made to the code and a patch released to our users in order to protect them.</li>
</ul>
<h1>License</h1>
<p>Plogger is released under the <abbr title="GNU Public License Version 2">GPL2</abbr> license. See <a title="license.txt" href="LICENSE.txt">license.txt</a> for more information.</p>
</div><!-- /content -->
</body>
</html>
readme.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
INSTALLATION
===========
To install, upload all of the files in the Plogger distribution to your web server.
Next, create a MySQL database and user from your web hosting control panel.
Then, run the install script (/plog-admin/_install.php) in the web browser of your choice.
The script will guide you through the rest of the installation process.
INTEGRATION
==========
To integrate Plogger into your website, place the following PHP statements in the .php
file you wish display the gallery in:
First line of the .php file -><?php require("path/to/plogger.php"); ?>
In the HEAD section -><?php the_plogger_head(); ?>
In the BODY section where you want the gallery -><?php the_plogger_gallery(); ?>
Version: 1.0-RC1
UPGRADE FROM 1.0-Beta1, 1.0-Beta2, 1.0-Beta3
==================================
1) Make a backup of all of your files via FTP and your database via phpMyAdmin and save
them to your computer.
2) Upload and overwrite ALL FILES except for plog-config.php.
3) Run /plog-admin/_upgrade.php in your web browser.
4) The upgrade process consists of 5 steps and is automated. Follow the instructions for each
step and fix any problems listed before proceeding to the next step.
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
INSTALLATION
===========
To install, upload all of the files in the Plogger distribution to your web server.
Next, create a MySQL database and user from your web hosting control panel.
Then, run the install script (/plog-admin/_install.php) in the web browser of your choice.
The script will guide you through the rest of the installation process.
INTEGRATION
==========
To integrate Plogger into your website, place the following PHP statements in the .php
file you wish display the gallery in:
First line of the .php file -><?php require("path/to/plogger.php"); ?>
In the HEAD section -><?php the_plogger_head(); ?>
In the BODY section where you want the gallery -><?php the_plogger_gallery(); ?>
Version: 1.0-RC1
UPGRADE FROM 1.0-Beta1, 1.0-Beta2, 1.0-Beta3
==================================
1) Make a backup of all of your files via FTP and your database via phpMyAdmin and save
them to your computer.
2) Upload and overwrite ALL FILES except for plog-config.php.
3) Run /plog-admin/_upgrade.php in your web browser.
4) The upgrade process consists of 5 steps and is automated. Follow the instructions for each
step and fix any problems listed before proceeding to the next step.

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.07290s using 14 queries.