Difference between revisions of "Current Work"
From Biowikifarm Metawiki
MarcBrugman (Talk | contribs) |
MarcBrugman (Talk | contribs) |
||
Line 10: | Line 10: | ||
* [http://160.45.63.55:8087/phytomed-wiki/Hauptseite phytomed-wiki] | * [http://160.45.63.55:8087/phytomed-wiki/Hauptseite phytomed-wiki] | ||
− | * http://160.45.63.55:8087/ | + | * http://160.45.63.55:8087/en/ |
− | * http://160.45.63.55:8087/ | + | * http://160.45.63.55:8087/de/ |
− | * http://160.45.63.55:8087/ | + | * http://160.45.63.55:8087/species-id/Main_Page |
− | * http://160.45.63.55:8087/ | + | * http://160.45.63.55:8087/Enumeratio/ |
− | * http://160.45.63.55:8087/ | + | * http://160.45.63.55:8087/Rosaceae/ |
− | * http://160.45.63.55:8087/ | + | * http://160.45.63.55:8087/Scholz/ |
− | * http://160.45.63.55:8087/ | + | * http://160.45.63.55:8087/SmutBase/ |
− | + | ||
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. | Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. |
Revision as of 01:22, 28 July 2008
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/en/
- http://160.45.63.55:8087/de/
- http://160.45.63.55:8087/species-id/Main_Page
- http://160.45.63.55:8087/Enumeratio/
- http://160.45.63.55:8087/Rosaceae/
- http://160.45.63.55:8087/Scholz/
- http://160.45.63.55:8087/SmutBase/
Consult the User's Guide for information on using the wiki software.
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.