A tumblelog CMS built on AJAX, PHP and MySQL.
 
 
 
 
 
Go to file
pecesama 06e3aaa20b Nothing 2 2007-10-03 00:42:27 +00:00
admin Fixed bookmarklet problem related to Mozilla's bug 232605 2007-10-02 22:15:10 +00:00
classes Full fix for issue #43 2007-09-23 22:36:19 +00:00
db installer and updater for v0.90 and minor bug fixes 2007-09-03 05:43:44 +00:00
images 0.8 version 2007-07-06 05:58:57 +00:00
languages German, Portuguese and Russian translations 2007-09-19 00:41:45 +00:00
themes/tumblr Comment feature (finished) 2007-08-09 23:31:03 +00:00
uploads Security fix, issue 51 - checking for entry 2007-09-16 21:13:29 +00:00
.htaccess added urlFriendly with .htaccess 2007-09-07 12:31:41 +00:00
api.php Fixing the offset problem 2007-09-19 21:54:14 +00:00
comments.php Change all "..." to … 2007-09-19 21:13:36 +00:00
config-sample.php session_start() deleted. We can find a session_start in entry.php (line 51) 2007-09-18 00:44:59 +00:00
entry.php Added entry for classes/imgsize.php 2007-09-22 16:09:45 +00:00
index.php Nothing 2 2007-10-03 00:42:27 +00:00
install.php added if(isset($_SERVER['SCRIPT_URI'])) and change "print" to "echo" on line 93 2007-09-18 17:41:40 +00:00
login.php Change all "..." to … 2007-09-19 21:13:36 +00:00
notice.txt Autosave function 2007-09-17 06:35:57 +00:00
readme.txt updated the installation proccess 2007-09-18 03:23:07 +00:00
rss.php The images did not appear on the feed, fixed 2007-09-23 22:47:18 +00:00
update.php Shorten long link with abbrr.com 2007-09-18 19:10:32 +00:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

==== How to install gelato CMS =====

1) Download and unzip the gelato package, if you haven't already.
2) Place the gelato files in the desired location on your web server.
3) Run the gelato installation script by accessing install.php in your favorite web browser.
	* If you installed gelato in the root directory, you should visit: http://example.com/install.php
          * If you installed gelato in its own subdirectory called tumblelog, for example, you should visit: http://example.com/tumblelog/install.php 
4) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads'

That's it! gelato should now be installed.   


==== How to install gelato CMS (Manually) =====

1) Download and unzip the gelato package, if you haven't already.
2) Create a database for gelato on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
3) Execute the script /db/gelato_db.sql into your database.
4) Rename the config-sample.php file to config.php.
5) Open config.php in your favorite text editor and fill in your database details.
	Note: The test data on the script /db/gelato_db.sql use the table prefix 'gel_'
6) Place the gelato files in the desired location on your web server.
	Note: The test data on the script /db/gelato_db.sql point the installation to http://localhost/gelato
7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads'

That's it! gelato should now be installed.
	Demo user: admin
	Demo pass: demo

==== How to update to v0.90 from v0.85 any previous version =====

1) Download and unzip the gelato package, if you haven't already.
2) Create a backup of your config.php file.
3) Replace all the old files with those from the new 0.90 EXCEPT for the file config.php
	3.1) If you do replace it by error, use the backup you create during step two.
4) Execute the update.php file.
7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads'

That's it! gelato should now be updated.

==== Update files for version previous to v0.85 are available on the download section =====