We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89a86b commit 8ffc207Copy full SHA for 8ffc207
1 file changed
_projects/seaside.md
@@ -3,11 +3,13 @@ title: Seaside
3
img-src: projects/seaside.png
4
href: https://github.com/SeasideSt/Seaside
5
quick-install: >
6
- Metacello new
+ "For Squeak >= 5.2"
7
+ Installer ensureRecentMetacello.
8
+ (Smalltalk at: #Metacello) new
9
baseline:'Seaside3';
10
repository: 'github://SeasideSt/Seaside:master/repository';
11
load
12
quick-install-notes: >
- Make sure you have <a href="https://github.com/dalehenrich/metacello-work" target="_blank">Metacello</a> installed.
13
+ See <a href="https://github.com/SeasideSt/Seaside#install-in-squeak">the Github README</a> for more detailed installation instructions.
14
---
15
A layered set of abstractions over HTTP and HTML, that let you build highly interactive web applications.
0 commit comments