drop "www." from "racket-lang.org" urls.

This commit is contained in:
Eli Barzilay 2010-11-08 12:41:57 -05:00
parent 19da99f7e8
commit 8e0c7477f6
23 changed files with 38 additions and 39 deletions

View File

@ -482,13 +482,13 @@ their arity (preferring a the nullary treatment over the unary one):
| (format "<a href=~s>@tt{~a}</a>" (get-arg) (get-arg)))
|@(define (reftt)
| (format "<a href=~s>~a</a>" (get-arg) (tt)))
|@ttref{www.racket-lang.org}{PLT Scheme}
|@reftt{www.racket-lang.org}{PLT Scheme}
|@ttref{racket-lang.org}{Racket}
|@reftt{racket-lang.org}{Racket}
==>
|<a href="www.racket-lang.org"><tt>PLT Scheme</tt></a>
|<a href="www.racket-lang.org"><tt>PLT Scheme</tt></a>
|<a href="racket-lang.org"><tt>Racket</tt></a>
|<a href="racket-lang.org"><tt>Racket</tt></a>
Note that in `reftt' we use `tt' without arguments since it will
retrieve its own arguments. This makes `ttref's approach more
@ -499,11 +499,11 @@ their arity (preferring a the nullary treatment over the unary one):
|@defcommand{tt}{X}{<tt>X</tt>}
|@defcommand{ref}{url text}{<a href="url">text</a>}
|@defcommand{ttref}{url text}{<a href="url">@tt{text}</a>}
|@ttref{www.racket-lang.org}{PLT Scheme}
|@ttref{racket-lang.org}{Racket}
==>
|<a href="www.racket-lang.org"><tt>PLT Scheme</tt></a>
|<a href="racket-lang.org"><tt>Racket</tt></a>
* A procedure of arity 1 is invoked differently -- it is applied on a
thunk that holds the "processing continuation". This application is

View File

@ -185,13 +185,13 @@ their arity (preferring a the nullary treatment over the unary one):
(format "<a href=~s>@tt{~a}</a>" (get-arg) (get-arg)))
@(define (reftt)
(format "<a href=~s>~a</a>" (get-arg) (tt)))
@ttref{www.racket-lang.org}{Racket}
@reftt{www.racket-lang.org}{Racket}
@ttref{racket-lang.org}{Racket}
@reftt{racket-lang.org}{Racket}
==>
<a href="www.racket-lang.org"><tt>Racket</tt></a>
<a href="www.racket-lang.org"><tt>Racket</tt></a>
<a href="racket-lang.org"><tt>Racket</tt></a>
<a href="racket-lang.org"><tt>Racket</tt></a>
}|
Note that in @scheme[reftt] we use @scheme[tt] without arguments since it will
@ -204,11 +204,11 @@ their arity (preferring a the nullary treatment over the unary one):
@defcommand{tt}{X}{<tt>X</tt>}
@defcommand{ref}{url text}{<a href="url">text</a>}
@defcommand{ttref}{url text}{<a href="url">@tt{text}</a>}
@ttref{www.racket-lang.org}{Racket}
@ttref{racket-lang.org}{Racket}
==>
<a href="www.racket-lang.org"><tt>Racket</tt></a>
<a href="racket-lang.org"><tt>Racket</tt></a>
}|}
@item{A procedure of arity 1 is invoked differently---it is applied on a

View File

@ -220,7 +220,7 @@ on @racket[target] in Windows. For platforms other than Windows, the
For example,
@racketblock[
(shell-execute #f "http://www.racket-lang.org" ""
(shell-execute #f "http://racket-lang.org" ""
(current-directory) 'sw_shownormal)
]

View File

@ -2,6 +2,6 @@
<head><title>Garbage Collect Ran</title></head>
<body bgcolor='white'>
<p>The garbage collection routine has run.</p>
<p>Powered by <a href="http://www.racket-lang.org/">Racket</a></p>
<p>Powered by <a href="http://racket-lang.org/">Racket</a></p>
</body>
</html>

View File

@ -2,6 +2,6 @@
<head><title>Access Denied</title></head>
<body>
<p>The server could not verify that you have permissions to access the requested document.</p>
<p>Powered by <a href="http://www.racket-lang.org/">Racket</a></p>
<p>Powered by <a href="http://racket-lang.org/">Racket</a></p>
</body>
</html>
</html>

View File

@ -2,6 +2,6 @@
<head><title>Not Found</title></head>
<body bgcolor='white'>
<p>The file you were looking for was not found on this server.</p>
<p>Powered by <a href="http://www.racket-lang.org/">Racket</a></p>
<p>Powered by <a href="http://racket-lang.org/">Racket</a></p>
</body>
</html>

View File

@ -2,6 +2,6 @@
<head><title>Passwords Refreshed</title></head>
<body bgcolor='white'>
<p>The Web server is now using the new password file.</p>
<p>Powered by <a href="http://www.racket-lang.org/">Racket</a></p>
<p>Powered by <a href="http://racket-lang.org/">Racket</a></p>
</body>
</html>

View File

@ -2,6 +2,6 @@
<head><title>Browser Error</title></head>
<body>
<p>The browser sent a malformed request.</p>
<p>Powered by <a href="http://www.racket-lang.org/">Racket</a></p>
<p>Powered by <a href="http://racket-lang.org/">Racket</a></p>
</body>
</html>

View File

@ -4,6 +4,6 @@
<p>The servlet terminated abnormally.<br />
Please ask the author to fix the problem based on the details in
the Web server's log file.</p>
<p>Powered by <a href="http://www.racket-lang.org/">Racket</a></p>
<p>Powered by <a href="http://racket-lang.org/">Racket</a></p>
</body>
</html>

View File

@ -2,6 +2,6 @@
<head><title>Servlets Refreshed</title></head>
<body bgcolor='white'>
<p>Fresh copies of Servlets will now be (re)loaded from disk.</p>
<p>Powered by <a href="http://www.racket-lang.org/">Racket</a></p>
<p>Powered by <a href="http://racket-lang.org/">Racket</a></p>
</body>
</html>

View File

@ -15,10 +15,10 @@
<p>Find out more about the server by reading its <a href="http://docs.racket-lang.org/web-server/index.html">reference manual</a> in the Help Desk.</p>
<p>Please replace this page with your favorite index page.</p>
<p>Please replace this page with your favorite index page.</p>
<p> Powered by
<a href="http://www.racket-lang.org/">Racket</a>
<a href="http://racket-lang.org/">Racket</a>
<p><font size="-2">
For more information on Racket, please follow the icon link.
</font>

View File

@ -81,8 +81,7 @@
(define (build-footer base)
(let ([scale (lambda (n) (number->string (round (/ n 4))))])
`(p "Powered by "
(a ([href "http://www.racket-lang.org/"])
"Racket"))))
(a ([href "http://racket-lang.org/"]) "Racket"))))
(define footer (build-footer "/"))

