Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yatil committed Jun 6, 2017
1 parent d5517c3 commit a18951a
Show file tree
Hide file tree
Showing 175 changed files with 6,327 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

# Ignore bundler config
/.bundle

# Ignore the build directory
/build

# Ignore Sass' cache
/.sass-cache

# Ignore .DS_store file
.DS_Store

# Ignore generator of changes file
genchange.php

# Ignore Ulysses files
.Ulysses-Group.plist
deletedchange.php
17 changes: 17 additions & 0 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
groups:
code-review:
approve_by_comment:
approve_regex: ^Approved
enabled: true
reject_regex: ^Rejected
required: 2
reset_on_push:
enabled: true
users:
- dboudreau
- haltersweb
- hkramer
- nitedog
- susanatx
- yatil
16 changes: 16 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'http://rubygems.org'

gem "middleman", "~>3.2.2"
gem "middleman-syntax"
gem 'middleman-autoprefixer'
gem 'middleman-gh-pages'
gem 'middleman-deploy', '~> 1.0'

# Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"

# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
gem "compass", "~> 1.0"
134 changes: 134 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.22.4)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
autoprefixer-rails (1.3.1.20140619)
execjs
chunky_png (1.3.7)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.10.0)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.0.1)
execjs (1.4.1)
multi_json (~> 1.0)
ffi (1.9.14)
haml (4.0.7)
tilt
hike (1.2.3)
http_parser.rb (0.6.0)
i18n (0.6.11)
json (2.0.2)
kramdown (1.12.0)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
middleman (3.2.2)
coffee-script (~> 2.2.0)
compass (>= 0.12.2)
execjs (~> 1.4.0)
haml (>= 3.1.6)
kramdown (~> 1.2)
middleman-core (= 3.2.2)
middleman-sprockets (>= 3.1.2)
sass (>= 3.1.20)
uglifier (~> 2.4.0)
middleman-autoprefixer (1.1.3)
autoprefixer-rails (~> 1.3.1)
middleman-core (~> 3.2)
middleman-sprockets (~> 3.2)
middleman-core (3.2.2)
activesupport (~> 3.2.6)
bundler (~> 1.1)
i18n (~> 0.6.9)
listen (~> 1.1)
rack (>= 1.4.5)
rack-test (~> 0.6.1)
thor (>= 0.15.2, < 2.0)
tilt (~> 1.4.1)
middleman-deploy (1.0.0)
middleman-core (>= 3.2)
net-sftp
ptools
middleman-gh-pages (0.3.1)
rake (> 0.9.3)
middleman-livereload (3.1.1)
em-websocket (>= 0.2.0)
middleman-core (>= 3.0.2)
multi_json (~> 1.0)
rack-livereload
middleman-sprockets (3.3.3)
middleman-core (>= 3.2)
sprockets (~> 2.2)
sprockets-helpers (~> 1.1.0)
sprockets-sass (~> 1.1.0)
middleman-syntax (3.0.0)
middleman-core (>= 3.2)
rouge (~> 2.0)
multi_json (1.12.1)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (3.2.0)
ptools (1.3.3)
rack (1.6.4)
rack-livereload (0.3.16)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (11.2.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rb-kqueue (0.2.4)
ffi (>= 0.5.0)
rouge (2.0.6)
sass (3.4.22)
sprockets (2.12.4)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.1.0)
sprockets (~> 2.0)
sprockets-sass (1.1.0)
sprockets (~> 2.0)
tilt (~> 1.1)
thor (0.19.1)
tilt (1.4.1)
uglifier (2.4.0)
execjs (>= 0.3.0)
json (>= 1.8.0)

PLATFORMS
ruby

DEPENDENCIES
compass (~> 1.0)
middleman (~> 3.2.2)
middleman-autoprefixer
middleman-deploy (~> 1.0)
middleman-gh-pages
middleman-livereload (~> 3.1.0)
middleman-syntax
wdm (~> 0.1.0)

BUNDLED WITH
1.13.0
27 changes: 25 additions & 2 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# wai-media-intro
Accessible Media Introduction
# WAI Media Developer Intro

This is the repository for the WAI tutorials, see [current draft][LivePage].

You can find the current draft state of the document on [this Github Pages site][GHPage]

## How to contribute

Basically, editing files works like a Wiki.

Browse to the file using the [Github Page][GHPage] and click on the “Fork and Edit” button of the page. This will bring you to the Github detail page of that file where you can start editing the file using the edit button (“pen icon”) in the top right corner, if you’re logged into Github. [Here’s an example in the Images Tutorial.][exmpImg]

You can start editing right away. We use the standard Markdown syntax. If you get the following note, this is expected behavior:

> You are editing a file in a project you do not have write access to. We are forking this project for you (if one does not yet exist) to write your proposed changes to. Submitting a change to this file will write it to a new branch in your fork so you can send a pull request.
It is technical for “All right, make your edits, we make sure you can send them in as a proposal!”

Don’t forget to add some descriptive text at the bottom that comments your change. Try to be concise. Klick the “Propose this change” button to continue. Then you get another comment field, you can write down your motivation for the change here. Once you click “Send pull request” the editor of the notified of your proposal and may adopt it.

Note that the changes are not immediately reflected on any page. If you want to see your changes in HTML that way is more technical and is described briefly in the following part of the document. But there is a preview button in the editor that gives you a fairly good example of how the rendered HTML will look like.

[LivePage]:https://www.w3.org/WAI/tutorials/
[GHPage]:http://w3c.github.io/wai-tutorials/
[exmpIMG]:https://github.com/w3c/wai-tutorials/blob/master/source/images/informative.html.erb.md
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'middleman-gh-pages'
Loading

0 comments on commit a18951a

Please sign in to comment.