.
*/
include("./include/include.php");
page_header();
echoln("
Compatibility
");
echoln("This page is optimized for Mozilla (v1.7 and higher) and Mozilla Firefox (v1.0 and higher). As the page uses only");
echoln("standard HTML and CSS, every browser confirming to this standards should be able to display this page properly.");
echoln("Internet Explorer (v5.0 and lower) have some bugs that will prevent you from managing your photos online, but will");
echoln("not give problems when viewing photos.");
echoln("");
echoln(" | ");
echoln(" | ");
echoln(" | ");
echoln("
");
echoln("Copyright
");
echoln("It's not allowed to publish photos that are on this page somewhere else without the approval of the author of the");
echoln("photos. You can contact the author via the webmaster.");
echoln("
Nor AEGEE-Europe nor the author of this page (Wim van Ravesteijn) takes any responsibility for the content of the");
echoln("page. The users of this site who upload photos are fully responsible for the content they put on this page.");
echoln("Suggestions
");
echoln("If you have any ideas how this page can be improved, please send them to the webmaster.");
echoln("Privacy statement
");
echoln("By logging in to the photo page, you agree that your name, body and e-mail address will be stored on the server where");
echoln("the photo page is running (currently the webserver of AEGEE-Enschede, The Netherlands). Your e-mail address is only");
echoln("used for internal use, and will not be published on the website.");
echoln("Info for webmasters
");
echoln("If you want to link to all the photos of events organized by your local, simply use the following link:");
echoln("http://" . $FULL_URL . "?body=XXX
");
echoln("where you replace XXX with the bodycode of your local.");
echoln("Updates
");
echoln("Version 2.05 (13.12.2009):");
echoln("");
echoln(" - The source code of this website has been published under the GPLv3 license at svn://www4.zeus.aegee.org/aegee/photo/ and http://www.zeus.aegee.org/svn/photo/.");
echoln("
");
echoln("Version 2.04 (23.07.2007):");
echoln("");
echoln(" - Website has been moved from the AEGEE-Enschede server (Europa) to the AEGEE-Europe server (Zeus). Old links keep working.");
echoln("
");
echoln("Version 2.03 (13.07.2006):");
echoln("");
echoln(" - fixed problems with using back/forward button of browser;");
echoln("
- when opening an event to view books, put that event at the top of the screen;");
echoln("
- made uploading photos more self-explaining;");
echoln("
- created import for Summer Universities to the list of events.");
echoln("
");
echoln("Version 2.02 (21.10.2005):");
echoln("");
echoln(" - Enlarged the size of photos from 800x800 to 1024x1024 maximum.");
echoln("
");
echoln("Version 2.01 (09.10.2005):");
echoln("");
echoln(" - total code redesign, including optimalizations;");
echoln("
- limited list sizes in the overviews (page numbering);");
echoln("
- database redesign, to make it compatible with AEGEE standards;");
echoln("
- improved import script for events and bodies;");
echoln("
- added rotating for images;");
echoln("
- showing the date a photo was uploaded;");
echoln("
- keeping filenames of the images;");
echoln("
- changed the design to the aegee.org webpages design.");
echoln("
");
echoln("Version 1.11 (10.10.2003):");
echoln("");
echoln(" - updated upload for new install of server;");
echoln("
- quality of photos after resizing has been improved.");
echoln("
");
echoln("Version 1.10 (16.9.2003):");
echoln("");
echoln(" - changed login system to use aegee.org accounts.");
echoln("
");
echoln("Version 1.09 (9.5.2003):");
echoln("");
echoln(" - bugfix: show normal size photo if big size is not available, even if big size is requested.");
echoln("
");
echoln("Version 1.06 (11.8.2002):");
echoln("");
echoln(" - the big size photos, that were already stored when uploading, are available for viewing.");
echoln("
");
echoln("Version 1.05 (8.8.2002):");
echoln("");
echoln(" - bugfix: when deleting photo, the numbers of the other photos will be updated too;");
echoln("
- bugfix: don't show empty books in the lists of books when listing them for viewing;");
echoln("
- updated script to get events from Calendar of Events and overview of Summer Universities;");
echoln("
- after inserting a book, you now will immediately go to that book to insert pictures.");
echoln("
");
page_footer();
?>