Chrisxx
Chrisxx

Reputation: 7

Pharo 3.0 OmniBrowser

I could not download the package browser O2PackageBrowserAdaptor // OmniBrowser for the Pharo 3.0 , Does anybody have an idea how to do it?

Thanks in advance.

Upvotes: 1

Views: 158

Answers (1)

MartinW
MartinW

Reputation: 5031

AFAIK OmniBrowser is no longer supported in Pharo 3.

If you want to browse the Pharo system use the new Pharo standard browser Nautilus. It is already included in Pharo 3.

If you want to build your own browsers there is an excellent browser scripting framework called Glamour.

You can load Glamour via Smalltalkhub: http://smalltalkhub.com/#!/~Moose/Glamour
and learn about it by reading the Deep into Pharo chapter on Glamour.

Upvotes: 3

Related Questions