From 8e0c7477f617c4830f26f1d7e42358f7f0e32eac Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 8 Nov 2010 12:41:57 -0500 Subject: [PATCH] drop "www." from "racket-lang.org" urls. --- collects/preprocessor/doc.txt | 12 ++++++------ collects/preprocessor/scribblings/mztext.scrbl | 12 ++++++------ collects/scribblings/reference/subprocess.scrbl | 2 +- .../default-web-root/conf/collect-garbage.html | 2 +- .../web-server/default-web-root/conf/forbidden.html | 4 ++-- .../web-server/default-web-root/conf/not-found.html | 2 +- .../default-web-root/conf/passwords-refresh.html | 2 +- .../default-web-root/conf/protocol-error.html | 2 +- .../default-web-root/conf/servlet-error.html | 2 +- .../default-web-root/conf/servlet-refresh.html | 2 +- .../web-server/default-web-root/htdocs/index.html | 6 +++--- collects/web-server/private/configure.rkt | 3 +-- collects/web-server/scribblings/http.scrbl | 6 +++--- man/man1/drracket.1 | 2 +- man/man1/gracket.1 | 2 +- man/man1/mred.1 | 2 +- man/man1/mzc.1 | 2 +- man/man1/mzscheme.1 | 2 +- man/man1/racket.1 | 2 +- man/man1/raco.1 | 2 +- man/man1/setup-plt.1 | 2 +- src/gracket/README | 2 +- src/racket/README | 2 +- 23 files changed, 38 insertions(+), 39 deletions(-) diff --git a/collects/preprocessor/doc.txt b/collects/preprocessor/doc.txt index ea2e972d7a..035dcb82e6 100644 --- a/collects/preprocessor/doc.txt +++ b/collects/preprocessor/doc.txt @@ -482,13 +482,13 @@ their arity (preferring a the nullary treatment over the unary one): | (format "@tt{~a}" (get-arg) (get-arg))) |@(define (reftt) | (format "~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} ==> - |PLT Scheme - |PLT Scheme + |Racket + |Racket 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}{X} |@defcommand{ref}{url text}{text} |@defcommand{ttref}{url text}{@tt{text}} - |@ttref{www.racket-lang.org}{PLT Scheme} + |@ttref{racket-lang.org}{Racket} ==> - |PLT Scheme + |Racket * A procedure of arity 1 is invoked differently -- it is applied on a thunk that holds the "processing continuation". This application is diff --git a/collects/preprocessor/scribblings/mztext.scrbl b/collects/preprocessor/scribblings/mztext.scrbl index 50937173a5..be60631243 100644 --- a/collects/preprocessor/scribblings/mztext.scrbl +++ b/collects/preprocessor/scribblings/mztext.scrbl @@ -185,13 +185,13 @@ their arity (preferring a the nullary treatment over the unary one): (format "@tt{~a}" (get-arg) (get-arg))) @(define (reftt) (format "~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} ==> - Racket - Racket + Racket + Racket }| 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}{X} @defcommand{ref}{url text}{text} @defcommand{ttref}{url text}{@tt{text}} - @ttref{www.racket-lang.org}{Racket} + @ttref{racket-lang.org}{Racket} ==> - Racket + Racket }|} @item{A procedure of arity 1 is invoked differently---it is applied on a diff --git a/collects/scribblings/reference/subprocess.scrbl b/collects/scribblings/reference/subprocess.scrbl index 3f6628a0fa..482a499e42 100644 --- a/collects/scribblings/reference/subprocess.scrbl +++ b/collects/scribblings/reference/subprocess.scrbl @@ -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) ] diff --git a/collects/web-server/default-web-root/conf/collect-garbage.html b/collects/web-server/default-web-root/conf/collect-garbage.html index 35011db4da..40f210b931 100644 --- a/collects/web-server/default-web-root/conf/collect-garbage.html +++ b/collects/web-server/default-web-root/conf/collect-garbage.html @@ -2,6 +2,6 @@ Garbage Collect Ran

The garbage collection routine has run.

-

Powered by Racket

+

Powered by Racket

diff --git a/collects/web-server/default-web-root/conf/forbidden.html b/collects/web-server/default-web-root/conf/forbidden.html index 78dac57fa5..6a9b3fe5d0 100644 --- a/collects/web-server/default-web-root/conf/forbidden.html +++ b/collects/web-server/default-web-root/conf/forbidden.html @@ -2,6 +2,6 @@ Access Denied

The server could not verify that you have permissions to access the requested document.

-

Powered by Racket

+

Powered by Racket

- \ No newline at end of file + diff --git a/collects/web-server/default-web-root/conf/not-found.html b/collects/web-server/default-web-root/conf/not-found.html index ce18f6fab2..2234a558a5 100644 --- a/collects/web-server/default-web-root/conf/not-found.html +++ b/collects/web-server/default-web-root/conf/not-found.html @@ -2,6 +2,6 @@ Not Found

The file you were looking for was not found on this server.

-

Powered by Racket

+

Powered by Racket

