Main Page: Difference between revisions
imported>Ralph |
imported>Ralph |
||
| Line 36: | Line 36: | ||
# $wgStrictFileExtensions = false; # permit file uploads of any type except restricted MIME types (see [http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads Configuring File Uploads]) | # $wgStrictFileExtensions = false; # permit file uploads of any type except restricted MIME types (see [http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads Configuring File Uploads]) | ||
# $wgLogo = "/mediawiki/skins/common/images/udig.jpg"; # set the logo path | # $wgLogo = "/mediawiki/skins/common/images/udig.jpg"; # set the logo path | ||
== mediawiki hints == | |||
=== How to delete a wiki page === | === How to delete a wiki page === | ||
Revision as of 22:47, 21 February 2010
Useful Links
- udig:portal The realtime improvement development for udig
- wamboin weather
- fordray
- gcj done with gcj
- pdftk useful tool.
- jUSB
- aviation
Consult the User's Guide for information on using the wiki software and this Markup specification.
Getting started with mediawiki
shortcuts
- Markup specification
- text examples
- Help:Formatting
- Help Tables
- Help:Images
- Manual contents
- Namespaces explained
- Custom namespaces
- Configuring File Uploads
- maintenance scripts
- backing up the wiki
- moving the wiki to another server
mediaWiki configuration
This media wiki has been customised to:
- $wgExtraNamespaces[100] = "udig";$wgExtraNamespaces[101] = "udig_talk"; # include the name space udig: (see Custom namespaces)
- $wgStrictFileExtensions = false; # permit file uploads of any type except restricted MIME types (see Configuring File Uploads)
- $wgLogo = "/mediawiki/skins/common/images/udig.jpg"; # set the logo path
mediawiki hints
How to delete a wiki page
To delete a page, a delete token is required. This token is equal to the edit token and the same for all pages, but changes at every login. A delete token can be obtained if you are a sysop.
How to Manage Uploaded Files
You can view all uploaded files via this link List Files
and upload a file via this link Upload Files
Warning, you must be logged into the media wiki in order for an Upload file item to appear in the toolbox in the left hand side panel.