Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fr:midori:faq [2015/07/04 19:18] – [À propos de Midori] shunesburg69fr:midori:faq [2015/07/04 19:45] (current) – [Architecture de Midori] shunesburg69
Line 14: Line 14:
  
 === Que signifie le logo ? === === Que signifie le logo ? ===
-La patte verte d'un chat. Évidemment. Il ressemble aussi à la lettre "M" de "Midori". La courbe est censé souligner vitesse.+La patte verte d'un chat. Évidemment. Il ressemble aussi à la lettre "M" de "Midori". La courbe est censé souligner sa vitesse.
  
 === Sur quelles plateformes Midori fonctionne-t-il actuellement ? === === Sur quelles plateformes Midori fonctionne-t-il actuellement ? ===
-Midori est portable et peut fonctionner sur toutes les plateformes qui supportent ses dépendances. Il existe des versions pour plusieurs distributions Linux, et pour Windows excepté 8.1 (pour le moment), ainsi que BSD.+Midori peut être porté et fonctionner sur toutes les plateformes qui supportent ses dépendances. Il existe des versions pour plusieurs distributions Linux, et pour Windows excepté 8.1 (pour le moment), ainsi que BSD.
  
 === Sous quelle licence Midori est-il distribué ? === === Sous quelle licence Midori est-il distribué ? ===
-Midori et tous ses illustrations sont sous licence LGPL2.+Midori et tous ses composants sont sous licence LGPL2.
  
 ====== Problèmes connus ====== ====== Problèmes connus ======
  
-=== Pourquoi Google Mail / Google Calendrier / Google Maps, Facebook ne fonctionne pas ou montre leur version mobile ? ===+=== Pourquoi Google Mail / Google Calendrier / Google Maps, Facebook ne fonctionnent pas ou montre leurs versions mobiles ? ===
  
 Certains sites web ne fonctionnent pas s'ils ne reconnaissent pas votre navigateur en tant que Chrome, Firefox, Internet Explorer, etc. Certains sites web ne fonctionnent pas s'ils ne reconnaissent pas votre navigateur en tant que Chrome, Firefox, Internet Explorer, etc.
Line 45: Line 45:
 cela ajoutera un chemin en plus pour les icônes/... dossier cela ajoutera un chemin en plus pour les icônes/... dossier
  
-En plus, GTK3 peut enlever des icônes des menus. This may be changed by placing <code>gtk-menu-images=true</code> in the file ~/.config/gtk-3.0/settings.ini+En plus, GTK3 peut enlever des icônes des menus. Cela peut être changé en modifiant <code>gtk-menu-images=true</code> dans le fichier ~/.config/gtk-3.0/settings.ini
  
-=== Tweaking Midori on the Gtk level ===+=== Personnaliser Midori au niveau de Gtk ===
 If you don't have a desktop application that takes care of Gtk settings or if your interface doesn't support a particular feature, you can modify any settings easily manually by specifying them in a text file called ~/.gtkrc-2.0 or /etc/gtk-2.0/gtkrc: If you don't have a desktop application that takes care of Gtk settings or if your interface doesn't support a particular feature, you can modify any settings easily manually by specifying them in a text file called ~/.gtkrc-2.0 or /etc/gtk-2.0/gtkrc:
  
Line 78: Line 78:
  
 export XDG_CACHE_HOME=/dev/shm export XDG_CACHE_HOME=/dev/shm
-===== Security features =====+===== Fonctionnalités de Sécurité =====
  
 === HSTS/ HTTP Strict Transport Security === === HSTS/ HTTP Strict Transport Security ===
Line 84: Line 84:
 Midori >= 0.4.7 automatically picks up the Strict-Transport-Security header and caches sites locally. By design, there's no UI. System administrators can however place a pre-loaded cache at /etc/xdg/midori/hsts. Midori >= 0.4.7 automatically picks up the Strict-Transport-Security header and caches sites locally. By design, there's no UI. System administrators can however place a pre-loaded cache at /etc/xdg/midori/hsts.
  
