W3C validator compliance
authorshort <>
Sun, 18 May 2003 07:38:42 +0000 (07:38 +0000)
committershort <>
Sun, 18 May 2003 07:38:42 +0000 (07:38 +0000)
.htaccess
index.html.pl
project/list.cgi.pl
project/mdsms/ListItem.pm

index d896962..ad263f7 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -2,10 +2,10 @@ DirectoryIndex index.html
 
 AddType text/html .shtml
 AddHandler server-parsed .shtml
-AddType "text/html; charset=iso-8859-2" .html
-AddType "text/html; charset=iso-8859-2" .shtml
-AddType "text/plain; charset=iso-8859-2" .txt
-AddType "text/plain; charset=iso-8859-2" .asc
+AddType "text/html; charset=us-ascii" .html
+AddType "text/html; charset=us-ascii" .shtml
+AddType "text/plain; charset=us-ascii" .txt
+AddType "text/plain; charset=us-ascii" .asc
 Options Indexes Includes FollowSymLinks
 <FilesMatch "\.(gz|Z|bz|bz2|zip)$">
        RemoveEncoding .gz .Z .bz .bz2 .zip
index dabca60..2ab5986 100755 (executable)
@@ -36,7 +36,7 @@ My::Web->heading();
 
 print <<'HERE';
 <h1>Jan Kratochvil</h1>
-<hr>
+<hr />
 
 <h2><a href="project/">Software projects</a></h2>
 <blockquote>
index be9dd21..eeadeef 100755 (executable)
@@ -45,7 +45,7 @@ my $CGI=CGI->new();
 print <<'HERE';
 <h1>Project List of <a href="mailto:web-www.jankratochvil.net@jankratochvil.net">Jan Kratochvil</a></h1>
 
-<p><form action="list.cgi.pl" method="GET">
+<form action="list.cgi.pl" method="get"><p>
 <select name="description_opt" onchange="this.form.submit();">
 HERE
 print '<option value="0"'.(!$CGI->param("description_opt") ? ' selected="selected"' : '').'>only list</option>'."\n";
@@ -53,7 +53,7 @@ print '<option value="1"'.( $CGI->param("description_opt") ? ' selected="selecte
 print <<'HERE';
 </select>
 <input type="submit" value="Update" />
-</form></p>
+</p></form>
 HERE
 
 my %dirs;
index f4a8652..4dc644f 100755 (executable)
@@ -53,7 +53,7 @@ our %ListItem=(
                                .' you run it, under various UNIXes it may take some time to finish.</p>'
                                .' <p><b>GSM network codes: </b>GSM network code needs to be given as parameter during'
                                .' sending of operator logo. Nice list of the codes you will find'
-                               .' <a href="http://kbs.cs.tu-berlin.de/~jutta/gsm/gsm-list.html">here</a>.'
+                               .' <a href="http://kbs.cs.tu-berlin.de/~jutta/gsm/gsm-list.html">here</a>.</p>'
                );
 
 1;