/[drupal]/contributions/modules/interwiki/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/interwiki/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Sat Feb 3 06:51:23 2007 UTC (2 years, 9 months ago) by sheldon
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.3: +2 -3 lines
File MIME type: text/plain
update to 5.0
1 This module makes it easy to link to wikis and other websites, using a simplified
2 "interwiki" syntax, e.g., "[prefix:some term]" creates a hyperlink to the "some term"
3 article on the website specified by "prefix." It is also possible to use the "|" character
4 to create a "piped link," with display text that is different from the search term.
5 For example, "[w:public transport|public transportation]" would be translated as a
6 reference to the Wikipedia article on "public transport" that displays as:
7 <a href="http://en.wikipedia.org/wiki/public_transport">public transportation</a>
8
9 == Configuration ==
10 To use this module, you have to take a few steps:
11
12 * Install and enable the module in admin/modules.
13
14 * Set the appropriate access right in admin/user/configure/permission.
15 The access right is "administer interwiki."
16
17 * To add or edit new filters, use admin/interwiki.
18
19 NOTE: The "interwiki" table used by this module has the same structure as the
20 interwiki table used by the MediaWiki software that powers Wikipedia and a number
21 of other popular wikis. The Wikipedia community also maintains a lengthy prefix
22 set that you can grab at:
23 http://meta.wikimedia.org/wiki/Interwiki_map

  ViewVC Help
Powered by ViewVC 1.1.2