]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - doc/index.docbook
Add zoom controls to the status bar. https://redmine.stoutner.com/issues/1031
[PrivacyBrowserPC.git] / doc / index.docbook
index da0bf4bc8a7aca4c1b3cef05b224fcd339952365..a784979be1cd1f0abe71604adf3f94cda282df5d 100644 (file)
     <legalnotice>&FDLNotice;</legalnotice>
 
     <!-- Last update. -->
-    <date>2023-04-17</date>
+    <date>2023-06-13</date>
 
     <!-- The version of Privacy Browser this documentation is written for. -->
-    <releaseinfo>&privacybrowser; version 0.2</releaseinfo>
+    <releaseinfo>&privacybrowser; version 0.4</releaseinfo>
 
 
     <!-- Abstract about this handbook -->
       <para>
         Privacy Browser blocks all HTTP pings and presents a dialog informing the user every time the current tab attempts to send one.
         Hopefully, as more people become aware of what HTTP pings are, web sites will become more embarrassed about using them.
-        This is a classic example of how those who wrote the HTTP specs do not have the best interests of internet users at heart. I would like the day to come where they are removed from the specs.
+        This is a classic example of how those who wrote the HTTP specs do not have the best interests of internet users at heart. I would like the day to come when this is removed from both the internet and the spec.
+        Here is an example of me <ulink url="https://forum.f-droid.org/t/the-f-droid-forum-should-stop-tracking-links-with-http-pings/">raising the issue</ulink> with F-Droid.
       </para>
     </sect1>
 
         <title>View</title>
 
         <variablelist>
+          <!-- Zoom In. -->
+          <varlistentry id="zoom-in">
+            <term>
+              <menuchoice>
+                <shortcut>
+                  <keycombo action="simul">&Ctrl;<keycap>+</keycap></keycombo>
+                </shortcut>
+                <guimenu>View</guimenu>
+                <guimenuitem>Zoom In</guimenuitem>
+              </menuchoice>
+            </term>
+
+            <listitem>
+              <para>
+                Increment the zoom factor by 0.25. Valid factors range from 0.25 to 5.00.
+              </para>
+            </listitem>
+          </varlistentry>
+
+
+          <!-- Zoom Out. -->
+          <varlistentry id="zoom-out">
+            <term>
+              <menuchoice>
+                <shortcut>
+                  <keycombo action="simul">&Ctrl;<keycap>-</keycap></keycombo>
+                </shortcut>
+                <guimenu>View</guimenu>
+                <guimenuitem>Zoom Out</guimenuitem>
+              </menuchoice>
+            </term>
+
+            <listitem>
+              <para>
+                Decrement the zoom factor by 0.25. Valid factors range from 0.25 to 5.00.
+              </para>
+            </listitem>
+          </varlistentry>
+
           <!-- Refresh. -->
           <varlistentry id="view-refresh">
             <term>
             </listitem>
           </varlistentry>
 
+          <!-- Reload and Bypass Cache. -->
+          <varlistentry id="view-reload-and-bypass-cache">
+            <term>
+              <menuchoice>
+                <shortcut>
+                  <keycombo action="simul">&Ctrl;<keycap>F5</keycap></keycombo>
+                </shortcut>
+                <guimenu>View</guimenu>
+                <guimenuitem>Reload and Bypass Cache</guimenuitem>
+              </menuchoice>
+            </term>
+
+            <listitem>
+              <para>
+                Reload the website in the current tab bypassing any information in the cache and loading everything from the webserver.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <!-- View Source. -->
+          <varlistentry id="view-source">
+            <term>
+              <menuchoice>
+                <shortcut>
+                  <keycombo action="simul">&Ctrl;<keycap>U</keycap></keycombo>
+                </shortcut>
+                <guimenu>View</guimenu>
+                <guimenuitem>View Source</guimenuitem>
+              </menuchoice>
+            </term>
+
+            <listitem>
+              <para>
+                Toggle between viewing the source and viewing the rendered website.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <!-- View Source in New Tab. -->
+          <varlistentry id="view-source-in-new-tab">
+            <term>
+              <menuchoice>
+                <shortcut>
+                  <keycombo action="simul">&Ctrl;&Shift;<keycap>U</keycap></keycombo>
+                </shortcut>
+                <guimenu>View</guimenu>
+                <guimenuitem>View Source in New Tab></guimenuitem>
+              </menuchoice>
+            </term>
+
+            <listitem>
+              <para>
+                Open a new tab displaying the source of the current tab, or a new tab displaying the rendered version if the source is already displayed. Note that right-clicking on the background of a rendered website will display a context menu with a "View page source" entry, which performs the first of these actions.
+              </para>
+            </listitem>
+          </varlistentry>
+
           <!-- Full Screen Mode. -->
           <varlistentry id="view-full-screen-mode">
             <term>
         <title>Other Commands</title>
 
         <variablelist>
