-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
programs.json
119 lines (119 loc) · 8.54 KB
/
programs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"description": "Below is a list of all the programs that the Fairfield Programming Association runs in order to help educate the world about computer science and technology. ",
"programs": [
{
"slug": "charter-outreach",
"title": "Charter Outreach",
"description": "This program focuses on partnering with local schools, enabling them to build clubs, all in order to educate future generations.",
"joining": "We are always looking for dedicated and talented individuals to join our team in managing the charter program. If you are interested in taking on this exciting opportunity to contribute to the success of the program, please email Neil Chaudhari at [email protected] with the subject 'Request to Join Charter Program Management Team'. In your email, please introduce yourself, provide details about your relevant experience and skills, and explain why you are interested in helping to manage the program. We look forward to considering your application and the potential for you to make a valuable impact on the program.",
"since": "2022-07-17"
},
{
"slug": "charter-events",
"title": "Charter Events",
"description": "This program uses the charter system implemented in The Charter Outreach Program, but uses it for hosting learning events.",
"since": "2022-04-22"
},
{
"slug": "cherry-cake",
"title": "Cherry Cake Programming Language",
"description": "The Cherry Cake Programming Language was designed and built by the Fairfield Programming Association in order to build fast, flexible, and scalable servers.",
"joining": "Joining the Cherry Cake Development Group is quite easy as members are split up based on their skills. If you are good at writing fast, detailed, and meaningful papers then you will be good at writing specifications for the language. If you are good at programming in C or C++, or have a general knowledge of programming language development, then CLI development is probably for you. If neither of these areas seem to fit, don't worry– there is no-doubt a job for you. To join, simply email Alden Grover, the head of the Cherry Cake Development Group and ask how you can help.",
"since": "2022-12-18"
},
{
"slug": "metaverse",
"title": "Metaverse Research Group",
"description": "This group focuses on researching the future of the Metaverse and Web3 in order to build a equitable, distributed, and fair future.",
"since": "2023-01-13"
},
{
"slug": "opensource-legal",
"title": "Open Source Licensing",
"description": "Our Open Source Licensing Program was built out of necessity for more modern licenses that reflect the current tech-landscape.",
"since": "2022-09-05",
"contents": [
{
"title": "Documents",
"contents": {
"FPA General Code License": "fpa-general-code"
}
}
],
"pages": [
{
"slug": "fpa-general-code",
"title": "FPA General Code License",
"description": "The FPA General Code License was originally created as a way to permissively license our software for all without having to deal with commercial entities 'asset-ripping' code from our open projects.",
"content": [
{
"type": "banner"
},
{
"type": "markdown",
"content": [
"## How is the FPA General Code License Open Source?",
"The FPA General Code License permits the use, modification, and distribution of code for personal and educational purposes. It also prohibits companies from using the code commercially without significant modification. These characteristics are consistent with the definition of open source, as they permit collaboration and reuse of code under specified constraints.",
"## What does the license allow?",
"The license allows for anyone to use, copy, modify, merge, publish, or distribute the code in an educational or personal context. In a commercial context, users must substantially modify the code- prohibiting companies from copying code and selling it as their own on stores.",
"## Can I modify it?",
"Yes! The license is designed so that copyright owners can input different conditions that software users must fulfill. But, we do recommend that you have a lawyer look at the document before use as we do not claim any legal responsibility.",
"## Does it protect me?",
"The license includes a clause from the MIT license that protects the copyright owners by limiting liability and stating that the software is provided without warranty. This clause will limit liability as long as it is kept unmodified."
]
},
{
"type": "code",
"title": "",
"content": [
"Copyright <YEAR> <COPYRIGHT HOLDER>",
"",
"Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without limitation in the rights to use, copy, modify, merge, publish, and/ or distribute copies of the Software in an educational or personal context, subject to the following conditions:",
"",
"- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
"",
"Permission is granted to sell and/ or distribute copies of the Software in a commercial context, subject to the following conditions:",
"",
"- Substantial changes: adding, removing, or modifying large parts, shall be developed in the Software. Reorganizing logic in the software does not warrant a substantial change.",
"",
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
]
}
]
},
{
"slug": "fpa-cla",
"title": "FPA Contributor License Agreement",
"description": "",
"content": [
{
"type": "banner"
},
{
"type": "markdown",
"content": []
}
]
}
]
},
{
"slug": "fpa-vault",
"title": "The Vault",
"description": "The Vault is an open-source standards platform similar to W3, IETF, IEEE, and specification organizations, but with less red-tape.",
"since": "2022-12-24"
},
{
"slug": "fpa-games",
"title": "FPA Games",
"description": "A Partnership between Preponderous Software, the FPA, and Unity Software to create Open Source Games and learning materials.",
"since": "2022-12-18"
},
{
"slug": "fpa-learn",
"title": "The Learning Platform",
"description": "A free and open-source learning platform that enables anyone to learn computer-related ideas: programming, electrical engineering, and mathematics.",
"since": "2023-02-8"
}
]
}