Legal Notice: improved.
This commit is contained in:
		
							parent
							
								
									79f8530450
								
							
						
					
					
						commit
						66c050ad0c
					
				
					 1 changed files with 85 additions and 22 deletions
				
			
		| 
						 | 
				
			
			@ -484,36 +484,99 @@ srv_introduction =
 | 
			
		|||
 | 
			
		||||
legal_mentions :: forall w i. HH.HTML w i
 | 
			
		||||
legal_mentions = HH.div_
 | 
			
		||||
  [ Bulma.h3 "Legal mentions"
 | 
			
		||||
  [ Bulma.h3 "Legal Notice"
 | 
			
		||||
 | 
			
		||||
  , Bulma.strong "Website Hosting"
 | 
			
		||||
  , expl [ HH.p_ [ HH.text "This website is hosted by "
 | 
			
		||||
                 , Bulma.strong "Alsace Réseau Neutre"
 | 
			
		||||
                 , HH.text "."
 | 
			
		||||
                 , HH.br_
 | 
			
		||||
                 , HH.text "Website: "
 | 
			
		||||
                 , Bulma.outside_link [] "https://arn-fai.net" "arn-fai.net"
 | 
			
		||||
                 , HH.br_
 | 
			
		||||
                 , HH.text "Address & contact: "
 | 
			
		||||
                 , Bulma.outside_link [] "https://arn-fai.net/fr/mentions" "Legal Notice of ARN"
 | 
			
		||||
                 ]
 | 
			
		||||
         ]
 | 
			
		||||
 | 
			
		||||
  , Bulma.strong "Intellectual Property"
 | 
			
		||||
  , expl' """
 | 
			
		||||
          The website editor: Philippe PITTOLI
 | 
			
		||||
          Address: Remilly-les-Marais, FRANCE
 | 
			
		||||
          Contact: netlibre AT karchnu.fr
 | 
			
		||||
          The code of this website is released under the ISC License. You
 | 
			
		||||
          are free to copy, modify, and distribute the code, provided
 | 
			
		||||
          that you comply with the terms of the ISC License.
 | 
			
		||||
          """
 | 
			
		||||
 | 
			
		||||
          This website is hosted by Alsace Réseau Neutre.
 | 
			
		||||
          Website: https://arn-fai.net
 | 
			
		||||
          Address: Strasbourg, FRANCE
 | 
			
		||||
          Contact: contact AT arn-fai.net
 | 
			
		||||
 | 
			
		||||
          This website only collects data that are essential to the provided service.
 | 
			
		||||
          This includes a login (arbitrary set of characters), an email to contact the owner of the domain, 
 | 
			
		||||
  , Bulma.strong "Personal Data Collection"
 | 
			
		||||
  , expl' """
 | 
			
		||||
          This website collects only the personal data necessary for its proper functioning.
 | 
			
		||||
          This includes data such as: a login (arbitrary set of
 | 
			
		||||
          characters), a password (that is stored encrypted), an email
 | 
			
		||||
          to contact the owner of the domain, domain names and zone data.
 | 
			
		||||
          """
 | 
			
		||||
 | 
			
		||||
  , Bulma.strong "Data Sharing"
 | 
			
		||||
  , expl' """
 | 
			
		||||
          None of the collected data will be shared to third parties.
 | 
			
		||||
          """
 | 
			
		||||
 | 
			
		||||
          The personal data collected on this website will be retained for as
 | 
			
		||||
          long as necessary to fulfill the purposes for which it was collected,
 | 
			
		||||
          including the management of user accounts. However, please note that
 | 
			
		||||
          even after the deletion of your account, your data may be retained
 | 
			
		||||
          for up to 6 months due to technical constraints, such as backups made
 | 
			
		||||
          for disaster recovery purposes in the event of a hardware failure. This
 | 
			
		||||
          retention period is necessary to ensure the security and integrity of our
 | 
			
		||||
          system and to allow for the restoration of data in case of any unforeseen
 | 
			
		||||
          issues. After this period, all data will be securely deleted.
 | 
			
		||||
  , Bulma.strong "Data Retention"
 | 
			
		||||
  , expl' """
 | 
			
		||||
          The personal data collected on this website will be retained
 | 
			
		||||
          for as long as necessary to fulfill the purposes for which it
 | 
			
		||||
          was collected, including the management of user accounts.
 | 
			
		||||
 | 
			
		||||
          However, please note that even after the deletion of your
 | 
			
		||||
          account, your data may be retained for up to 6 months due
 | 
			
		||||
          to technical constraints, such as backups made for disaster
 | 
			
		||||
          recovery purposes in the event of a hardware failure.
 | 
			
		||||
 | 
			
		||||
          This retention period is necessary to ensure the security and
 | 
			
		||||
          integrity of our system and to allow for the restoration of
 | 
			
		||||
          data in case of any unforeseen issues.
 | 
			
		||||
 | 
			
		||||
          After this period, all data will be securely deleted.
 | 
			
		||||
          """
 | 
			
		||||
 | 
			
		||||
  , Bulma.strong "Liability"
 | 
			
		||||
  , expl
 | 
			
		||||
    [ Bulma.p
 | 
			
		||||
          """
 | 
			
		||||
          The publisher of this website makes every effort to ensure that
 | 
			
		||||
          the website functions properly and that all data is protected
 | 
			
		||||
          to the best of their ability.
 | 
			
		||||
          """
 | 
			
		||||
 | 
			
		||||
    , Bulma.p
 | 
			
		||||
          """
 | 
			
		||||
          However, despite all reasonable precautions, the publisher
 | 
			
		||||
          cannot guarantee that the website will always be free of errors,
 | 
			
		||||
          uninterrupted, or secure.
 | 
			
		||||
          """
 | 
			
		||||
 | 
			
		||||
    , HH.p_ [ HH.text "In particular, the publisher cannot be held responsible for:"
 | 
			
		||||
            , HH.ul_
 | 
			
		||||
              [ HH.li_ [ HH.text "Any loss, corruption, or unauthorized access to data." ]
 | 
			
		||||
              , HH.li_ [ HH.text """
 | 
			
		||||
                                 Any downtime, service interruptions, or technical issues
 | 
			
		||||
                                 affecting the availability of the website.
 | 
			
		||||
                                 """
 | 
			
		||||
                       ]
 | 
			
		||||
              ]
 | 
			
		||||
            ]
 | 
			
		||||
 | 
			
		||||
    , Bulma.p
 | 
			
		||||
          """
 | 
			
		||||
          By using this website, users acknowledge that they accept the
 | 
			
		||||
          inherent risks associated with the use of online services. The
 | 
			
		||||
          publisher will not be liable for any direct or indirect damages
 | 
			
		||||
          resulting from the use or inability to use the website.
 | 
			
		||||
          """
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
  , Bulma.strong "GDPR compliance"
 | 
			
		||||
  , expl' """
 | 
			
		||||
          You have the right to access, correct and delete your personal
 | 
			
		||||
          data at any time via this website or by contacting us at the
 | 
			
		||||
          following email address: netlibre AT karchnu.fr
 | 
			
		||||
 | 
			
		||||
          This website doesn't use any cookie.
 | 
			
		||||
          """
 | 
			
		||||
  ]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue