~ubuntu-branches/ubuntu/hardy/foxyproxy/hardy-updates

« back to all changes in this revision

Viewing changes to locale/es-ES/torwizhelp.html

  • Committer: Bazaar Package Importer
  • Author(s): Sasa Bodiroza
  • Date: 2008-04-09 13:55:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080409135500-x7u28czocbidxpmg
Tags: 2.7.2-0ubuntu1
* New upstream release. (LP: #212875)
* Improved packaging to make use of xpi.mk
* debian/control: 
  - Updated Maintainer field according to DebianMaintainerField spec
  - s/IceWeasel/Firefox/ in description
* debian/copyright: 
  - Updated copyright years
  - Updated packaging copyright
  - Added notice about xpi.mk packaging
  - Getting the source differs for this upload, added notice
* install.rdf: Bumped maxVersion to 3.0.*

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- switched from xhtml to html because of BabelZilla WTS adds extraneous html tags on locale download -->
2
 
<html>
3
 
  <head>
4
 
  <style type="text/css">
5
 
    table {
6
 
        border-width: 0px;
7
 
        border-spacing: 2px;
8
 
        border-style: none;
9
 
        border-color: white;
10
 
        border-collapse: separate;
11
 
        background-color: rgb(250, 240, 230);
12
 
        font-size: x-small;
13
 
        font-family: verdana, sans-serif;
14
 
    }
15
 
    table td,table th {
16
 
        border-width: 1px;
17
 
        padding: 1px;
18
 
        border-style: groove;
19
 
        border-color: green;
20
 
        background-color: rgb(250, 240, 230);
21
 
      vertical-align: top;      
22
 
                  font-size: x-small; 
23
 
                  font-family: verdana, sans-serif;
24
 
    }    
25
 
    p {background-color: white; font-size: x-small; font-family: verdana, sans-serif;}
26
 
    body {font-family: verdana, sans-serif;}
27
 
    h3 {font-size: small;}
28
 
    h4 {font-size: x-small;}
29
 
  </style>
30
 
  </head>
31
 
<body>
32
 
  <h3>Plantillas de direcciones</h3>
33
 
  <p>Antes de cargar una dirección, Firefox pregunta a FoxyProxy si se debe usar un proxy.
34
 
     FoxyProxy responde a esta pregunta viendo la correspondencia entre la dirección y todas las plantillas que se hayan definido.
35
 
     La manera más simple de definir plantillas es usando comodines.</p>        
36
 
   <h4><a name="wildcards">Comodines</a></h4>
37
 
   <p>Los comodines son muy comunes en muchos programas; es muy probable que ya haya trabajado
38
 
   con ellos anteriormente. El asterisco (*) corresponde a un comodín para ningún caracter o para varios,
39
 
   mientras que la interrogación (?) se sustituye por un único caracter.
40
 
   </p>
41
 
   <p>Es posible usar reglas más avanzadas de correspondencia mediante las expresiones regulares. Para más detalles pulse el botón "Contenidos de la ayuda".</p>
42
 
   
43
 
   <h4>Ejemplos de comodines</h4>
44
 
   <table>
45
 
     <thead><tr><th>Plantilla de la dirección</th><th>Coincide con</th><th>No coincide con</th></tr></thead>
46
 
     <tr><td>*//:*.yahoo.com/*</td><td>Cualquier dirección del dominio yahoo</td><td>http://mail.google.com/</td></tr>      
47
 
     <tr><td>*//:mail.yahoo.com/*</td><td>http://mail.yahoo.com/<br/>http://mail.yahoo.com/clownshoes/<br/>http://mail.yahoo.com/inbox/123.html<br/>ftp://mail.yahoo.com</td><td>http://maps.yahoo.com</td></tr>
48
 
     <tr><td>http://??.wikipedia.org/wiki/Clown</td><td>http://en.wikipedia.org/wiki/Clown<br/>http://de.wikipedia.org/wiki/Clown<br/>http://cs.wikipedia.org/wiki/Clown</td><td>https://en.wikipedia.org/wiki/Clown<br/>http://de.wikipedia.org/wiki/Clown/<br/>ftp://en.wikipedia.org/wiki/Clown</td></tr>
49
 
     <tr><td>http://digg.com/</td><td>http://digg.com/</td><td>http://digg.com<br/>http://www.digg.com/</td></tr>      
50
 
     <tr><td>*://*.asimov.???/*</td><td>ftp://ftp.asimov.net/<br/>ftp://ftp.asimov.com/theory.html<br/>http://bear.asimov.net/mom/<br/>https://isaac.asimov.org/hercules<br/>gopher://asimov.net/</td>
51
 
       <td>ftp://ftp.asimov.co.uk<br/>http://isaac.home.com/tin.php</td></tr>     
52
 
     <tr><td>*</td><td><i>Cualquier dirección</i></td><td>&nbsp;</td></tr>            
53
 
   </table>
54
 
</body>
55
 
</html>
 
 
b'\\ No newline at end of file'