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
This WIP began as a clone of our GSoD 2019 page -- :ref:`GSoD2019` -- and is being updated for 2020. Please share your ideas (in writing) for GSoD 2020 projects, using the structure we used for our GSoD 2019 application, i.e.,
11
-
12
-
- Four categories (aka "functions") drawn from https://documentation.divio.com/ and `this related PyCon Australia 2017 YouTube video <https://www.youtube.com/watch?v=t4vKPhjcMZg>`_:
13
-
14
-
- Tutorial ideas
15
-
- How-To ideas
16
-
- Reference ideas
17
-
- Discussion ideas
18
-
19
-
- Each project "idea" has the following structure:
20
-
21
-
- Concise descriptive title followed by equally concise description.
22
-
- Level
23
-
- Tech
24
-
- URLs
25
-
- Mentors
26
-
27
7
AboutCode.org is applying to be a mentoring organization for the `Google Season of Docs (GSoD) 2020 <https://developers.google.com/season-of-docs>`_.
28
8
29
9
In the event that our application is accepted, we'll be looking for fellow members of the FOSS
@@ -38,228 +18,128 @@ reading to get a sense of what we have in mind for GSoD 2020.
38
18
39
19
----
40
20
41
-
.. admonition:: ToDo
42
-
:class: custom-admonition-todo
21
+
AboutCode is a family of FOSS projects for Software Composition Analysis (SCA) and FOSS Compliance:
43
22
44
-
The text below comes from the 2019 page. Other than replacing the manually-created TOC with ``.. contents:: :local:`` (the new TOC just above), removing unneeded labels and some other dated content and adding a set of project templates, this text has not yet been modified.
45
-
46
-
AboutCode is a family of FOSS projects to uncover data about software code:
47
-
48
-
* Where does the code come from? which software package?
49
-
* What is its license? copyright?
23
+
* Where does code come from?
24
+
* What is its license?
25
+
* What is its origin and copyright?
50
26
* Is the code secure, maintained, well coded?
51
27
52
-
All these questions are important, and are relevant to millions of free and open source software
53
-
components available on the web for reuse. The answers are critical to ensure that everyone can
54
-
safely consume free and open source software.
28
+
All of these questions are important, and are relevant to millions of free and open source software
29
+
components available on the web for reuse. The answers are critical to ensure that anyone and
30
+
everyone can safely consume free and open source software.
55
31
56
32
*Join us to make it so!*
57
33
58
-
Our tools are used to help detect and report the origin and license of source code, packages and
59
-
binaries as well as to discover software and package dependencies, and in the future track security
60
-
vulnerabilities, bugs and other important software package attributes. This is a suite of command
61
-
line tools, web-based and API servers and desktop applications.
34
+
Our tools are used to detect and report the origin and license of source code, packages and
35
+
binaries as well as to discover software and package dependencies. We are also working on projects
36
+
to track security vulnerabilities, bugs and other important software package attributes.
62
37
63
38
List of AboutCode projects
64
39
--------------------------
65
40
66
-
Note that the AboutCode focus for GSOD 2019 is on **ScanCode Toolkit** and **ScanCode Workbench**\,
67
-
although proposals to improve the documents of other AboutCode projects are welcome.
68
-
69
-
70
-
- `ScanCode Toolkit <https://github.com/nexB/scancode-toolkit>`_ is a popular command line tool to
71
-
scan code for licenses, copyrights and packages, used by many organizations and FOSS projects,
0 commit comments