Am Freitag, den 16.09.2005, 13:11 -0400 schrieb Miguel: > Daniel wrote: > > > Any chance to move to PHP instead of using Javascript (which > > is also a limitation to the user and text browsers)? > > This should be discussed on jmol-developers. > > I would be very interested in writing a Jmol.php library. > > I would like to coordinate with 2 or 3 people who use php heavily.
IMHO such things should also be advertised in the Wiki. > One thing I am unsure about is the best mechanism for > distributing/installing libraries for php. Distributing should be done by a GNU-style source archive (automake, autoconf, ... scripts). Installation is done the normal way: $datadir/php, $datadir/php4, $datadir/php5, $libdir/php4, $libdir/php5. $datadir normally contains architecture-independent files, $libdir architecure-dependent files (shared objects .so files). I can help for both if necessary. Does this answer your question? ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
