diff --git a/tools/create_package.py b/tools/create_package.py index 28678f1..fc7e663 100644 --- a/tools/create_package.py +++ b/tools/create_package.py @@ -60,7 +60,13 @@ def CreateDestinationDir (config, rootDir, websiteDir, version, testBuild): 'o3dv/o3dv.website.min.js' ] - for htmlFileName in ['index.html', 'embed.html', os.path.join ('info', 'index.html')]: + htmlFileNames = [ + 'index.html', + 'embed.html', + os.path.join ('info', 'index.html'), + os.path.join ('info', 'cookies.html') + ] + for htmlFileName in htmlFileNames: htmlFilePath = os.path.join (websiteDir, htmlFileName) replacer = Tools.TokenReplacer (htmlFilePath, False) replacer.ReplaceTokenFileLinks ('', '', libFiles, None) diff --git a/website/info/cookies.html b/website/info/cookies.html new file mode 100644 index 0000000..ccc92df --- /dev/null +++ b/website/info/cookies.html @@ -0,0 +1,74 @@ + + + + + + + + + Online 3D Viewer Cookies Policy + + + + + + + + + + + + +
+

Online 3D Viewer Cookies Policy

+ +

+ Like most similar websites, Online 3D Viewer (the "Website") uses cookies. + On this page we explain more about cookies and how we use them. +

+

What are cookies?

+

+ Cookies are a small text files that are stored in your web browser that allows Online 3D Viewer or a third party to recognize you. + Cookies can be used to collect, store and share bits of information about your activities across websites, including on + Online 3D Viewer Website. +

+

+ Cookies might be used for the following purposes: +

+ +

+ Online 3D Viewer uses both session cookies and persistent cookies. +

+

+ A session cookie is used to identify a particular visit to our Website. These cookies expire after a short time, + or when you close your web browser after using our Website. We use these cookies to identify you during a single browsing session, + such as when you visit our Website. +

+

+ A persistent cookie will remain on your devices for a set period of time specified in the cookie. + We use these cookies where we need to identify you over a longer period of time. For example, + we would use a persistent cookie to store your preferences on the Website. +

+

How do third parties use cookies on the Website?

+

+ Third party companies like analytics companies use cookies to collect user information on an anonymous basis. + They may use that information to build a profile of your activities on the Online 3D Viewer Website and + other websites that you've visited. +

+

What are your cookies options?

+

+ If you don't like the idea of cookies or certain types of cookies, you can change your browser's settings to + delete cookies that have already been set and to not accept new cookies. To learn more about how to do this, + visit the help pages of your browser. +

+

+ Please note, however, that if you delete cookies or do not accept them, you might not be able to use all of + the features we offer, you may not be able to store your preferences, and some of our pages might not display properly. +

+
+ + + diff --git a/website/info/index.html b/website/info/index.html index d8f97bc..5a994b3 100644 --- a/website/info/index.html +++ b/website/info/index.html @@ -42,6 +42,7 @@
  • Self-hosted viewer
  • Exporting models
  • +
  • Cookies policy
  • @@ -225,6 +226,10 @@ After that select the format you would like to export to, and download the resulting files one by one.

    +

    Cookies policy

    +

    + You can check the policy at the Cookies Policy page. +

    diff --git a/website/info/info.css b/website/info/info.css index f985fb8..ab19c32 100644 --- a/website/info/info.css +++ b/website/info/info.css @@ -74,6 +74,7 @@ h3 p { + text-align: justify; margin: 10px 0px; line-height: 25px; }