Skip to content

Commit 8eea9b6

Browse files
committed
Add legal pages (Privacy, Legal, TOS) and refactor with content from /docs
- Create comprehensive Privacy Policy page with commitment to no third-party sharing - Create Legal Information page with corporate details and security policy - Create Terms and Conditions page with Code of Conduct integration - Integrate information from coderic.org/docs: * Privacy commitment (no tracking cookies, no third-party sharing) * Security vulnerability reporting process * Code of Conduct reference * Core principles and values - All pages use consistent navigation and responsive design - Reference OHCHR standards for digital privacy
1 parent 3024de4 commit 8eea9b6

File tree

3 files changed

+87
-6
lines changed

3 files changed

+87
-6
lines changed

legal/index.html

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,51 @@ <h2 class="heading-3 text-stone-800 mb-4">Open Source Commitment</h2>
6060
<li>GNU Lesser General Public License (LGPL)</li>
6161
<li>Mozilla Public License (MPL)</li>
6262
</ul>
63-
<p class="text-body text-gray-700">
63+
<p class="text-body text-gray-700 mb-4">
6464
Our open source repositories can be found at <a href="https://github.com/Coderic" class="text-orange-600 hover:text-orange-700" target="_blank" rel="noopener noreferrer">github.com/Coderic</a>.
6565
</p>
66+
<div class="bg-stone-50 p-6 rounded-lg">
67+
<h3 class="text-xl font-semibold text-stone-700 mb-3">Our Core Principles</h3>
68+
<p class="text-body text-gray-700 mb-3">
69+
Coderic's philosophy is founded on principles that guide our organization:
70+
</p>
71+
<ul class="list-disc list-inside space-y-2 text-body text-gray-700 ml-4">
72+
<li>Cooperativism and collaborative participation</li>
73+
<li>Open access and open data</li>
74+
<li>Direct democracy and political transparency</li>
75+
<li>Solidarity economy (economy at the service of people)</li>
76+
<li>Common good economy</li>
77+
<li>Free software and free hardware</li>
78+
</ul>
79+
<p class="text-body text-gray-700 mt-4">
80+
For more information about our values and principles, visit our <a href="https://coderic.org/docs/project.html" class="text-orange-600 hover:text-orange-700" target="_blank" rel="noopener noreferrer">documentation</a>.
81+
</p>
82+
</div>
83+
</div>
84+
85+
<div class="mb-8">
86+
<h2 class="heading-3 text-stone-800 mb-4">Security Policy</h2>
87+
<p class="text-body text-gray-700 mb-4">
88+
The Coderic Development Team takes security seriously and aims to resolve issues as quickly as possible. Creating secure software is a continuous process that can always be improved.
89+
</p>
90+
<div class="bg-red-50 border-l-4 border-red-500 p-6 rounded-lg mb-4">
91+
<h3 class="text-xl font-semibold text-stone-700 mb-3">Reporting Security Vulnerabilities</h3>
92+
<p class="text-body text-gray-700 mb-3">
93+
We appreciate reports of potential security vulnerabilities as well as suggestions on how to strengthen our software and processes.
94+
</p>
95+
<p class="text-body text-gray-700 mb-3">
96+
<strong>Important:</strong> It is important that suspected vulnerabilities are disclosed responsibly and are not made public until they have been analyzed and a solution is available.
97+
</p>
98+
<p class="text-body text-gray-700 mb-3">
99+
To report a security vulnerability, please email <a href="mailto:[email protected]" class="text-orange-600 hover:text-orange-700">[email protected]</a>.
100+
</p>
101+
<p class="text-body text-gray-700">
102+
<strong>Do not:</strong> Open a public issue, send a pull request, or publicly disclose any information about the suspected vulnerability. If you discover a publicly disclosed security vulnerability, notify us immediately via <a href="mailto:[email protected]" class="text-orange-600 hover:text-orange-700">[email protected]</a>.
103+
</p>
104+
</div>
105+
<p class="text-body text-gray-700">
106+
For more details about our security policy, please visit our <a href="https://coderic.org/docs/SECURITY.html" class="text-orange-600 hover:text-orange-700" target="_blank" rel="noopener noreferrer">security documentation</a>.
107+
</p>
66108
</div>
67109

68110
<div class="mb-8">