-=== Certificate Handling ===+=== Manipulation des Certificats ===
  
 Midori uses the system's ca-certificates, the exact locations depend on the distribution. Midori uses the system's ca-certificates, the exact locations depend on the distribution.
Line 365: Line 365:
 ====== Serveurs mandataires (Proxy) ====== ====== Serveurs mandataires (Proxy) ======
  
-By running a local proxy you can modify web content even before it has reached Midori. That allows you to do things similar to what user scripts and user styles provide and even others that neither is suitable for.+En utilisant un proxy local vous pouvez modifier le contenu web avant même qu'il ait atteint Midori. That allows you to do things similar to what user scripts and user styles provide and even others that neither is suitable for.
  
 === Privoxy === === Privoxy ===
  
-Privoxy is a non-caching web proxy with filter capabilites and particular support for blocking advertisements before even loading them.+Privoxy est un server proxy sans-cache avec la capacité de filtrer et bloquer les publicités avant même d'être chargées.
  
 http://www.privoxy.org/faq/ http://www.privoxy.org/faq/
Line 408: Line 408:
 === HJKL === === HJKL ===
  
-You can use the Vim-like key bindings [hjkl] to navigate a page.  h=left j=down k=up l=right  In a picture:+You can use the Vim-like key bindings [hjkl] to navigate a page.  h=gauche j=bas k=haut l=droite 
 + 
 +Dans une image : 
  
         k         k
Line 414: Line 417:
       j       j
  
-You can also use the arrow keys to do the same.+Vous pouvez aussi utiliser les flèches pour faire la même chose.
  
 === Following Links === === Following Links ===
Line 432: Line 435:
 Enable the Shortcuts extension Tools → Extensions. To edit a keybinding Tools → Customize Shortcuts... Enable the Shortcuts extension Tools → Extensions. To edit a keybinding Tools → Customize Shortcuts...
  
-=== Using Find ===+=== Utilisation de l’outil de recherche ===
  
-Default shortcuts for Find are:+Les raccourcis par défaut pour la Recherche sont :
  
-Find:         Ctrl+f "/" and ","\\ +Rechercher :         Ctrl+f "/" et ","\\ 
-FindNext:     Ctrl+g and Enter\\ +Recherche suivante :     Ctrl+g et Enter\\ 
-FindPrevious: Shift+Ctrl+g\\+Recherche précédente : Shift+Ctrl+g\\
  
 Dismissing Find: Dismissing Find:
Line 544: Line 547:
 ====== Architecture de Midori ====== ====== Architecture de Midori ======
  
-Midori stands on the shoulders of three giants in particularthe software libraries [[http://www.gtk.org/|GTK+]], [[http://webkitgtk.org/|WebKitGTK+]], and [[https://developer.gnome.org/libsoup/|libsoup]]. GTK+ provides the buttonswindows and menus, WebKitGTK+ draws and controls web pages, and libsoup downloads those pages.+Midori repose sur les épaules de trois géants en particulier Les librairies de logiciels [[http://www.gtk.org/|GTK+]], [[http://webkitgtk.org/|WebKitGTK+]], et [[https://developer.gnome.org/libsoup/|libsoup]]. GTK+ génère les boutonsles fenêtres et les menus, WebKitGTK+ dessine et gère les pages webet libsoup télécharge ses pages.
  
-WebKitGTK+ itself uses two other important libraries: [[https://www.webkit.org/projects/javascript/index.html|JavaScriptCore]], a WebKit project which runs scripts on web pages; and [[http://gstreamer.freedesktop.org/|GStreamer]], which plays HTML5 video and audio.+WebKitGTK+ lui-même utilise deux autres librairies importantes: [[https://www.webkit.org/projects/javascript/index.html|JavaScriptCore]], un projet de Kit Web qui lance les scripts des pages webet [[http://gstreamer.freedesktop.org/|GStreamer]], qui joue les vidéos et l'audio HTML5.
 ===== WebKit Version Numbers ===== ===== WebKit Version Numbers =====