Changeset 342

Show
Ignore:
Timestamp:
03/26/04 18:21:00 (5 years ago)
Author:
earle
Message:

Make shebang conform in supersearch.cgi.
Update to Changes.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r334 r342  
    110.31     
     2        
     3        Numerous template tweaks to comply with the W3C's Web Content  
     4          Accessibility Guidelines (http://www.w3.org/TR/WAI-WEBCONTENT/): 
     5          - summaries for all HTML tables 
     6          - labels for all form input elements and some textual additions  
     7            to templates, such as '/' separators between navbar items,  
     8            because the guidelines specify links should not only be  
     9            separated by whitespace. If you don't want these to appear, 
     10            put the following in your stylesheet and they'll be hidden by  
     11            CSS (but will still appear for people using textual browsers or  
     12            screen readers): ".hidden { display: none }". 
     13          - the "lang" element (a two-letter code identifying the language  
     14            you're writing pages in) will now be added to the <html> tag on  
     15            all pages; a new question has been added to the configuration  
     16            script to ask for it and it will be stored in wiki.conf. 
     17            ***         YOU WILL NEED TO RUN BUILD.PL AGAIN.          *** 
     18            *** Remember to keep a backup copy of your old wiki.conf! ***    
     19 
     20        Improved navigation for search results (next and previous n hits). 
     21          Removed underscores from page names in search results. 
     22 
    223        Overhauled RDF output. Changes: 
    324          - everything is no longer classified as a restaurant(!) 
     
    1132            identified as spatial things if they are, or are RDF 
    1233            descriptions if they're not, instead of being anonymous  
    13             FOAF topics). 
     34            FOAF topics) 
     35          - include city and country in RDF only for spatial things. 
    1436 
    1537        Fixed bug that prevented automatic database initialization on 
  • trunk/supersearch.cgi

    r231 r342  
    1 #!/usr/local/bin/perl -w 
     1#!/usr/local/bin/perl 
    22 
     3use warnings; 
    34use strict; 
    45