GitXplorerGitXplorer
s

console-spec

public
1 stars
4 forks
0 issues

Commits

List of commits on branch gh-pages.
Unverified
d4a0282546a4b4740f37c0843c96261e7af5359c

updates

ssideshowbarker committed 14 years ago
Unverified
3e5e5d145825479aad7f7a195cb99b1b78a873dc

checkpointing

ssideshowbarker committed 14 years ago
Unverified
8075838be05db565cf00a67edae495374d529a1c

(re)added respec

ssideshowbarker committed 14 years ago
Unverified
5b09a1f6eea873fc2477c5f155753cb7b3dca682

updated

ssideshowbarker committed 14 years ago
Unverified
2aa1b88d411a1f803e0a18fbd28652cc2fea6214

updated

ssideshowbarker committed 14 years ago
Unverified
b6cc26aed8393962b2ed84e1fc690085b3d1647c

edits

ssideshowbarker committed 14 years ago

README

The README file for this repository.

The console API

This repo holds a draft specification for the console interface (JavaScript object).

How to contribute to this specification

If you would like to contribute to this specification, here are the preferred steps:

  1. If you don’t have one already, create a GitHub user account.

  2. Use the GitHub Web UI to create your own fork of the console-spec git repository and check it out to make a local console-spec workspace.

  3. Make your changes to the index.html file in your copy.

  4. Add your information (name, url, mailto address, etc.) to the editors array near the top of the source of the index.html file.

  5. Add your name to the value of the additionalCopyrightHolders variable near the top of the index.html file. Note that by adding your name to the additionalCopyrightHolders variable, you are agreeing to make your contributions available under the terms of the MIT license.

  6. Commit the updated index.html file to your local git repository, then push it to your GitHub console-spec fork.

  7. Send a GitHub console-spec pull request so that your change can be committed into the upstream source.