From a210e9b3ff54eba6dac8057ebc2e1212e6cb7a0a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 15 Jan 2016 10:11:28 +0100 Subject: [PATCH] website --- website/Makefile | 2 +- website/crontab.sh | 2 +- website/index.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/website/Makefile b/website/Makefile index 59091960..4ce410aa 100644 --- a/website/Makefile +++ b/website/Makefile @@ -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)/ diff --git a/website/crontab.sh b/website/crontab.sh index c7ceada2..c734b3f3 100755 --- a/website/crontab.sh +++ b/website/crontab.sh @@ -2,4 +2,4 @@ cd $(dirname $0) ./auto-update.sh -make publish >& publish.log +make preview publish >& publish.log diff --git a/website/index.md b/website/index.md index 61b331e5..c82c18ed 100644 --- a/website/index.md +++ b/website/index.md @@ -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 -- 2.43.0