Giter Site home page Giter Site logo

munyola / json-ld-wg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from w3c/json-ld-wg

1.0 1.0 0.0 19.19 MB

Home Page for the JSON-LD Working Group

Home Page: https://www.w3.org/2018/json-ld-wg/

License: Other

HTML 63.10% CSS 5.21% JavaScript 7.15% Shell 0.03% Ruby 24.50%

json-ld-wg's Introduction

W3C Logo

JSON-LD Working Group

This is the repository for the home page of the W3C JSON-LD Working Group:

https://www.w3.org/2018/json-ld-wg/

(That URL is redirected to the w3c.github.io view of this repository.)

Specifications

GitHub repositories are linked from each specification. There is a separate list of repos of this WG.

All repositories for spec development share the same set of labels; inspired by the labels organized for W3C specification.

Contributing to the JSON-LD Working Group Repositories

Use the standard fork, branch, and pull request workflow to propose changes to the specification. Please make branch names informative—by including the issue or bug number for example.

Editorial changes that improve the readability of the spec or correct spelling or grammatical mistakes are welcome.

Please read CONTRIBUTING.md, about licensing contributions.

Tools

Generating weekly minutes is done via the scribejs script and some additional configuration settings provided in this repo (see .scribejs.json).

To use this repository's scribejs setup first install the tools...

$ npm install

Then run the following (with date information changed to match your scenario):

$ npm run scribejs -- -d 2018-07-06 -o _minutes/2018-07-06-json-ld.md

This will request the IRC logs for the correct channel and convert them into the Kramdown (a more feature rich form of Markdown) with settings to match this repositories other documents.

If you need to make edits to the IRC log before generating the output (due to incorrect scribenick or similar), you can download the W3C logs from URLs such as https://www.w3.org/2018/07/06-json-ld-irc.txt. Once downloaded, you can reference that input document directly (rather than using the automatic date-based retrieval).

For example:

$ curl https://www.w3.org/2018/07/06-json-ld-irc.txt > 2018-07-06-json-ld-irc.txt
$ npm run scribejs -- 2018-07-06-json-ld-irc.txt -d 2018-07-06 -o _minutes/2018-07-06-json-ld.md

Edit the .txt file and repeat the npm run scribejs line as necessary. Once finished, you can commit the .md file and delete the .txt file (or keep it for your records).

Alternatively, you can also use the browser interface to scribejs relying on your local clone of the WG's repository.

Jekyll

This site is built for Jekyll. If you have Jekyll and npm installed, you can run npm run serve to have Jekyll watch the working directory for changes and compile the templates (etc) incrementally.

Once run, you can browse the site at http://localhost:4000/2018/json-ld-wg/ (the extra path information is required to match the w3.org hosting location).

json-ld-wg's People

Contributors

ajs6f avatar azaroth42 avatar bigbluehat avatar davidlehn avatar gkellogg avatar iherman avatar pchampin avatar

Stargazers

 avatar

Watchers

 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.