GitXplorerGitXplorer
s

console-spec

public
1 stars
4 forks
0 issues

Commits

List of commits on branch gh-pages.
Unverified
e2374bfec8fed289ee4464e8b598365312090cca

reference respec as sibling dir, remove submodule

ssideshowbarker committed 14 years ago
Unverified
ccdafed7c2129a5961edbc1663a870f1460c69f1

fleshed things out a bit

ssideshowbarker committed 14 years ago
Unverified
871b4a4599f55cbe9600036ec9ad44cae20a4853

trying again...

ssideshowbarker committed 14 years ago
Unverified
f4db60355dc88e883fbc7bffd2944fa79520719e

sigh... still trying to get submodule to work

ssideshowbarker committed 14 years ago
Unverified
006d5d4de85faef2a2e47c76f288783228b11619

further fiddling with the intro

ssideshowbarker committed 14 years ago
Unverified
27ba694c469281cb2bc6800b8933d4e81bd9109a

re-added respec submodule

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.