-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mvp-tema-i18n (#8): documentum, Latin, caso acusativo singular ('neut…
…ro') de documentação
- Loading branch information
Showing
8 changed files
with
415 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# Unix-style newlines with a newline ending every file | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
charset = utf-8 | ||
|
||
# https://google.github.io/styleguide/htmlcssguide.html#Indentation | ||
# https://google.github.io/styleguide/jsguide.html#jsdoc-whitespace | ||
[*.{html,htm,css,scss,js,mjs}] | ||
indent_style = space | ||
indent_size = 2 | ||
|
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
{%- seo -%} | ||
{% comment %}<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">{% endcomment %} | ||
<!-- Bootstrap CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous"> | ||
|
||
{%- feed_meta -%} | ||
{%- if jekyll.environment == 'production' and site.google_analytics -%} | ||
{%- include google-analytics.html -%} | ||
{%- endif -%} | ||
|
||
{%- include custom-head.html -%} | ||
|
||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<header class="site-header"> | ||
|
||
<div class="wrapper"> | ||
{%- assign default_paths = site.pages | map: "path" -%} | ||
{%- assign page_paths = site.header_pages | default: default_paths -%} | ||
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%} | ||
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a> | ||
|
||
{%- if titles_size > 0 -%} | ||
<nav class="site-nav"> | ||
<input type="checkbox" id="nav-trigger" class="nav-trigger" /> | ||
<label for="nav-trigger"> | ||
<span class="menu-icon"> | ||
<svg viewBox="0 0 18 15" width="18px" height="15px"> | ||
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/> | ||
</svg> | ||
</span> | ||
</label> | ||
|
||
<div class="trigger"> | ||
{%- for path in page_paths -%} | ||
{%- assign my_page = site.pages | where: "path", path | first -%} | ||
{%- if my_page.title -%} | ||
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a> | ||
{%- endif -%} | ||
{%- endfor -%} | ||
</div> | ||
</nav> | ||
{%- endif -%} | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="{{ page.lang | default: site.lang | default: 'la' }}"> | ||
|
||
{%- include bootstrap5-head.html -%} | ||
|
||
<body> | ||
|
||
{%- include header.html -%} | ||
|
||
<main class="page-content" aria-label="Content"> | ||
<div class="wrapper"> | ||
{{ content }} | ||
</div> | ||
</main> | ||
|
||
{%- include footer.html -%} | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,165 @@ | ||
--- | ||
title: "Augmented documentation for Humanitarian APIs" | ||
description: "[working-draft] Argumented documentation of common APIs for humanitarian aid with OpenAPI" | ||
locale: en | ||
permalink: /eng | ||
--- | ||
|
||
# Augmented documentation for Humanitarian APIs | ||
**[working-draft] Argumented documentation of common APIs for | ||
humanitarian aid with [OpenAPI](https://www.openapis.org/), the _de facto_ | ||
open industry standard to document REST APIs.** | ||
|
||
> - **[Documentação na língua portuguesa aqui](por.md)** | ||
--- | ||
|
||
**Table of contents** | ||
|
||
<!-- TOC depthFrom:2 --> | ||
|
||
- [API](#api) | ||
- [UN](#un) | ||
- [ReliefWeb](#reliefweb) | ||
- [ReliefWeb-eng](#reliefweb-eng) | ||
- [HDX - The Humanitarian Data Exchange](#hdx---the-humanitarian-data-exchange) | ||
- [HDX-eng](#hdx-eng) | ||
- [CODV2API <sup>(beta)</sup>](#codv2api-supbetasup) | ||
- [CODV2API-eng](#codv2api-eng) | ||
- [XZ](#xz) | ||
- [HXL-Proxy - Humanitarian Exchange Language Proxy](#hxl-proxy---humanitarian-exchange-language-proxy) | ||
- [HXL-Proxy](#hxl-proxy) | ||
- [BR](#br) | ||
- [Brazilian Open Data portals](#brazilian-open-data-portals) | ||
- [portais-ckan-brasil-por](#portais-ckan-brasil-por) | ||
- [portais-arcgis-brasil-por](#portais-arcgis-brasil-por) | ||
- [brazilian-ckan-portals-eng](#brazilian-ckan-portals-eng) | ||
- [Schema](#schema) | ||
- [ISO 639-3](#iso-639-3) | ||
- [In English](#in-english) | ||
- [ISO 15924](#iso-15924) | ||
- [In English](#in-english-1) | ||
- [Systema](#systema) | ||
- [OpenAPI](#openapi) | ||
- [Online editors](#online-editors) | ||
- [License](#license) | ||
|
||
<!-- /TOC --> | ||
|
||
--- | ||
|
||
|
||
## API | ||
|
||
### UN | ||
|
||
#### ReliefWeb | ||
<!-- | ||
- **Wikipedia**: | ||
- eng: <https://en.wikipedia.org/wiki/ReliefWeb> | ||
--> | ||
|
||
##### ReliefWeb-eng | ||
- **Pré-visualizar/executar online**: <https://hapi.etica.ai/api/UN/reliefweb/eng/> | ||
- **Arquivo OpenAPI**: [api/UN/reliefweb/eng/openapi.yaml](api/UN/reliefweb/eng/openapi.yaml) | ||
|
||
#### HDX - The Humanitarian Data Exchange | ||
|
||
##### HDX-eng | ||
- **Preview/Execute**: <https://hapi.etica.ai/api/UN/HDX/eng> | ||
- **OpenAPI File**: [api/UN/HDX/eng/openapi.yaml](api/UN/HDX/eng/openapi.yaml) | ||
|
||
#### CODV2API <sup>(beta)</sup> | ||
|
||
##### CODV2API-eng | ||
- **Preview/Execute**: <https://hapi.etica.ai/api/UN/CODV2API/eng> | ||
- **OpenAPI File**: [api/UN/CODV2API/eng/openapi.yaml](api/UN/CODV2API/eng/openapi.yaml) | ||
|
||
### XZ | ||
|
||
#### HXL-Proxy - Humanitarian Exchange Language Proxy | ||
|
||
##### HXL-Proxy | ||
- **Preview/Execute**: <https://hapi.etica.ai/api/XZ/HXL-Proxy/eng> | ||
- **OpenAPI File**: [api/XZ/HXL-Proxy/eng/openapi.yaml](api/XZ/HXL-Proxy/eng/openapi.yaml) | ||
|
||
### BR | ||
|
||
#### Brazilian Open Data portals | ||
|
||
##### portais-ckan-brasil-por | ||
|
||
- **Preview/Execute**: <https://hapi.etica.ai/api/BR/portais-ckan-brasil/por> | ||
- **OpenAPI File**: [api/BR/portais-ckan-brasil/por/openapi.yaml](api/BR/portais-ckan-brasil/por/openapi.yaml) | ||
|
||
##### portais-arcgis-brasil-por | ||
|
||
- **Preview/Execute**: <https://hapi.etica.ai/api/BR/portais-arcgis-brasil/por> | ||
- **OpenAPI File**: [api/BR/portais-arcgis-brasil/por/openapi.yaml](api/BR/portais-arcgis-brasil/por/openapi.yaml) | ||
|
||
|
||
##### brazilian-ckan-portals-eng | ||
|
||
- **Preview/Execute**: <https://hapi.etica.ai/api/BR/brazilian-ckan-portals/eng> | ||
- **OpenAPI File**: [api/BR/brazilian-ckan-portals/eng/openapi.yaml](api/BR/brazilian-ckan-portals/eng/openapi.yaml) | ||
|
||
## Schema | ||
|
||
### ISO 639-3 | ||
- **Description**: Codes for the representation of names of languages – | ||
Part 3: Alpha-3 code for comprehensive coverage of languages | ||
- **Official websites**: | ||
- <http://iso639-3.sil.org/> | ||
- **Download**: | ||
- <https://iso639-3.sil.org/code_tables/download_tables> | ||
- <https://iso639-3.sil.org/sites/iso639-3/files/downloads/iso-639-3.tab> | ||
- **Wikipedia**: | ||
- eng: <https://en.wikipedia.org/wiki/ISO_639-3> | ||
|
||
#### In English | ||
- SQL: | ||
- [schema/iso/iso639-3/eng/iso639-3.sql](schema/iso/iso639-3/eng/iso639-3.sql) | ||
- JSON Schema: | ||
- [schema/iso/iso639-3/eng/iso639-3.json](schema/iso/iso639-3/eng/iso639-3.json) | ||
- [schema/iso/iso639-3/eng/iso639-3_macrolanguages.json](schema/iso/iso639-3/eng/iso639-3_macrolanguages.json) | ||
- GraphQL Schema <sup>(beta)</sup> | ||
- [schema/iso/iso639-3/eng/iso639-3.graphql](schema/iso/iso639-3/eng/iso639-3.graphql) | ||
|
||
### ISO 15924 | ||
- **Description**: Codes for the representation of names of scripts | ||
- **Official websites**: | ||
- <https://www.unicode.org/iso15924/> | ||
- <https://www.iso.org/obp/ui/#iso:std:iso:15924:ed-1:v1:en> | ||
- **Download**: | ||
- <https://www.unicode.org/iso15924/iso15924.txt> | ||
- **Wikipedia** | ||
- eng: <https://en.wikipedia.org/wiki/ISO_15924> | ||
|
||
#### In English | ||
|
||
- JSON Schema: | ||
- [schema/iso/iso15924/eng/iso15924.json](schema/iso/iso15924/eng/iso15924.json) | ||
|
||
<!-- | ||
## Systema | ||
### OpenAPI | ||
- **OpenAPI Specification**: <https://spec.openapis.org/oas/v3.0.3> | ||
- **OpenAPI.Tools** <https://openapi.tools/> | ||
#### Online editors | ||
- <https://editor.swagger.io/> | ||
- <https://editor.swagger.io/?url=https://example.org/myfile.yaml> | ||
--> | ||
|
||
## License | ||
|
||
<!--TODO: This license terms are a draft; Need to be reviewned --> | ||
|
||
[![Public Domain Dedication](https://i.creativecommons.org/p/zero/1.0/88x31.png)](UNLICENSE) | ||
|
||
The [HXL-CPLP](https://github.com/HXL-CPLP) has dedicated the work to the | ||
[public domain](UNLICENSE) by waiving all of their rights to the work worldwide | ||
under copyright law, including all related and neighboring rights, to the extent | ||
allowed by law. |
Oops, something went wrong.