<?php # Copyright (c) 2010 John Reese # Licensed under the MIT license $s_plugin_SourceGithub_ = ''; $s_plugin_SourceGithub_github = 'GitHub'; $s_plugin_SourceGithub_title = 'GitHub Integration'; $s_plugin_SourceGithub_description = 'Adds GitHub integration to the Source Integration framework.'; $s_plugin_SourceGithub_hub_username = 'GitHub Username'; $s_plugin_SourceGithub_hub_reponame = 'GitHub Repository<br/><span class="small">(lowercase, dashed name)</span>'; $s_plugin_SourceGithub_hub_api_login = 'GitHub API Login<br/><span class="small">For private repositories</span>'; $s_plugin_SourceGithub_hub_api_token = 'GitHub API Token<br/><span class="small">For private repositories</span>'; $s_plugin_SourceGithub_master_branch = 'Primary Branches<br/><span class="small">(comma-separated list)</span>';