Skip to content
This is the repo for the Data on the Web Best Practices Working Group.
HTML Other
Find file
Latest commit d09a756 May 17, 2016 @philarcher1 philarcher1 Merge pull request #406 from philarcher1/gh-pages
Getting the date right
Failed to load latest commit information.
archives Adding snapshot Dec 15, 2015
diffs Generating diff of BP Doc Dec 15, 2015
images Updating context diagram May 4, 2016
publishing-snapshots Getting the date right May 17, 2016
ISO-19139-Isogeo-set.zip Adding ISO zip Oct 2, 2014
PreservationFragment.txt fragment from BP doc including all BPs in preservation section - for … Jan 30, 2015
README.md Note to point contributors to the WG mailing list following disabling… Jan 22, 2015
bp-status.html Updating bp-status Mar 29, 2016
bp.html CSS validation error May 16, 2016
bpconfig.js Updating the date of the draft May 16, 2016
bptemplate.html Removing blank space after 'requirements' Nov 20, 2014
challenges.svg data tha's not available fits on the screen :-) May 16, 2016
cross-dom.js Putting Cross-dom back in and making it work with the benefits scripting Dec 14, 2015
dqv.ttl added dqv:QualityPolicy in doc description and turtle Apr 14, 2016
duv.ttl Removed third party properties and validated vocabulary in ttl parser. Mar 30, 2016
dwbp-api-example.html Updating API documentation example based on Annettes's feedback May 15, 2016
dwbp-example.html Trivial correction May 16, 2016
dwbp-example.ttl Correction to initial URI in ttl, changing links to example.com in HT… May 16, 2016
dwbp-realtime-example.html fixing element tag on dwbp-example May 3, 2016
glossary.html adding cgueret changes May 11, 2015
index.html Adding DUV snapshot May 17, 2016
ldqd.ttl Set namespace to /2016/05/ldqd May 17, 2016
usecasesv1.html Moving usecasesv1.html from archives to the root dir Oct 20, 2015
vocab-dqg.html DAQ-->daQ May 17, 2016
vocab-du.html Getting 19 5 2016 publishing snapshot of DUV ready May 17, 2016

README.md

Data on the Web Best Practices Working Group (dwbp)

This is the repo for the Data on the Web Best Practices Working Group.

Issue tracking is disabled in this repo. If you have comments on anything you see here, please send mail to [email protected] [archive] (members of the WG should use the regular WG mailing list.

The repo includes editors' drafts of the deliverables and notes of the Working Group. Take a look at the charter for more details and the complete list of deliverables of the Working Group.

To see action, visit https://w3c.github.io/dwbp

The chairs of the group are Yaso, Hadley Beeman, Deirdre Lee and Steve Adler.

Contributing

In order to keep everything synced and updated, these steps are recommended to configure a remote repository for your fork.

Configuring upstream

Run $ git remote -v to list the current remote repository.

If there is only the origin repository configured, it's necessary to specify a new remote upstream that will be synced with the fork.

$ git remote add upstream https://github.com/w3c/dwbp.git

After that, the upstream will be listed on the remote list.

This is a one-time setup procedure.

Keeping the repository synced

$ git fetch upstream
$ git checkout gh-pages
$ git merge upstream/gh-pages
Something went wrong with that request. Please try again.