Changeset 193
- Timestamp:
- Jan 4, 2017, 5:01:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/push-web
r102 r193 74 74 <h1> 75 75 <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é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éseau [${LOCALTIME}] - site ${SITE_NAME} 77 77 </h1> 78 78 … … 109 109 <h1> 110 110 <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é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éseau [${LOCALTIME}] - site ${SITE_NAME} 112 112 </h1> 113 113 … … 144 144 ${REMOTE_FOLDER}/ 145 145 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) 147 147 148 148 else … … 157 157 158 158 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)" 160 160 fi
Note: See TracChangeset
for help on using the changeset viewer.