Difference between revisions of "Current Work"

From Biowikifarm Metawiki
Jump to: navigation, search
(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...)
 
Line 1: Line 1:
 +
Working on [[OpenID]]!
  
 +
autoconfirm of accounts does not work yet (mailer returned error)
  
 +
* Debian Setup page: http://www.keytonature.eu/mediawiki/index.php/WP4/DebianInstall#Mediawiki
 +
* '''MySQL admin:''' http://160.45.63.55:8087/phpmyadmin/
 +
* '''Gallery:''' http://160.45.63.55:8087/gallery2/main.php
  
 +
* [http://160.45.63.55:8087/MetaWiki/index.php/Main_Page meta (this wiki)]
 +
* [http://160.45.63.55:8087/phytomed-wiki/Hauptseite phytomed-wiki]
  
 +
* http://160.45.63.55:8087/enWiki/index.php/Main_Page
 +
* http://160.45.63.55:8087/deWiki/index.php/Main_Page
 +
* http://160.45.63.55:8087/RosaceaeWiki/index.php/Main_Page
 +
 +
* http://160.45.63.55:8087/LiveWiki/index.php/Main_Page
 +
* http://160.45.63.55:8087/EnumeratioWiki/index.php/Main_Page
 +
* http://160.45.63.55:8087/RosaceaeWiki/index.php/Main_Page
 +
* http://160.45.63.55:8087/ScholzWiki/index.php/Main_Page
 +
* http://160.45.63.55:8087/SmutBaseWiki/index.php/Main_Page
 +
 +
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 +
 +
 +
===Navikey===
  
 
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:
 
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:

Revision as of 17:33, 20 July 2008

Working on OpenID!

autoconfirm of accounts does not work yet (mailer returned error)

Consult the User's Guide for information on using the wiki software.


Navikey

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.