Skip to content

Commit ef0d35f

Browse files
deleted funding.json file, adde .wellKnown folder and funding.json page (#169)
1 parent 1bb37a9 commit ef0d35f

File tree

3 files changed

+30
-18
lines changed

3 files changed

+30
-18
lines changed

.wellKnown/funding-manifest-urls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Find the OSL funding.json file at: www.opensciencelabs.org/funding.json

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ nav:
8080
- Governance: about/governance/index.md
8181
- CoC: about/coc/index.md
8282
- Donate: "donate/index.md"
83+
- funding.json: "funding.json/index.md"
8384

8485
markdown_extensions:
8586
- toc:

funding.json renamed to pages/funding.json/index.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
{
2-
"version": "v1.0.0",
1+
---
2+
title: "funding.json"
3+
description: "Open Science Labs, sharing knowledge"
4+
date: "2019-02-28"
5+
authors: ["OSL Team"]
6+
---
7+
8+
## Here's the OSL funding.json manifest
9+
10+
```
11+
{ "version": "v1.0.0",
312
"entity": {
413
"type": "organisation",
514
"role": "owner",
@@ -18,26 +27,26 @@
1827
"name": "ASTx",
1928
"description": "ASTx is a groundbreaking library designed to encapsulate language components in an agnostic and pythonic way. It provides a comprehensive set of classes and functionalities, allowing developers to articulate the core elements of any programming language.",
2029
"webpageUrl": {
21-
"url": "https://astx.arxlang.org",
22-
"wellKnown": "https://astx.arxlang.org"
30+
"url": "https://astx.arxlang.org"
31+
2332
},
2433
"repositoryUrl": {
2534
"url": "https://github.com/arxlang/astx",
26-
"wellKnown": "https://github.com/arxlang/astx"
35+
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
2736
}
2837
},
2938
30-
{
39+
{
3140
"guid": "sugar",
3241
"name": "Sugar",
3342
"description": "Sugar is a tool that helps users organize their stack of containers and any additional scripts. ",
3443
"webpageUrl": {
35-
"url": "https://osl-incubator.github.io/sugar",
36-
"wellKnown": "https://osl-incubator.github.io/sugar"
44+
"url": "https://osl-incubator.github.io/sugar"
45+
3746
},
3847
"repositoryUrl": {
3948
"url": "https://github.com/osl-incubator/sugar",
40-
"wellKnown": "https://github.com/osl-incubator/sugar"
49+
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
4150
}
4251
4352
},
@@ -47,12 +56,12 @@
4756
"name": "Makim",
4857
"description": "Makim is a YAML-based task automation tool offering structures for the definition for tasks and dependencies, with support for conditionals.",
4958
"webpageUrl": {
50-
"url": "https://osl-incubator.github.io/makim",
51-
"wellKnown": "https://osl-incubator.github.io/makim"
59+
"url": "https://osl-incubator.github.io/makim"
60+
5261
},
5362
"repositoryUrl": {
5463
"url": "https://github.com/osl-incubator/makim",
55-
"wellKnown": "https://github.com/osl-incubator/makim"
64+
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
5665
}
5766
5867
},
@@ -62,12 +71,12 @@
6271
"name": "SciCookie",
6372
"description": "Scicookie is a template which creates projects from project templates and is based on Cookiecutter. It serves as an initial structure to simply project creation processes.",
6473
"webpageUrl": {
65-
"url": "https://osl-incubator.github.io/scicookie",
66-
"wellKnown": "https://osl-incubator.github.io/scicookie"
74+
"url": "https://osl-incubator.github.io/scicookie"
75+
6776
},
6877
"repositoryUrl": {
6978
"url": "https://github.com/osl-incubator/scicookie",
70-
"wellKnown": "https://github.com/osl-incubator/scicookie"
79+
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
7180
}
7281
7382
},
@@ -77,12 +86,12 @@
7786
"name": "ArtBox",
7887
"description": "Artbox is a tool that handles multimedia files processing, such as conversion from speech to text and vice versa.",
7988
"webpageUrl": {
80-
"url": "https://osl-incubator.github.io/artbox",
81-
"wellKnown": "https://osl-incubator.github.io/artbox"
89+
"url": "https://osl-incubator.github.io/artbox"
90+
8291
},
8392
"repositoryUrl": {
8493
"url": "https://github.com/osl-incubator/artbox",
85-
"wellKnown": "https://github.com/osl-incubator/artbox"
94+
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
8695
}
8796
8897
}
@@ -134,3 +143,4 @@
134143
]
135144
}
136145
}
146+
```

0 commit comments

Comments
 (0)