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