# '''This file controls how link syntax is hyperlinked'''

# Syntax: prefix=mylink
# mylink can include the keyword expansion ${url}, ${url2}, ${url3}..., to add the suffix of the link

# if you want to have the external link open in a new frame, or in a different frame,
# a key of the form "prefix.target" can be specified, e.g.:
# xx.target=#blank

# A default target for ordinary hyperlinks can also be specified here, it should
# have the key "hyperlinks.target"

# To have the prefix not show up in the link, add a key of the form 
# "prefix.showprefix=false".  For instance, if you specify "xx.showprefix=false"
# then the reference c2:SomeSubject will show up as simply "SomeSubject", not 
# "xx:SomeSubject" on the Wiki page.  The default is showprefix=true

# Use xx.export for an alternativ version of the exported link

# '''amazon'''
# url:  com, de, fr, ....
# url2: product-id
amazon=http://www.amazon.${url}/exec/obidos/ASIN/${url2}

# '''wikipedia'''
# url:  en, de, fr, ....
# url2: topic-name
wikipedia=http://${url}.wikipedia.org/wiki/${url2}

# '''google'''
# url:  en, de, fr, ....
# url2: search-string
google=http://www.google.${url}/search?q=${url2}

# '''yahoo'''
# url: search-string
yahoo=http://search.yahoo.com/search?p=${url}

# '''yahoo international'''
# url:  de, fr, ....
# url2: search-string
yahooint=http://${url}.search.yahoo.com/search/${url}?p=${url2}

# '''MSN'''
# url:  de, fr, ....
# url2: search-string
msn=http://search.msn.${url}/results.aspx?q=${url2}

# '''Internet Movie Database'''
# url:  title-id
imdb=http://www.imdb.com/title/tt${url}/

# '''Citeseer'''
# url:  search-string
citeseer=http://citeseer.ist.psu.edu/cis?q=${url}

# '''Citeseer document'''
# url:  document-id
citeseerdoc=http://citeseer.ist.psu.edu/${url}.html

# '''The Collection of Computer Science Bibliographies'''
# url:  search-string
ccsb=http://liinwww.ira.uka.de/searchbib/index?query=${url}

# '''The Collection of Computer Science Bibliographies (BibTeX Entries)'''
# url:  search-string
ccsbtex=http://liinwww.ira.uka.de/searchbib/index?results=bibtex&query=${url}

# '''The Internet Engineering Task Force, RFCs'''
# url:  rfc-id
rfc=http://www.ietf.org/rfc/rfc${url}.txt

# '''W3C'''
# url:  document
w3c=http://www.w3c.org/${url}

# '''Do not change these links:'''

# '''Link to a topic in another virtual wiki'''
# url:  virtual wiki
# url2: topic
vq=../${url}/Wiki?${url2}
vq.export=../${url}/${url2}.html
vq.showprefix=false

# '''Edit topic'''
# url:  topic
edit=Wiki?action=action_edit&topic=${url}