aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/epiphany.xml
blob: 9fd09ac2e869d0c3698737b5efcc9f7292c4d979 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
  <!ENTITY legal SYSTEM "legal.xml">
  <!ENTITY appversion "1.2">
  <!ENTITY manrevision "1.2">
  <!ENTITY date "November 2003">
  <!ENTITY fr "<application>Epiphany</application>">
  <!-- Information about the entities
       The legal.xml file contains legal information, there is no need to edit the file. 
       Use the appversion entity to specify the version of the application.
       Use the manrevision entity to specify the revision number of this manual.
       Use the date entity to specify the release date of this manual.
       Use the fr entity to specify the name of the application. -->
]>
<!-- 
      (Do not remove this comment block.)
  Maintained by the GNOME Documentation Project
  http://developer.GNOME.org/projects/gdp
  Template version: 2.0 beta
  Template last modified Jan 30, 2002
-->
<!-- =============Document Header ============================= -->
<article id="index" lang="en">
<!-- please do not change the id; for translations, change lang to -->
<!-- appropriate code -->
  <articleinfo> 
    <title>Epiphany Manual &manrevision;</title>       

    <copyright>
      <year>2003</year>
      <holder>Patanjali Somayaji</holder>
    </copyright>
    <copyright>
      <year>2003</year>
      <holder>David Bordoley</holder>
    </copyright>
    <copyright>
      <year>2003</year>
      <holder>Piers Cornwell</holder>
    </copyright>

<!-- translators: uncomment this:

  <copyright>
   <year>2002</year>
   <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
  </copyright>

   -->
<!-- An address can be added to the publisher information.  If a role is 
     not specified, the publisher/author is the same for all versions of the 
     document.  -->
    <publisher> 
      <publishername> GNOME Documentation Project </publishername> 
    </publisher> 

   &legal; <!-- This file contains link to license for the
   documentation (GNU FDL), and other legal stuff such as "NO
   WARRANTY" statement. Please do not change any of this. -->

    <authorgroup> 
      <author> 
    <firstname>Patanjali</firstname> 
    <surname>Somayaji</surname> 
    <affiliation> 
      <orgname>GNOME Documentation Project</orgname> 
      <address> <email>patanjali@codito.com</email> </address> 
    </affiliation> 
      </author> 
      <author> 
    <firstname>David</firstname> 
    <surname>Bordoley</surname> 
    <affiliation> 
      <orgname>Epiphany Development Team</orgname> 
      <address> <email>bordoley@msu.edu</email> </address> 
    </affiliation> 
      </author> 
      <author> 
    <firstname>Piers</firstname> 
    <surname>Cornwell</surname> 
    <affiliation> 
      <orgname>Epiphany Development Team</orgname> 
      <address> <email>piers@myrealbox.com</email> </address> 
    </affiliation> 
      </author>
    </authorgroup>


    <releaseinfo>
      This manual describes version &appversion; of &fr;.
    </releaseinfo>
  </articleinfo>

  <indexterm zone="index"> 
    <primary>Epiphany</primary> 
  </indexterm> 
  <indexterm zone="index"> 
    <primary>epiphany</primary> 
  </indexterm>
  <indexterm zone="index"> 
    <primary>Browser</primary> 
  </indexterm>

<!-- ============= Document Body ================================== -->
<!-- ============= Introduction =================================== -->
<!-- Use the Introduction section to give a brief overview of what
     the application is and what it does. -->
  <sect1 id="fr-introduction"> 
    <title>Introduction</title> 
    <para>
      &fr; is the GNOME web browser. &fr; aims to be simple to use 
      and standards compliant.
   </para>
  </sect1>

<!-- ============= Getting Started ================================ -->
  <sect1 id="ephy-getting-started">
    <title>Getting Started</title>

      <sect2 id="ephy-to-open-browser-window">
        <title>To Open a Browser Window</title>
        <para>
          You can open a browser window in the following ways:
        </para>
        <variablelist>
          <varlistentry>
            <term><guimenu>Applications</guimenu> menu</term>
            <listitem>
              <para>
                Choose <menuchoice> <guisubmenu>Internet</guisubmenu>
                <guimenuitem>Web Browser</guimenuitem> </menuchoice>.
              </para>
            </listitem>
          </varlistentry>
          <varlistentry>
            <term>Command line</term>
            <listitem>
              <para>
                Type <command>epiphany</command>, then press 
                <keycap>Return</keycap>.
              </para>
            </listitem>
          </varlistentry>
        </variablelist>
      </sect2>
      <sect2 id="ephy-to-open-bookmarks">
        <title>To Open the Bookmarks Window</title>
        <para>
          You can open the bookmarks window in the following ways:
        </para>
        <variablelist>
          <varlistentry>
            <term>
              <guimenu>Applications</guimenu> menu
            </term>
            <listitem>
          <para>
                Choose <menuchoice> <guisubmenu>Internet</guisubmenu>
                <guimenuitem>Web Bookmarks</guimenuitem> </menuchoice>. 
              </para>
            </listitem>
          </varlistentry>
    
          <varlistentry>
            <term>
              Command line
            </term>
            <listitem>
              <para>
               Type <command>epiphany -b</command>, then press <keycap>Return</keycap>.
              </para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term>
              From the <guimenu>Bookmarks</guimenu> menu
            </term>
            <listitem>
              <para>
                Choose <menuchoice> <guimenu>Bookmarks</guimenu>
                <guimenuitem>Edit Bookmarks</guimenuitem>
                </menuchoice> from the &fr; main window. 
              </para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term>
              From the &fr; toolbar
            </term>
            <listitem>
              <para>
                Click on the Bookmarks button in the toolbar of the
                main window. 
              </para>
            </listitem>
          </varlistentry>
        </variablelist>
      </sect2>
  </sect1>

