Skip to content

Commit

Permalink
moar nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
padenot committed Apr 1, 2016
1 parent 618c908 commit 503819a
Show file tree
Hide file tree
Showing 17 changed files with 446 additions and 1,518 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
all:
bikeshed spec web-audio-perf.bs index.html

watch:
bikeshed watch web-audio-perf.bs index.html
17 changes: 17 additions & 0 deletions copyright.include
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<p xmlns:dct="http://purl.org/dc/terms/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#">
<a rel="license"
href="http://creativecommons.org/publicdomain/zero/1.0/">
<img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" />
</a>
<br />
To the extent possible under law,
<a rel="dct:publisher"
href="https://padenot.github.io/web-audio-perf">
<span property="dct:title">Paul Adenot</span></a>
has waived all copyright and related or neighboring rights to
<span property="dct:title">web-audio-perf</span>.
This work is published from:
<span property="vcard:Country" datatype="dct:ISO3166"
content="FR" about="https://padenot.github.io/web-audio-perf">
France</span>.
</p>
Empty file added defaults.include
Empty file.
Empty file added footer-CR.include
Empty file.
Empty file added footer-NOTE.include
Empty file.
Empty file added footer.include
Empty file.
30 changes: 30 additions & 0 deletions header.include
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>[TITLE]</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="w3c-status" content="[STATUS]">
<link href="../default.css" rel=stylesheet type="text/css">
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
<link href="[W3C-STYLESHEET-URL]" rel=stylesheet type="text/css">
<style>
body.h-entry {
background-image:none !important;
}
</style>
</head>
<body class="h-entry">
<div class="head">
<p data-fill-with="logo"></p>
<h1 id="title" class="p-name no-ref">[TITLE]</h1>
<div data-fill-with="spec-metadata"></div>
<p class='copyright' data-fill-with='copyright'></p>
<hr title="Separator for header">
</div>

<h2 class='no-num no-toc no-ref' id='abstract'>Abstract</h2>
<div class="p-summary" data-fill-with="abstract"></div>

<nav data-fill-with="table-of-contents" id="toc"></nav>
<main>
Loading

0 comments on commit 503819a

Please sign in to comment.