public
Description: Pixelpost photoblog application
Homepage: http://www.pixelpost.org
Clone URL: git://github.com/imagetic/pixelpost.git
pixelpost / ReadMe.txt
100644 105 lines (79 sloc) 4.013 kb
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
Pixelpost version 1.7.1
 
SVN file version:
$Id: ReadMe.txt 545 2008-01-27 00:29:08Z piotr.galas $
 
Welcome to the Pixelpost version 1.7!
 
-------------------------------------------------------------------------
Pixelpost www:   http://www.pixelpost.org/
Pixelpost wiki:   http://wiki.pixelpost.org/
Pixelpost forum:   http://forum.pixelpost.org
 
Version 1.7:
Development Team:
Ramin Mehran, Will Duncan, Joseph Spurling,
Piotr "GeoS" Galas, Dennis Mooibroek, Karin Uhlig, Jay Williams, David Kozikowski
 
Former members of the Development Team:
Connie Mueller-Goedecke
Version 1.1 to Version 1.3: Linus <http://www.shapestyle.se>
 
Contact: thecrew (at) pixelpost (dot) org
Copyright 2007 Pixelpost.org <http://www.pixelpost.org>
 
-------------------------------------------------------------------------
License: http://www.gnu.org/copyleft/gpl.html
 
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
 
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-------------------------------------------------------------------------
INFORMATION
-------------------------------------------------------------------------
To find information about Pixelpost, the installation and
configuration, read the files in the directory: /doc !!!!!!
 
There you will find all information:
 
  Entrance and Overview:       ./doc/index.html
  Installation:               ./doc/install.html
  Upgrading:                 ./doc/upgrade.html
  Changelog:             ./doc/changelog.html
  All Pixelpost-Tags:         ./doc/tags.html
  How to write admin-addons: ./doc/creating_admin_addons/admin_addons_Instruction.htm
  GNU license information:     ./docs/license.txt
 
Do read the ReadMe-Files!!
 
You may also find information here:
 
Pixelpost wiki:   http://wiki.pixelpost.org/
Pixelpost forum:   http://forum.pixelpost.org
 
-------------------------------------------------------------------------
PROGRAM REQUIREMENTS
-------------------------------------------------------------------------
 
These are the requirements for Pixelpost:
- sufficient Webspace: not for Pixelpost (around 400 KB), but for your images ;=)
- Apache Webserver or Windows IIS
- PHP, version 4.3.0 or higher
- PHP with GD-lib (with JPG-support), required for thumbnailing
- MySQL version 3.24.58 or higher
- a MySQL database already working. If you have no MySQL Database running, create
  a database first (or ask your hoster to do it for you)
 
To install Pixelpost, you will need the following MySQL-database-informations
before you start to install:
 
- name of the database-host, often "localhost"
- database username
- database user password
- database name
 
If you don't have this information, contact your web host.
 
-------------------------------------------------------------------------
FIRST INSTALL
-------------------------------------------------------------------------
 
Please read the file "install.html" in the directory /doc
 
-------------------------------------------------------------------------
UPGRADE
-------------------------------------------------------------------------
 
Please read the file "upgrade.html" in the directory /doc
 
Please note that Pixelpost now does not use anymore CSS-classes with "_",
so check your templates and change "_" to "-"
more information on that is found in the upgrade.html
 
Please note as well that Pixelpost is fully UTF-compliant, so you might change
your CSS-codepage-meta information as well.
More information on that is found in the upgrade.html