Changeset 193 for trunk/push-web


Ignore:
Timestamp:
Jan 4, 2017, 5:01:41 PM (7 years ago)
Author:
g7moreau
Message:
  • Add SVG map
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/push-web

    r102 r193  
    7474<h1>
    7575<b><a href="http://servforge.legi.grenoble-inp.fr/projects/klask">Klask</a></b>
    76 - Un outil pour <a href="switch-map.png">cartographier</a> le r&eacute;seau [${LOCALTIME}] - site ${SITE_NAME}
     76- Un outil pour <a href="switch-map.png">cartographier</a> (<a href="switch-map.svg">svg</a>) le r&eacute;seau [${LOCALTIME}] - site ${SITE_NAME}
    7777</h1>
    7878
     
    109109<h1>
    110110<b><a href="http://servforge.legi.grenoble-inp.fr/projects/klask">Klask</a></b>
    111 - Un outil pour <a href="switch-map.png">cartographier</a> le r&eacute;seau [${LOCALTIME}] - site ${SITE_NAME}
     111- Un outil pour <a href="switch-map.png">cartographier</a> (<a href="switch-map.svg">svg</a>) le r&eacute;seau [${LOCALTIME}] - site ${SITE_NAME}
    112112</h1>
    113113
     
    144144      ${REMOTE_FOLDER}/
    145145
    146    [ -x ${DOT} ] && (cd ${REMOTE_FOLDER}; ${DOT} -T png switch-map.txt > switch-map.png)
     146   [ -x ${DOT} ] && (cd ${REMOTE_FOLDER}; ${DOT} -T svg switch-map.txt > switch-map.svg; ${DOT} -T png switch-map.txt > switch-map.png)
    147147
    148148else
     
    157157
    158158
    159    $SSH ${REMOTE_USER}@${REMOTE_SERVER} "(cd ${REMOTE_FOLDER}; ${DOT} -T png switch-map.txt > switch-map.png)"
     159   $SSH ${REMOTE_USER}@${REMOTE_SERVER} "(cd ${REMOTE_FOLDER}; ${DOT} -T svg switch-map.txt > switch-map.svg; ${DOT} -T png switch-map.txt > switch-map.png)"
    160160fi
Note: See TracChangeset for help on using the changeset viewer.