<!-- ============= Browser Windows ============================ -->
  <sect1 id="ephy-browser-windows">
    <title>Browser Windows</title>
    <para>
      Browser windows enable you to browse between web pages. 
      <xref linkend="ephy-screenshot"/> shows a browser window displaying the 
      home page.
    </para>
    <figure id="ephy-screenshot">
      <title>Browser window displaying the home page</title>
      <screenshot>
        <mediaobject>
          <imageobject>
            <imagedata fileref="figures/ephy-screenshot.png" format="PNG"/>
          </imageobject>
          <textobject>
            <phrase>A page being displayed in a browser window. Callouts: Menubar, toolbar, address entry, bookmarks bar, view pane</phrase>
          </textobject>
        </mediaobject>
      </screenshot>
    </figure>
    <para>
      <xref linkend="epiphany-TBL-1"/> describes the components of a browser window.
    </para>
    <table frame="topbot" id="epiphany-TBL-1">
      <title>Browser Window Components</title>
      <tgroup cols="2" colsep="0" rowsep="0">
        <colspec colname="colspec0" colwidth="29.39*"/>
        <colspec colname="colspec1" colwidth="70.61*"/>
        <thead>
          <row rowsep="1">
            <entry valign="top">
              <para>
                Component
              </para>
            </entry>
            <entry valign="top">
              <para>
                Description
              </para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry valign="top">
              <para>
                Menubar
              </para>
            </entry>
            <entry valign="top">
              <para>
                Contains menus that you use to perform tasks in a browser window.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                Toolbar
              </para>
            </entry>
            <entry valign="top">
              <para>
                Contains buttons that you use to perform tasks in a browser window.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                Address entry
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Drop-down combination box that you use to enter web addresses or 
                search terms.
              </para>
            </entry>
          </row>
      <row>
            <entry colname="colspec0" valign="top">
              <para>
                Bookmarks bar
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Contains menus, buttons and text fields that you use for highspeed 
                access to bookmarks and web searches.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                View pane
              </para>
            </entry>
            <entry valign="top">
              <para>
                Displays the contents of the viewed page.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                Statusbar
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Displays status information.
              </para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table>
    <para>
      You can also open a popup menu from browser windows. To open 
      this popup menu right-click in a browser window. The items in 
      this menu depend on where you right-click. For example, when 
      you right-click on a link, you can choose items related to the 
      link. When you right-click on the web page itself, you can 
      choose items related to the display of the web page.
    </para>
  </sect1>

