website
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 15 Jan 2016 09:11:28 +0000 (10:11 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 15 Jan 2016 09:11:28 +0000 (10:11 +0100)
website/Makefile
website/crontab.sh
website/index.md

index 5909196..4ce410a 100644 (file)
@@ -51,7 +51,7 @@ status:
 convert: 
        generate-md --layout $(LAYOUT) --input markdown --output html
 
-# default is ti publish locally as this runs right from r2lab.inria.fr
+# default is to publish locally as this runs right from nepi-newpl.sophia.inria.fr
 publish:
        rsync -av --delete html/ $(PUBLISH_PATH)/
 
index c7ceada..c734b3f 100755 (executable)
@@ -2,4 +2,4 @@
 
 cd $(dirname $0)
 ./auto-update.sh
-make publish >& publish.log
+make preview publish >& publish.log
index 61b331e..c82c18e 100644 (file)
@@ -1,7 +1,10 @@
-# NEPI: Network Experiment Programming Interface
+# NEPI
 
 
 ## What is NEPI ?
+
+NEPI stands for *Network Experiment Programming Interface*
+
 NEPI is a Python-based library to model and run network experiments on a variety of network evaluation platforms, including PlanetLab, OMF wireless testbeds, ns-3 simulators, and others. It allows to specify resources to use in an experiment, to define experiment workflow constraints and to automate deployment, resource control and result collection.
 
 ## Features