| 1 |
#! /usr/bin/perl |
#! /usr/bin/perl |
| 2 |
|
|
| 3 |
# webwml-stattrans - Debian Web site Translation Statistics |
# webwml-stattrans - Debian web site translation statistics |
| 4 |
# Copyright (c) 2001 Martin Schulze <joey@debian.org> and others |
# Copyright (c) 2001 Martin Schulze <joey@debian.org> and others |
| 5 |
|
|
| 6 |
# This program is free software; you can redistribute it and/or modify |
# This program is free software; you can redistribute it and/or modify |
| 32 |
$opt_h = "/org/www.debian.org/www/devel/website/stats"; |
$opt_h = "/org/www.debian.org/www/devel/website/stats"; |
| 33 |
$opt_w = "/org/www.debian.org/webwml"; |
$opt_w = "/org/www.debian.org/webwml"; |
| 34 |
$opt_p = "*.wml"; |
$opt_p = "*.wml"; |
| 35 |
$opt_t = "Debian Web site Translation Statistics"; |
$opt_t = "Debian web site translation statistics"; |
| 36 |
$opt_v = 0; |
$opt_v = 0; |
| 37 |
$opt_d = "u"; |
$opt_d = "u"; |
| 38 |
$opt_l = undef; |
$opt_l = undef; |