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

https://github.com/giscience/badges

Collection of badges for indicating the state of a project
https://github.com/giscience/badges

Last synced: about 1 year ago
JSON representation

Collection of badges for indicating the state of a project

Awesome Lists containing this project

README

          

# HeiGIT/GIScience Badges

## Maintenance Status

The maintenance status of a project may be highlighted with a status badge.

### Experimental
[![status: experimental](https://github.com/GIScience/badges/raw/master/status/experimental.svg)](https://github.com/GIScience/badges#experimental)

The project is an experimental prototype. Issues have to be expected and
the project might be discontinued at any time.

Include experimental badge in your repository:
```
[![status: experimental](https://github.com/GIScience/badges/raw/master/status/experimental.svg)](https://github.com/GIScience/badges#experimental)
```

### Active
[![status: active](https://github.com/GIScience/badges/raw/master/status/active.svg)](https://github.com/GIScience/badges#active)

The project has gained a certain maturity and is actively maintained.
This does not mean that the software is ready for production.

Include active badge in your repository:
```
[![status: active](https://github.com/GIScience/badges/raw/master/status/active.svg)](https://github.com/GIScience/badges#active)
```

### Hibernate
[![status: hibernate](https://github.com/GIScience/badges/raw/master/status/hibernate.svg)](https://github.com/GIScience/badges#hibernate)

The project is not actively maintained and we are evaluating how we will
proceed with it.

Include hibernate badge in your repository:
```
[![status: hibernate](https://github.com/GIScience/badges/raw/master/status/hibernate.svg)](https://github.com/GIScience/badges#hibernate)
```

### Archive
[![status: archive](https://github.com/GIScience/badges/raw/master/status/archive.svg)](https://github.com/GIScience/badges#archive)

The project is discontinued and only kept for future reference.

Include archive badge in your repository:
```
[![status: archive](https://github.com/GIScience/badges/raw/master/status/archive.svg)](https://github.com/GIScience/badges#archive)
```

## Update Badges

To update the badges, please edit the arrays in `get-badges.sh` and run the script.