<!-- ============= Browsing the Web =========================== -->
  <sect1 id="ephy-browsing-web">
      <title>Browsing the Web</title>
      <para>
      </para>
        <sect2 id="using-address-entry">
          <title>Using the Address Entry</title>
          <para>
            The address entry is used to enter web addresses or search
            terms. Any words entered in the address entry are searched
            for in the Bookmarks database and the History database. If
            there are any matches, these are shown in a drop down list
            and can be selected by you. The selected web page will be
            loaded in the browser window or tab. 
          </para>
          <para>
            You can type in a bookmark topic or a term that is
            part of the address or title of any page stored in your
            bookmarks. These
            terms are searched in the bookmark database for
            matches. For more information, see <xref
            linkend="overview-of-bookmarks"/>.
          </para>
        </sect2>
    <sect2 id="using-toolbar">
          <title>Using the Toolbar</title>
          <para>
            The toolbar contains a number of shortcuts to commonly 
            used functions. You can use the toolbar to navigate 
            through your web history by clicking the back and 
            forward buttons. In addition it is possible to stop the 
            loading of pages by clicking the stop button. Finally 
            pages may be reloaded by clicking the reload button.
          </para>
          <para>
            You can customize the buttons which appear on your 
            toolbar by using the Toolbar Editor: for details, see 
            <xref linkend="to-edit-toolbars"/>.
          </para>
        </sect2>
    <sect2 id="using-bookmarks-bar">
          <title>Using the Bookmarks Bar</title>
          <para>
            The Bookmarks Bar allows you to have links to your favorite 
            websites on a toolbar for easy access. For details on 
            adding bookmarks to the bookmarks bar, see <xref 
            linkend="to-add-bookmark-or-topic-to-bookmarks-bar"/>.
          </para>
        </sect2>
    <sect2 id="using-fullscreen-mode">
          <title>Using Fullscreen Mode</title>
          <para>
            Fullscreen mode allows the browser to use the whole screen 
            for its viewable area. To enter Fullscreen mode, select 
            <menuchoice> <guimenu>View</guimenu> <guimenuitem>Fullscreen
            </guimenuitem> </menuchoice>.
          </para>
          <para>
            You can exit Fullscreen mode by clicking <guibutton>Exit 
            Fullscreen</guibutton>.
          </para>
        </sect2>
    <sect2 id="to-open-new-window">
          <title>To Open a New Window</title>
          <para>
            To open a new window, choose <menuchoice> <guimenu>
            File</guimenu> <guimenuitem>New Window</guimenuitem>
        </menuchoice>.
      </para>
        </sect2>
    <sect2 id="to-open-new-tab">
          <title>To Open a New Tab</title>
          <para>
            To open a new tab, choose <menuchoice> <guimenu>
            File</guimenu> <guimenuitem>New Tab</guimenuitem>
            </menuchoice>. The new tab will be place to the right of 
            any existing tabs.
      </para>
    </sect2>
    <sect2 id="ephy-to-open-file">
          <title>To Open a File</title>
          <para>
            To open a file, choose <menuchoice> <guimenu>File
            </guimenu> <guimenuitem>Open...</guimenuitem>
            </menuchoice> to display the <guilabel>Open File</guilabel> 
            dialog. Select the file that you want to open, then click 
            <guibutton>OK</guibutton>. The file is displayed in the 
            browser window.
          </para>
        </sect2>
    <sect2 id="to-save-page-to-file">
          <title>To Save a Page to a File</title>
          <para>
             To save a page to a file, choose <menuchoice> <guimenu>
             File</guimenu> <guimenuitem>Save As</guimenuitem> 
             </menuchoice>. Enter a name for the file in the <guilabel>
             Save As</guilabel> dialog box, then click <guibutton>OK
             </guibutton>.
          </para>
        </sect2>
    <sect2 id="to-print-page">
          <title>To Print a Page</title>
          <para>
            To print a page, choose <menuchoice> <guimenu>File</guimenu>
            <guimenuitem>Print</guimenuitem> </menuchoice>. Enter the 
            name of you printer in the <guilabel>Printer</guilabel> 
            field and click <guibutton>Print</guibutton>.
          </para>
        </sect2>
    <sect2 id="to-find-text-in-page">
          <title>To Find Text in a Page</title>
      <para>
            To search a page for a string, perform the following 
            steps:</para>
            <orderedlist> 
              <listitem>
                <para>
                  Choose <menuchoice> <guimenu>Edit</guimenu> 
                  <guimenuitem>Find</guimenuitem> </menuchoice> to 
                  display the <guilabel>Find</guilabel> dialog.
                </para>
              </listitem>
              <listitem>
                <para>
                  Type the string that you want to find, in the
                  <guilabel>Find</guilabel> field.
                </para>
              </listitem>
              <listitem>
                <para>
                  Select the <guilabel>Case sensitive</guilabel> 
                  option to only find occurrences of the string that 
                  match the case of the text that you type.
                </para>
              </listitem>
              <listitem>
                <para>
                  Select the <guilabel>Wrap around</guilabel> option to 
                  search to the end of the page and then continue the 
                  search from the beginning of the page.
                </para>
              </listitem>
              <listitem>
                <para>
                  Click <guibutton>Next</guibutton> to search the page
                  for the first occurrence of the string. If the string 
                  is found, the cursor is moved to the string, and the 
                  string is selected.
                </para>
              </listitem>
              <listitem>
                <para>
                  To find the next occurrence of the string, click
                  <guibutton>Next</guibutton>.
                </para>
              </listitem>
              <listitem>
                <para>
                  To find the previous occurrence of the string, click
                  <guibutton>Previous</guibutton>.
                </para>
              </listitem>
              <listitem>
                <para>
                  To finish the search, click <guibutton>Close
                  </guibutton>.
                </para>
              </listitem>
            </orderedlist>
        </sect2>    
    <sect2 id="to-change-zoom">
      <title>To Change the Zoom Factor</title>
      <para>You can use the following methods to resize the view of a page</para>
      <itemizedlist>
        <listitem><para>To enlarge the view of a page, choose 
        <menuchoice>
        <guimenu>View</guimenu>
        <guimenuitem>Zoom In</guimenuitem>
        </menuchoice>.</para>
        </listitem>
        <listitem><para>To shrink the view of a page, choose 
        <menuchoice>
        <guimenu>View</guimenu>
        <guimenuitem>Zoom Out</guimenuitem>
        </menuchoice>.</para>
        </listitem>
        <listitem><para>To view the page at its actual size, choose 
        <menuchoice>
        <guimenu>View</guimenu>
        <guimenuitem>Normal Size</guimenuitem>
        </menuchoice>. </para>
        </listitem>
      </itemizedlist>
        </sect2>
    <sect2 id="to-view-page-source">
          <title>To View the Source of a Page</title>
          <para>
            To view the source code of a page, choose <menuchoice> 
            <guimenu>View</guimenu> <guimenuitem>Page Source</guimenuitem> 
            </menuchoice>. The source will be displayed in your default 
            text editor.
          </para>
        </sect2>
    <sect2 id="to-open-link">
          <title>To Open a Link</title>
          <para>
            Web pages contain links to other web pages, often (but not always)
            indicated by an underline. To follow a link, left click it.
          </para>
          <note>
            The web page defines whether the link opens in the current or a new 
            window.
          </note>
        </sect2>
    <sect2 id="to-open-link-in-window">
          <title>To Open a Link in a New window</title>
          <para>
            To open a link in a new window, right click it and select 
            <guimenuitem>Open Link in New Window</guimenuitem>.
          </para>
        </sect2>
    <sect2 id="to-open-link-in-tab">
          <title>To Open a Link in a New Tab</title>
          <para>
            To open a link in a new tab, right click it and select 
            <guimenuitem>Open Link in New Tab</guimenuitem>.
          </para>
          <tip>
            You can also open a link in a new tab by middle clicking it, if you 
            have a three button mouse, or clicking with both buttons, if you 
            have a two button mouse.
          </tip>
        </sect2>
    <sect2 id="to-download-link">
          <title>To Download a Link</title>
          <para>
            To save the target of a link, right click it and select 
            <guimenuitem>Download Link</guimenuitem>. The linked file or 
            document will be saved to your download folder which you can 
            set in <xref linkend="general-preferences"/>.
          </para>
        </sect2>
    <sect2 id="to-switch-between-tabs">
          <title>To Switch in Between Tabs</title>
          <para>
            Click the header of a tab to switch to it.
          </para>
        </sect2>
    <sect2 id="to-move-tabs">
          <title>To Move Tabs</title>
          <para>
            To rearrange tabs in the current window, select <menuchoice>
            <guimenu>Tabs</guimenu> <guimenuitem>Move Tab Left</guimenuitem>
            </menuchoice> or <menuchoice> <guimenu>Tabs</guimenu> 
            <guimenuitem>Move Tab Right</guimenuitem></menuchoice> to 
            move the current tab. You can also drag tabs to reorder them.
          </para>
          <para>
            To move the current tab to a new window choose <menuchoice> 
            <guimenu>Tabs</guimenu> <guimenuitem>Detach Tab</guimenuitem>
            </menuchoice>.
          </para>
        </sect2>
  </sect1>

