]> Creatis software - bbtk.git/commitdiff
Fix URL.
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 21 Mar 2011 11:17:55 +0000 (11:17 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 21 Mar 2011 11:17:55 +0000 (11:17 +0000)
Was : http://www.creatis.insa-lyon.fr/creatools/
Is :  http://www.creatis.insa-lyon.fr/site/en/CreaTools_home

INSTALL.txt
kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex
kernel/doc/config.tex
kernel/install/cpack/CMakeLists.txt
kernel/src/bbtkWxGUIScriptingInterface.cxx

index e366bec1295b1a54fc824f20d2e8cbf4d7397f5c..5cadff0a782946debda1ec0d8dac04710760f552 100644 (file)
@@ -1,5 +1,5 @@
 Basic instructions here. 
-Read http://www.creatis.insa-lyon.fr/creatools 
+Read http://www.creatis.insa-lyon.fr/site/en/CreaTools_home 
 or ./kernel/doc/bbtkWebSite/install.html
 for details
 
index 7cec72f33be066b15a86a27e1c9630a64cae1399..7652f8cd7b9207d0ca0f919981c500e2718edde5 100644 (file)
@@ -11,7 +11,7 @@
 \hrule
 \section{Introduction}
 Note: pdf version of this User's Guide can be retrieved from the following URL:\\
-\url{http://www.creatis.insa-lyon.fr/creatools/documentation}
+\url{http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDocumentation}
 % ==========================================
 \subsection{What is bbtk?}
 % ==========================================
@@ -381,7 +381,7 @@ It is important to note that the black boxes are implemented and have to be used
 % ==========================================
 
 All the guides can be browsed in html version in the \texttt{Help} part of \bbStudions. Their pdf versions (except Doxygen documentation) can be retrieved from:\\
-\url{http://www.creatis.insa-lyon.fr/creatools/documentation}
+\url{http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDocumentation}
 
  \begin{itemize}      
      \item {\bf\emph{User's Guide}}: This guide!
index 85c399d3bd500aaafbb459a57cf364e8d8928265..24ad59da7c2693e47a1760724f20cf5986d2afd5 100644 (file)
@@ -91,7 +91,7 @@
   plainpages=false,
   pdfpagemode=None}
 
-\hyperbaseurl{http://www.creatis.insa-lyon.fr/creatools/bbtk}
+\hyperbaseurl{http://www.creatis.insa-lyon.fr/site/en/CreatoolsBBTK}
 
 \definecolor{myblue}{rgb}{0,0,0.7}
 \definecolor{myred}{rgb}{0.7,0,0}
 Generated on : \today 
 \vspace{0.5cm}
 
-Eduardo D\'avila, Laurent Guigues, Jean-Pierre Roux
+Fr\'ed\'eric Cervenansky, Eduardo D\'avila, Laurent Guigues, Jean-Pierre Roux
 \vspace{0.3cm}
 
 CREATIS-LRMN, Centre de Recherche en Imagerie M\'edicale \\ 
-CNRS UMR 5220, INSERM U620, INSA Lyon, Universit\'e Claude-Bernard Lyon 1
+CNRS UMR 5220, INSERM U1044, INSA Lyon, Universit\'e Claude-Bernard Lyon 1
 
-http://www.creatis.insa-lyon.fr/creatools/bbtk 
+http://www.creatis.insa-lyon.fr/site/en/CreatoolsBBTK 
 \end{center}
 \tableofcontents
 \listoftables
index 7db848fbc48c62858e5b5d2198f73ce9c975d1b1..726ce65026aaec0e06aea69de1e4005d0bd48bd1 100644 (file)
@@ -34,8 +34,8 @@ IF(WIN32 AND NOT UNIX)
 #EED  SET(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/kernel/install/gnome/bbi-icon2.bmp")
   SET(CPACK_NSIS_INSTALLED_ICON_NAME "bin/BBI_EXE.exe")
   SET(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY}")
-  SET(CPACK_NSIS_HELP_LINK "http://www.creatis.insa-lyon.fr/creatools/bbtk")
-  SET(CPACK_NSIS_URL_INFO_ABOUT "http://www.creatis.insa-lyon.fr/creatools/bbtk")
+  SET(CPACK_NSIS_HELP_LINK "http://www.creatis.insa-lyon.fr/site/en/CreaTools_home")
+  SET(CPACK_NSIS_URL_INFO_ABOUT "http://www.creatis.insa-lyon.fr/site/en/CreaTools_home")
   SET(CPACK_NSIS_CONTACT "info-dev@creatis.insa-lyon.fr")
   SET(CPACK_NSIS_MODIFY_PATH ON)
 ELSE(WIN32 AND NOT UNIX)
index 621fa5d31fedbc03833a382c5160282fde0f3b01..4c4854574e473fc8a168724975f6bb4f5ad729b4 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIScriptingInterface.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/04/28 22:19:59 $
-  Version:   $Revision: 1.44 $
+  Date:      $Date: 2011/03/21 11:18:00 $
+  Version:   $Revision: 1.45 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -505,7 +505,7 @@ namespace bbtk
   {
     m_mgr.Update();
     Refresh();
-    wxMessageBox(_T("  bbStudio\nThe Black Box Toolkit Development Studio\n(c) CREATIS-LRMN 2008\n\n http://www.creatis.insa-lyon.fr/creatools"),
+    wxMessageBox(_T("  bbStudio\nThe Black Box Toolkit Development Studio\n(c) CREATIS-LRMN 2008\n\n http://www.creatis.insa-lyon.fr/site/en/CreaTools_home"),
                  _T("About ..."), wxOK | wxICON_INFORMATION,
                  this);
   }