File: control

package info (click to toggle)
libwww-mediawiki-client-perl 0.31-2.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 652 kB
  • sloc: perl: 1,607; makefile: 47
file content (25 lines) | stat: -rw-r--r-- 1,333 bytes parent folder | download
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
Source: libwww-mediawiki-client-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.0)
Build-Depends-Indep: perl (>= 5.8), libexception-class-perl, libtest-differences-perl, libvcs-lite-perl (>= 0.08), libwww-perl, libxml-libxml-perl
Maintainer: Benjamin Mako Hill <mako@debian.org>
Standards-Version: 3.9.1

Package: libwww-mediawiki-client-perl
Architecture: all
Provides: mvs
Depends: ${perl:Depends}, ${misc:Depends}, libvcs-lite-perl (>= 0.8), libwww-perl, libexception-class-perl, libxml-libxml-perl
Description: simple CVS-like interface for editing MediaWiki websites
 This package includes the MVS client and the WWW::Mediawiki::Client perl
 library implementing the functionality in MVS. WWW::Mediawiki::Client provides
 a very simple CVS-like interface for viewing, staying in sync with, and
 editing pages in websites that run Mediawiki software. In particular, the
 software is extremely useful for editing pages in Wikipedia or other Wikimedia
 websites.
 .
 MVS is a command line client whose purpose is to simplify offline editing of
 Wiki content.  It allows you to get any number of pages from a given Mediawiki
 site, edit the pages with any editor, get and merge any concurrent updates of
 the pages, and then safely commit the users own changes back to the version of
 the page on the server.