Difference between revisions of "Current Work"

From Biowikifarm Metawiki
Jump to: navigation, search
(New Wiki setup)
(Image upload tools)
Line 52: Line 52:
 
** 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!'''
 
** 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 upload tools==
+
==Image uploading and handling==
  
recommended, not sure whether working with other wikis: http://djini.de/software/commonist/
 
  
http://www.mediawiki.org/wiki/Extension:SpecialMultiUploadViaZip
+
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?'''
  
http://www.mediawiki.org/wiki/Extension:SpecialUploadLocal
+
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:
 +
* recommended, not sure whether working with other wikis: http://djini.de/software/commonist/
 +
* http://www.mediawiki.org/wiki/Extension:SpecialMultiUploadViaZip
 +
* http://www.mediawiki.org/wiki/Extension:SpecialUploadLocal (needs updating, may be useful)
  
 
-----
 
-----
 +
 
==Testing Wikipage names==
 
==Testing Wikipage names==
  

Revision as of 01:26, 9 March 2009

Demos

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.


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?

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