Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astares/pharo-compendium

Direct access to a compendium of external resources right from the image
https://github.com/astares/pharo-compendium

pharo

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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")