-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace master branch with page content via GitHub
- Loading branch information
Showing
6 changed files
with
564 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<title>OpenBEL Development Overview by OpenBEL</title> | ||
|
||
<link rel="stylesheet" href="stylesheets/styles.css"> | ||
<link rel="stylesheet" href="stylesheets/github-dark.css"> | ||
<script src="javascripts/scale.fix.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<h1>OpenBEL Development Overview</h1> | ||
<p>code contribution and development communication guidelines, etc</p> | ||
<p class="view"><a href="https://github.com/OpenBEL">View the Project on GitHub <small>OpenBEL</small></a></p> | ||
<ul> | ||
<li class="single"><a href="https://github.com/OpenBEL/openbel.github.io">View On <strong>GitHub</strong></a></li> | ||
</ul> | ||
</header> | ||
<section> | ||
<h3> | ||
<a id="welcome-to-openbel-development" class="anchor" href="#welcome-to-openbel-development" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to OpenBEL Development</h3> | ||
|
||
<h3> | ||
<a id="contributing-code" class="anchor" href="#contributing-code" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contributing Code</h3> | ||
|
||
<p>Clone the repository that you are changing and submit a PR (Pull Request). <em>We will need to insure that a CLA (Contributor License Agreement) has been submitted prior to accepting the PR.</em> You can submit the CLA by following the instructions at <a href="https://github.com/OpenBEL/cla/CONTRIBUTING.adoc">https://github.com/OpenBEL/cla/CONTRIBUTING.adoc</a></p> | ||
|
||
<h3> | ||
<a id="communication-tips" class="anchor" href="#communication-tips" aria-hidden="true"><span class="octicon octicon-link"></span></a>Communication Tips</h3> | ||
|
||
<ul> | ||
<li>For bugs and suggested enhancements, please add an issue to the specific repository.</li> | ||
<li>For quick coding support, please use our Gitter Channel: <a href="https://gitter.im/OpenBEL/">https://gitter.im/OpenBEL/</a> | ||
</li> | ||
<li>For enhancements and proposed changes that are larger than a single issue in a repository, please post a Discussion topic to the Google Group for OpenBEL: <a href="https://groups.google.com/forum/#!forum/openbel-discuss">https://groups.google.com/forum/#!forum/openbel-discuss</a> | ||
</li> | ||
</ul> | ||
|
||
<h3> | ||
<a id="maintainers" class="anchor" href="#maintainers" aria-hidden="true"><span class="octicon octicon-link"></span></a>Maintainers</h3> | ||
|
||
<ul> | ||
<li> | ||
<a href="https://github.com/abargnesi" class="user-mention">@abargnesi</a>, Anthony Bargnesi</li> | ||
<li> | ||
<a href="https://github.com/nbargnesi" class="user-mention">@nbargnesi</a>, Nick Bargnesi</li> | ||
<li> | ||
<a href="https://github.com/wshayes" class="user-mention">@wshayes</a>, William Hayes</li> | ||
</ul> | ||
|
||
<h3> | ||
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3> | ||
|
||
<p>Having trouble with anything related to OpenBEL Github? Use the <a href="https://gitter.im/OpenBEL/">Gitter channel</a> or the <a href="https://groups.google.com/forum/#!forum/openbel-discuss">OpenBEL Google Group</a></p> | ||
</section> | ||
</div> | ||
<footer> | ||
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p> | ||
</footer> | ||
<!--[if !IE]><script>fixScale(document);</script><![endif]--> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
fixScale = function(doc) { | ||
|
||
var addEvent = 'addEventListener', | ||
type = 'gesturestart', | ||
qsa = 'querySelectorAll', | ||
scales = [1, 1], | ||
meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : []; | ||
|
||
function fix() { | ||
meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1]; | ||
doc.removeEventListener(type, fix, true); | ||
} | ||
|
||
if ((meta = meta[meta.length - 1]) && addEvent in doc) { | ||
fix(); | ||
scales = [.25, 1.6]; | ||
doc[addEvent](type, fix, true); | ||
} | ||
|
||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"OpenBEL Development Overview","tagline":"code contribution and development communication guidelines, etc","body":"### Welcome to OpenBEL Development\r\n\r\n### Contributing Code\r\nClone the repository that you are changing and submit a PR (Pull Request). *We will need to insure that a CLA (Contributor License Agreement) has been submitted prior to accepting the PR.* You can submit the CLA by following the instructions at https://github.com/OpenBEL/cla/CONTRIBUTING.adoc\r\n\r\n### Communication Tips\r\n* For bugs and suggested enhancements, please add an issue to the specific repository.\r\n* For quick coding support, please use our Gitter Channel: https://gitter.im/OpenBEL/\r\n* For enhancements and proposed changes that are larger than a single issue in a repository, please post a Discussion topic to the Google Group for OpenBEL: https://groups.google.com/forum/#!forum/openbel-discuss\r\n\r\n### Maintainers\r\n* @abargnesi, Anthony Bargnesi\r\n* @nbargnesi, Nick Bargnesi\r\n* @wshayes, William Hayes\r\n\r\n### Support or Contact\r\nHaving trouble with anything related to OpenBEL Github? Use the [Gitter channel](https://gitter.im/OpenBEL/) or the [OpenBEL Google Group](https://groups.google.com/forum/#!forum/openbel-discuss)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
/* | ||
Copyright 2014 GitHub Inc. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
|
||
.pl-c /* comment */ { | ||
color: #969896; | ||
} | ||
|
||
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */, | ||
.pl-s .pl-v /* string variable */ { | ||
color: #0099cd; | ||
} | ||
|
||
.pl-e /* entity */, | ||
.pl-en /* entity.name */ { | ||
color: #9774cb; | ||
} | ||
|
||
.pl-s .pl-s1 /* string source */, | ||
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ { | ||
color: #ddd; | ||
} | ||
|
||
.pl-ent /* entity.name.tag */ { | ||
color: #7bcc72; | ||
} | ||
|
||
.pl-k /* keyword, storage, storage.type */ { | ||
color: #cc2372; | ||
} | ||
|
||
.pl-pds /* punctuation.definition.string, string.regexp.character-class */, | ||
.pl-s /* string */, | ||
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */, | ||
.pl-sr /* string.regexp */, | ||
.pl-sr .pl-cce /* string.regexp constant.character.escape */, | ||
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */, | ||
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ { | ||
color: #3c66e2; | ||
} | ||
|
||
.pl-v /* variable */ { | ||
color: #fb8764; | ||
} | ||
|
||
.pl-id /* invalid.deprecated */ { | ||
color: #e63525; | ||
} | ||
|
||
.pl-ii /* invalid.illegal */ { | ||
background-color: #e63525; | ||
color: #f8f8f8; | ||
} | ||
|
||
.pl-sr .pl-cce /* string.regexp constant.character.escape */ { | ||
color: #7bcc72; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-ml /* markup.list */ { | ||
color: #c26b2b; | ||
} | ||
|
||
.pl-mh /* markup.heading */, | ||
.pl-mh .pl-en /* markup.heading entity.name */, | ||
.pl-ms /* meta.separator */ { | ||
color: #264ec5; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-mq /* markup.quote */ { | ||
color: #00acac; | ||
} | ||
|
||
.pl-mi /* markup.italic */ { | ||
color: #ddd; | ||
font-style: italic; | ||
} | ||
|
||
.pl-mb /* markup.bold */ { | ||
color: #ddd; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-md /* markup.deleted, meta.diff.header.from-file */ { | ||
background-color: #ffecec; | ||
color: #bd2c00; | ||
} | ||
|
||
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ { | ||
background-color: #eaffea; | ||
color: #55a532; | ||
} | ||
|
||
.pl-mdr /* meta.diff.range */ { | ||
color: #9774cb; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-mo /* meta.output */ { | ||
color: #264ec5; | ||
} | ||
|
Oops, something went wrong.