Skip to content

Commit 7163140

Browse files
chore: Remove funding.json/index.md HTML docs; serve raw funding.json only (#230)
1 parent fd32ab7 commit 7163140

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

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

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
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",
1+
{
2+
"version": "v1.0.0",
123
"entity": {
134
"type": "organisation",
145
"role": "owner",
@@ -28,27 +19,24 @@ authors: ["OSL Team"]
2819
"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.",
2920
"webpageUrl": {
3021
"url": "https://astx.arxlang.org"
31-
3222
},
3323
"repositoryUrl": {
3424
"url": "https://github.com/arxlang/astx",
3525
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
3626
}
3727
},
3828

39-
{
29+
{
4030
"guid": "sugar",
4131
"name": "Sugar",
4232
"description": "Sugar is a tool that helps users organize their stack of containers and any additional scripts. ",
4333
"webpageUrl": {
4434
"url": "https://osl-incubator.github.io/sugar"
45-
4635
},
4736
"repositoryUrl": {
4837
"url": "https://github.com/osl-incubator/sugar",
4938
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
5039
}
51-
5240
},
5341

5442
{
@@ -57,13 +45,11 @@ authors: ["OSL Team"]
5745
"description": "Makim is a YAML-based task automation tool offering structures for the definition for tasks and dependencies, with support for conditionals.",
5846
"webpageUrl": {
5947
"url": "https://osl-incubator.github.io/makim"
60-
6148
},
6249
"repositoryUrl": {
6350
"url": "https://github.com/osl-incubator/makim",
6451
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
6552
}
66-
6753
},
6854

6955
{
@@ -72,13 +58,11 @@ authors: ["OSL Team"]
7258
"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.",
7359
"webpageUrl": {
7460
"url": "https://osl-incubator.github.io/scicookie"
75-
7661
},
7762
"repositoryUrl": {
7863
"url": "https://github.com/osl-incubator/scicookie",
7964
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
8065
}
81-
8266
},
8367

8468
{
@@ -87,13 +71,11 @@ authors: ["OSL Team"]
8771
"description": "Artbox is a tool that handles multimedia files processing, such as conversion from speech to text and vice versa.",
8872
"webpageUrl": {
8973
"url": "https://osl-incubator.github.io/artbox"
90-
9174
},
9275
"repositoryUrl": {
9376
"url": "https://github.com/osl-incubator/artbox",
9477
"wellKnown": "https://github.com/opensciencelabs/opensciencelabs.github.io/tree/main/.well-known/funding-manifest-urls"
9578
}
96-
9779
}
9880
],
9981

@@ -143,4 +125,3 @@ authors: ["OSL Team"]
143125
]
144126
}
145127
}
146-
```

0 commit comments

Comments
 (0)