"Detecting Web based environments"
(Smalltalk nativeObjectAt: #a8 ifAbsent: []) notNil ifTrue: [
^self processPageAt: 'swiki:s8-media/MobileInstallationForA8'
].
(Smalltalk includesKey: #DOM) ifTrue: [
^self processPageAt: 'swiki:s8-media/MobileInstallationForWeb'
].
self print: 'Unknown (Mobile?) environment.'.
self abort.
|