Pharo-Compendium

Description

Direct access to a compendium of external resources right from the image

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
10
Forks
3
Created
April 27, 2020
Updated
March 18, 2021
Topics
pharo

README excerpt

# Pharo-Compendium

Compendium is an in-image tool to list, browse and load Pharo artefacts from the web like:
 - GitHub Projects
 - Catalog Projects
and other

By default there are two plugin packages available for GitHub and Catalog - but you can implement own ones easily to connect to other sources on the web.

# Quick Start
## Installation

```Smalltalk
Metacello new 
	repository: 'github://astares/Pharo-Compendium/src';
	baseline: 'Compendium';
	load
```

Note: the tool only works in Pharo 9 and later as it uses Spec2 UI framework for Pharo

# Screenshots

## GitHub Topic Plugin

This plugin allows you to view, browse and load GitHub projects marked with "pharo" as topic.

![alt text](doc/screenshot1.png "GitHub Topic Plugin - Screenshot")

## Catalog Plugin

This plugin allows you to view and load (legacy) catalog entries

![alt text](doc/screenshot2.png "Catalog Plugin - Screenshot")
← Back to results