Bug#349518: w3c-markup-validator.conf defines Alias /validator not /w3c-markup-validator

2006-03-28 Thread Frederic Schutz
Jon Dowland wrote:

Hi Jon,

 /etc/apache/conf.d/w3c-markup-validator.conf refers to the URI
 /validator but the documentation still refers to
 /w3c-markup-validator.

can you doublecheck this ? Looking at the file /etc/w3c/apache.conf
(which should be the one symlinked to
/etc/apache/conf.d/w3c-markup-validator.conf), I can not see any
reference to the URI /validator. Am I missing something ?

Thanks,

Frederic


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#349518: w3c-markup-validator.conf defines Alias /validator not /w3c-markup-validator

2006-01-23 Thread Jon Dowland
Package: w3c-markup-validator
Version: 0.6.7-3
Severity: minor

Hello - 

/etc/apache/conf.d/w3c-markup-validator.conf refers to the URI
/validator but the documentation still refers to
/w3c-markup-validator.

Please find a patch to fix this attached.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-jmtd
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages w3c-markup-validator depends on:
ii  apache [httpd]1.3.33-6sarge1 versatile, high-performance HTTP s
ii  debconf   1.4.30.13  Debian configuration management sy
ii  libconfig-general-perl2.27-1 generic configuration module
ii  libhtml-parser-perl   3.45-2 A collection of modules that parse
ii  libnet-ip-perl1.20-2 Perl extension for manipulating IP
ii  libset-intspan-perl   1.07-3 Manages sets of integers
ii  libtext-iconv-perl1.2-3  Convert between character sets in 
ii  liburi-perl   1.35-1 Manipulates and accesses URI strin
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  opensp1.5.1.0-2  OpenJade group's SGML parsing tool
ii  perl  5.8.4-8sarge3  Larry Wall's Practical Extraction 
ii  sgml-data 2.0.3  common SGML and XML data
ii  w3c-dtd-xhtml 1.1-5  W3C eXtensible HyperText Markup La
ii  wwwconfig-common  0.0.43 Debian web auto configuration

-- debconf information:
* w3c-markup-validator/webserver: Apache
diff -ruN w3c-markup-validator-0.6.7~/debian/README.config 
w3c-markup-validator-0.6.7/debian/README.config
--- w3c-markup-validator-0.6.7~/debian/README.config2006-01-23 
14:40:47.0 +
+++ w3c-markup-validator-0.6.7/debian/README.config 2006-01-23 
14:44:40.0 +
@@ -12,11 +12,11 @@
 version:
 
 ---
-ScriptAlias /w3c-markup-validator/check /usr/lib/cgi-bin/check
-ScriptAlias /w3c-markup-validator/checklink /usr/lib/cgi-bin/checklink
-Alias /w3c-markup-validator /usr/share/w3c-markup-validator/html
+ScriptAlias /validator/check /usr/lib/cgi-bin/check
+ScriptAlias /validator/checklink /usr/lib/cgi-bin/checklink
+Alias /validator/usr/share/w3c-markup-validator/html
 
-Location /w3c-markup-validator
+Location /validator
   Options +Includes +MultiViews
   AddHandler server-parsed .html
 /Location
@@ -26,11 +26,11 @@
 slightly different:
 
 ---
-ScriptAlias /w3c-markup-validator/check /usr/lib/cgi-bin/check
-ScriptAlias /w3c-markup-validator/checklink /usr/lib/cgi-bin/checklink
-Alias /w3c-markup-validator /usr/share/w3c-markup-validator/html
+ScriptAlias /validator/check /usr/lib/cgi-bin/check
+ScriptAlias /validator/checklink /usr/lib/cgi-bin/checklink
+Alias /validator /usr/share/w3c-markup-validator/html
 
-Location /w3c-markup-validator
+Location /validator
   Options +Includes +MultiViews
   AddOutputFilter INCLUDES .html
 /Location
diff -ruN w3c-markup-validator-0.6.7~/debian/README.Debian 
w3c-markup-validator-0.6.7/debian/README.Debian
--- w3c-markup-validator-0.6.7~/debian/README.Debian2006-01-23 
14:40:47.0 +
+++ w3c-markup-validator-0.6.7/debian/README.Debian 2006-01-23 
14:46:16.0 +
@@ -3,12 +3,12 @@
 
 The markup validator is accessible locally at the URL
 
-  http://localhost/w3c-markup-validator
+  http://localhost/validator
 
 The checklink script can be used either as a command-line script
 (/usr/bin/checklink), or as a CGI script at the URL
 
-  http://localhost/w3c-markup-validator/checklink
+  http://localhost/validator/checklink
 
 If you find a problem while using the validator, like a page
 that doesn't validate even though it is correct, or any other error,
@@ -91,14 +91,14 @@
 --- apache.conf.orig2005-03-09 22:34:20.875157298 +0100
 +++ apache.conf 2005-03-09 22:34:47.086559812 +0100
 @@ -2,6 +2,10 @@
- ScriptAlias /w3c-markup-validator/checklink /usr/lib/cgi-bin/checklink
- Alias /w3c-markup-validator /usr/share/w3c-markup-validator/html
+ ScriptAlias /validator/checklink /usr/lib/cgi-bin/checklink
+ Alias /validator /usr/share/w3c-markup-validator/html
  
 +RewriteEngine On
 +RewriteCond %{HTTP:Authorization} ^(.*)$ [NC]
 +RewriteRule /.* - [E=HTTP_AUTHORIZATION:%1]
 +
- Location /w3c-markup-validator
+ Location /validator
Options +Includes +MultiViews
AddHandler server-parsed .html