Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions archives/gx/cdnjs/datapackage.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "cdnjs",
"description": ":earth_africa: The best FOSS web front-end resource CDN https://cdnjs.com",
"hash": "QmZJKsLpebYqHApRLeoLhj2NsXZ2JoXqhSWkxafxaBXYu7",
"last-synced": "2017-1-11",
"type": "git",
"url": "https://github.com/cdnjs/cdnjs",
"gh-issue": "https://github.com/ipfs/archives/issues/35"
"buildScript": "
git clone https://github.com/cdnjs/cdnjs.git &&
cd cdnjs &&
gx init &&
gx publish
",
"size": "17 GB",
"resources": "TODO",
"license": {
"type": "MIT",
"url": "https://github.com/cdnjs/cdnjs/blob/master/MIT-LICENSE"
}
}
1 change: 1 addition & 0 deletions archives/web/arxiv.org/datapackage.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions archives/web/scholarpedia.org/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#scholarpedia.org
38 changes: 38 additions & 0 deletions archives/web/scholarpedia.org/datapackage.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "scholarpedia.org",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REQUIRED in all of the references.

"description": "The peer-reviewed open-access encyclopedia, where knowledge is curated by communities of experts.",
"maintainers": [ {"rht": {"email": "rhtbot@gmail.com", "keybase": "rht", "github": "rht"}} ],
"hash":"QmS51mwEeVuwujVsvPmXp1gbTAUFGGH1eA67u2H1QdMi6G",
"last-synced": "2015-11-02",
"type": "web",
"keywords": ["MediaWiki", "wiki", "wikiteam", "scholarpedia", "scholarpedia.org", "scholarpediaorg", "science", "encyclopedia", "curated", "peer-review"],
"language": "en_US",
"url": "http://www.scholarpedia.org",
"gh-issue": "https://github.com/ipfs/archives/issues/32",
"buildScript": "
wget -r -L 1 -np https://archive.org/download/wiki-scholarpediaorg-20151102 &&
cd archive.org/download/wiki-scholarpediaorg-20151102 &&
ipfs add -rn --silent . | awk '{ print $2 }' &&
cd - &&
rm -r archive.org
",
"size": "1 GB",
"resources": {
Copy link
Copy Markdown
Author

@rht rht Jan 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"resources" is the nomenclature used in datapackage.json.

"wiki-scholarpediaorg-20151102" : {
"index.html": {"link": {"/": "/ipfs/QmRRGk9CKUriHvAWphBpGheN6xJt1D99f7Jf2EtRyjahRr"}},
"logo.png": {"link": {"/": "/ipfs/QmVTvHWETuNaF6fzkKicDA2FZJFXb4pynR6sEQ5argEfGp"}},
"logo_thumb.jpg": {"link": {"/": "/ipfs/QmUA7q32SqLJm6GDgvNyR5F3egkquEKCTubVvYhQp9P1Gs"}},
"scholarpediaorg_w-20151102-current.7z": {"link": {"/": "/ipfs/QmPE7VbNBbCeUnuFTej5vPhwRmyYPZoznLcSfuqFCbjy6i"}},
"scholarpediaorg_w-20151102-images.7z": {"link": {"/": "/ipfs/QmcgYB4eaLMLzqsmaT1x8aLczi4u8F2yuXAiTeFBnJLUBT"}},
"scholarpediaorg-20151102.rhash.txt": {"link": {"/": "/ipfs/QmVQGu4eJNGZR62AuQAQ42YoumcR96YzdudsAYBnSieepX"}},
"wiki-scholarpediaorg-20151102_archive.torrent": {"link": {"/": "/ipfs/QmTpKxJEz9AbmrMEJ6zxYPDiUoenhSrHMV6tEa6bvgAMCF"}},
"wiki-scholarpediaorg-20151102_files.xml": {"link": {"/": "/ipfs/Qma73tA7MHXzJMgJaS8arpxAeMAx7v4gZ1bxyz3NhnSm2T"}},
"wiki-scholarpediaorg-20151102_meta.sqlite": {"link": {"/": "/ipfs/QmWYEfRqxVn7y4skmNqkuYyXrSh8FHAq5rJ9eReLctjT7S"}},
"wiki-scholarpediaorg-20151102_meta.xml": {"link": {"/": "/ipfs/QmRJRuJNhLv5tPU6hWZW4irgy78MMxKr5pQY2PjSYYH6ox"}}
}
},
"license": {
"type": "CC-BY-NC-SA-3.0",
"url": "https://creativecommons.org/licenses/by-nc-sa/3.0/"
}
}