Skip to content

Commit

Permalink
Markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
alainvd committed Apr 17, 2024
1 parent 8c553a7 commit ede1557
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 16 deletions.
12 changes: 6 additions & 6 deletions app/Http/Controllers/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public function show(string $page, bool $profile = false): \Illuminate\Foundatio
$show_feedback_link = $this->getShow_feedback_link($page_title);

$page_title_mods = [
'Faq' => 'DSA Transparency Database FAQ',
'Api Documentation' => 'API Documentation',
'Documentation' => 'Global Documentation'
'Faq' => __('pages.Faq'),
'Api Documentation' => __('pages.Api Documentation'),
'Documentation' => __('pages.Documentation')
];


Expand All @@ -56,9 +56,9 @@ public function show(string $page, bool $profile = false): \Illuminate\Foundatio

$breadcrumb_mods = [
'Home' => '',
'Faq' => 'DSA Transparency Database FAQ',
'Api Documentation' => 'API Documentation',
'Documentation' => 'Global Documentation',
'Faq' => __('pages.Faq'),
'Api Documentation' => __('pages.Api Documentation'),
'Documentation' => __('pages.Documentation')

];

Expand Down
8 changes: 7 additions & 1 deletion lang/en/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
return [
"Announcements" => "Announcements",
"Privacy Policy" => "Privacy Policy",
"Legal Information" => "Legal Notice"
"Legal Information" => "Legal Notice",
"Additional Explanation For Statement Attributes" => "Additional Explanation For Statement Attributes",
"Data Retention Policy" => "Data Retention Policy",
"Api Documentation" => "Api Documentation",
"Documentation" => "Documentation",
"Faq" => "Frequently Asked Questions"

];
7 changes: 6 additions & 1 deletion lang/fr/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
return [
"Announcements" => "Annonces",
"Privacy Policy" => "Politique de Confidentialité",
"Legal Information" => "Avis Juridique"
"Legal Information" => "Avis Juridique",
"Additional Explanation For Statement Attributes" => "Explication supplémentaire pour les attributs de déclaration",
"Data Retention Policy" => "Politique de conservation des données",
"Api Documentation" => "Documentation de l'API",
"Documentation" => "Documentation Globale",
"Faq" => "Questions Fréquemment Posées"
];
16 changes: 8 additions & 8 deletions resources/markdown/en/data-retention-policy.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<strong>Effective Date</strong>: 15 April 2024
**Effective Date**: 15 April 2024

<strong>Purpose</strong>: This Data Retention Policy is established in accordance with the guidelines set by the European Commission for the management and retention of data in the DSA Transparency Database. The policy outlines the duration for which data will be retained and the procedures for data deletion, ensuring compliance with relevant legislation and regulations.
**Purpose**: This Data Retention Policy is established in accordance with the guidelines set by the European Commission for the management and retention of data in the DSA Transparency Database. The policy outlines the duration for which data will be retained and the procedures for data deletion, ensuring compliance with relevant legislation and regulations.

<strong>Statement of Reasons (SoR)</strong>: Each SoR will be accessible via the [Search Statement of Reasons](/statement) page for a period of six months (180 days) from the date it is entered into the Transparency Database. After six months, the SoR will be removed from the search index but will remain accessible in the CSV format within the [daily dumps files](https://transparency.dsa.ec.europa.eu/data-download). The SoR will continue to contribute to the dataset presented in the [Dashboard](/dashboard).
**Statement of Reasons (SoR)**: Each SoR will be accessible via the [Search Statement of Reasons](/statement) page for a period of six months (180 days) from the date it is entered into the Transparency Database. After six months, the SoR will be removed from the search index but will remain accessible in the CSV format within the [daily dumps files](https://transparency.dsa.ec.europa.eu/data-download). The SoR will continue to contribute to the dataset presented in the [Dashboard](/dashboard).

<strong>Daily Dumps Files</strong>: Daily dumps will be available for download for a period of 18 months (540 days) after their creation date. Once this period has elapsed, daily dumps will be transferred to cold storage. Dashboard: The Dashboard will display aggregated statistics incorporating the most recent 5 years of collected data. Data beyond the 5-year window will not be reflected in the Dashboard's statistics.
**Daily Dumps Files**: Daily dumps will be available for download for a period of 18 months (540 days) after their creation date. Once this period has elapsed, daily dumps will be transferred to cold storage. Dashboard: The Dashboard will display aggregated statistics incorporating the most recent 5 years of collected data. Data beyond the 5-year window will not be reflected in the Dashboard's statistics.

<p class="ecl-u-type-paragraph" style="font-style: italic">
<img width="100%" src="{{asset('/static/images/dsa-retention-policy.png')}}">
</p>
<p class="ecl-u-type-paragraph" style="width:100%; text-align:center; font-style: italic !important; margin-top:-20px"><span style="font-size: smaller">The Data Retention Policy of the DSA Transparency Database.</span></p>

<strong>Storage and Security</strong>: All data within the Transparency Database will be stored securely in accordance with the European Commission's standards for data protection.
**Storage and Security**: All data within the Transparency Database will be stored securely in accordance with the European Commission's standards for data protection.

<strong>Policy Implementation and Review</strong>: This Data Retention Policy will be implemented as of April the 15th 2024. This policy may be reviewed and amended periodically where necessary. Any amendments to this policy will be communicated promptly to users of the Database in the dedicated [Announcements page](/page/announcements).
**Policy Implementation and Review**: This Data Retention Policy will be implemented as of April the 15th 2024. This policy may be reviewed and amended periodically where necessary. Any amendments to this policy will be communicated promptly to users of the Database in the dedicated [Announcements page](/page/announcements).

<strong>Policy Questions</strong>: For any questions regarding this Data Retention Policy, please [write to us](https://digital-strategy.ec.europa.eu/en/write-us).
**Policy Questions**: For any questions regarding this Data Retention Policy, please [write to us](https://digital-strategy.ec.europa.eu/en/write-us).

This policy is intended to balance the need for access to information with the obligation to protect sensitive data and comply with the established legal framework.

<strong>Acknowledgment</strong>: By using the Transparency Database, users acknowledge and agree to the terms set forth in the [Legal Notice](/page/legal-information) and this Data Retention Policy.
**Acknowledgment**: By using the Transparency Database, users acknowledge and agree to the terms set forth in the [Legal Notice](/page/legal-information) and this Data Retention Policy.

Policy Version: 1.0

Expand Down
Loading

0 comments on commit ede1557

Please sign in to comment.