<!-- ============= Managing Your Bookmarks ================ -->
  <sect1 id="ephy-managing-bookmarks">
      <title>Managing Your Bookmarks</title>
      <para>
      </para>
    <sect2 id="overview-of-bookmarks">
          <title>Overview of the Epiphany Bookmarks System</title>
          <para>
            The &fr; bookmark system is quite different from the
            heirarchical file folder method used by most
            broswers. This design is in keeping with two design
            principles: 
            <itemizedlist>
              <listitem>
              Building a browser with the simplest interface possible.
              </listitem>
              <listitem>
              Avoiding the need for the user to remember addresses of
              sites that the user wants to visit. 
              </listitem>
            </itemizedlist>
          </para>
          <para>
            The hierarchical way of organising bookmarks does not work
            well for most people. Instead of this approach, &fr;
            follows a database like approach. An address related to a
            bookmark is stored with some metadata associated with
            it. This metadata is then used to retrieve a bookmark
            later. Future versions of &fr; will provide useful ways of
            searching for and retrieving bookmarks using this
            database. 
          </para>
          <para>
            In the &fr; bookmark system, addresses are organised by
            associating each address with one or more topic. For
            example, if one were to store a bookmark for
            <ulink type="http" url="http://developer.gnome.org">GNOME
            Developers home page</ulink>, in any other browser, the user
            might store it under the following hierarchy:
            <programlisting>
            Development -> GNOME -> GNOME developers home page
            </programlisting>
      </para>
          <para>
            In &fr;, the same page could be associated with two
            topics: 
            <programlisting>
            Development -> GNOME developers home page
            GNOME -> GNOME developers home page
            </programlisting>
            Now the user can access this bookmark by typing the  
            topic "GNOME" or "Development" in the location
            bar. The user can also type in any of the words "GNOME",
            "developers", "home" or "page" in the location bar. Either of these
            methods drops a list containing the required bookmark. For
            all ways to access bookmarks, see <xref
            linkend="to-access-a-bookmark"/>
          </para>
          <para>
            <note>
              <title>No Subtopics</title>
              <para>
                &fr; allows only a single level of topics. Topics cannot
                have sub-topics. 
              </para>
            </note>
          </para>
        </sect2>
        <sect2 id="to-access-a-bookmark">
          <title>To Access a bookmark</title>
          <para>
            The primary way to access bookmarks is the bookmarks
            window. To open the bookmarks window, see <xref
            linkend="ephy-to-open-bookmarks"/>. 
            A separate window is used for organising bookmarks because
            that makes it easier to navigate, and also allows it to
            have search and edit 
            functionalities in the same place. The bookmarks
            collection can be directly edited from the desktop. In the
            same place, it is now possible to edit the bookmark title
            inline, add more topics, remove bookmarks, associate them
            to more topics with drag and drop, edit properties of a
            bookmark, etc. 
          </para>
          <para>
            The bookmarks can also be
            accessed by: 
            <itemizedlist>
              <listitem>
              Typing in a topic in the location bar of the main
              window drops down a list of bookmarks of that category.
              </listitem>
              <listitem>
              A word typed into the location bar are automatically
              searched in the bookmark database and matching bookmarks
              are shown in a drop down list below the location bar. 
              </listitem>
              <listitem>
              The menu item <guimenu>Bookmark</guimenu> gives a menu of all the
              different topics. Bookmarks related to these topics can
              then be accessed from submenus here. This is closest to
              the traditional method of accessing bookmarks, and is
              provided to keep compatibility.
              </listitem>
              <listitem>
              The bookmark bar can also be used to access your 
              bookmarks. 
              Choose <menuchoice>
                     <guimenu>View</guimenu>
                     <guimenuitem>Bookmarks Bar</guimenuitem>
                     </menuchoice>
              to add the Bookmark bar. However, each topic and
              bookmark needs to be configured in the Bookmarks dialog
              to be shown on this bar. This can be used to organise
              most frequently used bookmarks. 
              </listitem>
            </itemizedlist>
          </para>
        </sect2>
    <sect2 id="to-create-new-bookmark">
      <title>To Create a New Bookmark</title>
          <para>You can create new bookmarks in several ways.</para>
        <variablelist>
            <varlistentry>
            <term>Browser Window</term>
            <listitem>
            <itemizedlist>
            <listitem><para>To bookmark the currently viewed page, choose 
            <menuchoice>
            <guimenu>Bookmarks</guimenu>
            <guimenuitem>Add Bookmark...</guimenuitem>
            </menuchoice>.</para>
            </listitem>
            <listitem><para>To bookmark a link in the currently viewed page, 
                    right click on the link and choose 
            <menuchoice>
            <guimenuitem>Bookmark Link...</guimenuitem>
            </menuchoice>.</para>
            </listitem>
            </itemizedlist>
            </listitem>
            </varlistentry>
        <varlistentry>
        <term>History Window</term>
            <listitem>
        <para>To bookmark the currently selected history link, choose 
        <menuchoice>
        <guimenu>File</guimenu>
        <guimenuitem>Bookmark Link...</guimenuitem>
        </menuchoice>. Alternatively, right-click on the
history link in the history window, then choose <guimenuitem>Bookmark Link..</guimenuitem>.</para>
        </listitem>
            </varlistentry>
            </variablelist>
    
        </sect2>
    <sect2 id="to-select-bookmarks">
          <title>To Select Bookmarks and Topics</title>
          <para>You can select bookmarks and topics in several
ways.  <xref linkend="epiphany-TBL-2"/> describes how to select items in the bookmark window.</para>
            <table frame="topbot" id="epiphany-TBL-2">
            <title>Selecting Items in the Bookmarks Window</title>
            <tgroup cols="2" colsep="0" rowsep="0">
            <colspec colname="colspec0" colwidth="36.36*"/>
            <colspec colname="colspec2" colwidth="63.64*"/>
            <thead>
                <row rowsep="1">
                <entry valign="top">
                <para>Task</para>
                </entry>
                <entry colname="colspec2" valign="top">
                <para>Action</para>
                </entry>
                </row>
            </thead>
            <tbody>
                <row>
                <entry colname="colspec0" valign="top">
                <para>Select a bookmark or topic</para>
                </entry>
                <entry colname="colspec2" valign="top">
                <para>Click on the bookmark or topic.</para>
                </entry>
                </row>
                <row>
                <entry colname="colspec0" valign="top">
                <para>Select a group of contiguous bookmarks</para>
                </entry>
                <entry colname="colspec2" valign="top">
                <para>Press-and-hold <keycap>Shift</keycap>. Click on the first bookmark in the group, then click on the last bookmark in the group.</para>
                </entry>
                </row>
                <row>
                <entry colname="colspec0" valign="top">
                <para>Select multiple bookmarks</para>
                </entry>
                <entry colname="colspec2" valign="top">
                <para>Press-and-hold <keycap>Ctrl</keycap>.
