In addition to the story around tests,
Could you be a little bit more specific what your wishes are for using tests within the help documentation? It's still not clear to me what you expect here.
Torsten do you think we could use book.pharo-project.org to populate the help?
Dont know how the pier books are implemented. Is it possible to access/parse the contents either on the server or directly online from a client image? If so then yes, as the following example demonstrates: |topic day url sub| topic := HelpTopic named: 'Last week on Squeak IRC'. 0 to: 7 do: [:index | day := (Date today subtractDays: index) printFormat: #(3 2 1 $. 1 2 2). url := 'http://tunes.org/~nef/logs/squeak/' , day. sub := HelpTopic title: day contents: (HTTPLoader default retrieveContentsFor: url) contents. topic addSubtopic: sub. ]. HelpBrowser openOn: topic Bye T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01