[MERGING ganesh**Mon Feb 17 23:16:34 GMT 2003] { hunk ./CHANGELOG 10 +$Added '#' to the list of allowable characters in a path hunk ./MERGING 87 +devel-55: Added "probing" utility +devel-56: Added '#' to the list of allowable characters in a path +devel-57: updates to manual.html hunk ./MERGING 91 - hunk ./MERGING 154 +Pending for nick: + devel-54 -> devel-57 + hunk ./doc/manual.html 9 + +
+ group 1-5 My first photos + describe 1 Me + rotate 1 90 + adjust 1 1.1 1.1 1.1 ++ + The "group" item will cause an entry pointing to that range of photos to + go into the album page. The "describe" item will provide a caption for + the range page. Use "rotate" to turn the picture the right way up, and + adjust to change the colour balance - the values given should be gamma + correction values for red, green and blue respectively, with 1 meaning + no change. + +
+ Following the principles set out by Tim Berners-Lee in + "Cool URIs don't + change", every effort has been made to reduce + implementation dependencies (cgi-bin in the path, .pl extensions) + in PhotoPub URLs, to allow for the + possibility of an entirely different implementation of the same interface + in future. +
+ ++ Thus, a "standard" installation will be accessed at the URL + +
http://hostname/photopub/{album|range|display}?...
+
+ If you installed from a package and are using Apache as your webserver,
+ this should have been set up automatically, but you may need to deal with
+ this manually if your configuration is non-standard in some way that
+ collides with the assumptions we made.
+
+
+ + If for whatever reason you do not wish to do things in this way, you are + mostly on your own for now, but you may find the following settings in + /etc/photopubrc useful: + +
+ albumlinkroot album + rangelinkroot range + displaylinkroot display ++ + PhotoPub makes links to other PhotoPub pages using relative links, + so everything but the final element in the path of these links + is determined by the URL you access it at. + These settings control what that final element should be - you may for + example wish to change album to album.pl, etc. + + +
+ We will try our best to avoid incompatible changes in the + query parameters and script names, although it cannot be completely + ruled out, especially in development releases. +
+ +- -