olekscode / PharoWiki

Allows you to access the Wiki from inside Pharo IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple UI Browser for PharoWiki

Build Status Build status Coverage Status License

How to install it?

To install PharoWiki, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

Metacello new
  baseline: 'PharoWiki';
  repository: 'github://olekscode/PharoWiki/src';
  load.

About

Allows you to access the Wiki from inside Pharo IDE

License:MIT License


Languages

Language:Smalltalk 94.0%Language:HTML 6.0%