Difference between revisions of "Wishlist"

From its-wiki.no
Jump to: navigation, search
m (Wishlist)
m (Explain)
Line 28: Line 28:
 
Examples of queries
 
Examples of queries
 
* <span style="color:blue">Examples of Properties: </span>Arne suggests to work on "properties" rather than categories, as properties <nowiki>[[is Deliverable: D2.1.1]] </nowiki> - we need to have some explanations on how that works.
 
* <span style="color:blue">Examples of Properties: </span>Arne suggests to work on "properties" rather than categories, as properties <nowiki>[[is Deliverable: D2.1.1]] </nowiki> - we need to have some explanations on how that works.
* tried with deliverables in pSHIELD, e.g. [[WP2]] for Query, and [[D2.1]] for definition of a template-based deliverable
+
* <span style="color:green"> works </span> with [[Form:Meeting]], [[Form:Task]] and [[Form:User]] in pSHIELD
 
* I don't understand:  
 
* I don't understand:  
 
** how to address the variables in the description? - solved, see example in [[D2.1]] and [Template:Deliverable]
 
** how to address the variables in the description? - solved, see example in [[D2.1]] and [Template:Deliverable]
** What are properties, types, ....?
+
 
 +
Forms, Templates and Properties
 +
* Category is a mediawiki construct, and not useful for semantic queries  (it may work using {{SUBJECTPAGENAME}} to define "a page as a user", e.g. WP2 (pagename) is a "property"
 +
* <span style="color:green"> </span>
 +
*  A '''form''' (create form from special pages) allows to enter information into the Wiki.
 +
* Forms use '''templates''' to create the structured data
 +
* Templates are based on Properties describing the value of data
 +
** problem: dates, how to define period? (start date, end date)?
 +
 
 
** Namespaces, we need structure like pSHIELD/D2.1 and not just D2.1 - ''see [[Talk:Wishlist]]''
 
** Namespaces, we need structure like pSHIELD/D2.1 and not just D2.1 - ''see [[Talk:Wishlist]]''
  

Revision as of 00:05, 11 January 2011

Bugs

  • on new user creation, "mail error" (guess that smtp is not correctly configured)
  • only members of pSHIELDusers can see pSHIELD internal documents
  • Remember: document changes in TrackRecord

Wishlist

User registration

  • we should get information on which user has signed up, and an "info box" with comments for "which project you want to join".

Explain

  • access to LocalSettings.php, how to
    • vpn to UNIK, then (from Mac) ssh smwiki.unik.no (or ssh -u username smwiki.unik.no), Arne, Josef and Zahid have access
    • files are in /var/www/mediawiki/ vi ./LocalSettings.php (config/LocalSettings.php without Semantic)

Examples of queries

  • Examples of Properties: Arne suggests to work on "properties" rather than categories, as properties [[is Deliverable: D2.1.1]] - we need to have some explanations on how that works.
  • works with Form:Meeting, Form:Task and Form:User in pSHIELD
  • I don't understand:
    • how to address the variables in the description? - solved, see example in D2.1 and [Template:Deliverable]

Forms, Templates and Properties

  • Category is a mediawiki construct, and not useful for semantic queries (it may work using Wishlist to define "a page as a user", e.g. WP2 (pagename) is a "property"
  • A form (create form from special pages) allows to enter information into the Wiki.
  • Forms use templates to create the structured data
  • Templates are based on Properties describing the value of data
    • problem: dates, how to define period? (start date, end date)?
    • Namespaces, we need structure like pSHIELD/D2.1 and not just D2.1 - see Talk:Wishlist

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