Skip to content

Commit 831ccdd

Browse files
authored
Merge pull request #67 from johnmhoran/61-update-project-grids
Update project grids #61
2 parents 66d6f3d + edbf50f commit 831ccdd

File tree

8 files changed

+563
-439
lines changed

8 files changed

+563
-439
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,11 @@ const config = {
6767
editUrl: ({ docPath }) => {
6868
// TODO We can include a map here as in packageurl.org.
6969
// Otherwise, provide a default (so “Edit this page” still works)
70-
// return `https://github.com/aboutcode/www.aboutcode.org/blob/main/website/docs/${docPath}`;
70+
return `https://github.com/aboutcode-org/www.aboutcode.org/blob/main/website/docs/${docPath}`;
7171
// fork:
72-
return `https://github.com/johnmhoran/www.aboutcode.org/blob/main/website/docs/${docPath}`;
72+
// return `https://github.com/johnmhoran/www.aboutcode.org/blob/main/website/docs/${docPath}`;
7373
},
7474
},
75-
blog: {
76-
showReadingTime: true,
77-
feedOptions: {
78-
type: ['rss', 'atom'],
79-
xslt: true,
80-
},
81-
// Please change this to your repo.
82-
// Remove this to remove the "edit this page" links.
83-
editUrl:
84-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
85-
// Useful options to enforce blogging best practices
86-
onInlineTags: 'warn',
87-
onInlineAuthors: 'warn',
88-
onUntruncatedBlogPosts: 'warn',
89-
},
9075
theme: {
9176
customCss: './src/css/custom.css',
9277
},
@@ -140,7 +125,6 @@ const config = {
140125
position: 'left',
141126
label: 'About',
142127
},
143-
{ to: '/blog', label: 'Blog', position: 'left' },
144128
{
145129
href: 'https://github.com/aboutcode-org',
146130
label: 'GitHub',

website/src/components/ProjectGridTemplate/index.js

Lines changed: 116 additions & 236 deletions
Large diffs are not rendered by default.

website/src/data/projects-inspector.json

Lines changed: 119 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"documentation_url": "n/a",
88
"package_download_url": ["n/a"],
99
"service_url": "n/a",
10-
"language": "Python",
11-
"license": "Apache-2.0",
12-
"platform": "n/a",
13-
"comments": "n/a"
10+
"languages": "Python",
11+
"software_license": "Apache-2.0",
12+
"data_license": "n/a",
13+
"platform": "n/a"
1414
},
1515
{
1616
"group": "inspector",
@@ -20,22 +20,126 @@
2020
"documentation_url": "n/a",
2121
"package_download_url": ["https://pypi.org/project/binary-inspector/"],
2222
"service_url": "n/a",
23-
"language": "Python",
24-
"license": "Apache-2.0",
25-
"platform": "n/a",
26-
"comments": "n/a"
23+
"languages": "Python",
24+
"software_license": "Apache-2.0",
25+
"data_license": "n/a",
26+
"platform": "n/a"
2727
},
2828
{
2929
"group": "inspector",
30-
"name": "some-project",
31-
"description": "n/a",
32-
"repository_url": "n/a",
30+
"name": "container-inspector",
31+
"description": "Supports the analysis of the contents of the various layers of a container and is designed to be integrated in ScanCode.io pipelines.",
32+
"repository_url": "https://github.com/aboutcode-org/container-inspector",
33+
"documentation_url": "n/a",
34+
"package_download_url": ["https://pypi.org/project/container-inspector/"],
35+
"service_url": "n/a",
36+
"languages": "Python",
37+
"software_license": "Apache-2.0",
38+
"data_license": "n/a",
39+
"platform": "n/a"
40+
},
41+
{
42+
"group": "inspector",
43+
"name": "debian-inspector",
44+
"description": "Tool to inspect debian codebases.",
45+
"repository_url": "https://github.com/aboutcode-org/debian-inspector",
46+
"documentation_url": "n/a",
47+
"package_download_url": ["n/a"],
48+
"service_url": "n/a",
49+
"languages": "Python",
50+
"software_license": "Apache-2.0",
51+
"data_license": "n/a",
52+
"platform": "n/a"
53+
},
54+
{
55+
"group": "inspector",
56+
"name": "dependency-inspector",
57+
"description": "General purpose, mostly universal software package dependency resolver.",
58+
"repository_url": "https://github.com/aboutcode-org/dependency-inspector",
59+
"documentation_url": "https://scancodeio.readthedocs.io/en/latest/tutorial_cli_end_to_end_scanning_to_dejacode.html",
60+
"package_download_url": ["https://github.com/aboutcode-org/dependency-inspector/releases"],
61+
"service_url": "n/a",
62+
"languages": "Python",
63+
"software_license": "Apache-2.0",
64+
"data_license": "n/a",
65+
"platform": "n/a"
66+
},
67+
{
68+
"group": "inspector",
69+
"name": "elf-inspector",
70+
"description": "Set of utilities to inspect binary ELF files and collect interesting data from them.",
71+
"repository_url": "https://github.com/aboutcode-org/elf-inspector",
72+
"documentation_url": "n/a",
73+
"package_download_url": ["https://pypi.org/project/elf-inspector/"],
74+
"service_url": "n/a",
75+
"languages": "Python",
76+
"software_license": "Apache-2.0",
77+
"data_license": "n/a",
78+
"platform": "n/a"
79+
},
80+
{
81+
"group": "inspector",
82+
"name": "go-inspector",
83+
"description": "ScanCode Toolkit plugin integrated in ScanCode.io pipelines.",
84+
"repository_url": "https://github.com/aboutcode-org/go-inspector",
85+
"documentation_url": "n/a",
86+
"package_download_url": ["https://pypi.org/project/go-inspector/"],
87+
"service_url": "n/a",
88+
"languages": "Python",
89+
"software_license": "Apache-2.0",
90+
"data_license": "n/a",
91+
"platform": "n/a"
92+
},
93+
{
94+
"group": "inspector",
95+
"name": "nuget-inspector",
96+
"description": "Tool to inspect manifests and code to resolve dependencies (vulnerable and non-vulnerable) for nuget packages. ",
97+
"repository_url": "https://github.com/aboutcode-org/nuget-inspector",
3398
"documentation_url": "n/a",
3499
"package_download_url": ["n/a"],
35100
"service_url": "n/a",
36-
"language": "n/a",
37-
"license": "n/a",
38-
"platform": "n/a",
39-
"comments": "n/a"
101+
"languages": "Python",
102+
"software_license": "Apache-2.0",
103+
"data_license": "n/a",
104+
"platform": "n/a"
105+
},
106+
{
107+
"group": "inspector",
108+
"name": "python-inspector",
109+
"description": "Tool to inspect manifests and code to resolve dependencies (vulnerable and non-vulnerable) for python packages.",
110+
"repository_url": "https://github.com/aboutcode-org/python-inspector",
111+
"documentation_url": "n/a",
112+
"package_download_url": ["https://pypi.org/project/python-inspector/"],
113+
"service_url": "n/a",
114+
"languages": "Python",
115+
"software_license": "Apache-2.0",
116+
"data_license": "n/a",
117+
"platform": "n/a"
118+
},
119+
{
120+
"group": "inspector",
121+
"name": "rpm-inspector",
122+
"description": "Python library to collect data from RPM packages including installed packages.",
123+
"repository_url": "https://github.com/aboutcode-org/rpm-inspector",
124+
"documentation_url": "n/a",
125+
"package_download_url": ["https://pypi.org/project/rpm-inspector-rpm/"],
126+
"service_url": "n/a",
127+
"languages": "Python",
128+
"software_license": "Apache-2.0",
129+
"data_license": "n/a",
130+
"platform": "n/a"
131+
},
132+
{
133+
"group": "inspector",
134+
"name": "rust-inspector",
135+
"description": "ScanCode Toolkit plugin as well as integrated in ScanCode.io pipelines.",
136+
"repository_url": "https://github.com/aboutcode-org/rust-inspector",
137+
"documentation_url": "n/a",
138+
"package_download_url": ["https://pypi.org/project/rust-inspector/"],
139+
"service_url": "n/a",
140+
"languages": "Python",
141+
"software_license": "Apache-2.0",
142+
"data_license": "n/a",
143+
"platform": "n/a"
40144
}
41145
]

0 commit comments

Comments
 (0)