From: Etienne G. <et...@cs...> - 2006-02-25 20:07:21
|
On Sat, Feb 25, 2006 at 07:13:47PM +0100, Thomas Weber wrote: # Hi, # # first the off-topic stuff. Do you *really* want email sent to all these # adresses appearing in your reply-to header? Yes, plz. # Am Samstag, den 25.02.2006, 11:55 -0500 schrieb Etienne Grossmann: # > This hint inspired me to do a few + changes in the wiki's # > css... Feedback? # # General feedback: # <meta name="robots" content="INDEX,NOFOLLOW"> # I suggest changing this to "FOLLOW". After all, it's good if web # crawlers index the wiki, isn't it? Iirc, I read swhere that 'nofollow' was what was wanted, but I don't know the topic well. Iirc, robots (not browsers) get a FOLLOW.You're positive about 'follow'? Can someone point me to swhere where I can find out myself? # <body class="http://wiki.octave.org/"> # Such a class doesn't exist. As well, the classes 'header' and 'footer' # don't exist. How do I change that? It's set around line 1770 of wiki.pl my $theme = GetParam('theme',$q->url(-path_info=>1)); $html = qq(<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\n<html>) . $q->head($q->title($q->escapeHTML($title)) . $html) . '<body class="' . $theme . '">'; return $html; # For the h3 headers, something like "margin-top: 1em;" might make the # site more readable. Done. # While there are some things in the HTML code that I don't like (using a # table just to align the image left), this is probably inevitable in a # wiki system. The latest oddmuse can do it, I just didn't manage 2 do a port yesterday. # However, I suggest to change the content license from GFDL to GPL (or to # dual-license it). Otherwise, it's not (legally) possible to copy & paste # code from the wiki pages into a GPL program. Opinions anyone? Also what r feelings for/against scariness in 'ScaryOctave'? # Regards # Thomas -- Etienne Grossmann ------ http://www.cs.uky.edu/~etienne |