Re: Manual section of OpenEuphoria is wonky
- Posted by useless Aug 06, 2010
- 1987 views
I can probably fix the issue, I've even offered to do so- but I cant do anything without access to the server. The dev team (or more likely, just RobC) simply does not seem willing to delegate that privilege.
Currently the page has this ...
<META http-equiv="refresh" content="30;URL=http://oe.cowgar.com/">
Do we need to change this to cause an immediate redirect?
While awaiting CoJaBo's reply, since it's been a while, may i suggest you just change the 30 to zero? Since you cannot trust my word that my zero delay links work fine, i'll base that on http://sebastians-pamphlets.com/google-and-yahoo-treat-undelayed-meta-refresh-as-301-redirect/ .
I use this as a desktop link to all sorts of wierd things:
<html><head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META http-equiv="refresh" content="0;URL=http://oe.cowgar.com/forum/index.wc">
</head></html>
And put some more flattering and engaging text on the page (you know, "great programming language", "do you enjoy fistfights among devs?", "It's LISP in a BASIC way, without the ((parentheses))!" etc), and a few relavant meta data lines.
useless