Différences entre les versions de « Les listes de Proxy de Maxthon v2.0 »

De Wiki Francophone de Maxthon
Aller à la navigation Aller à la recherche
 
(9 versions intermédiaires par 4 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
Version: 2.0.0
Version: 2.0.0
Last Modified: 2006-07-24 5:10 PM
Last Modified: 2006-07-24 5:10 PM




==Overview==
==Vue d'ensemble==
Maxthon Browser's new Proxy Auto-Update Feature is designed to bring a better user experience for users that require a proxy connection to browse internet.
La nouvelle fonctionnalité de mise à jour automatique du Proxy de Maxthon a été conçue pour apporter une meilleure expérience utilisateur pour les utilisateurs qui nécessitent une connexion à un serveur Proxy pour naviguer sur Internet.


Proxy Provider File is used to update user's proxy list. This file is based on XML file format.
Le fichier de fournisseur Proxy est utilisé pour mettre à jour la liste des Proxy utilisateurs. Ce fichier est au format XML.


Note: Please save the XML file in Unicode(UTF-8) encoding.
Note : Sauvegardez le fichier XML au format Unicode(UTF-8).




==Proxy Provider File Structure==
==Structure du fichier de fournisseur Proxy==
Below is a short example of what the file should looks like:
Vous trouverez ci-dessous un exemple de fichier :


  <<span style="color: #000066;font-weight: bold;">m2proxy</span> <span style="color: #990000;">version</span><nowiki>=</nowiki><span style="color: #0000FF;">"1.0"</span>>
  <<span style="color: #000066;font-weight: bold;">m2proxy</span> <span style="color: #990000;">version</span><nowiki>=</nowiki><span style="color: #0000FF;">"1.0"</span>>
Ligne 24 : Ligne 25 :


====<m2proxy>====
====<m2proxy>====
This is the root element of a Proxy Provider File. It's must be provided in the XML to make Maxthon Browser recognize the file format.
C'est l'élement principal du fichier de fournisseur Proxy. Il doit être spécifié dans le XML pour que Maxthon reconnaisse le format de fichier.


=====Properties:=====
=====Propriétés :=====
{| class="wikitable" border="1" cellspacing="0" cellpadding="5"
{| class="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066;font-weight: bold;">version</span><nowiki>=</nowiki><span style="color: #0000FF;">"1.0"</span>
| <span style="color: #000066;font-weight: bold;">version</span><nowiki>=</nowiki><span style="color: #0000FF;">"1.0"</span>
| Version number of Proxy Provider File Format. Must be 1.0 at present.
| Le numéro de version du format du fichier de fournisseur Proxy. Doit être actuellement 1.0.
|}
|}




====<proxylist>====
====<proxylist>====
Child node of <<span style="color: #000066;font-weight: bold;">m2proxy</span>>, can not nested. A <<span style="color: #000066;font-weight: bold;">m2proxy</span>> can contain more than one <<span style="color: #000066;font-weight: bold;">proxylist</span>>.
Noeud enfant de <<span style="color: #000066;font-weight: bold;">m2proxy</span>>, ne peut pas être emboité. Un <<span style="color: #000066;font-weight: bold;">m2proxy</span>> peut contenir plus d'un <<span style="color: #000066;font-weight: bold;">proxylist</span>>.


=====Properties:=====
=====Propriétés :=====
{| class="wikitable" border="1" cellspacing="0" cellpadding="5"
{| class="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066;font-weight: bold;">provider</span><nowiki>=</nowiki><span style="color: #0000FF;">"http://www.proxylist.com"</span>
| <span style="color: #000066;font-weight: bold;">provider</span><nowiki>=</nowiki><span style="color: #0000FF;">"http://www.proxylist.com"</span>
| The URL to the Website of Proxy Provider who mantains this Proxy List <span style="color:#996600;">(Optional) <br /></span>If present, Maxthon Browser will open this URL automatically when update Proxy List.
| L'URL du site Web du fournisseur Proxy qui maintient cette liste de Proxy <span style="color:#996600;">(Optionnel) <br /></span>Si présent, Maxthon ouvrira cette URL automatiquement lors de la mise à jour de la liste de Proxy.
|}
|}




====<proxy>====
====<proxy>====
Child node of <<span style="color: #000066;font-weight: bold;">proxylist</span>>. Define a Proxy Item in Porxy List.
Noeud enfant de <<span style="color: #000066;font-weight: bold;">proxylist</span>>. Défini un élément de Proxy dans la liste de Proxy.


=====Properties:=====
=====Propriétés :=====
{| class="wikitable" border="1" cellspacing="0" cellpadding="5"
{| class="wikitable" border="1" cellspacing="0" cellpadding="5"
| <span style="color: #000066;font-weight: bold;">name</span><nowiki>=</nowiki><span style="color: #0000FF;">"My Proxy"</span>
| <span style="color: #000066;font-weight: bold;">name</span><nowiki>=</nowiki><span style="color: #0000FF;">"My Proxy"</span>
| The Title used to describe the Proxy Item.
| Le titre utilisé pour décrire l'élément du Proxy.
|-
|-
| <span style="color: #000066;font-weight: bold;">address</span><nowiki>=</nowiki><span style="color: #0000FF;">"127.0.0.1:8080"</span>
| <span style="color: #000066;font-weight: bold;">address</span><nowiki>=</nowiki><span style="color: #0000FF;">"127.0.0.1:8080"</span>
| The Address of Proxy, with port number. If port is not specified, port 80 will be used.
| L'adresse du Proxy, avec le numéro de port. Si le port n'est pas spécifié, le port 80 sera utilisé.
|-
|-
| <span style="color: #000066;font-weight: bold;">type</span><nowiki>=</nowiki><span style="color: #0000FF;">"2"</span>
| <span style="color: #000066;font-weight: bold;">type</span><nowiki>=</nowiki><span style="color: #0000FF;">"2"</span>
| The Type of the Proxy Item <span style="color:#996600;">(Optional) <br /></span> - HTTP<br /><span style="color: #990000;">1</span> - Socks4a<br /><span style="color: #990000;">2</span> - Socks5<br /><span style="color: #990000;">3</span> - HTTPS<br /> If not specified, default is  (HTTP).
| Le type de l'élément de Proxy <span style="color:#996600;">(Optionnel) <br /></span><span style="color: #990000;">0</span> - HTTP<br /><span style="color: #990000;">1</span> - Socks4a<br /><span style="color: #990000;">2</span> - Socks5<br /><span style="color: #990000;">3</span> - HTTPS<br /> Si non spécifié, (HTTP) est par défaut.
|-
|-
| <span style="color: #000066;font-weight: bold;">user</span><nowiki>=</nowiki><span style="color: #0000FF;">"usr"</span><br /><span style="color: #000066;font-weight: bold;">password</span><nowiki>=</nowiki><span style="color: #0000FF;">"pwdhere"</span>
| <span style="color: #000066;font-weight: bold;">user</span><nowiki>=</nowiki><span style="color: #0000FF;">"usr"</span><br /><span style="color: #000066;font-weight: bold;">password</span><nowiki>=</nowiki><span style="color: #0000FF;">"pwdhere"</span>
| Username and Password for authentication <span style="color:#996600;">(Optional) </span>
| Le nom d'utilisateur et le mot de passe pour l'authentication <span style="color:#996600;">(Optionnels) </span>
|}
|}
<center>[[Base de connaissances de Maxthon 2.0]]</center>

Version actuelle datée du 1 septembre 2006 à 08:39

Version: 2.0.0

Last Modified: 2006-07-24 5:10 PM


Vue d'ensemble

La nouvelle fonctionnalité de mise à jour automatique du Proxy de Maxthon a été conçue pour apporter une meilleure expérience utilisateur pour les utilisateurs qui nécessitent une connexion à un serveur Proxy pour naviguer sur Internet.

Le fichier de fournisseur Proxy est utilisé pour mettre à jour la liste des Proxy utilisateurs. Ce fichier est au format XML.

Note : Sauvegardez le fichier XML au format Unicode(UTF-8).


Structure du fichier de fournisseur Proxy

Vous trouverez ci-dessous un exemple de fichier :

<m2proxy version="1.0">
 <proxylist provider="http://www.proxylist.com">
  <proxy name="Untitled Proxy " address="128.111.52.62:3128"/>
  <proxy name="Local" address="127.0.0.1:8080" type="1"/>
  <proxy name="Authentication Required" address="123.33.2.21:998" type="3" user="test1" password="1234"/>
 </proxylist>
</m2proxy>


<m2proxy>

C'est l'élement principal du fichier de fournisseur Proxy. Il doit être spécifié dans le XML pour que Maxthon reconnaisse le format de fichier.

Propriétés :
version="1.0" Le numéro de version du format du fichier de fournisseur Proxy. Doit être actuellement 1.0.


<proxylist>

Noeud enfant de <m2proxy>, ne peut pas être emboité. Un <m2proxy> peut contenir plus d'un <proxylist>.

Propriétés :
provider="http://www.proxylist.com" L'URL du site Web du fournisseur Proxy qui maintient cette liste de Proxy (Optionnel)
Si présent, Maxthon ouvrira cette URL automatiquement lors de la mise à jour de la liste de Proxy.


<proxy>

Noeud enfant de <proxylist>. Défini un élément de Proxy dans la liste de Proxy.

Propriétés :
name="My Proxy" Le titre utilisé pour décrire l'élément du Proxy.
address="127.0.0.1:8080" L'adresse du Proxy, avec le numéro de port. Si le port n'est pas spécifié, le port 80 sera utilisé.
type="2" Le type de l'élément de Proxy (Optionnel)
0 - HTTP
1 - Socks4a
2 - Socks5
3 - HTTPS
Si non spécifié, (HTTP) est par défaut.
user="usr"
password="pwdhere"
Le nom d'utilisateur et le mot de passe pour l'authentication (Optionnels)


Base de connaissances de Maxthon 2.0