View File

@ -176,7 +176,7 @@ Here is an example typical of what you will find in many applications:
301 #"Moved Permanently"
(current-seconds) TEXT/HTML-MIME-TYPE
(list (make-header #"Location"
#"http://www.racket-lang.org/downloads")))
#"http://racket-lang.org/downloads")))
]
}
@ -191,10 +191,10 @@ Here is an example typical of what you will find in many applications:
301 #"Moved Permanently"
(current-seconds) TEXT/HTML-MIME-TYPE
(list (make-header #"Location"
#"http://www.racket-lang.org/downloads"))
#"http://racket-lang.org/downloads"))
(list #"<html><body><p>"
#"Please go to <a href=\""
#"http://www.racket-lang.org/downloads"
#"http://racket-lang.org/downloads"
#"\">here</a> instead."
#"</p></body></html>"))
]

View File

@ -78,7 +78,7 @@ Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.racket-lang.org/
http://racket-lang.org/
.SH AUTHOR
.I DrRacket

View File

@ -48,7 +48,7 @@ Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.racket-lang.org/
http://racket-lang.org/
.SH AUTHOR
GRacket was implemented by Matthew Flatt (mflatt@racket-lang.org),

View File

@ -33,7 +33,7 @@ Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.racket-lang.org/
http://racket-lang.org/
.SH SEE ALSO
.BR gracket(1)

View File

@ -35,7 +35,7 @@ Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.racket-lang.org/
http://racket-lang.org/
.SH SEE ALSO
.BR raco(1),

View File

@ -33,7 +33,7 @@ Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.racket-lang.org/
http://racket-lang.org/
.SH SEE ALSO
.BR racket(1)

View File

@ -43,7 +43,7 @@ Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.racket-lang.org/
http://racket-lang.org/
.SH AUTHOR
Racket was implemented by Matthew Flatt and PLT.

View File

@ -35,7 +35,7 @@ Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.racket-lang.org/
http://racket-lang.org/
.SH AUTHOR
.B raco

View File

@ -35,7 +35,7 @@ Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.racket-lang.org/
http://racket-lang.org/
.SH SEE ALSO
.BR raco(1),

View File

@ -4,4 +4,4 @@ on compiling it.
Compiled binaries, documentation, and up-to-date information about
GRacket are at
http://www.racket-lang.org/
http://racket-lang.org/

View File

@ -4,4 +4,4 @@ information on compiling it.
Compiled binaries, documentation, and up-to-date information about
Racket are at:
http://www.racket-lang.org/
http://racket-lang.org/