You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our documentation (in progress) lives at https://aboutcode.readthedocs.io/en/latest/
21
+
Our documentation (in progress) is at https://aboutcode.readthedocs.io/en/latest/
22
22
23
23
AboutCode Documentation Group Email Addresses:
24
24
@@ -30,42 +30,44 @@ AboutCode Documentation Group Email Addresses:
30
30
31
31
If you want to get in touch with the team with issues other than documentation, head to the gitter channel [here](https://gitter.im/aboutcode-org/discuss).
32
32
33
+
Look at our [wiki](https://github.com/nexB/aboutcode/wiki) for information about our participation
34
+
in the GSoC and GSoD programs.
35
+
36
+
We have a weekly meeting, see more details [here](https://github.com/nexB/aboutcode/wiki/MeetingMinutes).
37
+
33
38
### Projects
34
39
35
40
Each AboutCode project has its own repository:
36
41
37
-
-**[ScanCode Toolkit](https://github.com/nexB/scancode-toolkit)**: This is a set of code scanning tools to detect the origin and license of code and dependencies. ScanCode now uses a plug-in architecture to run a series of scan-related tools in one process flow. This is the most popular project and is used by 100's of software teams. https://github.com/nexB/scancode-toolkit . The lead maintainer is @pombredanne
42
+
-**[ScanCode Toolkit](https://github.com/nexB/scancode-toolkit)**: a set of code scanning tools to detect the origin and license of code and dependencies. ScanCode now uses a plug-in architecture to run a series of scan-related tools in one process flow. This is the most popular project and is used by 100's of software teams . The lead maintainer is @pombredanne
43
+
44
+
-**[Scancode.io](https://github.com/nexB/scancode.io)**: a web-based and
45
+
API to run and review scans in rich scripted ScanPipe pipelines.
(formerly AboutCode Manager) This is a desktop application (based on Electron) to review the results of a scan and document your conclusions about the origin and license of software components and packages. https://github.com/nexB/aboutcode-manager . The lead maintainer is @majurg
47
+
-**[VulnerableCode](https://github.com/nexB/vulnerablecode)**: an emerging server-side application to collect and track known package vulnerabilities.
41
48
42
-
-**[AboutCode Toolkit](https://github.com/nexB/aboutcode-toolkit)**: This is a set of command-line tools to document the provenance of your code and generate attribution notices. AboutCode Toolkit uses small YAML files to document code provenance inside a codebase. https://github.com/nexB/aboutcode-toolkit . The lead maintainer is @chinyeungli
49
+
-**[Scancode Workbench](https://github.com/nexB/scancode-workbench)**: a desktop application (based on Electron) to review the results of a scan and document your conclusions about the origin and license of software components and packages.
43
50
44
-
-**[TraceCode Toolkit](https://github.com/nexB/tracecode-toolkit)**: This is a set of tools to trace files from your deployment or distribution packages back to their origin in a development codebase or repository. The primary tool uses strace https://github.com/strace/strace/ to trace system calls on Linux and construct a build graph from syscalls to show which files are used to build a binary. We are contributors to strace. Maintained by @pombredanne
51
+
-**[AboutCode Toolkit](https://github.com/nexB/aboutcode-toolkit)**: a set of command line tools to document the provenance of your code and generate attribution notices. AboutCode Toolkit uses small yaml files to document code provenance inside a codebase. The lead maintainer is @chinyeungli
45
52
46
-
-**[Conan](https://github.com/nexB/conan)**: stands for "CONtainer ANalysis" and is a tool to analyze the structure and provenance of software components in Docker images using static analysis. https://github.com/nexB/conan Maintained by @pombredanne
53
+
-**[TraceCode Toolkit](https://github.com/nexB/tracecode-toolkit)**: a set of tools to trace files from your deployment or distribution packages back to their origin in a development codebase or repository. The primary tool uses strace https://github.com/strace/strace/ to trace system calls on Linux and construct a build graph from syscalls to show which files are used to build a binary. We are contributors to strace. Maintained by @pombredanne
47
54
48
-
-**[license-expression](https://github.com/nexB/license-expression/)**: this is a library to parse, analyze, compare and normalize SPDX and SPDX-like license expressions using a boolean logic expression engine. See https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60 to understand what an expression is. See https://github.com/nexB/license-expression for the code. The underlying boolean engine is live at https://github.com/bastikr/boolean.py . Both are co-maintained by @pombredanne
55
+
-**[container-inspector](https://github.com/nexB/container-inspector)**: a tool to analyze the structure and provenance of software components in Docker images using static analysis. Maintained by @pombredanne
49
56
50
-
-**ABCD, aka AboutCode Data** is a simple set of conventions to define data structures that all the AboutCode tools can understand and use to exchange data. The specification lives in this repository. ABOUT files and ScanCode toolkit data are examples of this approach. Other projects such as https://libraries.io and [OSS Review Toolkit](https://github.com/heremaps/oss-review-toolkit) are also using these conventions.
57
+
-**[license-expression](https://github.com/nexB/license-expression/)**: a library to parse, analyze, compare and normalize SPDX and SPDX-like license expressions using a boolean logic expression engine. See https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60 to understand what an expression is. See https://github.com/nexB/license-expression for the code. The underlying boolean engine is live at https://github.com/bastikr/boolean.py . Both are co-maintained by @pombredanne
51
58
52
-
-**[DeltaCode](https://github.com/nexB/deltacode)** is a command line
53
-
tool to compare scans and determine if and where there are material
54
-
differences that affect licensing. The lead maintainer is @majurg
59
+
-**ABCD aka AboutCode Data**: a simple set of conventions to define data structures that all the AboutCode tools can understand and use to exchange data. The details are at [AboutCode Data](https://aboutcode.readthedocs.io/en/latest/aboutcode-data/abcd.html). ABOUT files and ScanCode Toolkit data are examples of this approach. Other projects such as https://libraries.io and and [OSS Review Toolkit](https://github.com/heremaps/oss-review-toolkit) are also using these conventions.
55
60
56
-
-**[VulnerableCode](https://github.com/nexB/vulnerablecode)**: an emerging
57
-
server-side application to collect and track known package vulnerabilities.
61
+
-**[DeltaCode](https://github.com/nexB/deltacode)**: a command line tool to compare scans and determine if and where there are material
62
+
differences that affect licensing.
58
63
59
64
60
-
We also co-started and worked closely with a few key other organizations and projects:
65
+
We also co-started and worked closely with other FOSS orgs and projects:
61
66
62
-
-[Package URL](https://github.com/package-url) which is an emerging
63
-
standard to reference software packages of all types with simple, readable and
67
+
-[Package URL](https://github.com/package-url): an emerging standard to reference software packages of all types with simple, readable and
64
68
concise URLs.
65
69
66
-
-[SPDX](http://SPDX.org) aka. Software Package Data Exchange, a spec to
67
-
document the origin and licensing of packages.
70
+
-[SPDX](http://SPDX.org): aka. Software Package Data Exchange, a spec to document the origin and licensing of packages.
68
71
69
-
-[ClearlyDefined](https://ClearlyDefined.io) to review and help FOSS projects
70
-
improve their licensing and documentation clarity. This project is incubating
72
+
-[ClearlyDefined](https://ClearlyDefined.io): a project to review and help FOSS projects improve their licensing and documentation clarity. This project is incubating
0 commit comments