Update the planetlab part and the omf part of the user manual
[nepi.git] / doc / user_manual / faq.tex
index 4b22717..38cd6ce 100644 (file)
@@ -86,7 +86,7 @@ experiment, using just one script.
 
 So, 'One ring to rule them all', sorry I meant, 'One tool to 
 control them all'... or something like that.
-We though it was a good ide to abstract platform details
+We though it was a good idea to abstract platform details
 behind a common resource management interface, and let 
 NEPI deal with the details and give you back the results.
 
@@ -108,8 +108,8 @@ username = # SSH user account on host
 ssh_key = # Path to SSH public key file to access host
 
 node = ec.register_resource("LinuxNode")
-ec.set(node, "hostname", host)
-ec.set(node, "username", user)
+ec.set(node, "hostname", hostname)
+ec.set(node, "username", username)
 ec.set(node, "identity", ssh_key)
 
 app = ec.register_resource("LinuxApplication")
@@ -136,7 +136,7 @@ NEPI was developed at INRIA, Sophia Antipolis France.
 A first prototype was implemented in 2010. 
 Versions 1.0 and 2.0 were released in 2011 and 2012, respectively. 
 The current version is 3.0, and it was completely redesigned and
-rewritten to broaden the scope, and to include several cool 
+rewritten to broaden the scope, and to include several  
 new features, which will be described in detail in this document.
 The following people has contributed to the project:
 
@@ -149,7 +149,7 @@ The following people has contributed to the project:
 
 \section{Is it free?}
 
-Yes, NEPI is free software. It is free to use, free to to modify, free to share.
+Yes, NEPI is free software. It is free to use, free to modify, free to share.
 NEPI v3.0 is licensed under GPL v3, so you can do whatever you want with it, 
 as long as you keep the same license. 
 
@@ -157,10 +157,9 @@ as long as you keep the same license.
 
 There are many ways you can contribute to the project. 
 The first one is using it and reporting bugs. 
-You can report bugs on the NEPI bugzilla page 
-(\textbf{not yet set-up, so for now send the bugs by email to the users list}): \\
+You can report bugs on the NEPI bugzilla page at: 
 
-\url{https://nepi.inria.fr/bugzilla/} \\
+\url{http://nepi.inria.fr/bugzilla} \\
 
 You can also become a part of the NEPI community and join our mailing lists:
 
@@ -178,14 +177,14 @@ to the \textit{nepi-developers} list.
 
 \section{How can I report a bug ?}
 
-To report a bug take a look at the NEPI bugzilla page at:
+To report a bug take a look at the NEPI bugzilla page at :
 
-\url{https://nepi.inria.fr/bugzilla/} \\
+\url{http://nepi.inria.fr/bugzilla} \\
 
 \section{Where can I get more information ?}
 
-For more information visit NEPI web site at
+For more information visit NEPI web site at :
 
-\url{https://nepi.inria.fr} \\
+\url{http://nepi.inria.fr} \\