Wishlist

From its-wiki.no
Revision as of 12:04, 6 January 2011 by Josef (Talk | contribs)

Jump to: navigation, search

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, ....?

Goal

  • get an automatic sorting for each deliverable, wp, delivery date, disclosure....
  • you should be able to set up a query in WP2 to ask for all deliverables of that WP, alternative ask for all "responsibles" for deliverables in "Q1.2011"
  • perhaps use a template such that semantic information is immediately created (one template per WP, per Task, per Deliverable)

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';