A tumblelog CMS built on AJAX, PHP and MySQL.
 
 
 
 
 
Go to file
ravenlp b71af30441 Added support for Delicious feeds :) 2008-02-17 03:32:12 +00:00
admin Added support for Delicious feeds :) 2008-02-17 03:32:12 +00:00
classes Added support for Delicious feeds :) 2008-02-17 03:32:12 +00:00
db 2007-10-30 03:44:36 +00:00
images 0.8 version 2007-07-06 05:58:57 +00:00
languages Translations for 0.95 (still missing French and Polish) 2007-11-25 19:34:43 +00:00
themes/tumblr Add to the single pages the post title. Patch by trevi55 2007-11-23 04:45:10 +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 Added the feeds to the read api 2008-01-07 07:18:48 +00:00
config-sample.php New config-sample.php for manually instalation 2007-10-09 04:37:37 +00:00
entry.php Fixed the code for correct use of entry.php 2008-01-07 07:43:43 +00:00
gettext.bat Languages for 0.95 2007-11-06 18:47:52 +00:00
index.php Fixed the code for correct use of entry.php 2008-01-07 07:43:43 +00:00
install.php Fixed the code for correct use of entry.php 2008-01-07 07:43:43 +00:00
login.php jquery validate plugin added 2007-10-25 16:55:05 +00:00
notice.txt Added support for basic HTML (+ Textile) formating and a WYSIWYG editor. 2008-01-02 04:08:43 +00:00
readme.txt Autoclose window after use the bookmarklet, and minor changes in order to release the 0.95 2007-10-26 05:40:39 +00:00
rss.php Fixed the code for correct use of entry.php 2008-01-07 07:43:43 +00:00
sitemap.php Sitemaps generator 2007-11-25 18:49:40 +00:00
update.php Fixed the code for correct use of entry.php 2008-01-07 07:43:43 +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' and the folder 'uploads/CACHE'
5) REMOVE the install.php and update.php files.

That's it! gelato should now be installed.

==== How to update to v0.95 from v0.90 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.95.
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 (using the information on your old config.php).
4) Execute the update.php file.
7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads'  and the folder 'uploads/CACHE'.
8) REMOVE the install.php and update.php files.

That's it! gelato should now be updated.

==== How to update to v0.95 from v0.95 RC1 version =====

1) Download and unzip the gelato package, if you haven't already.
2) Replace all the old files with those from the new 0.95.
3) REMOVE the install.php and update.php files.

That's it! gelato should now be updated.

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

==== 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' and the folder 'uploads/CACHE'
8) REMOVE the install.php and update.php files.

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