Click on the bookmark that you want to select.</para>
                </entry>
                </row>
                <row>
                <entry colname="colspec0" valign="top">
                <para>Select all bookmarks in a topic</para>
                </entry>
                <entry colname="colspec2" valign="top">
                <para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Select All</guimenuitem></menuchoice>.</para>
                </entry>
                </row>
            </tbody>
            </tgroup>
            </table>
        </sect2>
    <sect2 id="to-open-bookmark">
          <title>To Open a Bookmark in a New Window or Tab</title>
          <variablelist>
            <varlistentry>
              <term>To open a bookmark in a new window perform the following steps:</term>
              <listitem>
                <orderedlist>
                  <listitem>
                    <para>
                       Select the bookmark that you want to open.
                    </para>
                  </listitem>
                 <listitem>
                   <para>
                      Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open in 
                      New Window</guimenuitem></menuchoice>. Alternatively, right-click 
                      on the bookmark, then choose <menuchoice><guimenuitem>Open in New 
                      Window</guimenuitem></menuchoice>.
                   </para>
                 </listitem>
               </orderedlist>
             </listitem>
           </varlistentry>
           <varlistentry>
            <term>To open a bookmark in a new tab perform the following steps:</term>
                <listitem>
                <orderedlist>
                    <listitem>
                    <para>Select the bookmark that you want to open.</para>
                    </listitem>
                    <listitem>
                    <para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open in New                        Tab</guimenuitem></menuchoice>. 
                    Alternatively, right-click on the bookmark, then choose                     <menuchoice><guimenuitem>Open in New Tab</guimenuitem>
                    </menuchoice>.</para>
                    </listitem>
                </orderedlist>
                </listitem>
        </varlistentry>
      </variablelist>
        </sect2>
    <sect2 id="to-create-new-topic">
          <title>To Create a New Topic</title>
          <para>
            To create a new topic, choose <menuchoice> <guimenu>File</guimenu>
            <guimenuitem>New Topic</guimenuitem></menuchoice> in the Bookmark 
            window. A new topic is created, you can now enter the name of the 
            topic. The topics will appear as submenus in the <guimenu>Bookmarks
            </guimenu> menu.
          </para>
        </sect2>
    <sect2 id="to-add-bookmark-to-topic">
          <title>To Add a Bookmark to a Topic</title>
          <para>
            To add a bookmark to a topic, right-click its entry in the bookmarks 
            window and choose <guimenuitem>Properties</guimenuitem>. From the 
            <guilabel>Topics</guilabel> list, select each topic to add this 
            bookmark to, and click <guibutton>Close</guibutton>.
          </para>
        </sect2>
    <sect2 id="to-remove-bookmark-from-topic">
          <title>To Remove a Bookmark From a Topic</title>
          <para>
            To remove a bookmark from a topic, right-click its entry in the bookmarks 
            window and choose <guimenuitem>Properties</guimenuitem>. From the 
            <guilabel>Topics</guilabel> list, deselect each topic from which you 
            wish to remove this bookmark, then click <guibutton>Close</guibutton>.
          </para>
        </sect2>
    <sect2 id="to-rename-bookmark-or-topic">
          <title>To Rename a Bookmark or Topic</title>
          <para>
            To rename a bookmark or topic perform the following steps:
          </para>
          <orderedlist>
            <listitem>
              <para>
                Select the bookmark or topic that you want to rename in the bookmarks window.
              </para>
            </listitem>
            <listitem>
              <para>
                Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Rename...</guimenuitem>
        </menuchoice>. Alternatively, right-click on the bookmark
        or topic in the view pane, then choose <guimenuitem>Rename...</guimenuitem>.
            The name of the bookmark or topic is selected.</para>
              </listitem>
              <listitem>
                <para>
                  Type a new name for the topic or bookmark, then press 
                  <keycap>Return</keycap>.
                </para>
              </listitem>
           </orderedlist>
        </sect2>
    <sect2 id="to-delete-bookmark-or-topic">
          <title>To Delete a Bookmark or Topic</title>
          <para>
            To delete a bookmarks or topics perform the following steps:
          </para>
          <orderedlist>
            <listitem>
              <para>
                Select the bookmark or topic that you want to delete 
                from the bookmarks window.
              </para>
            </listitem>
            <listitem>
              <para>
                Choose <menuchoice><guimenu>File</guimenu><guimenuitem>
                Delete</guimenuitem></menuchoice>. Alternatively, 
                right-click on the bookmarks or topic in the bookmarks 
                window, then choose <guimenuitem>Delete</guimenuitem>.
              </para>
            </listitem>
          </orderedlist>
        </sect2>
    <sect2 id="to-edit-bookmark-properties">
      <title>To Edit a Bookmark's Properties</title>
          <para>
            To edit a bookmark's properties such as it's title and address
            right click it's entry in the bookmarks window and select 
            <guimenuitem>Properties</guimenuitem>.
          </para>
        </sect2>
    <sect2 id="to-search-bookmarks">
          <title>To Search Your Bookmarks</title>
          <para>
            To search through your bookmarks, enter you search term in 
            the <guilabel>Search</guilabel> field. &fr; will search through 
            all your bookmarks no matter which topic is currently selected.
          </para>
        </sect2>
    <sect2 id="to-copy-bookmark-address">
          <title>To Copy the Address of a Bookmark</title>
          <para>
            To copy the address of a bookmark perform the following steps:
          </para>
          <orderedlist>
            <listitem>
            <para>Select the bookmark.</para>
            </listitem>
            <listitem>
            <para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy Address</guimenuitem></menuchoice>. Alternatively, right-click on the
