აღწერა
Displays Pull Request links from GitHub for Open Source Software Contributions simply add [ossc] shortcode to your page and configure settings.
SHORTCODE
[ossc]
EXAMPLES
Third-Party Service Disclosure
This plugin relies on a third-party service, GitHub API, to function properly. The plugin fetches data from GitHub API under the following circumstances:
- When retrieving merged pull requests data to display within the application.
Service Information
- Service Used: GitHub API
- API Endpoint: GitHub API Documentation
- Terms of Use: GitHub Terms of Service
- Privacy Policy: GitHub Privacy Statement
MORE INFORMATION
ეკრანული სურათები
დაყენება
This section describes how to install the plugin and get it working.
- Upload the entire Open Source Software Contributions Plugin folder to the /wp-content/plugins/ directory
- Activate the plugin through the Plugins menu in WordPress
- Update the following settings in WordPress Dashboard->Settings->OSSC.
- Add the GitHub API Token to the Open Source Software Contributions
- Add a comma separated string of GitHub repos you want to include contributions of. Ex.
someorg/somerepo,someorg2/somerepo2
. - Add a comma separated string of GitHub users you want to search contributions of within those repos. Ex.
someuser1,someuser2
.
- Add [ossc] shortcode to your WordPress page/post.
მიმოხილვები
There are no reviews for this plugin.
მონაწილეები & დეველოპერები
“Open Source Software Contributions” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.
მონაწილეებიგადათარგმნეთ Open Source Software Contributions თქვენს ენაზე.
დაინტერესებული ხართ დეველოპმენტით?
დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.
ცვლილებები
1.1.3
- Added auto sort by repo name.
1.1.2
- First WordPress plugin repository release.
1.1.1
- Added pagination support for Git Repos.
1.1.0
- Contributions are now stored in database and updated daily with WP Cron.
1.0.1
- Use just +author over +or+author which generally is only needed when you use multiple logical operators.
1.0.0
- Initial Release