From 5d6ae2b4b9cf00b96095cb86c68c9b61f0f573ce Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 21 Apr 2010 19:32:33 -0600 Subject: [PATCH] rackty start page --- collects/drscheme/acks.ss | 4 ++-- collects/scribblings/main/config.ss | 2 +- collects/scribblings/main/getting-started.scrbl | 10 +++++----- collects/scribblings/main/license.scrbl | 12 ++++++------ collects/scribblings/main/start.scrbl | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/collects/drscheme/acks.ss b/collects/drscheme/acks.ss index c606ae0af0..20fdc9e163 100644 --- a/collects/drscheme/acks.ss +++ b/collects/drscheme/acks.ss @@ -10,7 +10,7 @@ (define (get-general-acks) (string-append "The following individuals contributed to the implementation" - " and documentation of PLT Scheme: " + " and documentation of Racket: " "Yavuz Arkun, " "Ian Barland, " "Eli Barzilay, " @@ -84,4 +84,4 @@ "ChongKai Zhu, " "and " "Paolo Zoppetti " - "for their help translating DrScheme's GUI to other languages.")) + "for their help translating DrRacket's GUI to other languages.")) diff --git a/collects/scribblings/main/config.ss b/collects/scribblings/main/config.ss index 60f637ed45..da0682b086 100644 --- a/collects/scribblings/main/config.ss +++ b/collects/scribblings/main/config.ss @@ -13,7 +13,7 @@ ;; user-specific pages using cookies). (Note: the subpath must match ;; where the corresponding document is generated, this is a hack.) (define links - `((start "PLT Scheme" user "index.html") + `((start "Racket" user "index.html") (search "Search Manuals" user "search/index.html") --- (license "License" plt "license/index.html") diff --git a/collects/scribblings/main/getting-started.scrbl b/collects/scribblings/main/getting-started.scrbl index 0e2c2a4ace..ea370a7189 100644 --- a/collects/scribblings/main/getting-started.scrbl +++ b/collects/scribblings/main/getting-started.scrbl @@ -1,7 +1,7 @@ #lang scribble/doc @(require scribble/manual) -@title{Getting Started with PLT Scheme} +@title{Getting Started with Racket} If you are new to programming or if you have the patience to work through a textbook: @@ -15,7 +15,7 @@ through a textbook: introduces you to the Module language and building web applications.} @item{@other-manual['(lib "scribblings/guide/guide.scrbl")] describes - the rest of the PLT Scheme language, which is much bigger than + the rest of the Racket language, which is much bigger than the learning-oriented languages of the textbook. Since you learned functional programming from the textbook, you'll be able to skim chapters 1 and 2 of the Guide.} @@ -28,15 +28,15 @@ If you're already a programmer and you're in more of a hurry: @itemize[ @item{@other-manual['(lib "scribblings/quick/quick.scrbl")] gives you - a taste of PLT Scheme.} + a taste of Racket.} @item{@other-manual['(lib "scribblings/more/more.scrbl")] dives much deeper and much faster. If it's too much, just skip to the Guide.} @item{@other-manual['(lib "scribblings/guide/guide.scrbl")] starts - with a tutorial on Scheme based, and then it describes the rest - of the PLT Scheme language.} + with a tutorial on Racket basics, and then it describes the rest + of the Racket language.} ] diff --git a/collects/scribblings/main/license.scrbl b/collects/scribblings/main/license.scrbl index 638c2bbee2..5527b4f8a8 100644 --- a/collects/scribblings/main/license.scrbl +++ b/collects/scribblings/main/license.scrbl @@ -6,32 +6,32 @@ @main-page['license] -PLT software and documentation is distributed under the GNU Lesser +Racket software and documentation is distributed under the GNU Lesser General Public License (LGPL). This means @itemize[ - @item{You can link PLT software (such as MzScheme or MrEd) into + @item{You can link Racket software (such as Racket) into proprietary applications, provided you follow the specific rules stated in the LGPL.} - @item{You can modify PLT software. If you distribute a modified + @item{You can modify Racket software. If you distribute a modified version, you must distribute it under the terms of the LGPL, which in particular means that you must release the source code for the modified software.} ] -See @filepath{doc/release-notes/COPYING.LIB} in your PLT installation +See @filepath{doc/release-notes/COPYING.LIB} in your Racket installation for more information. @copyright{ - PLT Scheme + Racket Copyright (c) 1995-2003 PLT Copyright (c) 2004-2010 PLT Scheme Inc. } -PLT software includes or extends the following copyrighted material: +Racket software includes or extends the following copyrighted material: @copyright{ DrScheme diff --git a/collects/scribblings/main/start.scrbl b/collects/scribblings/main/start.scrbl index 1e80b425fd..ede0c2c811 100644 --- a/collects/scribblings/main/start.scrbl +++ b/collects/scribblings/main/start.scrbl @@ -9,7 +9,7 @@ @margin-note{ @not-on-the-web{ - This is an installation-specific listing. Running @exec{plt-help} + This is an installation-specific listing. Running @exec{racket-tool docs} may open a different page with local and user-specific documentation, including documentation for installed @link["http://planet.plt-scheme.org/"]{@|PLaneT|} packages.}}