Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astares/pharo-compendium
- Owner: astares
- License: mit
- Created: 2020-04-27T07:53:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T09:57:57.000Z (about 4 years ago)
- Last Synced: 2024-10-09T13:25:19.222Z (3 months ago)
- Topics: pharo
- Language: Smalltalk
- Homepage:
- Size: 331 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 otherBy 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")