]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Update the rest of the Guide.
authorSoren Stoutner <soren@stoutner.com>
Mon, 23 Jan 2017 23:46:33 +0000 (16:46 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 23 Jan 2017 23:46:33 +0000 (16:46 -0700)
app/src/main/assets/en/guide_clear_and_exit.html
app/src/main/assets/en/guide_planned_features.html

index 1cab07965dd818835b849c9440c1f7c9e0ff78d6..8e060b4712f067f499cf0e23803256c63ddef5d7 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
-<head>
-<style>
-    h3 {
-        color: 0D4781;
-    }
-
-    item {
-        color: BF360C;
-        font-weight: bold;
-    }
-</style>
-</head>
-
-<body>
-<h3>Cleaning Out the Cruft</h3>
-
-<p><strong>Clear and Exit</strong> does the following things:</p>
-
-<ul>
-    <li><item>Removes all cookies</item>.</li>
-    <li><item>Removes all DOM storage</item>.</li>
-    <li><item>Removes all form data</item>.</li>
-    <li><item>Clears the cache, including disk files</item>.</li>
-    <li><item>Clears the back/forward history</item>.</li>
-    <li><item>Clears any saved SSL certificate preferences</item> (SSL certificates with errors that are ignored).</li>
-    <li><item>Deletes the current URL</item>.</li>
-    <li><item>Destroys the internal state of the WebView</item>.</li>
-    <li><item>Closes Privacy Browser</item>. For Android Lollipop and newer (version >= 5.0 or API >= 21), Privacy Browser is also removed from the recent app list.</li>
-</ul>
-</body>
+    <head>
+        <style>
+            h3 {
+                color: 0D4781;
+            }
+
+            item {
+                color: BF360C;
+                font-weight: bold;
+            }
+        </style>
+    </head>
+
+    <body>
+        <h3>Cleaning Out the Cruft</h3>
+
+        <p><strong>Clear and Exit</strong> does the following things:</p>
+
+        <ul>
+            <li><item>Removes all cookies</item>.</li>
+            <li><item>Removes all DOM storage</item>.</li>
+            <li><item>Removes all form data</item>.</li>
+            <li><item>Clears the cache, including disk files</item>.</li>
+            <li><item>Clears the back/forward history</item>.</li>
+            <li><item>Clears any saved SSL certificate preferences</item> (SSL certificates with errors that are ignored).</li>
+            <li><item>Deletes the current URL</item>.</li>
+            <li><item>Destroys the internal state of the WebView</item>.</li>
+            <li><item>Closes Privacy Browser</item>. For Android Lollipop and newer (version >= 5.0 or API >= 21), Privacy Browser is also removed from the recent app list.</li>
+        </ul>
+    </body>
 </html>
\ No newline at end of file
index 84d9ebe1ea5a5c8d1c3196c527e8d81d884f050f..e999acbd5d868627be52c891e174990d78b05a9a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
-<head>
-<style>
-    h3 {
-        color: 0D4781;
-    }
-
-    strong {
-        color: BF360C;
-    }
-</style>
-</head>
-
-<body>
-<h3>The Best Is Yet to Come</h3>
-
-<p>Privacy Browser is still in its infancy.  Most of the best features are yet to be implemented.  They include the following:</p>
-
-<ul>
-    <li><strong>Fine grained controls for cookies and DOM storage</strong>.</li>
-    <li><strong>Automatically loading of privacy settings by URL</strong>.</li>
-    <li><strong>Encrypted sync between devices</strong>.</li>
-    <li><strong>Tabbed browsing</strong>.</li>
-</ul>
-
-<p>A full list of planned features and bug reports is available at <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">redmine.stoutner.com</a>.</p>
-</body>
+    <head>
+        <style>
+            h3 {
+                color: 0D4781;
+            }
+
+            strong {
+                color: BF360C;
+            }
+        </style>
+    </head>
+
+    <body>
+        <h3>The Best Is Yet to Come</h3>
+
+        <p>Privacy Browser is still in its infancy. Most of the best features are yet to be implemented. They include the following:</p>
+
+        <ul>
+            <li><strong>Fine grained controls for cookies and DOM storage</strong>.</li>
+            <li><strong>Automatically loading of privacy settings by URL</strong>.</li>
+            <li><strong>Encrypted sync between devices</strong>.</li>
+            <li><strong>Tabbed browsing</strong>.</li>
+        </ul>
+
+        <p>A full list of planned features and bug reports is available at <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">redmine.stoutner.com</a>.</p>
+    </body>
 </html>
\ No newline at end of file