suite/branding/seamonkey/content/aboutRights.xhtml
author Geoff Lankow <geoff@darktrojan.net>
Tue, 22 Jul 2025 14:54:44 +1200 (3 hours ago)
changeset 45538 bf015c928e9ad6b003da6c94efd359481afd8805
parent 31371 923f62fc8b88f3c61dd51ed16175f33079714dd0
permissions -rw-r--r--
Bug 1876310 follow-up - Update docs in nsIMessengerOSIntegration.idl. r=aleca I didn't update this bit when adding the macOS implementation. Differential Revision: https://phabricator.services.mozilla.com/D258117
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html [
  <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
  %htmlDTD;
  <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
  %brandDTD;
  <!ENTITY % prefsDTD SYSTEM "chrome://communicator/locale/pref/preferences.dtd">
  %prefsDTD;
  <!ENTITY % prefSmartUpdateDTD SYSTEM "chrome://communicator/locale/pref/pref-smartupdate.dtd">
  %prefSmartUpdateDTD;
  <!ENTITY % prefSecurityDTD SYSTEM "chrome://communicator/locale/pref/pref-security.dtd">
  %prefSecurityDTD;
  <!ENTITY % extensionsDTD SYSTEM "chrome://mozapps/locale/extensions/extensions.dtd">
  %extensionsDTD;
  <!ENTITY % aboutRightsDTD SYSTEM "chrome://branding/locale/aboutRights.dtd">
  %aboutRightsDTD;
]>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>&rights.pagetitle;</title>
  <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/>
</head>

<body id="your-rights" dir="&rights.locale-direction;" class="aboutPageWideContainer">

<h1>&rights.intro-header;</h1>

<p>&rights.intro;</p>

<ul>
  <li>&rights.intro-point1a;<a href="http://www.mozilla.org/MPL/">&rights.intro-point1b;</a>&rights.intro-point1c;</li>
<!-- Point 2aa discusses SeaMonkey trademarks, and isn't needed when the build is unbranded.
   - Point 2dd discusses opt-in feedback mechanisms like the Crash Reporter
   - Point 3a discusses privacy policy, unbranded builds get a placeholder (for the vendor to replace)
   - Point 4a discusses web service terms, unbranded builds gets a placeholder (for the vendor to replace) -->
  <li>&rights.intro-point2aa;<a href="https://www.seamonkey-project.org/legal/trademark">&rights.intro-point2b;</a>&rights.intro-point2c;</li>
  <li>&rights.intro-point2da;</li>
  <li>&rights.intro-point3a;<a href="http://www.seamonkey-project.org/legal/privacy">&rights.intro-point3b;</a>&rights.intro-point3c;</li>
  <li>&rights2.intro-point4a;<a href="about:rights#webservices" onclick="showServices();">&rights.intro-point4b;</a>&rights.intro-point4c;</li>
</ul>

<div id="webservices-container">
  <a name="webservices"/>
  <h3>&rights.webservices-header;</h3>

  <p>&rights3.webservices-aa;<a href="about:rights#disabling-webservices" onclick="showDisablingServices();">&rights3.webservices-b;</a>&rights3.webservices-c;</p>

  <div id="disabling-webservices-container" style="margin-left:40px;">
    <a name="disabling-webservices"/>
    <p><strong>&rights.addons-a;</strong>&rights.addons-b;</p>
    <ul>
      <li>&rights.addons-term1;</li>
      <li>&rights.addons-term2;</li>
      <li>&rights.addons-term3;</li>
      <li>&rights.addons-term4;</li>
    </ul>
    <p><strong>&rights.safebrowsing-a;</strong>&rights.safebrowsing-b;</p>
    <ul>
      <li>&rights.safebrowsing-term1;</li>
      <li>&rights.safebrowsing-term2;</li>
      <li>&rights.safebrowsing-term3;</li>
      <li>&rights.safebrowsing-term4;</li>
    </ul>
    <p><strong>&rights.locationawarebrowsing-a;</strong>&rights.locationawarebrowsing-b;</p>
    <ul>
      <li>&rights.locationawarebrowsing-term1;</li>
      <li>&rights.locationawarebrowsing-term2;</li>
      <li>&rights.locationawarebrowsing-term3;</li>
      <li>&rights.locationawarebrowsing-term4;</li>
    </ul>
  </div>

  <ol>
    <li>&rights.webservices-term0a;</li>
    <li>&rights.webservices-term1;</li>
    <li>&rights.webservices-term2a;</li>
    <li><strong>&rights.webservices-term3;</strong></li>
    <li><strong>&rights.webservices-term4;</strong></li>
    <li>&rights.webservices-term5;</li>
    <li>&rights.webservices-term6a;</li>
  </ol>
</div>

<script>
<![CDATA[
  var servicesDiv = document.getElementById("webservices-container");
  servicesDiv.style.display = "none";

  function showServices() {
    servicesDiv.style.display = "";
  }

  var disablingServicesDiv = document.getElementById("disabling-webservices-container");
  disablingServicesDiv.style.display = "none";

  function showDisablingServices() {
    disablingServicesDiv.style.display = "";
  }
]]></script>

</body>
</html>