bookmark, then choose <guimenuitem>Copy Address</guimenuitem>.</para>
            </listitem>
            </orderedlist>
        </sect2>
    <sect2 id="to-add-bookmark-or-topic-to-bookmarks-bar">
          <title>To Add a Bookmark or Topic to the Bookmarks Bar</title>
          <para>You can add a bookmark or topic to the bookmarks bar in the following ways:</para>
        <variablelist>
            <varlistentry>
            <term><guimenu>File</guimenu> menu</term>
            <listitem>
            <para>Select the bookmark or topic you wish to add, and choose 
            <menuchoice>
            <guisubmenu>File</guisubmenu>
            <guimenuitem>Show in Bookmarks Bar</guimenuitem>
            </menuchoice>. </para>
            </listitem>
            </varlistentry>
            <varlistentry>
            <term>Drag and Drop</term>
            <listitem>
            <para>You can drag and drop bookmarks and topics from the bookmarks window onto the bookmarks bar.</para>
            </listitem>
            </varlistentry>
            </variablelist>
        </sect2>
    <sect2 id="to-remove-bookmark-or-topic-from-bookmarks-bar">
          <title>To Remove a Bookmark or Topic From the Bookmarks Bar</title>
          <para>You can remove a bookmark or topic from the bookmarks bar in the following ways:</para>
        <variablelist>
            <varlistentry>
            <term><guimenu>File</guimenu> menu</term>
            <listitem>
            <para>Select the bookmark or topic you wish to remove, and choose 
            <menuchoice>
            <guisubmenu>File</guisubmenu>
            <guimenuitem>Show in Bookmarks Bar</guimenuitem>
            </menuchoice>.</para>
            </listitem>
            </varlistentry>
            <varlistentry>
            <term>Toolbar Editor</term>
            <listitem>
            <para>You can remove bookmarks and topics from the bookmarks bar 
              using the toolbar editor as described in the section
              <xref linkend="to-edit-toolbars"/>.</para>
            </listitem>
            </varlistentry>
            </variablelist>
        </sect2>
    <sect2 id="smart-bookmarks">
          <title>Smart Bookmarks</title>
          <para>
            Smart bookmarks are a special kind of bookmark that can take one or 
            more arguments. If you add a smart bookmark to a toolbar, you will 
            see its name and a text box. You can enter text into the box and press 
            enter to perform the function of the smart bookmark.
          </para>
          <para>
            To add a smart bookmark, go to the 
            <ulink url="http://galeon.sourceforge.net/bookmarks/browse.php" type="http">
            Smart Bookmarks archive</ulink> and follow the instructions there.
          </para>
        </sect2>
  </sect1>

<!-- ============= Managing Your History Links ==================== -->
  <sect1 id="ephy-managing-history">
      <title>Managing Your History Links</title>
      <para>
      </para>
    <sect2 id="overview-of-history">
          <title>Overview of the Epiphany History System</title>
          <para>
            Epiphany collects history information about locations that
            are visited by you. This information is stored in a
            database and can then be accessed later. 
          </para>
          <para>
            As you type in the location bar of the main window,
            &fr; searches for matches in the title or address of the
            locations stored in the history and the bookmark
            databases. Matches are shown in a list below the location
            bar. 
          </para>
          <para>
            You can manage history by opening the history window. This
            window allows you to search the history, and delete locations
            you do not want to revisit later.
          </para>
          <para>
            <xref linkend="ephy-history-window-screenshot"/> shows the
            history window. 
          </para>
          <figure id="ephy-history-window-screenshot">
            <title>History window</title>
            <screenshot>
              <mediaobject>
                <imageobject>
                  <imagedata
                  fileref="figures/ephy-history-window-screenshot.png"
                  format="PNG"/> 
                </imageobject>
              </mediaobject>
            </screenshot>
          </figure>
        </sect2>
    <sect2 id="to-select-history">
          <title>To Select History Links</title>
          <para>
            Select <menuchoice>
            <guimenu>Go</guimenu>
            <guimenuitem>History</guimenuitem>
            </menuchoice>
            to open the history window. You can search for history
            links, open history links in a new window or a new tab, or
            delete history from the database. 
          </para>
        </sect2>
    <sect2 id="to-open-history-link">
          <title>To Open a History Link in a New Window or Tab</title>
          <variablelist>
            <varlistentry>
                <term>To open a history link in a new window perform the following steps:</term>
                    <listitem>
                <orderedlist>
                    <listitem>
                    <para>Select the history link that you want to open.</para>
                    </listitem>
                    <listitem>
                    <para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open in New                        Window</guimenuitem></menuchoice>. 
                    Alternatively, right-click on the history link, then choose                     <menuchoice><guimenuitem>Open in New Window</guimenuitem>
                    </menuchoice>.</para>
                    </listitem>
                </orderedlist>
                </listitem>
        </varlistentry>
        <varlistentry>
            <term>To Open a history link in a new tab perform the following steps:</term>
                <listitem>
                <orderedlist>
                    <listitem>
                    <para>Select the history link that you want to open.</para>
                    </listitem>
                    <listitem>
                    <para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open in New                        Tab</guimenuitem></menuchoice>. 
                    Alternatively, right-click on the history link, then choose                     <menuchoice><guimenuitem>Open in New Tab</guimenuitem>
                    </menuchoice>.</para>
                    </listitem>
                </orderedlist>
                </listitem>
        </varlistentry>
      </variablelist>
        </sect2>
    <sect2 id="to-delete-history-link">
          <title>To Delete a History Link</title>
          <para>To delete a history link perform the following steps:</para>
            <orderedlist>
            <listitem>
            <para>Select the history link that you want to delete.</para>
            </listitem>
            <listitem>
            <para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Delete</guimenuitem></menuchoice>. Alternatively, right-click on the
history link, then choose <guimenuitem>Delete</guimenuitem>.</para>
            </listitem>
            </orderedlist>
        </sect2>
    <sect2 id="to-search-history">
          <title>To Search Your History Links</title>
          <para>
            You can type into the search entry in
            the history window. In case any matches are found in the
            history database, they are shown in a list below. These
            matches can then be opened in a new window, a new tab or
            the link address can be copied for pasting in any other
            application. 
          </para>
          <para>
            Alternatively, anything you enter in the address entry of
            the &fr; window 
            is matched against the history database, and shown in a
            drop down list alongwith other matches from the bookmarks
            database. 
          </para>
        </sect2>
    <sect2 id="to-copy-history-link-address">
          <title>To Copy the Address of a History Link</title>
          <para>To copy the address of a history link perform the following steps:</para>
            <orderedlist>
            <listitem>
            <para>Select the history link.</para>
            </listitem>
            <listitem>
            <para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy Address</guimenuitem></menuchoice>. Alternatively, right-click on the
history link, then choose <guimenuitem>Copy Address</guimenuitem>.</para>
            </listitem>
            </orderedlist>
        </sect2>
  </sect1>

