[Jmol-developers] location of code for What's new

2011-01-21 Thread Angel Herráez
Li An-Bang has brought to my attention that
 And,I notice, the Jmol logo in What's new doesn't display correctly.

I am trying to find the location of the html template for that panel.
Jmol.properties says

# Resources for the What's New dialog box
#
WhatsNew.changeLogURL=org/openscience/jmol/Data/ChangeLog.html

But the   org/openscience/jmol/Data/   folder does not exist!
I have been unable to find any other instance of the word changelog

Any clues?
Thanks





--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d___
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers


Re: [Jmol-developers] location of code for What's new

2011-01-21 Thread Jonathan Gutow
Angel,

I did a grep on the src tree.  Try some of the following:

1) org/openscience/jmol/app/jmolpanel/WhatsNewDialog.java
2) org/openscience/jmol/app/jmolpanel/Properties/Jmol.properties

Jonathan
On Jan 21, 2011, at 1:16 PM, Angel Herráez wrote:

 Li An-Bang has brought to my attention that
  And,I notice, the Jmol logo in What's new doesn't display  
 correctly.

 I am trying to find the location of the html template for that panel.
 Jmol.properties says

 # Resources for the What's New dialog box
 #
 WhatsNew.changeLogURL=org/openscience/jmol/Data/ChangeLog.html

 But the   org/openscience/jmol/Data/   folder does not exist!
 I have been unable to find any other instance of the word changelog

 Any clues?
 Thanks





 --
 Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
 Finally, a world-class log management solution at an even better  
 price-free!
 Download using promo code Free_Logger_4_Dev2Dev. Offer expires
 February 28th, so secure your free ArcSight Logger TODAY!
 http://p.sf.net/sfu/arcsight-sfd2d
 ___
 Jmol-developers mailing list
 Jmol-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jmol-developers

  Dr. Jonathan H. Gutow
Chemistry Department gu...@uwosh.edu
UW-Oshkosh   Office:920-424-1326
800 Algoma Boulevard FAX:920-424-2042
Oshkosh, WI 54901
  http://www.uwosh.edu/facstaff/gutow






--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers


Re: [Jmol-developers] location of code for What's new

2011-01-21 Thread Angel Herráez
Thanks, Jonathan

I had already looked at those

I think I've found it: it's out of the src folder, in 
doc/source/JmolHistoryToHtml.xsl

But still struggling to how to reference the missing Jmol_logo.jpg file
It seems that the folder was moved between 11.6 and 11.8 from
  src/org/openscience/jmol/images
to 
  src/org/openscience/jmol/app/images
and that broke the link. But I still cannot fix it by changing 
../images/Jmol_logo.jpg to 
./images/Jmol_logo.jpg 

:-(




--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers