1. Decompress and put this folder somewhere inside your document root
2. If you want the directory to be called something other than "serendipity",
-change the directory name now
+ change the directory name now
3. Open serendipity in your browser (installer will say hi to you)
-4. Serendipity ships world-writeable (777) to make installation easier.
+4. Serendipity ships world-writeable (777) to make installation easier
+ (permissions are only preserved on Unix/Linux systems using tar).
After the install is complete, you should change the permissions to allow
only your web-server user (e.g. Nobody) to access the serendipity directory.
If you have enabled file-upload and/or caching, you need to do something
chmod -R 744 serendipity/
because the web server needs to be able to write to directories inside the
distribution. Otherwise, you should probably chmod -R 644 serendipity.
+Serendipity needs to write to its core directory to be able to create
+the serendipity_config_local.inc.php and .htaccess file. After this has
+been done, the world-writable folder can be set to the sane permissions
+again.
5. Done!
###############################################################################