├── .gitignore ├── .rubocop.yml ├── .travis.yml ├── 1.0 └── index.html ├── 1.1 └── index.html ├── 2.0 └── index.html ├── 2.1 └── index.html ├── 404.md ├── CNAME ├── Gemfile ├── LICENSE ├── README.md ├── Rakefile ├── _config.yml ├── _includes ├── footer.html ├── menu.html ├── okfn-white.svg ├── open-definition-landscape-white.svg └── translations.html ├── _layouts ├── default.html ├── page.html └── post.html ├── _posts ├── 2012-03-24-notes-from-advisory-panel-meeting-march-2012.markdown ├── 2012-11-27-notes-from-advisory-panel-meeting-september-2012.markdown ├── 2012-12-03-notes-from-advisory-panel-meeting-december-2012.markdown ├── 2012-12-17-open-definition-forges-ahead-get-involved.markdown ├── 2013-01-31-ogl-canada-proposal-feedback.markdown ├── 2013-08-03-notes-from-advisory-panel-meeting-june-2013.markdown ├── 2013-08-08-notes-from-open-definition-call-august-2013.markdown ├── 2013-10-16-notes-from-open-definition-call-october-2013.markdown ├── 2013-12-04-open-definition-and-license-proliferation.markdown ├── 2013-12-13-notes-from-open-definition-call-december-2013.markdown ├── 2013-12-28-od-2013.markdown ├── 2014-04-04-notes-from-open-definition-call-february-2014.markdown ├── 2014-06-06-notes-from-open-definition-call-april-2014.markdown ├── 2014-08-10-notes-from-open-definition-call-june-2014.markdown ├── 2014-10-02-notes-from-open-definition-call-august-2014.markdown ├── 2015-01-27-notes-from-open-definition-call-december-2014.markdown ├── 2015-02-26-notes-from-open-definition-call-february-2014.markdown ├── 2015-06-11-notes-from-open-definition-call-june-2015.markdown ├── 2015-08-13-notes-from-open-definition-call-august-2015.markdown ├── 2015-10-08-notes-from-open-definition-call-october-2015.markdown └── 2015-12-10-notes-from-open-definition-call-december-2015.markdown ├── _sass ├── _api.scss ├── _body.scss ├── _footer.scss ├── _mixins.scss ├── _normalize.scss ├── _ok-ribbon.scss ├── _solo.scss ├── _syntax.scss └── _variables.scss ├── about └── index.markdown ├── advisory-council └── index.markdown ├── assets.okfn.org ├── images │ ├── ok_buttons │ │ ├── oc_80x15_blue.png │ │ ├── oc_80x15_red_green.png │ │ ├── oc_80x23_blue.png │ │ ├── od_80x15_blue.png │ │ ├── od_80x15_red_green.png │ │ ├── od_80x23_blue.png │ │ ├── ok_80x15_blue.png │ │ ├── ok_80x15_orange_grey.png │ │ ├── ok_80x15_red_green.png │ │ ├── ok_80x23_blue.png │ │ ├── os_80x15_blue.png │ │ ├── os_80x15_orange_grey.png │ │ └── os_80x15_red_green.png │ └── social │ │ ├── github-logo.png │ │ ├── linkedin-logo.png │ │ ├── mastodon-logo.png │ │ ├── newsletter.png │ │ ├── twitter-logo-circle copy.png │ │ ├── x-logo.png │ │ ├── youtube-logo-circle copy.png │ │ └── youtube-logo-circle.png ├── js │ └── api-docs.js └── mmenu-js │ ├── mmenu.css │ ├── mmenu.js │ └── mmenu.polyfills.js ├── bibliographic └── index.markdown ├── buttons └── index.markdown ├── contact └── index.markdown ├── css └── main.scss ├── current └── index.html ├── favicon.ico ├── feed └── index.xml ├── government └── index.markdown ├── guide ├── data │ └── index.markdown └── index.markdown ├── history └── index.markdown ├── index.markdown ├── licenses-md ├── conformant │ ├── CC-BY-1.0.md │ ├── CC-BY-2.5.md │ ├── CC-BY-3.0.md │ ├── CC-BY-4.0.md │ ├── CC-BY-SA-1.0.md │ ├── CC-BY-SA-2.0.md │ ├── CC-BY-SA-2.5.md │ ├── CC-BY-SA-3.0.md │ ├── CC-BY-SA-4.0.md │ ├── CC0-1.0.md │ ├── DSL.md │ ├── FAL.md │ ├── GFDL-1.3.md │ ├── ODC-BY-1.0.md │ ├── ODC-ODBL-1.0.md │ ├── ODC-PDDL-1.0.md │ ├── OGL-CA-2.0.md │ ├── OGL-UK-2.0.md │ ├── TCL.md │ ├── against_drm-2.0.md │ ├── hesa-withrights.md │ └── miros.md └── inreview │ ├── Calgary.md │ ├── IODL-1.0.md │ ├── IODL-2.0.md │ ├── OGL-AB-2.0.md │ └── OGL-BC-2.0.md ├── licenses ├── against-drm │ └── index.markdown ├── api │ └── index.markdown ├── cc-by-sa │ └── index.markdown ├── cc-by │ └── index.markdown ├── cc-zero │ └── index.markdown ├── dsl │ └── index.markdown ├── eff-open-audio-license │ └── index.markdown ├── fal │ └── index.markdown ├── gfdl │ └── index.markdown ├── index.markdown ├── inreview │ └── OGL-Surrey-BC-2.0.md ├── miros │ └── index.markdown ├── mit-db │ └── index.markdown ├── nonconformant │ └── index.markdown ├── odc-by │ └── index.markdown ├── odc-odbl │ └── index.markdown ├── odc-pddl │ └── index.markdown ├── ogl-canada-subnational │ └── index.markdown ├── process │ └── index.markdown ├── tcl │ └── index.markdown └── ukpsi │ └── index.markdown ├── od ├── 1.0 │ ├── annotated │ │ └── index.markdown │ ├── el │ │ └── index.markdown │ ├── en │ │ └── index.markdown │ ├── es │ │ └── index.markdown │ ├── eu │ │ └── index.markdown │ ├── gl │ │ └── index.markdown │ ├── index.html │ ├── is │ │ └── index.markdown │ ├── it │ │ └── index.markdown │ ├── pl │ │ └── index.markdown │ └── sr │ │ └── index.markdown ├── 1.1 │ ├── ar │ │ └── index.markdown │ ├── be │ │ └── index.markdown │ ├── bg │ │ └── index.markdown │ ├── ca │ │ └── index.markdown │ ├── cz │ │ └── index.markdown │ ├── da │ │ └── index.markdown │ ├── de │ │ └── index.markdown │ ├── en │ │ └── index.markdown │ ├── fi │ │ └── index.markdown │ ├── fr │ │ └── index.markdown │ ├── he │ │ └── index.markdown │ ├── hr │ │ └── index.markdown │ ├── hu │ │ └── index.markdown │ ├── id │ │ └── index.markdown │ ├── index.html │ ├── ja │ │ └── index.markdown │ ├── kn │ │ └── index.markdown │ ├── ko │ │ └── index.markdown │ ├── mk │ │ └── index.markdown │ ├── no │ │ └── index.markdown │ ├── pt-br │ │ └── index.markdown │ ├── pt │ │ └── index.markdown │ ├── ru │ │ └── index.markdown │ ├── sq │ │ └── index.markdown │ ├── sr │ │ └── index.markdown │ ├── sv │ │ └── index.markdown │ ├── te │ │ └── index.markdown │ ├── tr │ │ └── index.markdown │ ├── zh-tw │ │ └── index.markdown │ └── zh │ │ └── index.markdown ├── 2.0 │ ├── ar │ │ └── index.markdown │ ├── cz │ │ └── index.markdown │ ├── de │ │ └── index.markdown │ ├── en │ │ └── index.markdown │ ├── es │ │ └── index.markdown │ ├── et │ │ └── index.markdown │ ├── hi │ │ └── index.markdown │ ├── index.html │ ├── it │ │ └── index.markdown │ ├── ko │ │ └── index.markdown │ ├── pl │ │ └── index.markdown │ ├── pt-br │ │ └── index.markdown │ ├── ua │ │ └── index.markdown │ └── zh-tw │ │ └── index.markdown ├── 2.1 │ ├── ar │ │ └── index.markdown │ ├── bs │ │ └── index.markdown │ ├── de │ │ └── index.markdown │ ├── en │ │ └── index.markdown │ ├── es │ │ └── index.markdown │ ├── et │ │ └── index.markdown │ ├── fa │ │ └── index.markdown │ ├── gl │ │ └── index.markdown │ ├── index.html │ ├── ja │ │ └── index.markdown │ ├── ko │ │ └── index.markdown │ ├── ne │ │ └── index.markdown │ ├── pt-br │ │ └── index.markdown │ ├── sr │ │ └── index.markdown │ ├── zh-tw │ │ └── index.markdown │ └── zh │ │ └── index.markdown ├── dev │ └── index.markdown ├── diffs │ ├── 1.0-1.1-en-wdiff.html │ ├── 1.1-2.0-en-wdiff.html │ ├── 2.0-2.1-en-wdiff.html │ ├── OSD-20070322.markdown │ ├── OSD20070322-OD1.0-en-wdiff.html │ ├── OSD20070322-OD1.1-en-wdiff.html │ ├── OSD20070322-OD2.0-en-wdiff.html │ ├── OSD20070322-OD2.1-en-wdiff.html │ └── README.md └── index.html ├── ofd └── index.markdown ├── okd ├── 1.0 │ └── index.html ├── 1.1 │ └── index.html ├── 2.0 │ └── index.html ├── 2.1 │ └── index.html └── index.html ├── ossd ├── bg │ └── index.markdown └── index.markdown ├── participate └── index.markdown ├── resources └── index.markdown ├── science └── index.markdown ├── script ├── README.md ├── bootstrap ├── cibuild └── server ├── source └── open-definition-revision-process-dev.markdown ├── spec └── ci_ruby_version_spec.rb ├── testing └── index.markdown └── update └── index.markdown /.gitignore: -------------------------------------------------------------------------------- 1 | .sass-cache/ 2 | .jekyll-metadata 3 | Gemfile.lock 4 | _site 5 | -------------------------------------------------------------------------------- /.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/.rubocop.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/.travis.yml -------------------------------------------------------------------------------- /1.0/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/1.0/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /1.1/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/1.1/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /2.0/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/2.0/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /2.1/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/2.1/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /404.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/404.md -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | opendefinition.org 2 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/Gemfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/Rakefile -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_config.yml -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_includes/footer.html -------------------------------------------------------------------------------- /_includes/menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_includes/menu.html -------------------------------------------------------------------------------- /_includes/okfn-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_includes/okfn-white.svg -------------------------------------------------------------------------------- /_includes/open-definition-landscape-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_includes/open-definition-landscape-white.svg -------------------------------------------------------------------------------- /_includes/translations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_includes/translations.html -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /_layouts/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_layouts/page.html -------------------------------------------------------------------------------- /_layouts/post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_layouts/post.html -------------------------------------------------------------------------------- /_posts/2012-03-24-notes-from-advisory-panel-meeting-march-2012.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2012-03-24-notes-from-advisory-panel-meeting-march-2012.markdown -------------------------------------------------------------------------------- /_posts/2012-11-27-notes-from-advisory-panel-meeting-september-2012.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2012-11-27-notes-from-advisory-panel-meeting-september-2012.markdown -------------------------------------------------------------------------------- /_posts/2012-12-03-notes-from-advisory-panel-meeting-december-2012.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2012-12-03-notes-from-advisory-panel-meeting-december-2012.markdown -------------------------------------------------------------------------------- /_posts/2012-12-17-open-definition-forges-ahead-get-involved.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2012-12-17-open-definition-forges-ahead-get-involved.markdown -------------------------------------------------------------------------------- /_posts/2013-01-31-ogl-canada-proposal-feedback.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2013-01-31-ogl-canada-proposal-feedback.markdown -------------------------------------------------------------------------------- /_posts/2013-08-03-notes-from-advisory-panel-meeting-june-2013.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2013-08-03-notes-from-advisory-panel-meeting-june-2013.markdown -------------------------------------------------------------------------------- /_posts/2013-08-08-notes-from-open-definition-call-august-2013.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2013-08-08-notes-from-open-definition-call-august-2013.markdown -------------------------------------------------------------------------------- /_posts/2013-10-16-notes-from-open-definition-call-october-2013.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2013-10-16-notes-from-open-definition-call-october-2013.markdown -------------------------------------------------------------------------------- /_posts/2013-12-04-open-definition-and-license-proliferation.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2013-12-04-open-definition-and-license-proliferation.markdown -------------------------------------------------------------------------------- /_posts/2013-12-13-notes-from-open-definition-call-december-2013.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2013-12-13-notes-from-open-definition-call-december-2013.markdown -------------------------------------------------------------------------------- /_posts/2013-12-28-od-2013.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2013-12-28-od-2013.markdown -------------------------------------------------------------------------------- /_posts/2014-04-04-notes-from-open-definition-call-february-2014.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2014-04-04-notes-from-open-definition-call-february-2014.markdown -------------------------------------------------------------------------------- /_posts/2014-06-06-notes-from-open-definition-call-april-2014.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2014-06-06-notes-from-open-definition-call-april-2014.markdown -------------------------------------------------------------------------------- /_posts/2014-08-10-notes-from-open-definition-call-june-2014.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2014-08-10-notes-from-open-definition-call-june-2014.markdown -------------------------------------------------------------------------------- /_posts/2014-10-02-notes-from-open-definition-call-august-2014.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2014-10-02-notes-from-open-definition-call-august-2014.markdown -------------------------------------------------------------------------------- /_posts/2015-01-27-notes-from-open-definition-call-december-2014.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2015-01-27-notes-from-open-definition-call-december-2014.markdown -------------------------------------------------------------------------------- /_posts/2015-02-26-notes-from-open-definition-call-february-2014.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2015-02-26-notes-from-open-definition-call-february-2014.markdown -------------------------------------------------------------------------------- /_posts/2015-06-11-notes-from-open-definition-call-june-2015.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2015-06-11-notes-from-open-definition-call-june-2015.markdown -------------------------------------------------------------------------------- /_posts/2015-08-13-notes-from-open-definition-call-august-2015.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2015-08-13-notes-from-open-definition-call-august-2015.markdown -------------------------------------------------------------------------------- /_posts/2015-10-08-notes-from-open-definition-call-october-2015.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2015-10-08-notes-from-open-definition-call-october-2015.markdown -------------------------------------------------------------------------------- /_posts/2015-12-10-notes-from-open-definition-call-december-2015.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_posts/2015-12-10-notes-from-open-definition-call-december-2015.markdown -------------------------------------------------------------------------------- /_sass/_api.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_sass/_api.scss -------------------------------------------------------------------------------- /_sass/_body.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_sass/_body.scss -------------------------------------------------------------------------------- /_sass/_footer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_sass/_footer.scss -------------------------------------------------------------------------------- /_sass/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_sass/_mixins.scss -------------------------------------------------------------------------------- /_sass/_normalize.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_sass/_normalize.scss -------------------------------------------------------------------------------- /_sass/_ok-ribbon.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_sass/_ok-ribbon.scss -------------------------------------------------------------------------------- /_sass/_solo.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_sass/_solo.scss -------------------------------------------------------------------------------- /_sass/_syntax.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_sass/_syntax.scss -------------------------------------------------------------------------------- /_sass/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/_sass/_variables.scss -------------------------------------------------------------------------------- /about/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/about/index.markdown -------------------------------------------------------------------------------- /advisory-council/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/advisory-council/index.markdown -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/oc_80x15_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/oc_80x15_blue.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/oc_80x15_red_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/oc_80x15_red_green.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/oc_80x23_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/oc_80x23_blue.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/od_80x15_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/od_80x15_blue.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/od_80x15_red_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/od_80x15_red_green.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/od_80x23_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/od_80x23_blue.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/ok_80x15_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/ok_80x15_blue.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/ok_80x15_orange_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/ok_80x15_orange_grey.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/ok_80x15_red_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/ok_80x15_red_green.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/ok_80x23_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/ok_80x23_blue.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/os_80x15_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/os_80x15_blue.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png -------------------------------------------------------------------------------- /assets.okfn.org/images/ok_buttons/os_80x15_red_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/ok_buttons/os_80x15_red_green.png -------------------------------------------------------------------------------- /assets.okfn.org/images/social/github-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/social/github-logo.png -------------------------------------------------------------------------------- /assets.okfn.org/images/social/linkedin-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/social/linkedin-logo.png -------------------------------------------------------------------------------- /assets.okfn.org/images/social/mastodon-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/social/mastodon-logo.png -------------------------------------------------------------------------------- /assets.okfn.org/images/social/newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/social/newsletter.png -------------------------------------------------------------------------------- /assets.okfn.org/images/social/twitter-logo-circle copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/social/twitter-logo-circle copy.png -------------------------------------------------------------------------------- /assets.okfn.org/images/social/x-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/social/x-logo.png -------------------------------------------------------------------------------- /assets.okfn.org/images/social/youtube-logo-circle copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/social/youtube-logo-circle copy.png -------------------------------------------------------------------------------- /assets.okfn.org/images/social/youtube-logo-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/images/social/youtube-logo-circle.png -------------------------------------------------------------------------------- /assets.okfn.org/js/api-docs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/js/api-docs.js -------------------------------------------------------------------------------- /assets.okfn.org/mmenu-js/mmenu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/mmenu-js/mmenu.css -------------------------------------------------------------------------------- /assets.okfn.org/mmenu-js/mmenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/mmenu-js/mmenu.js -------------------------------------------------------------------------------- /assets.okfn.org/mmenu-js/mmenu.polyfills.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/assets.okfn.org/mmenu-js/mmenu.polyfills.js -------------------------------------------------------------------------------- /bibliographic/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/bibliographic/index.markdown -------------------------------------------------------------------------------- /buttons/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/buttons/index.markdown -------------------------------------------------------------------------------- /contact/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/contact/index.markdown -------------------------------------------------------------------------------- /css/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/css/main.scss -------------------------------------------------------------------------------- /current/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/2.1/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/favicon.ico -------------------------------------------------------------------------------- /feed/index.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/feed/index.xml -------------------------------------------------------------------------------- /government/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/government/index.markdown -------------------------------------------------------------------------------- /guide/data/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/guide/data/index.markdown -------------------------------------------------------------------------------- /guide/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/guide/index.markdown -------------------------------------------------------------------------------- /history/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/history/index.markdown -------------------------------------------------------------------------------- /index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/index.markdown -------------------------------------------------------------------------------- /licenses-md/conformant/CC-BY-1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/CC-BY-1.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/CC-BY-2.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/CC-BY-2.5.md -------------------------------------------------------------------------------- /licenses-md/conformant/CC-BY-3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/CC-BY-3.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/CC-BY-4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/CC-BY-4.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/CC-BY-SA-1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/CC-BY-SA-1.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/CC-BY-SA-2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/CC-BY-SA-2.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/CC-BY-SA-2.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/CC-BY-SA-2.5.md -------------------------------------------------------------------------------- /licenses-md/conformant/CC-BY-SA-3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/CC-BY-SA-3.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/CC-BY-SA-4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/CC-BY-SA-4.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/CC0-1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/CC0-1.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/DSL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/DSL.md -------------------------------------------------------------------------------- /licenses-md/conformant/FAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/FAL.md -------------------------------------------------------------------------------- /licenses-md/conformant/GFDL-1.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/GFDL-1.3.md -------------------------------------------------------------------------------- /licenses-md/conformant/ODC-BY-1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/ODC-BY-1.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/ODC-ODBL-1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/ODC-ODBL-1.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/ODC-PDDL-1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/ODC-PDDL-1.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/OGL-CA-2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/OGL-CA-2.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/OGL-UK-2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/OGL-UK-2.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/TCL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/TCL.md -------------------------------------------------------------------------------- /licenses-md/conformant/against_drm-2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/against_drm-2.0.md -------------------------------------------------------------------------------- /licenses-md/conformant/hesa-withrights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/hesa-withrights.md -------------------------------------------------------------------------------- /licenses-md/conformant/miros.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/conformant/miros.md -------------------------------------------------------------------------------- /licenses-md/inreview/Calgary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/inreview/Calgary.md -------------------------------------------------------------------------------- /licenses-md/inreview/IODL-1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/inreview/IODL-1.0.md -------------------------------------------------------------------------------- /licenses-md/inreview/IODL-2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/inreview/IODL-2.0.md -------------------------------------------------------------------------------- /licenses-md/inreview/OGL-AB-2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/inreview/OGL-AB-2.0.md -------------------------------------------------------------------------------- /licenses-md/inreview/OGL-BC-2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses-md/inreview/OGL-BC-2.0.md -------------------------------------------------------------------------------- /licenses/against-drm/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/against-drm/index.markdown -------------------------------------------------------------------------------- /licenses/api/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/api/index.markdown -------------------------------------------------------------------------------- /licenses/cc-by-sa/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/cc-by-sa/index.markdown -------------------------------------------------------------------------------- /licenses/cc-by/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/cc-by/index.markdown -------------------------------------------------------------------------------- /licenses/cc-zero/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/cc-zero/index.markdown -------------------------------------------------------------------------------- /licenses/dsl/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/dsl/index.markdown -------------------------------------------------------------------------------- /licenses/eff-open-audio-license/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/eff-open-audio-license/index.markdown -------------------------------------------------------------------------------- /licenses/fal/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/fal/index.markdown -------------------------------------------------------------------------------- /licenses/gfdl/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/gfdl/index.markdown -------------------------------------------------------------------------------- /licenses/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/index.markdown -------------------------------------------------------------------------------- /licenses/inreview/OGL-Surrey-BC-2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/inreview/OGL-Surrey-BC-2.0.md -------------------------------------------------------------------------------- /licenses/miros/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/miros/index.markdown -------------------------------------------------------------------------------- /licenses/mit-db/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/mit-db/index.markdown -------------------------------------------------------------------------------- /licenses/nonconformant/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/nonconformant/index.markdown -------------------------------------------------------------------------------- /licenses/odc-by/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/odc-by/index.markdown -------------------------------------------------------------------------------- /licenses/odc-odbl/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/odc-odbl/index.markdown -------------------------------------------------------------------------------- /licenses/odc-pddl/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/odc-pddl/index.markdown -------------------------------------------------------------------------------- /licenses/ogl-canada-subnational/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/ogl-canada-subnational/index.markdown -------------------------------------------------------------------------------- /licenses/process/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/process/index.markdown -------------------------------------------------------------------------------- /licenses/tcl/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/tcl/index.markdown -------------------------------------------------------------------------------- /licenses/ukpsi/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/licenses/ukpsi/index.markdown -------------------------------------------------------------------------------- /od/1.0/annotated/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.0/annotated/index.markdown -------------------------------------------------------------------------------- /od/1.0/el/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.0/el/index.markdown -------------------------------------------------------------------------------- /od/1.0/en/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.0/en/index.markdown -------------------------------------------------------------------------------- /od/1.0/es/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.0/es/index.markdown -------------------------------------------------------------------------------- /od/1.0/eu/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.0/eu/index.markdown -------------------------------------------------------------------------------- /od/1.0/gl/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.0/gl/index.markdown -------------------------------------------------------------------------------- /od/1.0/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/1.0/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /od/1.0/is/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.0/is/index.markdown -------------------------------------------------------------------------------- /od/1.0/it/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.0/it/index.markdown -------------------------------------------------------------------------------- /od/1.0/pl/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.0/pl/index.markdown -------------------------------------------------------------------------------- /od/1.0/sr/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.0/sr/index.markdown -------------------------------------------------------------------------------- /od/1.1/ar/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/ar/index.markdown -------------------------------------------------------------------------------- /od/1.1/be/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/be/index.markdown -------------------------------------------------------------------------------- /od/1.1/bg/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/bg/index.markdown -------------------------------------------------------------------------------- /od/1.1/ca/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/ca/index.markdown -------------------------------------------------------------------------------- /od/1.1/cz/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/cz/index.markdown -------------------------------------------------------------------------------- /od/1.1/da/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/da/index.markdown -------------------------------------------------------------------------------- /od/1.1/de/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/de/index.markdown -------------------------------------------------------------------------------- /od/1.1/en/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/en/index.markdown -------------------------------------------------------------------------------- /od/1.1/fi/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/fi/index.markdown -------------------------------------------------------------------------------- /od/1.1/fr/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/fr/index.markdown -------------------------------------------------------------------------------- /od/1.1/he/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/he/index.markdown -------------------------------------------------------------------------------- /od/1.1/hr/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/hr/index.markdown -------------------------------------------------------------------------------- /od/1.1/hu/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/hu/index.markdown -------------------------------------------------------------------------------- /od/1.1/id/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/id/index.markdown -------------------------------------------------------------------------------- /od/1.1/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/1.1/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /od/1.1/ja/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/ja/index.markdown -------------------------------------------------------------------------------- /od/1.1/kn/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/kn/index.markdown -------------------------------------------------------------------------------- /od/1.1/ko/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/ko/index.markdown -------------------------------------------------------------------------------- /od/1.1/mk/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/mk/index.markdown -------------------------------------------------------------------------------- /od/1.1/no/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/no/index.markdown -------------------------------------------------------------------------------- /od/1.1/pt-br/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/pt-br/index.markdown -------------------------------------------------------------------------------- /od/1.1/pt/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/pt/index.markdown -------------------------------------------------------------------------------- /od/1.1/ru/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/ru/index.markdown -------------------------------------------------------------------------------- /od/1.1/sq/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/sq/index.markdown -------------------------------------------------------------------------------- /od/1.1/sr/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/sr/index.markdown -------------------------------------------------------------------------------- /od/1.1/sv/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/sv/index.markdown -------------------------------------------------------------------------------- /od/1.1/te/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/te/index.markdown -------------------------------------------------------------------------------- /od/1.1/tr/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/tr/index.markdown -------------------------------------------------------------------------------- /od/1.1/zh-tw/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/zh-tw/index.markdown -------------------------------------------------------------------------------- /od/1.1/zh/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/1.1/zh/index.markdown -------------------------------------------------------------------------------- /od/2.0/ar/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/ar/index.markdown -------------------------------------------------------------------------------- /od/2.0/cz/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/cz/index.markdown -------------------------------------------------------------------------------- /od/2.0/de/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/de/index.markdown -------------------------------------------------------------------------------- /od/2.0/en/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/en/index.markdown -------------------------------------------------------------------------------- /od/2.0/es/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/es/index.markdown -------------------------------------------------------------------------------- /od/2.0/et/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/et/index.markdown -------------------------------------------------------------------------------- /od/2.0/hi/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/hi/index.markdown -------------------------------------------------------------------------------- /od/2.0/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/2.0/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /od/2.0/it/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/it/index.markdown -------------------------------------------------------------------------------- /od/2.0/ko/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/ko/index.markdown -------------------------------------------------------------------------------- /od/2.0/pl/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/pl/index.markdown -------------------------------------------------------------------------------- /od/2.0/pt-br/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/pt-br/index.markdown -------------------------------------------------------------------------------- /od/2.0/ua/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/ua/index.markdown -------------------------------------------------------------------------------- /od/2.0/zh-tw/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.0/zh-tw/index.markdown -------------------------------------------------------------------------------- /od/2.1/ar/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/ar/index.markdown -------------------------------------------------------------------------------- /od/2.1/bs/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/bs/index.markdown -------------------------------------------------------------------------------- /od/2.1/de/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/de/index.markdown -------------------------------------------------------------------------------- /od/2.1/en/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/en/index.markdown -------------------------------------------------------------------------------- /od/2.1/es/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/es/index.markdown -------------------------------------------------------------------------------- /od/2.1/et/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/et/index.markdown -------------------------------------------------------------------------------- /od/2.1/fa/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/fa/index.markdown -------------------------------------------------------------------------------- /od/2.1/gl/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/gl/index.markdown -------------------------------------------------------------------------------- /od/2.1/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/2.1/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /od/2.1/ja/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/ja/index.markdown -------------------------------------------------------------------------------- /od/2.1/ko/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/ko/index.markdown -------------------------------------------------------------------------------- /od/2.1/ne/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/ne/index.markdown -------------------------------------------------------------------------------- /od/2.1/pt-br/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/pt-br/index.markdown -------------------------------------------------------------------------------- /od/2.1/sr/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/sr/index.markdown -------------------------------------------------------------------------------- /od/2.1/zh-tw/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/zh-tw/index.markdown -------------------------------------------------------------------------------- /od/2.1/zh/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/2.1/zh/index.markdown -------------------------------------------------------------------------------- /od/dev/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/dev/index.markdown -------------------------------------------------------------------------------- /od/diffs/1.0-1.1-en-wdiff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/diffs/1.0-1.1-en-wdiff.html -------------------------------------------------------------------------------- /od/diffs/1.1-2.0-en-wdiff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/diffs/1.1-2.0-en-wdiff.html -------------------------------------------------------------------------------- /od/diffs/2.0-2.1-en-wdiff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/diffs/2.0-2.1-en-wdiff.html -------------------------------------------------------------------------------- /od/diffs/OSD-20070322.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/diffs/OSD-20070322.markdown -------------------------------------------------------------------------------- /od/diffs/OSD20070322-OD1.0-en-wdiff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/diffs/OSD20070322-OD1.0-en-wdiff.html -------------------------------------------------------------------------------- /od/diffs/OSD20070322-OD1.1-en-wdiff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/diffs/OSD20070322-OD1.1-en-wdiff.html -------------------------------------------------------------------------------- /od/diffs/OSD20070322-OD2.0-en-wdiff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/diffs/OSD20070322-OD2.0-en-wdiff.html -------------------------------------------------------------------------------- /od/diffs/OSD20070322-OD2.1-en-wdiff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/diffs/OSD20070322-OD2.1-en-wdiff.html -------------------------------------------------------------------------------- /od/diffs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/od/diffs/README.md -------------------------------------------------------------------------------- /od/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/2.1/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /ofd/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/ofd/index.markdown -------------------------------------------------------------------------------- /okd/1.0/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/1.0/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /okd/1.1/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/1.1/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /okd/2.0/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/2.0/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /okd/2.1/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/2.1/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /okd/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: /od/2.1/en/ 3 | --- 4 | -------------------------------------------------------------------------------- /ossd/bg/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/ossd/bg/index.markdown -------------------------------------------------------------------------------- /ossd/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/ossd/index.markdown -------------------------------------------------------------------------------- /participate/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/participate/index.markdown -------------------------------------------------------------------------------- /resources/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/resources/index.markdown -------------------------------------------------------------------------------- /science/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/science/index.markdown -------------------------------------------------------------------------------- /script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/script/README.md -------------------------------------------------------------------------------- /script/bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/script/bootstrap -------------------------------------------------------------------------------- /script/cibuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/script/cibuild -------------------------------------------------------------------------------- /script/server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/script/server -------------------------------------------------------------------------------- /source/open-definition-revision-process-dev.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/source/open-definition-revision-process-dev.markdown -------------------------------------------------------------------------------- /spec/ci_ruby_version_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/spec/ci_ruby_version_spec.rb -------------------------------------------------------------------------------- /testing/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/testing/index.markdown -------------------------------------------------------------------------------- /update/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okfn/opendefinition/HEAD/update/index.markdown --------------------------------------------------------------------------------