aboutsummaryrefslogtreecommitdiffstats
path: root/help/es/epiphany.xml
blob: 91b158a91bd709c0993432e6e010af8566d41507 (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
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
<?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.4">
  <!ENTITY manrevision "1.4">
  <!ENTITY date "May 2004">
  <!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="es">
<!-- please do not change the id; for translations, change lang to -->
<!-- appropriate code -->
  <articleinfo> 
    <title>Manual de Epiphany &manrevision;</title>       

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

<!-- translators: uncomment this:-->

  <copyright>
   <year>2004</year>
   <holder>Francisco F. Serrador (Traducción al español)</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@gnome.org</email></address> 
    </affiliation> 
      </author>
    </authorgroup>


    <releaseinfo>
      Este manual describe la versión &appversion; de &fr;.
    </releaseinfo>
  </articleinfo>

  <indexterm zone="index"> 
    <primary>Epiphany</primary> 
  </indexterm> 
  <indexterm zone="index"> 
    <primary>epiphany</primary> 
  </indexterm>
  <indexterm zone="index"> 
    <primary>Navegar</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>Introducción</title> 
    <para>
      &fr; es el navegador web de GNOME. &fr; intente ser simple de usar 
      y cumplir con los estándares.
   </para>
  </sect1>

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

      <sect2 id="ephy-to-open-browser-window">
        <title>Para abrir una ventana del navegador</title>
        <para>
          Puede abrir una ventana del navegador de las siguientes maneras:
        </para>
        <variablelist>
          <varlistentry>
            <term><guimenu>Aplicaciones</guimenu> menu</term>
            <listitem>
              <para>
                Elija <menuchoice> <guisubmenu>Internet</guisubmenu>
                <guimenuitem>Navegador web</guimenuitem> </menuchoice>.
              </para>
            </listitem>
          </varlistentry>
          <varlistentry>
            <term>Línea de órdenes</term>
            <listitem>
              <para>
                Teclee <command>epiphany</command>, y pulse 
                <keycap>Retorno</keycap>.
              </para>
            </listitem>
          </varlistentry>
        </variablelist>
      </sect2>
      <sect2 id="ephy-to-open-bookmarks">
        <title>Para abrir una ventana de marcadores</title>
        <para>
          Puede abrir una ventana de marcadores de las siguientes maneras:
        </para>
        <variablelist>
          <varlistentry>
            <term>
              Menú <guimenu>Applicaciones</guimenu>
            </term>
            <listitem>
          <para>
                Elija <menuchoice> <guisubmenu>Internet</guisubmenu>
                <guimenuitem>Marcadores web</guimenuitem> </menuchoice>. 
              </para>
            </listitem>
          </varlistentry>
    
          <varlistentry>
            <term>
              Línea de órdenes
            </term>
            <listitem>
              <para>
               Teclee <command>epiphany -b</command>, y después pulse <keycap>Retorno</keycap>.
              </para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term>
              Desde el menú <guimenu>Marcadores</guimenu> 
            </term>
            <listitem>
              <para>
                Elija <menuchoice> <guimenu>Marcadores</guimenu>
                <guimenuitem>Editar marcadores</guimenuitem>
                </menuchoice> desde la ventana principal de &fr;. 
              </para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term>
              Desde la barra de herramientas de &fr;
            </term>
            <listitem>
              <para>
                Pulse en el botón de Marcadores en la barra de herramientas de la ventana principal.
              </para>
            </listitem>
          </varlistentry>
        </variablelist>
      </sect2>
  </sect1>

<!-- ============= Browser Windows ============================ -->
  <sect1 id="ephy-browser-windows">
    <title>Ventanas de navegación</title>
    <para>
      Las ventanas de navegación le permiten navegar entre las páginas web. 
      <xref linkend="ephy-screenshot"/> muestra una ventana de navegación mostrando 
    la página inicial.
    </para>
    <figure id="ephy-screenshot">
      <title>Ventana de naveación mostrando la página inicial</title>
      <screenshot>
        <mediaobject>
          <imageobject>
            <imagedata fileref="figures/ephy-screenshot.png" format="PNG"/>
          </imageobject>
          <textobject>
            <phrase>Una página que se está mostrando en una ventana de navegación. Con: Barra de menú, barra de herramientas, entrada de dirección, barra de marcadores, ver panel</phrase>
          </textobject>
        </mediaobject>
      </screenshot>
    </figure>
    <para>
      <xref linkend="epiphany-TBL-1"/> describe los componentes de una ventana de navegación.
    </para>
    <table frame="topbot" id="epiphany-TBL-1">
      <title>Componentes de la ventana de navegación</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>
                Componente
              </para>
            </entry>
            <entry valign="top">
              <para>
                Descripción
              </para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry valign="top">
              <para>
                Barra de menú
              </para>
            </entry>
            <entry valign="top">
              <para>
                Contiene menús que puede usar para realizar tareas en una ventana de navegación.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                Barra de herramientas
              </para>
            </entry>
            <entry valign="top">
              <para>
                Contienen botones que puedes usar para efectuar tareas en una ventana de navegación.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                Entrada de direcciones
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Caja desplegable que puede usar para introducir direcciones web o términos de búsqueda. 
              </para>
            </entry>
          </row>
      <row>
            <entry colname="colspec0" valign="top">
              <para>
                Barra de marcadores
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Contiene menús, botones y campos de texto que puede usar para acceder rápidamente a los marcadores y a las búsquedas en la web.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                Panel de visualización
              </para>
            </entry>
            <entry valign="top">
              <para>
                Muestra los contenidos de la página vista.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                Barra de estado
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Muestra la información del estado.
              </para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table>
    <para>
      También puede abrir un menú emergente desde las ventanas de 
      navegación. Para abrir este menú emergente, pulse con el botón  
      derecho en una ventana de navegación. Los elementos en este menú
      dependen de dónde pulse con el botón derecho. Por ejemplo, cuando
      cuando pulse con el botón derecho sobre un enlace, puede elegir 
      elementos relacionados con el enlace. Cuando pulse con el botón 
      derecho en la propia página web, podrá elegir elementos relacionados
      con la visualización de la página web.
    </para>
  </sect1>

<!-- ============= Browsing the Web =========================== -->
  <sect1 id="ephy-browsing-web">
      <title>Navegar por la web</title>
      <para>
      </para>
        <sect2 id="using-address-entry">
          <title>Usar la entrada de dirección</title>
          <para>
            La entrada de dirección se usa para introducir direcciones 
        web o buscar términos. Cualquier palabra introducida en la
        entrada de dirección se busca en la base de datos de 
        marcadores y en la base de datos del histórico. Si algo 
        coincide, se muestran en una lista desplegable y puede 
        seleccionarlo entoces. La página web seleccionada será cargada
            en una ventana de navegación o solapa.
          </para>
          <para>
            Puede teclear un marcador o un término que sea parte de la 
            dirección o título de cualquier página almacenada en sus 
            marcadores. Estos términos se buscarán en la base de datos de 
            marcadores para ver si coinciden con algo. Para más información,
            vea <xref linkend="overview-of-bookmarks"/>.
          </para>
        </sect2>
    <sect2 id="using-toolbar">
          <title>Uso de la barra de herramientas</title>
          <para>
            La barra de herramientas contiene un número de atajos a funciones
        usadas comúnmente. Puede usar la barra de tareas para navegar 
            a través del histórico web pulsando los botones atrás y adelante. 
            Finalmente las páginas pueden ser recargadas pulsando el botón
            de recarga.
          </para>
          <para>
            Puede personalizar los botones que aparecen en su barra de tareas 
            usando el Editor de barras de tareas: para más detalles, vea 
            <xref linkend="to-edit-toolbars"/>.
          </para>
        </sect2>
    <sect2 id="using-bookmarks-bar">
          <title>Uso de la barra de marcadores</title>
          <para>
            La barra de marcadores permite tener enlaces a sus sitios web favoritos
        en una barra de tareas para acceso fácil. Para más detalles acerca de 
            añadir marcadores a la barra de marcadores, vea el <xref 
            linkend="to-add-bookmark-or-topic-to-bookmarks-bar"/>.
          </para>
        </sect2>
    <sect2 id="using-fullscreen-mode">
          <title>Uo del modo a pantalla completa</title>
          <para>
            El modo a pantalla completa permite al navegador usar toda la pantalla para
        el área visible. Para entrar en el modo «Pantalla completa», seleccione  
            <menuchoice> <guimenu>Ver</guimenu> <guimenuitem>Pantalla completa
            </guimenuitem> </menuchoice>.
          </para>
          <para>
            Puede salir del modo a pantalla completa pulsando el botón <guibutton>Salir 
            de pantalla completa</guibutton>.
          </para>
        </sect2>
    <sect2 id="to-open-new-window">
          <title>Para abrir una ventana nueva</title>
          <para>
            Para abrir una ventana nueva, elija <menuchoice> <guimenu>
            Archivo</guimenu> <guimenuitem>Ventana nueva</guimenuitem>
        </menuchoice>.
      </para>
        </sect2>
    <sect2 id="to-open-new-tab">
          <title>Para abrir una solapa nueva</title>
          <para>
            Para abrir una solapa nueva, elija <menuchoice> <guimenu>
            Archivo</guimenu> <guimenuitem>Solapa nueva</guimenuitem>
            </menuchoice>. La solapa nueva se colocará a la derecha de cualquier 
            solapa ya existente.
      </para>
    </sect2>
    <sect2 id="ephy-to-open-file">
          <title>Para abrir un archivo</title>
          <para>
            Para abrirun archivo, elija <menuchoice> <guimenu>Archivo
            </guimenu> <guimenuitem>Abrir...</guimenuitem>
            </menuchoice> para mostrar el diálogo <guilabel>Abrir archivo</guilabel>. 
            Seleccione el archivo que quiera abrir, después pulse  
            <guibutton>Aceptar</guibutton>. El archivo se muestra en la 
            ventana del navegador.
          </para>
        </sect2>
    <sect2 id="to-save-page-to-file">
          <title>Para guardar una página en un archivo</title>
          <para>
             Para guardar una página en un archivo. elija <menuchoice> <guimenu>
             Archivo</guimenu> <guimenuitem>Guardar como</guimenuitem> 
             </menuchoice>. Introduzca un nombre para el archivo en la caja de diálogo<guilabel>
             Guardar como</guilabel>, después pulse en el botón <guibutton>Aceptar
             </guibutton>.
          </para>
        </sect2>
        <sect2 id="using-print-setup">
          <title>Usar la configuración de impresión</title>
          <para>
            La configuración de impresión le permite a usted configurar cómo se imprimen las páginas web.
          </para>
          <variablelist>
            <varlistentry>
              <term>Márgenes</term>
              <listitem>
                <para>
                  La distancia desde el borde de la hoja al contenido.
                </para>
              </listitem>
            </varlistentry>
            <varlistentry>
              <term>Colores</term>
              <listitem>
                <para>
                  Imprimir en color o en escala de grises.
                </para>
              </listitem>
            </varlistentry>
            <varlistentry>
              <term>Pie de página</term>
              <listitem>
                <para>
                  Elija si quiere mostrar números de página y la fecha actual 
                  en la parte inferior de cada página.
                </para>
              </listitem>
            </varlistentry>
            <varlistentry>
              <term>Cabeceras</term>
              <listitem>
                <para>
                  Elija si quiere mostrar el título de la página web y la dirección 
                  en la parte superior de cada página.
                </para>
              </listitem>
            </varlistentry>
            <varlistentry>
              <term>Tamaño</term>
              <listitem>
                <para>
                  El tamaño de la hoja de papel.
                </para>
              </listitem>
            </varlistentry>
            <varlistentry>
              <term>Orientación</term>
              <listitem>
                <para>
                  Define si la parte superior de la página es el borde corto (vertical) o 
                  el largo (apaisado) del papel.
                </para>
              </listitem>
            </varlistentry>
          </variablelist>
        </sect2>
        <sect2 id="using-print-preview">
          <title>Uo de la vista preliminar</title>
          <para>
            Con la vista preliminar de impresión, puede ver cómo será la apariencia de una página 
            una vez sea impresa. Para ver una vista preliminar de impresión de la página actual,
            elija <menuchoice> <guimenu>Archivo</guimenu> <guimenuitem>Impresión preliminar</guimenuitem> 
            </menuchoice>. 
          </para>
        </sect2>
    <sect2 id="to-print-page">
          <title>Para imprimir una página</title>
          <para>
            Para imprimir una página, elija <menuchoice> <guimenu>Archivo</guimenu>
            <guimenuitem>Imprimir</guimenuitem> </menuchoice>. Introduzca el  
            nombre de la impresora en el campo <guilabel>Impresora</guilabel> 
            o introduzca un nombre en el campo <guilabel>Archivo</guilabel>  
            para imprimir en un archivo.
          </para>
          <para>
            En la sección <guilabel>Rango de páginas</guilabel>, elija <guilabel>
            Todas las páginas</guilabel> para imprimir la página web entera, <guilabel>Selección
            </guilabel> para imprimir la parte de la página web seleccionada actualmente o
            <guilabel>Páginas</guilabel> para imprimir el rango de páginas que usted especifique.
          </para>
        </sect2>
    <sect2 id="to-find-text-in-page">
          <title>Para buscar texto en una página</title>
      <para>
            Para buscar una cadena de texto en una página, realice los siguientes pasos:
            </para>
            <orderedlist> 
              <listitem>
                <para>
                  Elija <menuchoice> <guimenu>Editar</guimenu> 
                  <guimenuitem>Buscar</guimenuitem> </menuchoice> para 
                  mostrar el diálogo <guilabel>Buscar</guilabel>.
                </para>
              </listitem>
              <listitem>
                <para>
                  Teclee la cadena que quiera encontrar, en el
                  campo <guilabel>Buscar</guilabel>.
                </para>
              </listitem>
              <listitem>
                <para>
                  Seleccione la opción <guilabel>Sensible a capitalización</guilabel> 
                  para buscar las apariciones de la cadena que coincidan con la  
                  capitalización del texto que teclee.
                </para>
              </listitem>
              <listitem>
                <para>
                  Seleccione la opción <guilabel>Volver al principio</guilabel> para 
                  buscar hasta el final de la página y luego continuar la búsqueda
          desde el principio de la página.
                </para>
              </listitem>
              <listitem>
                <para>
                  Pulse <guibutton>Siguiente</guibutton> para buscar la página
                  con la primera aparición de la cadena. Si se encuentra la cadena, el 
          cursor se mueve hasta la cadena, y la cadena se selecciona.
                </para>
              </listitem>
              <listitem>
                <para>
                  Para encontrar la siguiente aparición de la cadena, pulse el botón
                  <guibutton>Siguiente</guibutton>.
                </para>
              </listitem>
              <listitem>
                <para>
                  Para buscar la aparición anterior de la cadena, pulse el botón
                  <guibutton>Anterior</guibutton>.
                </para>
              </listitem>
              <listitem>
                <para>
                  Para finalizar la búsqueda, pulse <guibutton>Cerrar
                  </guibutton>.
                </para>
              </listitem>
            </orderedlist>
        </sect2>    
    <sect2 id="to-change-zoom">
      <title>Para cambiar el factor de proporción</title>
      <para>
            Puede usar los siguientes métodos para redimensioner la vista de una
        página
          </para>
      <itemizedlist>
            <listitem>
              <para>Para agrandar la vista de una página, elija <menuchoice>
                <guimenu>Ver</guimenu><guimenuitem>Ampliar</guimenuitem>
                </menuchoice>.
              </para>
            </listitem>
            <listitem>
              <para>
                Para reducir la vista de una página, elija <menuchoice>
                <guimenu>Ver</guimenu><guimenuitem>Reducir</guimenuitem>
                </menuchoice>.
              </para>
            </listitem>
            <listitem>
              <para>
                Para ver la página y su estado actual, elija <menuchoice>
                <guimenu>Ver</guimenu><guimenuitem>Tamaño normal</guimenuitem>
                </menuchoice>.
              </para>
            </listitem>
          </itemizedlist>
        </sect2>
    <sect2 id="to-view-page-source">
          <title>Para ver el código fuente de una página</title>
          <para>
            Para ver el código fuente de una página, elija <menuchoice> 
            <guimenu>Ver</guimenu> <guimenuitem>Código fuente</guimenuitem> 
            </menuchoice>. El código fuente se mostrará en su editor de texto 
        predeterminado.
          </para>
        </sect2>
    <sect2 id="to-open-link">
          <title>Para abrir enlaces</title>
          <para>
            Las páginas web contienen enlaces a otras páginas web, a menudo (pero no siempre)
            indicados por un subrayado. Para seguir un enlace, púlselo con el botón izquierdo.
          </para>
          <variablelist>
            <varlistentry>
              <term>Para abrir un enlace como la página lo especifica</term>
              <listitem>
                <para>
                  Pulse con el botón izquierdo sobre un enlace. El enlace quizá se abra en la ventana principal o
                  en una ventana nueva de acuerdo con lo que el autor de la página especificó.
                </para>
              </listitem>
            </varlistentry>
            <varlistentry>
              <term>Para abrir un enlace en una solapa nueva</term>
              <listitem>
                <para>
                  Pulse con el botón derecho del ratón y seleccione <guimenuitem>Abrir enlace en una solapa nueva 
                  </guimenuitem>, pulse con el botón medio del ratón.
                </para>
              </listitem>
            </varlistentry>
            <varlistentry>
              <term>Para abrir un enlace en una ventana nueva</term>
              <listitem>
                <para>
                  Pulse con el botón derecho del ratón y seleccione <guimenuitem>Abrir enlace en ventana nueva 
                  </guimenuitem>.
                </para>
              </listitem>
            </varlistentry>
          </variablelist>
        </sect2>
    <sect2 id="to-download-link">
          <title>Para descargar un enlace</title>
          <para>
            Para guardar el destino de un enlace, pulse con el botón derecho y
        seleccione <guimenuitem>Descarar enlace</guimenuitem>. El archivo
        enlazado o el documento será guardado a su carpeta de descarga que 
        podrá establecer en <xref linkend="general-preferences"/>.
          </para>
        </sect2>
    <sect2 id="to-switch-between-tabs">
          <title>Para cambiar entre solapas</title>
          <para>
            Pulse la cabecera de una solapa para cambiar a ella.
          </para>
        </sect2>
    <sect2 id="to-move-tabs">
          <title>Para mover solapas</title>
          <para>
            Para recolocar las solapas en la ventana actual, seleccione
           <menuchoice>
            <guimenu>Solapas</guimenu> <guimenuitem>Mover solapa a la izquierda
            </guimenuitem>
            </menuchoice> o <menuchoice> <guimenu>Solapas</guimenu> 
            <guimenuitem>Mover solapa a la derecha</guimenuitem></menuchoice>
        para mover la solapa actual. Puede arrastrar también las solapas para reordenarlas.
          </para>
          <para>
            Para mover la solapa actual a una ventana nueva elija <menuchoice> 
            <guimenu>Solapas</guimenu> <guimenuitem>Desacoplar solapa</guimenuitem>
            </menuchoice>.
          </para>
        </sect2>
  </sect1>

<!-- ============= Managing Your Bookmarks ================ -->
  <sect1 id="ephy-managing-bookmarks">
      <title>Gestión de marcadores</title>
      <para>
      </para>
    <sect2 id="overview-of-bookmarks">
          <title>Una vista por encima del sistema de marcadores de Epiphany</title>
          <para>
            El sistema de marcadores es muy diferente del método jerárquico
            de carpetas usado por la mayoría de los navegadors. Este diseño
            es conforme a dos principios:
            <itemizedlist>
              <listitem>
                <para>
                  Construir un navegador con el interfaz más simple posible.
            </para>
              </listitem>
              <listitem>
                <para>
                  Evitar la necesidad de que el usuario recuerde
                  direcciones de sitios que quiera visitar.
        </para>
              </listitem>
            </itemizedlist>
          </para>
          <para>
            La forma jerárquica de organizar marcadores no funciona
            bien para la mayoría de la gente. En vez de esta
            aproximación, &fr; sigue una aproximación parecida a una
            base de datos . Una dirección referente a un marcador se
            almacena con algunos metadatos asociados con ella. Estos
            metadatos se usan entonces para encotrar el marcador
            después. Las versiones futuras de &fr; proporcionarán
            formas útiles de buscar y extraer marcadores usando esta
            base de datos.
          </para>
          <para>
            En el sistema de marcadores de &fr;, las direcciones se
            organizan asociando cada dirección con uno o más
            temas. Por ejemplo, si uno fuera a almacenar un marcador para
            <ulink type="http" url="http://developer.gnome.org">La
            página de desarrolladoses de GNOME</ulink>, en cualquier
            otro navegador, el usuario quizá lo almacenaría bajo la
            siguiente jerarquía:
            <programlisting>
            Development -> GNOME -> Página de desarrolladores de GNOME
            </programlisting>
      </para>
          <para>
            En &fr;, la misma página podría asociarse con dos temas:
            <programlisting>
            Desarrollo -> Página de desarroladores de GNOME
            GNOME -> Página de desarroladoes de GNOME
            </programlisting>
            Ahora el usuario puede acceder a su marcador tecleando el
            tema «GNOME» o «Desarrollo» en la barra de direcciones. El
            usuaeuir puede también teclear cualquiera de las palabras
            «Gnome», «desarrolladores», «página» o «inicial» en la
            barra de dirección. Cualquiera de esos métodos despliega
            una lista conteniendo el marcador requerido. Para todas
            las formas de acceder a los marcadores, vea el <xref
            linkend="to-access-a-bookmark"/>
          </para>
          <para>
            <note>
              <title>No hay subtemas</title>
              <para>
                &fr; sólo permite un único nivel de temas. Los temas
                no pueden tener sub-temas.
              </para>
            </note>
          </para>
        </sect2>
        <sect2 id="to-access-a-bookmark">
          <title>Para acceder a un marcador</title>
          <para>
            La forma principal de acceder a marcadores es en la
            ventana de marcadores. Para abrir la ventana de
            marcadores, vea el <xref linkend="ephy-to-open-bookmarks"/>. 
            Se usa una ventana a parte para organizar los marcadores
            porque eso hace más fácil navegar, y también permite tener
            funcionalidades de búsqueda y edición en el mismo
            lugar. La colección de marcadores puede ser editada
            directamente desde el escritorio. En el mismo lugar, es
            posible ahora editar el título del marcador en línea,
            añadir más temas, eliminar marcadores, asociarlos a mas
            temas mediante arrastrar y soltar, editar las propiedades
            de un marcador, etc.
          </para>
          <para>
            Los marcadores también pueden accederse mediante:       
            <itemizedlist>
              <listitem>
               <para>
                 Tecleo en un tema en la barra de direcciones en la
                 ventana principal, hace que se despliegue una lista
                 de marcadores de esa categoría.
        </para>
              </listitem>
              <listitem>
               <para>
                 Cada palabra tecleada en la barra de direcciones es
                 buscada automáticamente en la base de datos de
                 marcadores y los marcadores coincidentes se muestran
                 en una lista desplegable debajo de la barra de dirección.
        </para>
              </listitem>
              <listitem>
               <para>
                 El elemento de menú <guimenu>Marcador</guimenu> da un
         menú de todos los temas diferentes. Los marcadores
         relacionados con esos temas pueden entonces ser
         accedidos desde los submenús aquí. Esto es más
         cercano al método tradicional de acceso a los
         marcadores y se proporciona para mantener compatibilidad.
        </para>
              </listitem>
              <listitem>
               <para>
                 La barra de marcadores puede usarse también para
                 acceder a sus marcadores. Elija
                 <menuchoice><guimenu>Ver</guimenu><guimenuitem>Barra
                 de marcadores</guimenuitem></menuchoice> para añador
                 la barra de marcadores.
                 Sin embargo, cada tema y marcador necesita ser
                 configurado en el diálogo de marcadores para ser
                 mostrado en esta barra. Esto puede usarse para
                 organizar los marcadores usados con más frecuencia.
            </para>
              </listitem>
            </itemizedlist>
          </para>
        </sect2>
    <sect2 id="to-create-new-bookmark">
      <title>Para crear un marcador nueno</title>
          <para>
            Puede crear marcadores nuevos de varios formas.
          </para>
          <variablelist>
            <varlistentry>
              <term>
                Ventana del navegador
              </term>
              <listitem>
                <itemizedlist>
                  <listitem>
                    <para>
                      Para marcar la página que está viendo
                      actualente, elija 
                      <menuchoice><guimenu>Marcadores</guimenu>
                      <guimenuitem>Añadir marcador...</guimenuitem>
                      </menuchoice>.
                    </para>
                  </listitem>
                  <listitem>
                    <para>
                      Para añadir un marcador de un enlace en la
                      página que está viendo actualmente, pulse con el
                      botón derecho en el enlace y elija <menuchoice>
                      <guimenuitem>Añadir marcador...</guimenuitem>
                      </menuchoice>.
                    </para>
                  </listitem>
                </itemizedlist>
              </listitem>
            </varlistentry>
            <varlistentry>
              <term>
                Ventana de histórico
              </term>
              <listitem>
                <para>
                  Para añadir un marcador del enlace seleccionado
                  actualmente en ele histórico, elija
                  <menuchoice><guimenu>Archivo</guimenu>
                  <guimenuitem>Añadir marcador...</guimenuitem>
                  </menuchoice>. Alternativamente, pulse el botón
                  derecho en el enlace del histórico en la ventana del
                  histórico, y después elija 
                  <guimenuitem>Marcar enlace...</guimenuitem>.
                </para>
              </listitem>
            </varlistentry>
          </variablelist>
        </sect2>
    <sect2 id="to-select-bookmarks">
          <title>Para seleccionar marcadores y temas</title>
          <para>
            Puede seleccionar marcadores y temas de varias formas. 
            El <xref linkend="epiphany-TBL-2"/> describe cómo seleccionar
            elementos en la ventana de marcadores.
          </para>
          <table frame="topbot" id="epiphany-TBL-2">
            <title>Selección de elementos en la ventana de marcadores</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>
                      Tarea
                    </para>
                  </entry>
                  <entry colname="colspec2" valign="top">
                    <para>
                      Acción
                    </para>
                  </entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry colname="colspec0" valign="top">
                    <para>
                      Seleccione un marcador o tema
                    </para>
                  </entry>
                  <entry colname="colspec2" valign="top">
                    <para>
                      Pulse en el marcador o tema.
                    </para>
                  </entry>
                </row>
                <row>
                  <entry colname="colspec0" valign="top">
                    <para>
                      Selección de un grupo de marcadores contiguos.
                    </para>
                  </entry>
                  <entry colname="colspec2" valign="top">
                    <para>
                      Pulse y mantenga pulsado
                      <keycap>Mayus</keycap>. Pulse en el primer
                      marcador en el grupo, después pulse en el último
                      marcador en el grupo.
                    </para>
                  </entry>
                </row>
                <row>
                  <entry colname="colspec0" valign="top">
                    <para>
                      Selección de varios marcadores
                    </para>
                  </entry>
                  <entry colname="colspec2" valign="top">
                    <para>
                      Pulse y mantenga pulsado
                      <keycap>Ctrl</keycap>. Pulse en el marcador que
                      quiere seleccionar.
                    </para>
                  </entry>
                </row>
                <row>
                  <entry colname="colspec0" valign="top">
                    <para>
                      Selección de todos los marcadores en un tema
                    </para>
                  </entry>
                  <entry colname="colspec2" valign="top">
                    <para>
                      Elija <menuchoice><guimenu>Editar</guimenu><guimenuitem>
                      Seleccionar todo</guimenuitem></menuchoice>.
                    </para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </table>
        </sect2>
    <sect2 id="to-open-bookmark">
          <title>Para abrir un marcador en una ventana o solapa nueva</title>
          <variablelist>
            <varlistentry>
              <term>Para abrir un marcador en una ventana nueva
              realice los pasos siguientes:</term>
              <listitem>
                <orderedlist>
                  <listitem>
                    <para>
                       Seleccione el marcador que quiere abrir.
                    </para>
                  </listitem>
                 <listitem>
                   <para>
                      Elija
                      <menuchoice><guimenu>Archivo</guimenu><guimenuitem>Abrir
                      en ventana
                      nueva</guimenuitem></menuchoice>.
                      Alternativamente, pulse en el marcador, después elija
                      <menuchoice><guimenuitem>Abrir en ventana nueva</guimenuitem></menuchoice>.
                   </para>
                 </listitem>
               </orderedlist>
             </listitem>
           </varlistentry>
           <varlistentry>
             <term>
               Para abrir un marcador en una solapa nueva efectúe los
               siguientes pasos:
             </term>
             <listitem>
               <orderedlist>
                 <listitem>
                   <para>
                     Seleccione el marcador que quiere abrir.
                   </para>
                 </listitem>
                 <listitem>
                   <para>
                     Elija
                     <menuchoice><guimenu>Archivo</guimenu><guimenuitem>Abrir
                     en ventana nueva</guimenuitem></menuchoice>. Alternativamente, 
                     pulse el botón derecho en el marcador, después
                     elija <menuchoice><guimenuitem>Abrir en una
                     solapa nueva</guimenuitem></menuchoice>.
                   </para>
                 </listitem>
               </orderedlist>
             </listitem>
            </varlistentry>
      </variablelist>
        </sect2>
    <sect2 id="to-create-new-topic">
          <title>Para crear una tema nuevo</title>
          <para>
            Para crear un tema nuevo, elija <menuchoice> <guimenu>Archivo</guimenu>
            <guimenuitem>Tema nuevo</guimenuitem></menuchoice> en la
            ventana de marcadores. Se crea un tema nuevo, puede
            introducir el nombre del tema, Los temas aparecerán como
            submenús en el menú <guimenu>Marcadores</guimenu>.
          </para>
        </sect2>
    <sect2 id="to-add-bookmark-to-topic">
          <title>Para añadir un marcador a un tema</title>
          <para>
            Para añadir un marcador a u tema, pulse el botón derecho
            del ratón sobre su entrada en la ventana de marcadores y
            elija <guimenuitem>Propiedades</guimenuitem>. Desde la
            lista de <guilabel>Temas</guilabel>, seleccione cada tema
            en el que desee añadir este marcador, y pulse
            <guibutton>Cerrar</guibutton>.
          </para>
        </sect2>
    <sect2 id="to-remove-bookmark-from-topic">
          <title>Para eliminar un marcador de un tema</title>
          <para>
            Para eliminar un marcador de un tema, pulse con el botón
            derecho del ratón sobre su entrada en la ventana de
            marcadores y elija
            <guimenuitem>Propiedades</guimenuitem>. De ka lista  
            <guilabel>Temas</guilabel>, deseleccione cada tema de los
            que quiera eliminar este marcador, después pulse <guibutton>Cerrar</guibutton>.
          </para>
        </sect2>
    <sect2 id="to-rename-bookmark-or-topic">
          <title>Para renombrar un marcador o tema</title>
          <para>
            Para renombrar un marcador o tema efectúe los siguientes pasos:
          </para>
          <orderedlist>
            <listitem>
              <para>
                Seleccione el marcador o el tema que quiere renombrar
                en la ventana de marcadores.
              </para>
            </listitem>
            <listitem>
              <para>
                Elija <menuchoice><guimenu>Archivo</guimenu><guimenuitem>Renombrar...</guimenuitem>
        </menuchoice>. Alternativamente, pulse el botón
        derecho del ratón sobre el marcador o tema en el panel
        de vista, después elija <guimenuitem>Renombrar...</guimenuitem>.
            El nombre del marcador o tema se selecciona.</para>
              </listitem>
              <listitem>
                <para>
                  Teclee un nombre nuevo para el tema o el marvador,
                  después pulse <keycap>Intro</keycap>.
                </para>
              </listitem>
           </orderedlist>
        </sect2>
    <sect2 id="to-delete-bookmark-or-topic">
          <title>Para borrar un marcador o tema</title>
          <para>
            Para borrar marcadores o temas realiza los pasos siguientes:
          </para>
          <orderedlist>
            <listitem>
              <para>
                Seleccione el marcador o tema que quiera borrar de la
                ventana de marcadores.
              </para>
            </listitem>
            <listitem>
              <para>
                Elija <menuchoice><guimenu>Archivo</guimenu><guimenuitem>
                Borrar</guimenuitem></menuchoice>. Alternativamente, 
                pulse con el botón derecho del ratón sobre los
                marcadores o temas en la ventana de marcadores, y
                después elija <guimenuitem>Borrar</guimenuitem>.
              </para>
            </listitem>
          </orderedlist>
        </sect2>
    <sect2 id="to-edit-bookmark-properties">
      <title>Para editar las propiedades de un marcador</title>
          <para>
            Para editar las propiedades de un marcador como su título
            y dirección, pulse con el botón derecho en su entrada en
            la ventana de marcadores y seleccione
            <guimenuitem>Propiedades</guimenuitem>.
          </para>
        </sect2>
    <sect2 id="to-search-bookmarks">
          <title>Para buscar en tus marcadores</title>
          <para>
            Para buscar en tus marcadores, introduzca su ermino de
            búsqueda en el campo <guilabel>Buscar</guilabel>. &fr;
            buscará a través de todos sus marcadores sin importar qué
            tema esté seleccionado.
          </para>
        </sect2>
    <sect2 id="to-copy-bookmark-address">
          <title>Para copiar la dirección de un marcador</title>
          <para>
            Para copiar la dirección de un marcador realice los
            siguientes pasos:
          </para>
          <orderedlist>
            <listitem>
              <para>
                Seleccione el marcador.
              </para>
            </listitem>
            <listitem>
              <para>
                Elija <menuchoice><guimenu>Editar</guimenu><guimenuitem>
                Copiar dirección</guimenuitem></menuchoice>. Alternativamente, 
                pulse con el botón derecho en el marcador, después
                seleccione <guimenuitem>Copiar dirección</guimenuitem>.
              </para>
            </listitem>
          </orderedlist>
        </sect2>
    <sect2 id="to-add-bookmark-or-topic-to-bookmarks-bar">
          <title>para añadir un marcador o tema en la barra de marcadores</title>
          <para>
            Puedes añadir un marcador o tema a la barra de marcadores
            de las siguientes maneras:
          </para>
          <variablelist>
            <varlistentry>
              <term>
                Menú <guimenu>Archivo</guimenu>
              </term>
              <listitem>
                <para>
                  Seleccione el marcador o tema que desee añadir, y
                  elija <menuchoice><guisubmenu>Archivo</guisubmenu><guimenuitem>
                  Mostrar en la barra de marcadores</guimenuitem></menuchoice>.
                </para>
              </listitem>
            </varlistentry>
            <varlistentry>
             <term>
               Arrastrar y soltar
             </term>
             <listitem>
               <para>
                 Puede arrastrar y soltar marcadores y temas desde la
                 ventana de marcadores a la barra de marcadores.
               </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>
          </para>
          <sect3 id="smart-bookmarks-introduction">
            <title>Introduction</title>
            <para>
              Smart Bookmarks are a special kind of bookmark that can take one or more 
              arguments. By using Smart Bookmarks, web searches and queries can be 
              performed without loading a query page first.
            </para>
            <para>
              All of your Smart Bookmarks will appear in a drop down menu if you enter 
              some text in the address bar, as shown in  
              <xref linkend="ephy-addressbar-smartbookmark-screenshot"/>. By selecting 
              the Smart Bookmark, a query using the given text will be performed.
            </para>
            <figure id="ephy-addressbar-smartbookmark-screenshot">
              <title>Smart Bookmark in address bar drop down menu</title>
              <screenshot>
                <mediaobject>
                  <imageobject>
                    <imagedata
                    fileref="figures/ephy-addressbar-smartbookmark-screenshot.png"
                    format="PNG"/> 
                  </imageobject>
                </mediaobject>
              </screenshot>
            </figure>
            <para>
              It is also possible to add a Smart Bookmark to a toolbar by selecting 
              <guimenuitem>Show in Bookmarks Bar</guimenuitem> in the bookmark's 
              property dialog. If you do so, you will see its name and a text box, 
              as shown in <xref linkend="ephy-bookmarkbar-smartbookmark-screenshot"/>. 
              You can enter text into the box and press enter to perform the function of 
              the Smart Bookmark.
            </para>
            <figure id="ephy-bookmarkbar-smartbookmark-screenshot">
              <title>Smart Bookmark in the bookmarks bar</title>
              <screenshot>
                <mediaobject>
                  <imageobject>
                    <imagedata
                    fileref="figures/ephy-bookmarkbar-smartbookmark-screenshot.png"
                    format="PNG"/> 
                  </imageobject>
                </mediaobject>
              </screenshot>
            </figure>
          </sect3>
          <sect3 id="smart-bookmarks-create-a-smartbookmark">
            <title>How do I create a Smart Bookmark?</title>
            <para>
              Smart Bookmarks can be created by finding out what address a site uses for 
              searching, for example 
              <command>http://www.google.com/search?q=SEARCHPHRASE</command> will 
              start a Google query for <command>SEARCHPHRASE</command>.
            </para>
            <para>
              To make this address a Smart Bookmark, perform the following steps:
            </para>
            <orderedlist>
              <listitem>
                <para>
                  Add a bookmark for 
                  <command>http://www.google.com/search?q=SEARCHPHRASE</command>
                </para>
              </listitem>
              <listitem>
                <para>
                  Open the bookmarks window.
                </para>
              </listitem>
              <listitem>
                <para>
                  In the <guimenuitem>Address</guimenuitem> field of the bookmark's 
                  <guimenuitem>Properties</guimenuitem> dialog, replace 
                  <command>SEARCHPHRASE</command> with %s.
                </para>
              </listitem>
              <listitem>
                <para>
                  (Optional) If you want the Smart Bookmark to appear in the bookmarks
                  bar, as shown in 
                  <xref linkend="ephy-bookmarkbar-smartbookmark-screenshot"/>, select 
                  <guimenuitem>Show in Bookmarks Bar</guimenuitem> in the bookmark's 
                  <guimenuitem>Properties</guimenuitem> dialog.
                </para>
              </listitem>
            </orderedlist>
          </sect3>
          <sect3 id="smart-bookmarks-archive">
            <title>Smart Bookmarks Archive</title>
            <para>
              An archive containing lots of Smart Bookmarks is available at the 
              <ulink url="http://galeon.sourceforge.net/bookmarks/">Galeon</ulink> 
              web site.
            </para>
          </sect3>
        </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>Content</term>
          <listitem>
            <para>
              The content of the cookie.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Path</term>
          <listitem>
            <para>
              The path within the domain for which the cookie is valid.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Send for</term>
          <listitem>
            <para>
              When <guilabel>Any type of connection</guilabel>, the 
              cookie can be sent to any server. When <guilabel>Encrypted 
              connections only</guilabel>, the cookie will only be
              sent to secure servers.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Expires</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"/>.
            This column also shows the amount of the file downloaded and its total size.
          </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>
        <para>
          Once all downloads have finished, or been cancelled, the download manager will close.
        </para>
      </note>
  </sect1>

<!-- ============= Certificates and Online Security =============== -->

  <sect1 id="ephy-certificates">
    <title>Certificates &amp; Online Security</title>
    <para>
      When using sites which require you to login, or when using online
      shopping, it is important to know that the information you submit 
      is secure. &fr; offers a number of features to help you do this.
    </para>
    <sect2 id="identifying-secure-sites">
      <title>Identifying Secure Sites</title>
      <para>
        When viewing web pages, &fr; displays a lock icon in the status bar
        which shows you whether the current site is secure.
      </para>
      <variablelist>
        <varlistentry>
          <term>An unlocked padlock</term>
          <listitem>
            <para>
              Indicates that this site is insecure.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>A locked padlock</term>
          <listitem>
            <para>
              Indicates that this site is secure.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>A broken padlock</term>
          <listitem>
            <para>
              Indicates that some parts of this page are secure, and others
              are not.
            </para>
          </listitem>
        </varlistentry>
      </variablelist>
    </sect2>
    <sect2 id="using-certificate-viewer">
      <title>Using Certificate Viewer</title>
      <para>
        The certificate viewer presents the details held within the certificate. 
        The <guilabel>General</guilabel> tab provides the following details:
      </para>
      <variablelist>
        <varlistentry>
          <term>Common Name</term>
          <listitem>
            <para>
              Shows either who issued the certificate, or the domain to which 
              it was issued.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Organisation</term>
          <listitem>
            <para>
              Shows the name of the issuing company, or the name of the company 
              to which is was issued.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Organisational Unit</term>
          <listitem>
            <para>
              Shows the division of the company which issued or received the certificate.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Serial Number</term>
          <listitem>
            <para>
              A unique identifier for this certificate.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Issued On</term>
          <listitem>
            <para>
              The date the certificate was issued.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Expires On</term>
          <listitem>
            <para>
              The date the certificate expires.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>SHA1 Fingerprint</term>
          <listitem>
            <para>
              An identifying string for this certificate. You can check with the 
              issuing company that this string matches the certificate on their records.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>MD5 Fingerprint</term>
          <listitem>
            <para>
              An identifying string for this certificate. You can check with the 
              issuing company that this string matches the certificate on their records.
            </para>
          </listitem>
        </varlistentry>
      </variablelist>
      <para>
        The <guilabel>Details</guilabel> tab shows the following information:
      </para>
      <variablelist>
        <varlistentry>
          <term>Certificate Hierarchy</term>
          <listitem>
            <para>
              Some certificates are signed by intermediate authorities who are in
              turn signed by an authority at a higher level. This list displays
              the complete certificate chain.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Certificate Fields</term>
          <listitem>
            <para>
              Displays the fields as they appear in the certificate for the selected
              certificate in the hierarchy.
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>Field Value</term>
          <listitem>
            <para>
              Displays the value for the selected certificate field.
            </para>
          </listitem>
        </varlistentry>
      </variablelist>
    </sect2>
  </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. If you
                  select <guilabel>Automatically download and open files</guilabel>
                  you will not be prompted before files are download or opened.
                </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 list. To 
              set the font for standard text, where the width of characters varies, 
              use the <guilabel>Variable width</guilabel> drop down list 
              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 list 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>
              <para>
                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.
              </para>
            </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>
              <para>
                Disabling or restricting cookies may disable access to parts of some sites or 
                disable some of their features.
              </para>
            </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 list 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 list 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 list. 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>
             <para>
               You can use fullscreen mode to make &fr; hide most of the window 
               components. For details, see <xref linkend="using-fullscreen-mode"/>.
             </para>
           </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>

<!-- ============= Shortcuts ===================================== -->

  <sect1 id="shortcuts">
    <title>Shortcuts</title>
    <para>
    </para>
    <sect2 id="keyboard-shortcuts">
      <title>Keyboard Shortcuts</title>
      <para>
      </para>
    <table frame="topbot" id="epiphany-TBL-3">
      <title>General Shortcuts</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>
                Shortcut
              </para>
            </entry>
            <entry valign="top">
              <para>
                Description
              </para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>Ctrl-O</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Open a file from a local folder.
              </para>
            </entry>
          </row>
      <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>Shift-Ctrl-S</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Save the current document to a local folder.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Ctrl-P</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Print the current document.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>Ctrl-W</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Close the current tab or window.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>F1</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Show help.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>F7</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Toggle caret browsing mode.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>Ctrl-D</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Bookmark current page.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>Ctrl-B</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Show bookmarks manager.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>Ctrl-H</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Show history manager.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>Shift-Ctrl-T</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Toggle toolbar display.
              </para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table>   
   <para>
   </para>
   <table frame="topbot" id="epiphany-TBL-4">
      <title>Navigation Shortcuts</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>
                Shortcut
              </para>
            </entry>
            <entry valign="top">
              <para>
                Description
              </para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>Ctrl-N</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Open a new window.
              </para>
            </entry>
          </row>
      <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>Ctrl-T</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Open a new tab.
              </para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" valign="top">
              <para>
                <keycap>Ctrl-L</keycap>
              </para>
            </entry>
            <entry colname="colspec1" valign="top">
              <para>
                Focus the address bar.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Alt-Left</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Go back.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Alt-Right</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Go forward.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Alt-Up</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Go up a level.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Alt-Home</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Go to your home page.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Esc</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Stop page loading.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>F6</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Switch to next frame.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Shift-F6</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Switch to previous frame.
              </para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table> 
   <para>
   </para>
   <table frame="topbot" id="epiphany-TBL-5">
      <title>Tabbed Browsing Shortcuts</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>
                Shortcut
              </para>
            </entry>
            <entry valign="top">
              <para>
                Description
              </para>
            </entry>
          </row>
        </thead>
        <tbody> 
          <row>
            <entry valign="top">
              <para>
                <keycap>Ctrl-Page Up</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Focus next tab.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Ctrl-Page Down</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Focus previous tab.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Shift-Ctrl-Page Up</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Move tab left.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Shift-Ctrl-Page Down</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Move tab right.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Shift-Ctrl-M</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Detach tab.
              </para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table> 
  <para>
  </para>
  <table frame="topbot" id="epiphany-TBL-6">
      <title>Page Viewing Shortcuts</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>
                Shortcut
              </para>
            </entry>
            <entry valign="top">
              <para>
                Description
              </para>
            </entry>
          </row>
        </thead>
        <tbody> 
          <row>
            <entry valign="top">
              <para>
                <keycap>F11</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Toggle fullscreen mode.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Ctrl-+</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Zoom text larger.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Ctrl--</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Zoom text smaller.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Ctrl-U</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                View page source.
              </para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table> 
    </sect2>
    <sect2 id="mouse-shortcuts">
      <title>Mouse Shortcuts</title>
      <para>
      </para>
      <table frame="topbot" id="epiphany-TBL-7">
      <title>Mouse Shortcuts</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>
                Shortcut
              </para>
            </entry>
            <entry valign="top">
              <para>
                Description
              </para>
            </entry>
          </row>
        </thead>
        <tbody> 
          <row>
            <entry valign="top">
              <para>
                <keycap>Middle-click (On a link)</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Open link in a new tab.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Ctrl-Click (On a link)</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Open link in a new tab.
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <keycap>Shift-Click (On a link)</keycap>
              </para>
            </entry>
            <entry valign="top">
              <para>
                Download link.
              </para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table> 
    </sect2>
  </sect1>

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

    <para>
      &fr; was written by Marco Presenti Gritti 
      (<email>marco@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@gnome.org</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>