Penguin

Differences between version 3 and previous revision of PhotoGallery.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Sunday, June 8, 2003 2:22:26 pm by KyleCarter Revert
Older page: version 2 Last edited on Friday, August 2, 2002 11:21:04 pm by VonFluffy Revert
@@ -1,15 +1,18 @@
 Photo Gallery is also known correctly as [PHPGallery] 
  
-highly recommended for those of you who have a webserver and a photo collection in digital form. Only have a few issues with it.  
-  
-#Its slow with large numbers of photos  
-#It uses very slow ways of scaling graphics  
-#It eats memory and CPU time  
+highly recommended for those of you who have a webserver and a photo collection in digital form. 
  
 It is documented well, installing is easy, has neat configuration scripts, and some very helpful mailing lists. 
  
-Give it a try, Takes a bit of getting used to, and the next version is promising to fix all the issues i have.. i look forward to it
+Give it a try, Takes a bit of getting used to. 
  
 http://www.feet.net.nz/gallery/ is a quick example.. 
  
 some of the highly modified gallery installs are REALLY nice. 
+  
+  
+  
+Theres a script to chose a random picture from a gallery install with available at  
+http://www.feet.net.nz/files/scripts/  
+just include the script with a line like below  
+<?php include("http://WEBSITENAME/gallery/block-random.php"); ?>