Show Your Places (SYP) is a web CMS whose goal is to manage a pictures or photos collection with geographic location. The website shows a map with markers matching picture locations. When selecting a marker, visitors can see image and its description. Requirements ------------ - php5 - mysql extension for php - mysql must support spatial extension; mysql version must be >= 4.1 for MyISAM tables or >= 5.0.16 for other tables. I assumed it would not be a problem. If that's a problem for you, send me a mail, and I'll do without spatial support. Installation ------------ upload syp to your webserver edit inc/settings.php open http://yoururl.com/wizard.php with your web browser follow instructions Upgrade ------------ - make a copy of inc/settings.php - make a copy of upload/ (or directory where your photos and thumbnails are stored). - delete old version of syp from your server - upload new version - edit inc/settings.php again (copy old version of file may not be enough because new settings may have appeared) - copy upload/ back. - open http://yoururl.com/upgrade.php with your web browser server API ---------- The way server side communicates with client side is described at http://dev.renevier.net/syp.git/?a=blob_plain;f=devdoc/api.txt That document is mainly aimed at developers and inquiring people. You should not need it if you just want to install syp on your website. Author ------ Arno Renevier