Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Changing Open Knowledge International to Open Knowledge Foundation (#326
Browse files Browse the repository at this point in the history
)

* Changing Open Knowledge International to Open Knowledge Foundation

* Changing OKI to OKF and fixing a small typo

* Change Open Knowledge International to Open Knowledge Foundation

* Change OKI to OKF

* Change OKI to OKF

* Change OKI to OKF

* Change OKI to OKF

* Delete logo_oki.svg

* Add files via upload
  • Loading branch information
StephenAbbott authored and roll committed May 20, 2019
1 parent 1805e3e commit 8a40dab
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:8-alpine as builder
MAINTAINER Open Knowledge International <sysadmin@okfn.org>
MAINTAINER Open Knowledge Foundation <sysadmin@okfn.org>
WORKDIR /app

RUN apk add --no-cache \
Expand All @@ -25,7 +25,7 @@ RUN make frontend

FROM python:3.5-alpine

MAINTAINER Open Knowledge International <sysadmin@okfn.org>
MAINTAINER Open Knowledge Foundation <sysadmin@okfn.org>

ENV LANG=en_US.UTF-8 \
APP_DIR=/srv/app
Expand Down
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@

# General information about the project.
project = 'goodtables.io'
copyright = '2017, Open Knowledge International'
author = 'Open Knowledge International'
copyright = '2017, Open Knowledge Foundation'
author = 'Open Knowledge Foundation
'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -137,7 +138,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'Goodtables.tex', 'Goodtables.io Documentation',
'Open Knowledge International', 'manual'),
'Open Knowledge Foundation', 'manual'),
]


Expand Down
4 changes: 2 additions & 2 deletions frontend/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
<p>
Goodtables.io is a continuous validation service for tabular data by
the <a href="https://okfn.org" rel="external">Open Knowledge
International</a>. It allows for the checking of common erros and problems
Foundation</a>. It allows for the checking of common errors and problems
in tabular data files, such as:
</p>
<ul>
Expand Down Expand Up @@ -52,7 +52,7 @@ export default {
<h2>Who?</h2>
<p>
This service is provided by the <a href="https://okfn.org"
rel="external">Open Knowledge International</a>, a global non-profit
rel="external">Open Knowledge Foundation</a>, a global non-profit
organisation that focuses on helping civil society groups access and
use data to achieve their goals. Since we started in 2004, we have been
pushing governments and organisations to release data, building tools and
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
<div>
<p>To provide feedback or report an issue:</p>
<ul>
<li>Give feedback <a href="https://discuss.okfn.org/t/launching-goodtables-io-tell-us-what-you-think" target="_blank">thread</a> on the Open Knowledge International forum.</li>
<li>Give feedback <a href="https://discuss.okfn.org/t/launching-goodtables-io-tell-us-what-you-think" target="_blank">thread</a> on the Open Knowledge Foundation forum.</li>
<li>Open a bug report or a feature request on the <a href="https://github.com/frictionlessdata/goodtables.io/issues" target="_blank">goodtables.io issue tracker</a>.</li>
<li>Join our <a href="https://gitter.im/frictionlessdata/chat" target="_blank">chat room on Gitter, and talk to the team</a>.</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/AppBaseLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
</li>
</ul>
<p>
GoodTables is part of the <a href="https://frictionlessdata.io" rel="external">Frictionless Data</a> project from <a href="https://okfn.org" rel="external">Open Knowledge International</a>, which supports a wider discussion around Open Data quality. We believe that GoodTables can reduce the processing time of your data publication workflow, whatever it may be. <a href="https://okfn.org/privacy-policy/">Privacy policy</a>.
GoodTables is part of the <a href="https://frictionlessdata.io" rel="external">Frictionless Data</a> project from <a href="https://okfn.org" rel="external">Open Knowledge Foundation</a>, which supports a wider discussion around open data quality. We believe that GoodTables can reduce the processing time of your data publication workflow, whatever it may be. <a href="https://okfn.org/privacy-policy/">Privacy policy</a>.
</p>
</div>
</section>
Expand Down
4 changes: 3 additions & 1 deletion frontend/images/logo_oki.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="description" content="Continuous data validation, as a service.">
<meta name="keywords" content="goodtables, validation">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Open Knowledge International">
<meta name="author" content="Open Knowledge Foundation">

<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def read(*paths):
'goodtablesio = goodtablesio.commands:main',
]
},
author='Open Knowledge International',
author='Open Knowledge Foundation',
author_email='info@okfn.org',
url='https://github.com/frictionlessdata/goodtables.io',
license='GNU Affero General Public License (AGPL) v3.0',
Expand Down

0 comments on commit 8a40dab

Please sign in to comment.