Warning, /kdevelop/kdevelop/plugins/ghprovider/README.md is written in an unsupported language. File is not indexed.

0001 
0002 Github Provider
0003 ===============
0004 
0005 This plugin allows KDevelop to fetch repositories hosted on
0006 [Github](https://github.com). It's able to fetch both private and public
0007 repositories from users and from organizations.
0008 
0009 
0010 Basics
0011 ------
0012 
0013 When the user wants to fetch a project from Github, it just selects this
0014 plugin in the "Source" combobox in the "Fetch Project" widget. Afterwards
0015 the user should select if he's looking for another user's repository, or for
0016 a repository from an organization. He can then search for the repository
0017 and fetch it by clicking the "Get" button. By using this plugin this way,
0018 this plugin will only list public repositories.
0019 
0020 
0021 Authorized users
0022 ----------------
0023 
0024 This plugin allows the user to authorize KDevelop to use his account. This
0025 way, this plugin will be able to list also private repositories. After
0026 configuring the Github account, the user will be able to list his own
0027 repositories (including private ones) and the repositories from organizations
0028 that this user belongs to, by selecting it on the combobox.