Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/pharo-w3c
W3C
https://github.com/astares/pharo-w3c
pharo
Last synced: 8 days ago
JSON representation
W3C
- Host: GitHub
- URL: https://github.com/astares/pharo-w3c
- Owner: astares
- License: mit
- Created: 2020-04-03T11:35:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T22:53:51.000Z (over 1 year ago)
- Last Synced: 2024-10-31T06:41:50.491Z (about 2 months ago)
- Topics: pharo
- Language: Smalltalk
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-W3C
Implementations of W3C standard[![Unit Tests](https://github.com/astares/Pharo-W3C/workflows/Unit%20Tests/badge.svg?branch=main)](https://github.com/astares/Pharo-W3C/actions?query=workflow%3AUnit%20Tests)
[![Coverage Status](https://codecov.io/github/astares/Pharo-W3C/coverage.svg?branch=main)](https://codecov.io/gh/astares/Pharo-W3C/branch/main)[![Pharo 7](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 8](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 9](https://img.shields.io/badge/Pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)## Quick Start
### Installation
```Smalltalk
Metacello new
repository: 'github://astares/Pharo-W3C:main/src';
baseline: 'W3C';
load
```