<!-- ============= Managing Your Passwords and Cookies ============ -->
  <sect1 id="ephy-managing-passwords-cookies">
    <title>Managing Your Passwords and Cookies</title>
    <para>
      &fr; stores your cookies and passwords in the Personal Data Manager
      which can be accessed by clicking <menuchoice> <guimenu>Edit</guimenu> 
      <guisubmenu>Personal Data</guisubmenu> </menuchoice>.
    </para>
    <sect2 id="managing-cookies">
      <title>Managing Cookies</title>
      <para>
        Cookies allow web pages to store pieces of information which can then be accessed 
        by the site when you next visit.
      </para>
      <para>
        In Personal Data Manager, you can view the cookies stored on your 
        computer and the details contained within them. You can also delete cookies.
      </para>
      <itemizedlist>
        <listitem>
          <para>
            To view the contents of a cookie, select its entry in the list and click 
            <guibutton>Properties</guibutton>.
          </para>
        </listitem>
        <listitem>
          <para>
            To delete cookies, select all the cookies you want to delete, and click the 
            <guibutton>Delete</guibutton> button.
          </para>
        </listitem>
      </itemizedlist>
      <para>
        The cookies properties window shows you the following details:
      </para>
      <variablelist>
        <varlistentry>
          <term>Value</term>
          <listitem>
            <para>
              The content of the cookie.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Path</term>
          <listitem>
            <para>
              The folder within the domain for which the cookies is valid.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Secure</term>
          <listitem>
            <para>
              Whether the cookie originates from a secure or insecure server.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Expire</term>
          <listitem>
            <para>
              The date and time at which the cookie is no longer valid.
            </para>
          </listitem>
        </varlistentry>
      </variablelist>          
    </sect2>
    <sect2 id="managing-passwords">
      <title>Managing Passwords</title>
      <para>
        Many web sites require you to log in using a username and password to gain access 
        to some or all of the site. &fr; can remember the passwords for you so that you 
        can quickly login in future.
      </para>
      <para>
        In Personal Data Manager, you can view the sites for which passwords
        have been stored, and delete them.
      </para>
      <itemizedlist>
        <listitem>
          <para>
            To delete passwords, select all the entries you want to delete, and click the 
            <guibutton>Delete</guibutton> button.
          </para>
        </listitem>
      </itemizedlist>
    </sect2>
  </sect1>

<!-- ============= Using the Download Manager ===================== -->
  <sect1 id="ephy-download-manager">
      <title>Using the Download Manager</title>
      <para>
        When you are downloading files, the download manager provides you with details of the 
        current downloads:
      </para>
      <itemizedlist>
        <listitem>
          <para>
            The <guilabel>%</guilabel> column shows the progress of each download.
          </para>
        </listitem>
        <listitem>
          <para>
            The <guilabel>Filename</guilabel> is the name of the downloading file. The folder 
            which the file is downloaded to can be specified in <xref linkend="general-preferences"/>.
          </para>
        </listitem>
        <listitem>
          <para>
            <guilabel>Size</guilabel> shows how big the file is. 
            1MB is equivilent to 1024kB.
          </para>
        </listitem>
        <listitem>
          <para>
            <guilabel>Remaining</guilabel> gives an estimation of the amount of time to completion.
            This is a best guess and, depending on the reliability of your connection, this value may 
            vary in accuracy.
          </para>
        </listitem>
      </itemizedlist>
      <para>
        To cancel a download, select its entry in the download manager and click <guibutton>
        Stop</guibutton>. 
      </para>
      <note>
        Once all downloads have finished, or been cancelled, the download manager will close.
      </note>
  </sect1>

