Main Page: Difference between revisions

From publications
imported>Ralph
imported>Ralph
Line 16: Line 16:
# include the name space udig: (see [http://www.mediawiki.org/wiki/Manual:Using_custom_namespaces Custom namespaces])
# include the name space udig: (see [http://www.mediawiki.org/wiki/Manual:Using_custom_namespaces Custom namespaces])
# permit file uploads of any type except restricted MIME types (see [http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads Configuring File Uploads])
# permit file uploads of any type except restricted MIME types (see [http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads Configuring File Uploads])
# wgLogo has been set to the path of my logo
# wgLogo = "/mediawiki/skins/common/images/udig.jpg";


=== useful links ===
=== useful links ===
* [[udig:portal]]
* [[udig:portal]]

Revision as of 17:51, 13 February 2010

MediaWiki has been successfully installed.

Consult the User's Guide for information on using the wiki software and this Markup specification.

Getting started

mediaWiki configuration

This media wiki has been customised to:

  1. include the name space udig: (see Custom namespaces)
  2. permit file uploads of any type except restricted MIME types (see Configuring File Uploads)
  3. wgLogo = "/mediawiki/skins/common/images/udig.jpg";

useful links