Difference between revisions of "Wishlist"

From its-wiki.no
Jump to: navigation, search
(Notes)
Line 26: Line 26:
 
Other examples
 
Other examples
 
* <nowiki> #REDIRECT [[Other article]]  </nowiki>
 
* <nowiki> #REDIRECT [[Other article]]  </nowiki>
 +
 +
=== old mediawiki ===
 +
# PmWiki
 +
cd /home/wiki/public_html/local
 +
 +
# Semantic MediaWiki
 +
cd /home/www_docs/mwiki/mediawiki
 +
vi LocalSettings.php
 +
* options in include/DefaultSettings.php
 +
 +
* done - set $wgLogo to the URL path to your own logo image
 +
$wgLogo='http://wiki.unik.no/uniklogo.gif';

Revision as of 13:00, 28 December 2010

Wishlist

  • add namespaces, see http://www.mediawiki.org/wiki/Manual:Using_custom_namespaces
    • pSHIELD, pSHIELD_talk, pSHIELD_public_ pSHIELD-public_talk,
    • UNIK, UNIK_talk
    • Thesis,Thesis_talk, Master, Master_talk, Courses, Courses_talk
  • ignore uppercase, lowercase characters, .../index.php/pSHIELD equal to ../index.php/pshield

Explain

  • access to LocalSettings.php, how to?

Examples of queries

  • tried with deliverables in pSHIELD, e.g. WP2-Requirements for Query, and pSHIELD-D2.1 for definition of a template-based deliverable
  • I don't understand:
    • how to address the variables in the description?
    • What are properties, types, ....?

Notes

  • example of query: | ?area#km² = Size in km²
  • Wildcards: born in::+
  • > and <: greater than/less than or equal
  •  !: unequal
  • ~: «like» comparison for strings (disabled by default)


Other examples

  • #REDIRECT [[Other article]]

old mediawiki

  1. PmWiki

cd /home/wiki/public_html/local

  1. Semantic MediaWiki

cd /home/www_docs/mwiki/mediawiki vi LocalSettings.php

  • options in include/DefaultSettings.php
  • done - set $wgLogo to the URL path to your own logo image

$wgLogo='http://wiki.unik.no/uniklogo.gif';