From eba39e722cd6feb621348086a6353887bcf725d8 Mon Sep 17 00:00:00 2001 From: Nick Ager Date: Sat, 24 Mar 2012 18:31:53 +0000 Subject: [PATCH 1/4] modified the one click workspace message --- scripts/seaside31-oneclick.st | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/seaside31-oneclick.st b/scripts/seaside31-oneclick.st index 3041251..1a4dc2a 100644 --- a/scripts/seaside31-oneclick.st +++ b/scripts/seaside31-oneclick.st @@ -10,11 +10,10 @@ SystemWindow topWindow nextPutAll: GRPlatform current seasideVersion greaseString; nextPut: $.; cr; cr; - nextPutAll: 'Seaside is already running on port 8080. To get started, simply use your browser to open http://localhost:8080/ and take a look at the examples and documentation listed there.'; + nextPutAll: '"Seaside is already running on port 8080. To get started, simply use your browser to open http://localhost:8080/ and take a look at the examples and documentation listed there.'; cr; cr; - nextPutAll: 'You can start and stop the server (and change the port) using the new Seaside Control Panel.' ]); + nextPutAll: 'You can start and stop the server (and change the port) using the new Seaside Control Panel."' ]); openLabel: 'Seaside ', GRPlatform current seasideVersion greaseString; - toggleStylingActive; topView) width: 450; height: 210; From 509c8dd3efd8bdbcf16bcf53fcf6f202245a0bae Mon Sep 17 00:00:00 2001 From: Nick Ager Date: Sat, 24 Mar 2012 19:22:09 +0000 Subject: [PATCH 2/4] fix to previous check-in --- scripts/seaside31-oneclick.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/seaside31-oneclick.st b/scripts/seaside31-oneclick.st index 1a4dc2a..c812b46 100644 --- a/scripts/seaside31-oneclick.st +++ b/scripts/seaside31-oneclick.st @@ -6,11 +6,11 @@ SystemWindow topWindow (Workspace new contents: (String streamContents: [ :stream | stream - nextPutAll: 'Welcome to Seaside '; + nextPutAll: '"Welcome to Seaside '; nextPutAll: GRPlatform current seasideVersion greaseString; nextPut: $.; cr; cr; - nextPutAll: '"Seaside is already running on port 8080. To get started, simply use your browser to open http://localhost:8080/ and take a look at the examples and documentation listed there.'; + nextPutAll: 'Seaside is already running on port 8080. To get started, simply use your browser to open http://localhost:8080/ and take a look at the examples and documentation listed there.'; cr; cr; nextPutAll: 'You can start and stop the server (and change the port) using the new Seaside Control Panel."' ]); openLabel: 'Seaside ', GRPlatform current seasideVersion greaseString; From 271d438ec6fd532a96a3612e4d5bdb8a6822a59f Mon Sep 17 00:00:00 2001 From: Nick Ager Date: Sat, 24 Mar 2012 19:59:11 +0000 Subject: [PATCH 3/4] textual change --- scripts/seaside31-oneclick.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/seaside31-oneclick.st b/scripts/seaside31-oneclick.st index c812b46..f2c90e2 100644 --- a/scripts/seaside31-oneclick.st +++ b/scripts/seaside31-oneclick.st @@ -12,7 +12,7 @@ SystemWindow topWindow cr; cr; nextPutAll: 'Seaside is already running on port 8080. To get started, simply use your browser to open http://localhost:8080/ and take a look at the examples and documentation listed there.'; cr; cr; - nextPutAll: 'You can start and stop the server (and change the port) using the new Seaside Control Panel."' ]); + nextPutAll: 'You can start and stop the server (and change the port) using the Seaside Control Panel."' ]); openLabel: 'Seaside ', GRPlatform current seasideVersion greaseString; topView) width: 450; From 6f9d71ab97ca544a0d81aaf81a8574dd167a913c Mon Sep 17 00:00:00 2001 From: Nick Ager Date: Sun, 25 Mar 2012 04:08:11 +0100 Subject: [PATCH 4/4] modified the one message --- scripts/seaside3-oneclick.st | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/seaside3-oneclick.st b/scripts/seaside3-oneclick.st index 3041251..f2c90e2 100644 --- a/scripts/seaside3-oneclick.st +++ b/scripts/seaside3-oneclick.st @@ -6,15 +6,14 @@ SystemWindow topWindow (Workspace new contents: (String streamContents: [ :stream | stream - nextPutAll: 'Welcome to Seaside '; + nextPutAll: '"Welcome to Seaside '; nextPutAll: GRPlatform current seasideVersion greaseString; nextPut: $.; cr; cr; nextPutAll: 'Seaside is already running on port 8080. To get started, simply use your browser to open http://localhost:8080/ and take a look at the examples and documentation listed there.'; cr; cr; - nextPutAll: 'You can start and stop the server (and change the port) using the new Seaside Control Panel.' ]); + nextPutAll: 'You can start and stop the server (and change the port) using the Seaside Control Panel."' ]); openLabel: 'Seaside ', GRPlatform current seasideVersion greaseString; - toggleStylingActive; topView) width: 450; height: 210;