Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grype/seaside-mold
Mold: Form Validation for Seaside
https://github.com/grype/seaside-mold
component pharo pharo-smalltalk seaside smalltalk validation webframework
Last synced: 19 days ago
JSON representation
Mold: Form Validation for Seaside
- Host: GitHub
- URL: https://github.com/grype/seaside-mold
- Owner: grype
- Created: 2019-02-20T03:25:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T05:01:38.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T20:41:13.659Z (3 months ago)
- Topics: component, pharo, pharo-smalltalk, seaside, smalltalk, validation, webframework
- Language: Smalltalk
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seaside-Mold
Mold: Form Validation for Seaside
> This is a fork of [@ktreis](https://github.com/ktreis)'s project at http://www.squeaksource.com/Mold/.
## Installation
```smalltalk
Metacello new
baseline: 'Mold';
repository: 'github://grype/Seaside-Mold/src';
load.
```## Getting started
The best information about Mold can be found in the article [Mold: Form Validation for Seaside](https://kentreis.wordpress.com/2008/08/27/mold-form-validation-for-seaside/)