Skip to content

Commit

Permalink
Merge pull request #2635 from ksooo/piers-readme
Browse files Browse the repository at this point in the history
Adapt README.md for Piers. Fix/update some links.
  • Loading branch information
ksooo authored Aug 1, 2024
2 parents fdb641a + 062f273 commit 45f2df2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This branch contains a certain category of add-ons from which our back-end scrip

## How to submit your add-on and subsequent updates ##

Your add-on must follow our strict repository rules to be considered for inclusion. Please consult the [Add-on rules](http://kodi.wiki/view/Add-on_Rules) wiki page for further details. Please review these rules carefull before submitting your add-on. Should you have any questions regarding them please start a forum thread in one of the following locations
* [Python add-ons](http://forum.kodi.tv/forumdisplay.php?fid=26)
* [Skins](http://forum.kodi.tv/forumdisplay.php?fid=12)
Your add-on must follow our strict repository rules to be considered for inclusion. Please consult the [Add-on rules](https://kodi.wiki/view/Add-on_rules) wiki page for further details. Please review these rules carefull before submitting your add-on. Should you have any questions regarding them please start a forum thread in one of the following locations
* [Python add-ons] (https://forum.kodi.tv/forumdisplay.php?fid=26)
* [Skins] (https://forum.kodi.tv/forumdisplay.php?fid=12)

After you have read the repository guidelines and made sure your addon is compliant with them, you may begin the submission process. By forking this repository and creating a pull-request to the correct repository branch you ask permissing to included you add-on to the official Kodi repository. Subsequent updates can be done in a similar way by updating the code and creating a new pull-request again. Make sure that your local git clone is always rebased before send a pull-request.

Expand All @@ -34,8 +34,8 @@ This means that you should not submit a request every time you change your code.

## Compatibility

This branch is used for add-ons that are coded for Kodi v21 Omega builds and higher only. From these code repositories and branches our back-end uploades .zip files of the compatible add-ons to our main mirror server.
* [Mirror of Kodi v21 Omega compatible add-ons](http://mirrors.kodi.tv/addons/omega/)
This branch is used for add-ons that are coded for Kodi v22 Piers builds and higher only. From these code repositories and branches our back-end uploades .zip files of the compatible add-ons to our main mirror server.
* [Mirror of Kodi v22 Piers compatible add-ons](https://mirrors.kodi.tv/addons/piers/)

## Status

Expand All @@ -50,16 +50,16 @@ Team Kodi reserves the right to update or remove add-ons at any time as we deem
## Quick Kodi development links

* [Add-on rules](https://github.com/xbmc/repo-scripts/blob/master/CONTRIBUTING.md)
* [Submitting an add-on details](http://kodi.wiki/view/Submitting_Add-ons)
* [Code guidelines](http://kodi.wiki/view/Official:Code_guidelines_and_formatting_conventions)
* [Kodi development](http://kodi.wiki/view/Development)
* [Submitting an add-on details](https://kodi.wiki/view/Submitting_Add-ons)
* [Code guidelines](https://kodi.wiki/view/Official:Code_guidelines_and_formatting_conventions)
* [Kodi development](https://kodi.wiki/view/Development)
* [Kodi Addon checker](https://pypi.org/project/kodi-addon-checker/)

## Other useful links

* [Kodi wiki](http://kodi.wiki/)
* [Kodi bug tracker](http://trac.kodi.tv)
* [Kodi community forums](http://forum.kodi.tv/)
* [Kodi website](http://kodi.tv)
* [Kodi wiki](https://kodi.wiki/)
* [Kodi issue tracker](https://github.com/xbmc/xbmc/issues)
* [Kodi community forums](https://forum.kodi.tv/)
* [Kodi website](https://kodi.tv)

**Enjoy Kodi and help us improve it today. :)**

0 comments on commit 45f2df2

Please sign in to comment.