Coder Social home page Coder Social logo

webrtc-w3c's Introduction

=== NOTA BENE ===
To generate the dated version of the specification:

* Open this document in Firefox.
* Press CTRL-ALT-SHIFT-S.
* Select "Save as HMTL (Source)" from dialog box.
* This will open a new tab with generated html. Copy and paste this to a new
file. Note if you use Chrome or Safari, this step will not work. What will
happen is the paste will have the original document, not what was displayed in
the window that you did the copy on.
* Create a new directory in archives correspoinding to the correct
day (YYYYMMDD)
* Copy the file and all associated resources (images/) into the newly created
archive directory.
* Search for and edit the links for "This version" and "Previous version". Add
the new directory to git and make a commit.
* Create a new version tag:
  $ git tag -m "Editor's draft YYYYMMDD." vYYYYMMDD
* Push the commit and the new tag to the git repo:
  $ git push --tags origin master
* Once everyone is happy, the webrtc.html or getusermedia.html and the
corresponding archive folders can be copied to editor/ in the W3C CVS.
* Add the new archive directory (with content) to cvs:
  $ find archives/YYYYMMDD/ -type d | xargs cvs add
  $ find archives/YYYYMMDD/ -type f | grep -v CVS | xargs cvs add
* (Optional) See what will be committed:
  $ cvs -qn update
* Commit new directory and changed files (...):
  $ cvs commit -m "Added YYYYMMDD archived version." archives/YYYYMMDD/ ...
* Send an email to the corresponding lists to announce the new release (proposed
template below).

Email template (use it if you like):
--------------------------------------------------------------------------------
Hi

A new version of the editor's draft is available.

Dated version: http://dev.w3.org/2011/webrtc/editor/archives/<YYYYMMDD>/<docname>.html
Living document: http://dev.w3.org/2011/webrtc/editor/<docname>.html

Changes include:
* ...
* ...

Please review and provide feedback.

<your name> (for the editors)
--------------------------------------------------------------------------------

webrtc-w3c's People

Contributors

fluffy avatar adam-be avatar dontcallmedom avatar anantn avatar stefhak avatar ekr avatar

Watchers

James Cloos 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.