Skip to content
hilaire edited this page May 18, 2025 · 42 revisions

Welcome to the Technical wiki!

This is a scratchpad area to develop articles and documents which will later be moved to the repository. The documentation written here is Work-In-Progress - drafts.

How-to guides

References

Tutorial

Notes

Add material here to be moved to another place later ...

How do I retrieve the contents of a web page in Cuis?

Use the WebClient package:

(WebClient httpGet: 'http://www.cuis-smalltalk.org/') content 

Clone this wiki locally