privacy/index.html

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,24 @@ <h1 class="heading-1 mb-4 sm:mb-6">Privacy Policy</h1>
1616
<div class="mb-8">
1717
<h2 class="heading-3 text-stone-800 mb-4">Introduction</h2>
1818
<p class="text-body text-gray-700 mb-4">
19-
Coderic S.A.S. ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website coderic.org and use our services.
19+
Coderic S.A.S. ("we," "our," or "us") is committed to protecting your privacy. We recognize privacy as a fundamental human right, as established in international standards relating to digital privacy by the Office of the United Nations High Commissioner for Human Rights (OHCHR).
2020
</p>
21+
<div class="bg-blue-50 border-l-4 border-blue-500 p-6 rounded-lg mb-4">
22+
<p class="text-body text-gray-700 font-semibold mb-2">
23+
<strong>Our Core Privacy Commitment:</strong>
24+
</p>
25+
<p class="text-body text-gray-700 mb-2">
26+
Coderic does not share any information from our users, clients, or visitors with third parties. We do not use tracking cookies on third-party sites, and in our statistics applications, we use exclusively internal measurement and have configured with providers not to share any information with third parties.
27+
</p>
28+
<p class="text-body text-gray-700">
29+
Data from potential clients is used solely and exclusively for the purpose of contacting the client. We do not track, do not store beyond this purpose, and do not share this information.
30+
</p>
31+
</div>
2132
<p class="text-body text-gray-700">
22-
By using our services, you agree to the collection and use of information in accordance with this policy.
33+
This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website coderic.org and use our services. By using our services, you agree to the collection and use of information in accordance with this policy.
34+
</p>
35+
<p class="text-body-sm text-gray-600 mt-4">
36+
<em>Reference: <a href="https://www.ohchr.org/es/privacy-in-the-digital-age/international-standards-relating-digital-privacy" target="_blank" rel="noopener noreferrer" class="text-orange-600 hover:text-orange-700">OHCHR International Standards Relating to Digital Privacy</a></em>
2337
</p>
2438
</div>
2539

@@ -71,8 +85,13 @@ <h2 class="heading-3 text-stone-800 mb-4">How We Use Your Information</h2>
7185

7286
<div class="mb-8">
7387
<h2 class="heading-3 text-stone-800 mb-4">Information Sharing and Disclosure</h2>
88+
<div class="bg-orange-50 border-l-4 border-orange-500 p-6 rounded-lg mb-4">
89+
<p class="text-body text-gray-700 font-semibold">
90+
<strong>Coderic does not share any information with third parties.</strong>
91+
</p>
92+
</div>
7493
<p class="text-body text-gray-700 mb-4">
75-
We do not sell, trade, or rent your personal information to third parties. We may share your information only in the following circumstances:
94+
We do not sell, trade, or rent your personal information. We do not use tracking cookies for third-party sites. We may share your information only in the following exceptional circumstances:
7695
</p>
7796
<ul class="list-disc list-inside space-y-2 text-body text-gray-700 mb-4 ml-4">
7897
<li><strong>Service Providers:</strong> With trusted third-party service providers who assist us in operating our website and services</li>
@@ -110,8 +129,16 @@ <h2 class="heading-3 text-stone-800 mb-4">Your Rights</h2>
110129

111130
<div class="mb-8">
112131
<h2 class="heading-3 text-stone-800 mb-4">Cookies and Tracking Technologies</h2>
132+
<div class="bg-green-50 border-l-4 border-green-500 p-6 rounded-lg mb-4">
133+
<p class="text-body text-gray-700 font-semibold mb-2">
134+
<strong>Our Cookie Policy:</strong>
135+
</p>
136+
<p class="text-body text-gray-700">
137+
Coderic does not use cookies for tracking on third-party sites. In our statistics applications, we use exclusively internal measurement and have configured with providers not to share any information with third parties.
138+
</p>
139+
</div>
113140
<p class="text-body text-gray-700 mb-4">
114-
We use cookies and similar tracking technologies to track activity on our website and hold certain information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our service.
141+
We may use minimal, essential cookies for website functionality. These cookies are necessary for the operation of our website and do not track your activity across other sites. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept essential cookies, you may not be able to use some portions of our service.
115142
</p>
116143
</div>
117144

tos/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,20 @@ <h2 class="heading-3 text-stone-800 mb-4">Open Source Contributions</h2>
8181
<li>Your contributions will be licensed under the same license as the project</li>
8282
<li>You have the right to grant the license for your contributions</li>
8383
<li>Your contributions do not infringe on any third-party rights</li>
84-
<li>You will follow our code of conduct and contribution guidelines</li>
84+
<li>You will follow our Code of Conduct and contribution guidelines</li>
8585
</ul>
86+
<div class="bg-blue-50 border-l-4 border-blue-500 p-6 rounded-lg mb-4">
87+
<h3 class="text-xl font-semibold text-stone-700 mb-3">Code of Conduct</h3>
88+
<p class="text-body text-gray-700 mb-3">
89+
All contributors, community members, and participants in Coderic projects are expected to follow our Code of Conduct, which promotes a harassment-free experience for everyone regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, education, nationality, personal appearance, race, religion, or sexual identity and orientation.
90+
</p>
91+
<p class="text-body text-gray-700 mb-3">
92+
Our Code of Conduct is based on the <a href="https://www.contributor-covenant.org" target="_blank" rel="noopener noreferrer" class="text-orange-600 hover:text-orange-700">Contributor Covenant</a> (version 2.1) and is available in our <a href="https://coderic.org/docs/CODE_OF_CONDUCT.html" target="_blank" rel="noopener noreferrer" class="text-orange-600 hover:text-orange-700">documentation</a>.
93+
</p>
94+
<p class="text-body text-gray-700">
95+
Violations of the Code of Conduct may result in warnings, temporary bans, or permanent expulsion from the community. To report violations, contact us at <a href="mailto:[email protected]" class="text-orange-600 hover:text-orange-700">[email protected]</a>.
96+
</p>
97+
</div>
8698
<p class="text-body text-gray-700">
8799
By contributing, you grant Coderic and the community a perpetual, worldwide, non-exclusive license to use, modify, and distribute your contributions.
88100
</p>

0 commit comments

Comments
 (0)