Difference between revisions of "ExportToWeb"
AngelHerraez (talk | contribs) (document Export to Web for recent Jmol distributions) |
AngelHerraez (talk | contribs) (document Export to Web for recent Jmol distributions) |
||
Line 4: | Line 4: | ||
[[File:ExportToWeb_opening.png]][[File:ExportToWeb window.png]] | [[File:ExportToWeb_opening.png]][[File:ExportToWeb window.png]] | ||
− | + | == Former Jmol versions == | |
With Jmol versions before 13.2, the use of E2W is described in Jonathan Gutow's tutorial [http://www.uwosh.edu/faculty_staff/gutow/Jmol_Web_Page_Maker/Export_to_web_tutorial.shtml in English] (y [http://biomodel.uah.es/Jmol/exporta_a_web/ en español]). | With Jmol versions before 13.2, the use of E2W is described in Jonathan Gutow's tutorial [http://www.uwosh.edu/faculty_staff/gutow/Jmol_Web_Page_Maker/Export_to_web_tutorial.shtml in English] (y [http://biomodel.uah.es/Jmol/exporta_a_web/ en español]). | ||
− | + | Make sure to extract (unzip) the whole contents of the downloaded Jmol distribution file, and to work with the {{file|Jmol.jar}} in that folder. | |
+ | |||
+ | == Newer Jmol versions == | ||
Due to changes in the distribution file scheme in Jmol v. 13.2 and later (associated to the evolution towards [[Jmol_JavaScript_Object|Jmol-JSO and JSmol]]), you need to do some extra preparation before E2W will work successfully. | Due to changes in the distribution file scheme in Jmol v. 13.2 and later (associated to the evolution towards [[Jmol_JavaScript_Object|Jmol-JSO and JSmol]]), you need to do some extra preparation before E2W will work successfully. | ||
+ | |||
+ | # Create a folder where you will work with E2W. | ||
+ | # Download the distribution file, {{file|Jmol-13.x.x-binary.zip}} and extract its contents. A {{folder|jmol-13.x.x}} folder will be created by default. | ||
+ | #* Transfer the {{file|Jmol.jar}} to your working folder. | ||
+ | # Unzip the {{file|jsmol.zip}}; it will create a {{folder|jsmol}} folder. | ||
+ | #* Open the {{folder|jsmol/java}} folder and transfer {{file|JmolApplet.jar}} and all {{file|JmolApplet0*.jar}} files to your working folder. (That's about 62 files.) | ||
+ | # Get a copy of {{file|Jmol.js}} either from a fairly recent, pre-13.2, Jmol download or directly from [{{SVN Trunk}}Jmol/appletweb/old/Jmol.js Jmol repository at SF]. Save it to your working folder. |
Revision as of 14:51, 9 October 2013
Jmol Export to Web application
"Export to Web" (a.k.a. Jmol Web Page Maker) is a module included in the Jmol Application. Its purpose is to offer a user-friendly, basic, easy to learn way of producing simple webpages that include Jmol Applets with molecular views that the user has prepared but still retain full-featured Jmol interactivity.
Former Jmol versions
With Jmol versions before 13.2, the use of E2W is described in Jonathan Gutow's tutorial in English (y en español).
Make sure to extract (unzip) the whole contents of the downloaded Jmol distribution file, and to work with the Jmol.jar in that folder.
Newer Jmol versions
Due to changes in the distribution file scheme in Jmol v. 13.2 and later (associated to the evolution towards Jmol-JSO and JSmol), you need to do some extra preparation before E2W will work successfully.
- Create a folder where you will work with E2W.
- Download the distribution file, Jmol-13.x.x-binary.zip and extract its contents. A jmol-13.x.x folder will be created by default.
- Unzip the jsmol.zip; it will create a jsmol folder.
- Get a copy of Jmol.js either from a fairly recent, pre-13.2, Jmol download or directly from Jmol repository at SF. Save it to your working folder.