Skip to content

Commit ad7decc

Browse files
authored
Merge pull request #324 from kaitlinnewson/build-status
README build status to GitHub Actions, remove .travis.yml
2 parents 707802a + b8d2406 commit ad7decc

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
[![Build Status](https://app.travis-ci.com/pkp/plugin-gallery.svg?branch=main)](https://travis-ci.org/pkp/plugin-gallery)
1+
[![Build Status](https://github.com/pkp/plugin-gallery/actions/workflows/main.yml/badge.svg)](https://github.com/pkp/plugin-gallery/actions/workflows/main.yml)
22

33
# Plugin Gallery
44

5-
This repository contains PKP's Plugin Gallery XML file. The live version of the file is published on: [http://pkp.sfu.ca/ojs/xml/plugins.xml](http://pkp.sfu.ca/ojs/xml/plugins.xml). This is what presents a list of compatible plugins in OJS, OMP, and OPS for possible installation.
5+
This repository contains PKP's Plugin Gallery XML file. The live version of the file is published on: [http://pkp.sfu.ca/ojs/xml/plugins.xml](http://pkp.sfu.ca/ojs/xml/plugins.xml). This is a list of compatible plugins in OJS, OMP, and OPS for possible installation.
66

77
## Adding A New Plugin
88

9-
If you'd like to add a new plugin or plugin release to the Plugin Gallery, you can use Github to propose changes here. They will be tested and if they are accepted they will be merged and become part of the Plugin Gallery.
9+
If you'd like to add a new plugin or plugin release to the Plugin Gallery, you can use GitHub to propose changes here. They will be tested and if they are accepted they will be merged and become part of the Plugin Gallery.
1010

1111
To add a new plugin, or make a new release of an existing plugin:
1212

13-
- Fork this repository to your own Github account
13+
- Fork this repository to your own GitHub account
1414
- Edit the [XML file](./plugins.xml) in your fork to add a new `<plugin>` or `<release>` element (see [Get the Plugin into the Plugin Gallery](https://docs.pkp.sfu.ca/dev/plugin-guide/en/release#get-the-plugin-into-the-plugin-gallery))
1515
- Open a Pull Request against this repository with the updated XML from your fork
16-
- Once it passes the build and it is reviewed by the maintainers, it will be merged and become part of the Plugin Gallery.
16+
- Once it passes the build and is reviewed by the maintainers, it will be merged and become part of the Plugin Gallery.
1717

1818
## Checks run on the PRs
1919

0 commit comments

Comments
 (0)