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

« back to all changes in this revision

Viewing changes to locale/zh-CN/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 Patterns</h3>
33
 
  <p>Before Firefox loads a URL, Firefox asks FoxyProxy if a proxy should be used.
34
 
     FoxyProxy answers this question by attempting to match the current URL with all of the URL patterns you define below.
35
 
     The simplest way to specify patterns is with wildcards.</p>        
36
 
   <h4><a name="wildcards">Wildcards</a></h4>
37
 
   and the question mark (?) substitutes as a wildcard character for any one character.
38
 
   </p>
39
 
   <p>More advanced matching rules are possible using regular expressions. For details, click the "Help Contents" button.</p>
40
 
   
41
 
   <h4>Wildcard Examples</h4>
42
 
   <table>
43
 
     <thead><tr><th>URL Pattern</th><th>Some Matches</th><th>Some Non-Matches</th></tr></thead>
44
 
     <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>
45
 
     <tr><td>http://digg.com/</td><td>http://digg.com/</td><td>http://digg.com<br/>http://www.digg.com/</td></tr>      
46
 
     <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>
47
 
       <td>ftp://ftp.asimov.co.uk<br/>http://isaac.home.com/tin.php</td></tr>     
48
 
     <tr><td>*</td><td><i>Matches everything</i></td><td>&nbsp;</td></tr>            
49
 
   </table>
50
 
</body>
51
 
</html>