+          <!-- Open link in new tab. -->
+          <varlistentry id="new-tab">
+            <term>
+              <command>
+                &Ctrl;+&Shift;+Click
+              </command>
+            </term>
+
+            <listitem>
+              <para>
+                Open link in new tab. This performs the same action as right-clicking on the link and selecting “Open link in new tab”.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <!-- Open link in background tab. -->
+          <varlistentry id="new-background-tab">
+            <term>
+              <command>
+                &Ctrl;+Click
+              </command>
+            </term>
+
+            <listitem>
+              <para>
+                Open link in new background tab. This performs the same action as right-clicking on the link and selecting “Open link in new background tab”.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <!-- Open link in new window. -->
+          <varlistentry id="new-window">
+            <term>
+              <command>
+                &Shift;+Click
+              </command>
+            </term>
+
+            <listitem>
+              <para>
+                Open link in new window. This performs the same action as right-clicking on the link and selecting “Open link in new window”.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <!-- Save link. -->
+          <varlistentry id="save-link">
+            <term>
+              <command>
+                &Alt;+Click
+              </command>
+            </term>
+
+            <listitem>
+              <para>
+                Save link. This performs the same action as right-clicking on the link and selecting “Save link”.
+              </para>
+            </listitem>
+          </varlistentry>
+
           <!-- F11. -->
           <varlistentry id="f11">
             <term>
   <chapter id="changelog">
     <title>Changelog</title>
 
+    <!-- Version 0.4. -->
+    <sect1 id="version_0.4">
+      <title><ulink url="https://www.stoutner.com/privacy-browser-pc-0-4/">0.4</ulink> -
+        <ulink url="https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=commitdiff;h=b4c8c8d02113d14c2a07751eb3b0c1bdeec7abb4">13 June 2023</ulink></title>
+
+      <itemizedlist>
+        <listitem><para>Add a setting to <ulink url="https://redmine.stoutner.com/issues/1002">control spatial navigation</ulink>.</para></listitem>
+        <listitem><para>Add an action to <ulink url="https://redmine.stoutner.com/issues/982">reload and bypass cache</ulink>.</para></listitem>
+        <listitem><para>Fix a crash if one Privacy Browser window is closed while a <ulink url="https://redmine.stoutner.com/issues/1010">tab within it is loading</ulink>.</para></listitem>
+        <listitem><para>Add <ulink url="https://redmine.stoutner.com/issues/1009">keyboard+click commands</ulink> to the Handbook.</para></listitem>
+      </itemizedlist>
+    </sect1>
+
+    <!-- Version 0.3. -->
+    <sect1 id="version_0.3">
+      <title><ulink url="https://www.stoutner.com/privacy-browser-pc-0-3/">0.3</ulink> -
+        <ulink url="https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=commitdiff;h=ace098e8677ac0d6468b825c73e65b82c0d6993e">8 May 2023</ulink></title>
+
+      <itemizedlist>
+        <listitem><para>Add the changelog <ulink url="https://redmine.stoutner.com/issues/1000">to the Handbook</ulink>.</para></listitem>
+        <listitem><para>Add the missing <ulink url="https://redmine.stoutner.com/issues/999">current domain settings icon</ulink> on Gnome and Xfce.</para></listitem>
+        <listitem><para>Make changes to <ulink url="https://redmine.stoutner.com/issues/1005">build on Guix</ulink>.</para></listitem>
+      </itemizedlist>
+    </sect1>
+
     <!-- Version 0.2. -->
     <sect1 id="version_0.2">
       <title><ulink url="https://www.stoutner.com/privacy-browser-pc-0-2/">0.2</ulink> -
         </question>
 
         <answer>
-          <para>Because Privacy Browser is so perfectly designed that none have ever been asked. Also, because this is the first release and nobody has had a chance to ask them yet. ;)</para>
+          <para>Because Privacy Browser is so perfectly designed that none have ever been asked. Also, because this is an alpha release and nobody has had a chance to ask them yet. ;)</para>
         </answer>
       </qandaentry>
     </qandaset>