Current Work

From Biowikifarm Metawiki
Revision as of 17:32, 20 July 2008 by MarcBrugman (Talk | contribs) (New page: For using Navikey we need two abilities: a) storing plain data files as wiki-subpages b) running html applet code. For a): MediaWiki pages can be accessed as raw wiki text using: ht...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



For using Navikey we need two abilities: a) storing plain data files as wiki-subpages b) running html applet code. For a): MediaWiki pages can be accessed as raw wiki text using:

http://160.45.63.55:443/MetaWiki/index.php?title=Current_Work&action=raw

See http://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#Raw for more information. However, the result is considered a php file and titled "index.php". The extension http://www.mediawiki.org/wiki/Extension:RawFile adds the ability to download portions and give a different filename.

For b) we are considering writing our own extension, based on PlainHmtl extension.