Difference between revisions of "Talk:MediaWiki"

From Jmol
Jump to navigation Jump to search
(Evolution of Jmol extension)
(wikiPageContents)
Line 29: Line 29:
 
Other ways need to be available:
 
Other ways need to be available:
 
* Accessing a file previously uploaded in MediaWiki (how can we do ?)
 
* Accessing a file previously uploaded in MediaWiki (how can we do ?)
 +
* Accessing a file stored as a Wiki Page {{Done}}
 
* Accessing a file through an URL. That may require several other modifications: {{Done}}
 
* Accessing a file through an URL. That may require several other modifications: {{Done}}
 
** Possibility to disable this feature in LocalSettings.php {{Done}}
 
** Possibility to disable this feature in LocalSettings.php {{Done}}
Line 37: Line 38:
 
=== Comments ===
 
=== Comments ===
  
* all files should be accessible via a common category, this will allow to browse to all files at the same time. In other words, this will allow to build up a data repository, which allows downloading all at once.  
+
* all files should be accessible via a common category, this will allow to browse to all files at the same time. In other words, this will allow to build up a data repository, which allows downloading all at once.
 +
: {{Tag|wikiPageContents}} and <tt>$wgJmolForceNameSpace</tt> can be used to put all the ''files'' in one namespace (not a category). --[[User:NicolasVervelle|Nico]]
 +
 
 
* If possible a second tool should be able to generate an archive file out of that.
 
* If possible a second tool should be able to generate an archive file out of that.
 +
 
* Is it possible to extend this approach also to JChemPaint and CDK/JOELib to get 2D drawings and calculate physicochemical properties? E.g. toxicity, solubility, etc.?
 
* Is it possible to extend this approach also to JChemPaint and CDK/JOELib to get 2D drawings and calculate physicochemical properties? E.g. toxicity, solubility, etc.?
 +
: Currently, I don't know how JChemPaint and CDK/JOELib work. I won't do it for the first version of the Jmol Extension, but I would happily discuss with people about this. --[[User:NicolasVervelle|Nico]]
  
  

Revision as of 13:55, 15 April 2006

Please, post your suggestions concerning the Jmol extension here.



Use a single <jmol> tag

The idea is to use a single tag (<jmol>) instead of one tag for each component (<jmol>, <jmolButton>, ...). The reason behind this is mainly to have only one tag for the extension rather than several (especially since other controls than Button are in the work also). DONE


Adding other components

Suggestion

List of components to add (feel free to add other components) :

  • Checkbox
  • Radio button

Comments

Reading files

Suggestion

Currently, the only way of giving a datafile to the applet is directly through the <contents> tag.

Other ways need to be available:

  • Accessing a file previously uploaded in MediaWiki (how can we do ?)
  • Accessing a file stored as a Wiki Page DONE
  • Accessing a file through an URL. That may require several other modifications: DONE
    • Possibility to disable this feature in LocalSettings.php DONE
    • Possibility to use the signed applet to access a remote file (configurable in LocalSettings.php) DONE

Note: Accessing files will also give the possibility to load gzipped files directly since Jmol read gzipped files as well as non-compressed files.

Comments

  • all files should be accessible via a common category, this will allow to browse to all files at the same time. In other words, this will allow to build up a data repository, which allows downloading all at once.
<wikiPageContents> and $wgJmolForceNameSpace can be used to put all the files in one namespace (not a category). --Nico
  • If possible a second tool should be able to generate an archive file out of that.
  • Is it possible to extend this approach also to JChemPaint and CDK/JOELib to get 2D drawings and calculate physicochemical properties? E.g. toxicity, solubility, etc.?
Currently, I don't know how JChemPaint and CDK/JOELib work. I won't do it for the first version of the Jmol Extension, but I would happily discuss with people about this. --Nico


Extending to other tools of the Blue Obelisk

Since this approach is quite general for other tools, too. It might be interesting to include also other tools of the Blue Obelisk Movement, e.g.:

  • 2D layout and drawings: JChemPaint
  • feature calculation: CDK,JOELib
  • NMR predictions: CDK
  • etc.