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

Welcome to the Workbench wiki!

This is a scratchpad area to develop articles and documents which will later be moved to the workbench repository. And from there when the documents is finished to one of the other 10 repositories under DrCuis. The document will go into maintenance mode (i.e. direct edit in the target repository and/or pull requests). The wiki article content also be deleted and replaced with a link to the place where the document has been placed. It is encouraged that the documents are signed.

You do not necessarily need to use this wiki. You may also contribute directly to one of the repositories which you see when going to https://github.com/DrCuis/

So 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