diff --git a/collects/web-server/default-web-root/conf/passwords-refresh.html b/collects/web-server/default-web-root/conf/passwords-refresh.html index 02ee9e32c9..b386f80036 100644 --- a/collects/web-server/default-web-root/conf/passwords-refresh.html +++ b/collects/web-server/default-web-root/conf/passwords-refresh.html @@ -2,6 +2,6 @@ Passwords Refreshed

The Web server is now using the new password file.

-

Powered by Racket

+

Powered by Racket

diff --git a/collects/web-server/default-web-root/conf/protocol-error.html b/collects/web-server/default-web-root/conf/protocol-error.html index f44b343f9e..08ebc85ca2 100644 --- a/collects/web-server/default-web-root/conf/protocol-error.html +++ b/collects/web-server/default-web-root/conf/protocol-error.html @@ -2,6 +2,6 @@ Browser Error

The browser sent a malformed request.

-

Powered by Racket

+

Powered by Racket

diff --git a/collects/web-server/default-web-root/conf/servlet-error.html b/collects/web-server/default-web-root/conf/servlet-error.html index 6cd36c5b3e..e324b2b5e5 100644 --- a/collects/web-server/default-web-root/conf/servlet-error.html +++ b/collects/web-server/default-web-root/conf/servlet-error.html @@ -4,6 +4,6 @@

The servlet terminated abnormally.
Please ask the author to fix the problem based on the details in the Web server's log file.

-

Powered by Racket

+

Powered by Racket

diff --git a/collects/web-server/default-web-root/conf/servlet-refresh.html b/collects/web-server/default-web-root/conf/servlet-refresh.html index c5c9566abe..4303610d5c 100644 --- a/collects/web-server/default-web-root/conf/servlet-refresh.html +++ b/collects/web-server/default-web-root/conf/servlet-refresh.html @@ -2,6 +2,6 @@ Servlets Refreshed

Fresh copies of Servlets will now be (re)loaded from disk.

-

Powered by Racket

+

Powered by Racket

diff --git a/collects/web-server/default-web-root/htdocs/index.html b/collects/web-server/default-web-root/htdocs/index.html index 560a947214..4cff268bfb 100644 --- a/collects/web-server/default-web-root/htdocs/index.html +++ b/collects/web-server/default-web-root/htdocs/index.html @@ -15,10 +15,10 @@

Find out more about the server by reading its reference manual in the Help Desk.

-

Please replace this page with your favorite index page.

- +

Please replace this page with your favorite index page.

+

Powered by - Racket + Racket

For more information on Racket, please follow the icon link. diff --git a/collects/web-server/private/configure.rkt b/collects/web-server/private/configure.rkt index 7061864ff6..c2d2c0750e 100644 --- a/collects/web-server/private/configure.rkt +++ b/collects/web-server/private/configure.rkt @@ -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 "/")) diff --git a/collects/web-server/scribblings/http.scrbl b/collects/web-server/scribblings/http.scrbl index 45cf2fbc1b..1233240086 100644 --- a/collects/web-server/scribblings/http.scrbl +++ b/collects/web-server/scribblings/http.scrbl @@ -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 #"

" #"Please go to here instead." #"

")) ] diff --git a/man/man1/drracket.1 b/man/man1/drracket.1 index 4109cde3e5..b5dba11182 100644 --- a/man/man1/drracket.1 +++ b/man/man1/drracket.1 @@ -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 diff --git a/man/man1/gracket.1 b/man/man1/gracket.1 index e638647bdd..d07e1a8b9d 100644 --- a/man/man1/gracket.1 +++ b/man/man1/gracket.1 @@ -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), diff --git a/man/man1/mred.1 b/man/man1/mred.1 index 4c46b27af6..ca8f355763 100644 --- a/man/man1/mred.1 +++ b/man/man1/mred.1 @@ -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) diff --git a/man/man1/mzc.1 b/man/man1/mzc.1 index e676bedbe6..ec2a4d824d 100644 --- a/man/man1/mzc.1 +++ b/man/man1/mzc.1 @@ -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), diff --git a/man/man1/mzscheme.1 b/man/man1/mzscheme.1 index ae104ad2df..32224a7358 100644 --- a/man/man1/mzscheme.1 +++ b/man/man1/mzscheme.1 @@ -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) diff --git a/man/man1/racket.1 b/man/man1/racket.1 index 4338e332ab..23b399ba0a 100644 --- a/man/man1/racket.1 +++ b/man/man1/racket.1 @@ -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. diff --git a/man/man1/raco.1 b/man/man1/raco.1 index dbe4e63aeb..779f5ee414 100644 --- a/man/man1/raco.1 +++ b/man/man1/raco.1 @@ -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 diff --git a/man/man1/setup-plt.1 b/man/man1/setup-plt.1 index 32c083259a..519395a07a 100644 --- a/man/man1/setup-plt.1 +++ b/man/man1/setup-plt.1 @@ -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), diff --git a/src/gracket/README b/src/gracket/README index 659068d9b8..d5a72c7d4d 100644 --- a/src/gracket/README +++ b/src/gracket/README @@ -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/ diff --git a/src/racket/README b/src/racket/README index 10e584218f..71e3d00d65 100644 --- a/src/racket/README +++ b/src/racket/README @@ -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/