This file is indexed.

/usr/share/doc/libwww-mediawiki-client-perl/README.Debian is in libwww-mediawiki-client-perl 0.31-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
To get very simple help for MVS, either use `man mvs` or `mvs --help`.

The following set of intstructions is the quickest way to get you up and
running with editing the English Wikipedia. If you want to edit another
MediaWiki, change the hostnames in the appropriate places.

Step 1: make a directory to store pages from this Mediawiki instance

  mkdir en-wp
  cd en-wp

Step 2: log in to the host with your username/password

  mvs login -d wikipedia.org -l en -u 'Benjamin Mako Hill' -p password

Step 3: download a page that you want to edit by adding ".wiki" to the end

  mvs update Granrojo.wiki

Step 4: edit the file to make changes

  vim Granrojo.wiki

Step 5: preview your changes

  mvs preview Granrojo.wiki

Step 6: commit your changes into the wiki

  mvs commit --minor yes -m 'made spelling fix' Granrojo.wiki

---------------------------
Benjamin Mako Hill <mako@debian.org>  Sun,  3 Sep 2006 19:58:29 -0400