]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/zh-rTW/guide_planned_features.html
Setup the structure for a traditional Chinese translation (zh-rTW).
[PrivacyBrowserAndroid.git] / app / src / main / assets / zh-rTW / guide_planned_features.html
diff --git a/app/src/main/assets/zh-rTW/guide_planned_features.html b/app/src/main/assets/zh-rTW/guide_planned_features.html
new file mode 100644 (file)
index 0000000..49e7380
--- /dev/null
@@ -0,0 +1,46 @@
+<!--
+  Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
+
+  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+  Privacy Browser is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  Privacy Browser is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+    <head>
+        <meta charset="UTF-8">
+        <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>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