<!-- ============= Customizing Epiphany =========================== -->
  <sect1 id="ephy-customize">
      <title>Customizing &fr;</title>
      <para>
      </para>
    <sect2 id="setting-preferences">
          <title>Setting Your Preferences</title>
          <para>
            You can customize &fr; to suit your personal needs by using the Preferences 
            dialog which can be accessed by selecting <menuchoice> <guimenu>Edit</guimenu> 
            <guimenuitem>Preferences</guimenuitem> </menuchoice>.
          </para>
          <sect3 id="general-preferences">
            <title>General Preferences</title>
            <para>
            </para>
            <itemizedlist>
              <listitem>
                <para>
                  Choose the page displayed when the <guibutton>Home</guibutton>
                  button on the toolbar is clicked, and also when &fr; is launched, by 
                  entering an address in the <guilabel>Home page</guilabel> section.
                </para>
              </listitem>
              <listitem>
                <para>
                  Choose the folder for downloaded files by clicking the <guilabel>
                  Download folder</guilabel> button and selecting a folder.
                </para>
              </listitem>
            </itemizedlist>
          </sect3>
          <sect3 id="fonts-and-colors-preferences">
            <title>Fonts and Colors Preferences</title>
            <para>
              This section allows you to configure the style of text and the colors used
              on web pages.
            </para>
            <para>
              You can choose different font styles and sizes depending on the language 
              that a page is written in. First select the language you want to configure 
              from the <guilabel>For language</guilabel> drop down combination box. To 
              set the font for standard text, where the width of characters varies, 
              use the <guilabel>Variable width</guilabel> drop down combination box 
              and spin box. To set the font for fixed width text, where the width of 
              characters is always the same, use the <guilabel>Fixed width</guilabel> 
              drop down combination box and spin box.
            </para>
            <para>
              You can also set a minimum size for web page fonts by using the <guilabel>
              Minimum size</guilabel> spin box. Fonts smaller than this value will be 
              increased to this size.
            </para>
            <para>
              Web pages often specify their own font styles and sizes. You can make &fr; 
              only use the fonts that you have chosen by selecting the <guilabel>Always 
              use these fonts</guilabel> option.
            </para>
            <para>
              Web pages may also specify their own colors for the background and for 
              fonts. You can make &fr; always use the colors specifed by your current 
              desktop theme by selecting the <guilabel>Always use the desktop theme 
              colors</guilabel> option.
            </para>
          </sect3>
          <sect3 id="privacy-preferences">
            <title>Privacy Preferences</title>
            <para>
              &fr; allows you to configure a number of features which allow you to 
              restrict what web pages can do:
            </para>
            <itemizedlist>
              <listitem>
                <para>
                  Select <guilabel>Allow popup windows</guilabel> if you want web pages 
                  to be able to launch content in new windows automatically.
                </para>
              </listitem>
              <listitem>
                <para>
                  Select <guilabel>Enable Java</guilabel> to allow pages to load Java 
                  applets - programs which run inside web pages.
                </para>
              </listitem>
              <listitem>
                <para>
                  Select <guilabel>Enable JavaScript</guilabel> to give web pages the
                  capability to use the more advanced programming techniques of the 
                  JavaScript language.
                </para>
              </listitem>
            </itemizedlist>
            <note>
              Disabling these features may cause some pages to display incorrectly or
              cause some loss of functionility. For Java to work, you need to install 
              the Java plugin.
            </note>
            <para>
              You can also configure how cookies are handled:
            </para>
            <itemizedlist>
              <listitem>
                <para>
                  Select <guilabel>Always accept</guilabel> to allow any site to set 
                  cookies.
                </para>
              </listitem>
              <listitem>
                <para>
                  Select <guilabel>Only from sites you visit</guilabel> to only allow 
                  cookies to be set for sites which you have navigated to.
                </para>
              </listitem>
              <listitem>
                <para>
                  Select <guilabel>Never accept</guilabel> to prevent sites from setting 
                  cookies.
                </para>
              </listitem>
            </itemizedlist>
            <note>
              Disabling or restricting cookies may disable access to parts of some sites or 
              disable some of their features.
            </note>
            <para>
              &fr; stores some of the content of web pages in temporary files to allow 
              faster loading of the content when you next view them. The <guilabel>Disk 
              space</guilabel> spin box allows you to specify the maximum amount of space 
              &fr; can use for these files. Setting this value to zero will cause &fr; to 
              never store temporary files. These temporary files can be removed by clicking 
              the <guibutton>Clear</guibutton> button.
            </para>
          </sect3>
          <sect3 id="language-preferences">
            <title>Language Preferences</title>
            <para>
              The encoding of a page specifies the set of characters that are used in it.
              The <guilabel>Encodings</guilabel> section configures how &fr; identifies
              this set. The <guilabel>Default</guilabel> drop down combination box allows 
              you to set an encoding to fall back to when the page doesn't specify one.
            </para>
            <para>
              The <guilabel>Autodetect</guilabel> drop down combination box allows you to 
              select a group of encodings from which &fr; will try to select to right 
              encoding for the page if one is not specified. For example, if you normally 
              visit Chinese pages, for which these may be several different encodings, 
              you might set this to <guilabel>Chinese</guilabel>. To stop &fr; from 
              trying to guess an encoding, select <guilabel>Off</guilabel>.
            </para>
            <para>
              Some web sites have pages which are available in a number of different 
              languages. You can set your prefered language by selecting an entry from
              the <guilabel>Language</guilabel> drop down combination box. If you would
              like to set one or more fall back languages, in case your prefered 
              language isn't available, click <guibutton>More</guibutton> and add 
              your back up languages to the list. Entries are listed in the order 
              they will be checked with your prefered language at the top. You can 
              reorder entries by dragging them.
            </para>
          </sect3>
        </sect2>
    <sect2 id="to-show-hide-window-components">
          <title>To Show and Hide Browser Window Components</title>
            <para>
              You can show and hide browser window components as 
              follows:
            </para>
            <itemizedlist>
              <listitem>
                <para>
                  To hide the toolbars, choose <menuchoice>
                  <guimenu>View</guimenu><guimenuitem>Toolbars
                  </guimenuitem></menuchoice>. To display the
                  toolbar again, choose <menuchoice><guimenu>
                  View</guimenu><guimenuitem>Toolbars</guimenuitem>
                  </menuchoice> again.
                </para>
              </listitem>
              <listitem>
                <para>
                  To hide the bookmarks bar, choose <menuchoice>
                  <guimenu>View</guimenu><guimenuitem>Bookmarks Bar
                  </guimenuitem></menuchoice>. To display the bookmarks 
                  bar again, choose <menuchoice><guimenu>View</guimenu>
                  <guimenuitem>Bookmarks Bar</guimenuitem></menuchoice> 
                  again.
                </para>
              </listitem>
              <listitem>
                <para>
                  To hide the statusbar, choose <menuchoice><guimenu>
                  View</guimenu><guimenuitem>Statusbar</guimenuitem>
                  </menuchoice>. To display the statusbar again, choose 
                  <menuchoice><guimenu>View</guimenu><guimenuitem>
                  Statusbar</guimenuitem></menuchoice> again.
                </para>
              </listitem> 
           </itemizedlist>
           <tip>
             You can use fullscreen mode to make &fr; hide most of the window 
             components. For details, see <xref linkend="using-fullscreen-mode"/>.
           </tip>
        </sect2>
    <sect2 id="to-edit-toolbars">
          <title>To Edit Your Toolbars</title>
          <para>
            You can customize the items which appear in your toolbars:
          </para>
          <itemizedlist>
            <listitem>
              <para>
                To add or remove buttons from your toolbar, select 
                <menuchoice><guimenu>Edit</guimenu><guimenuitem> 
                Toolbars</guimenuitem></menuchoice>. Drag icons to and 
                from the editor to add or remove them from your toolbar.
              </para>
            </listitem>
            <listitem>
              <para>
                To add a new toolbar, click <guibutton>Add Toolbar
                </guibutton> in the toolbar editor.
              </para>
            </listitem>
            <listitem>
              <para>
                To remove a toolbar, remove all items from it. The 
                toolbar will then automatically be removed.
              </para>
            </listitem>
            <listitem>
              <para>
                Drag buttons, including bookmarks, to rearrange 
                them either on the same toolbar 
                or between different toolbars.
              </para>
             </listitem>
           </itemizedlist>
        </sect2>
  </sect1>

<!-- ============= About ========================================== -->
  <sect1 id="fr-about">
    <title>About &fr;</title>

    <para>
      &fr; was written by Marco Presenti Gritti 
      (<email>marco@it.gnome.org</email>). To find more information
      about &fr;, please visit the <ulink
      url="http://www.gnome.org/projects/epiphany/" type="http">Epiphany 
      Web page</ulink>. 
    </para>

    <para>
      This manual was written by David Bordoley 
      (<email>bordoley@msu.edu</email>), Piers Cornwell 
      (<email>piers@myrealbox.com</email>) and Patanjali Somayaji 
      (<email>patanjali@codito.com</email>). 
    </para>

    <para>
      This program is distributed under the terms of the GNU
      General Public license as published by the Free Software
      Foundation; either version 2 of the License, or (at your option)
      any later version. A copy of this license can be found at this
      <ulink url="ghelp:gpl" type="help">link</ulink>, or in the file
      COPYING included with the source code of this program.
    </para>
  </sect1> 
</article>