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

« back to all changes in this revision

Viewing changes to locale/nl-NL/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>URL Patronen</h3>
33
 
  <p>Voordat Firefox een URL laadt, vraagt het aan FoxyProxy of een proxy moet worden gebruikt.
34
 
     FoxyProxy beantwoordt deze vraag door de huidige URL te vergelijken met alle URL patronen hieronder      gedefinieerd.
35
 
     De eenvoudigste manier om een patroon te specificeren is met wildcards.</p>        
36
 
   <h4><a name="wildcards">Wildcards</a></h4>
37
 
   <p>Wildcards worden in de gehele computerwereld gebruikt; waarschijnlijk hebt u ze wel eens eerder
38
 
   gezien. De asterisk (*) dient als wildcard karakter voor nul of meer karakters,
39
 
   en het vraagteken (?) dient als wildcard karakter voor een willekeurig enkel karakter.
40
 
   </p>
41
 
   <p>Meer geavanceerde vergelijkingsregels zijn mogelijk door gebruik te maken van reguliere uitdrukkingen. Klik voor details op de "Help Inhoud" knop.</p>
42
 
   
43
 
   <h4>Wildcard voorbeelden</h4>
44
 
   <table>
45
 
     <thead><tr><th>URL patroon</th><th>Enkele matches</th><th>Enkele niet-matches</th></tr></thead>
46
 
     <tr><td>*//:*.yahoo.com/*</td><td>Alles in het Yahoo-domein</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>Matcht alles</i></td><td>&nbsp;</td></tr>            
53
 
   </table>
54
 
</body>
55
 
</html>
 
 
b'\\ No newline at end of file'