Changes between Version 1 and Version 2 of ExempleCarte


Ignore:
Timestamp:
Mar 31, 2011, 2:33:12 PM (13 years ago)
Author:
g7moreau
Comment:

Ajout de l'image

Legend:

Unmodified
Added
Removed
Modified
  • ExempleCarte

    v1 v2  
    55Bien entendus, les noms des commutateurs, les ports, les bâtiments ont été modifié mais la forme de la carte a existé un jour telle quelle.
    66
     7[[Image(switch-map-mini.png)]]
     8
     9Cette carte a été obtenu depuis le fichier source (format {{{dot}}} - {{{graphviz}}})
     10via les commandes :
     11
     12{{{
     13dot -T png switch-map.txt >  switch-map.png
     14convert -geometry 450x switch-map.png switch-map-mini.png
     15}}}