Coder Social home page Coder Social logo

w3process's Introduction

W3C Process Document repository

master branch: Build Status / Preview

evergreen branch: Build Status / Preview / Diff

everblue branch: Build Status / Preview / Diff

director-free branch: Build Status / Preview / Diff

registries branch: Build Status / Preview / Diff

This repository is for the editor's draft of the World Wide Web Consortium Process Document.

The Process document is updated most years by the W3C.

The editor's draft can be viewed at https://w3c.github.io/w3process/.

Discussion happens in the context of the W3C Process Community Group https://www.w3.org/community/w3process/.


This document is maintained using Bikeshed. See the section about markup in Bikeshed's documentation for full details about the syntax.

Only the source (index.bs) should be committed, as this repository is configured to run bikeshed server-side and push the result to the gh-pages branch.

To run Bikeshed locally, Follow the instructions in Bikeshed's documentation. Once Bikeshed is installed, just type bikeshed to compile the document.


To set up long-lived topic branches which get built server side and published to github.io, follow these steps:

  1. On the master branch edit deploy.sh to add the name of your topic branch to the TOPIC_BRANCHES array. Example:

    TOPIC_BRANCHES=("topic1" "topic2" "topic3")
  2. (Optional Step) Edit the README.md file to add a "Build Status" line for your topic branch. See the existing "Build Status" for the master branch as a model.

  3. Commit the change(s) above, and push to github.com/w3c/w3process (not your personal fork). Example:

    git add deploy.sh README.md
    git commit -m "Register topic branch for topic3"
    git push upstream master
  4. Create a new branch from the master branch (after the previous commit), using the same name as the one you used in the TOPIC_BRANCHES array, and push it to github.com/w3process (not your personal fork). Example:

    git checkout -b topic3
    git push upstream topic3

w3process's People

Contributors

frivoal avatar chaals avatar dwsinger avatar nrooney avatar swickr avatar plehegar avatar ljwatson avatar wseltzer avatar xfq avatar vivienlacourba avatar kpfleming avatar cwilso avatar iherman avatar dbaron avatar koalie avatar tabatkins avatar tantek avatar tripu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.