Skip to content

Commit

Permalink
add HTML for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ashimura committed Apr 1, 2019
1 parent 7ea8e3c commit 7b93ce2
Show file tree
Hide file tree
Showing 2 changed files with 2,186 additions and 0 deletions.
34 changes: 34 additions & 0 deletions publication/fpin/Makefile
@@ -0,0 +1,34 @@
dest = /home/ashimura/public_html/www.w3.org/WWW/TR/2019/NOTE-media-timed-events-20190404

### For Echidna
#document = https://w3c.github.io/wot-thing-description/publication/wd3/manifest.txt
#decision = https://www.w3.org/2018/09/12-wot-minutes.html
#token = 19281487755bcb45bb5ed301.41712616


tidy:
tidy -i -m index.html
# tidy -i -m -asxml index.html

overview_diff:
htmldiff.sh ${prev_overview} Overview.html > overviewdiff.html

#snapshotdiff:
# htmldiff.sh index.snapshot.html Overview.html > snapshotdiff.html

diff:
htmldiff.sh $(prev)/Overview.html Overview.html > diff.html

srcdiff:
diff $(prev)/Overview.html Overview.html > srcdiff

install:
cp index.html diff.html $(dest)/Overview.html

raw:
diff index.snapshot.html Overview.html

publish:
curl 'https://labs.w3.org/echidna/api/request' --data 'url=$(document)&decision=$(decision)&token=$(token)'
# curl 'https://labs.w3.org/echidna/api/request' --data 'url=$(document)&decision=$(decision)&token=$(token)' -d 'dry-run=true'

0 comments on commit 7b93ce2

Please sign in to comment.