Difference between revisions of "Current Work"

From Biowikifarm Metawiki
Jump to: navigation, search
Line 1: Line 1:
 
==Demos==
 
==Demos==
  
* On Key to Nature site itself: [http://www.keytonature.eu/wiki/Key_to_common_UK_street_trees UK street trees] and [http://www.keytonature.eu/wiki/Bumblebees Bumblebees], German [http://www.keytonature.eu/wiki/Template:Lead/doc/Lamium-Test Lamium example]
+
* '''Single-access-keys'''
 
+
** On Key to Nature/Offene Naturführer sites: [http://www.keytonature.eu/wiki/Key_to_common_UK_street_trees UK street trees] and [http://www.keytonature.eu/wiki/Bumblebees Bumblebees], German [http://offene-naturfuehrer.de/wiki/Lamium ''Lamium'' example]
* [[FlexKey sample data | FlexKey sample data (FLEX using SDD dataset)]]
+
** [[EFG sample data|EFG sample data (Java applet running against external server)]]  
* [[NaviKey sample data|NaviKey example, Java applet using on-wiki DELTA data]] - See [[NaviKey]]
+
* Multi-access keys (all embedded)
* [[DELTA Intkey example|DELTA Intkey example using NaviKey sample data]]
+
** [[NaviKey sample data|NaviKey example, Java applet using on-wiki-editable DELTA data]] - See also [[NaviKey]]
* [[EFG sample data|EFG sample data (Java applet running against server)]]  
+
** [[FlexKey sample data | FlexKey sample data (FLEX-applet using SDD dataset)]]
 +
** [[DELTA Intkey example|DELTA Intkey example using NaviKey sample data]]
  
 
* Species page: [http://www.species-id.net/wiki/Pestalotiopsis_sydowiana ''Pestalotiopsis sydowiana'']
 
* Species page: [http://www.species-id.net/wiki/Pestalotiopsis_sydowiana ''Pestalotiopsis sydowiana'']
 
* [[Flora page: Macadamia ternifolia F. Muell. (sensu Flora of Australia)]]
 
* [[Flora page: Macadamia ternifolia F. Muell. (sensu Flora of Australia)]]
 
** [[Wikified key test2]] From the documentations page, here stand-alone for testing.
 
** [[Wikified key test2]] From the documentations page, here stand-alone for testing.
 +
* Very long and very slow test keys:
 
** [[Wikified key test - de]] (incomplete, with new export routine Stefano)
 
** [[Wikified key test - de]] (incomplete, with new export routine Stefano)
 
** [http://www.species-id.net/wiki/Key_to_Plants_of_Val_Rosandra_%28English_Demo%29 Val Rosandra English Demo on Species-ID]
 
** [http://www.species-id.net/wiki/Key_to_Plants_of_Val_Rosandra_%28English_Demo%29 Val Rosandra English Demo on Species-ID]

Revision as of 17:09, 19 December 2009

Demos





Not working: ETI sample data (in-wiki), ETI SDD full screen

Quick links

New Wiki setup


Test configs (Workbench Portal, Main version already active) waiting for virtual host to be activated in DNS:

All virtual hosts have a forwarding index.html. Enumeratio, Scholz, SmutBase no longer installed, better integrated into a phytomed or other wiki.

wmf wikis

for testing the indexing extension:


NaviKey

See NaviKey

Uncompleted work

  • OpenID!
  • autoconfirm of accounts does not work yet (mailer returned error)
  • Insert Char:
    • Phytomed wiki is working ok with a fairly straightforward CharInsert solution; see the Debian Install page for further information
    • English phytopathology is not working, the http://en.wikipedia.org/wiki/MediaWiki:Edittools.js was created, but is not called yet. Place where the JavaScript is bound needs to be found!

Image uploading and handling

The real images are behind a special folder distribution mechanism, based on a MD5 hash of the filename. For an image example.jpg, Both Media:example.jpg, File:example.jpg, and Image:example.jpg (obsolete) will return the metadata page, not the image itself. DOES THE WIKI has no native mechanism for a short URL to the image itself?

Mediawiki has an internal function that provides this: {{filepath:file name}}. However, the issue is calling an image from outside (Navikey, IBIS-ID) by name...

Perhaps create a small extension that does this? In PHP inside mediawiki, the following may work:

$url = wfFindFile(Title::makeTitle(NS_IMAGE, $fileName))->getURL();


Image uploading:


Testing Wikipage names